OSDN Git Service

Correct a typographic error; fix MinGW-Bug #39193
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2019-05-03  Keith Marshall  <keith@users.osdn.me>
2
3         Correct a typographic error; fix MinGW-Bug #39193
4
5         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
6         add a missing closing parenthesis.
7
8 2019-04-08  Keith Marshall  <keith@users.osdn.me>
9
10         Correct a typographic error; fix MinGW-Bug #39117
11
12         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
13         (STATUSCLASSNAME): ...to this.
14
15 2019-02-03  Keith Marshall  <keith@users.osdn.me>
16
17         Clean up winsock default version selection stratagem.
18
19         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
20         internal recursion breaking retest block; following evaluation of...
21         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
22         included, reproducing the original version selection logic from...
23         * include/_winsock.h: ...here; file is now obsolete; delete it.
24
25         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
26         before including <winsock.h>
27
28         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
29         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
30         instead of deleted file <_winsock.h>
31
32         * tests/headers.at: Regenerated.
33
34 2019-01-22  Keith Marshall  <keith@users.osdn.me>
35
36         Prepare and publish MinGW.org WSL-5.2.1 release.
37
38         * All files (wsl-5.2.1-release): Tag assigned.
39
40 2019-01-22  Keith Marshall  <keith@users.osdn.me>
41
42         Incorporate user-customized <features.h> configuration.
43
44         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
45         stub; this is an empty file, yielding the default configuration.
46
47 2018-12-23  Keith Marshall  <keith@users.osdn.me>
48
49         Prepare and publish MinGW.org WSL-5.2 release.
50
51         * All files (wsl-5.2-release): Tag assigned.
52
53 2018-12-18  Keith Marshall  <keith@users.osdn.me>
54
55         Make <winver.h> header effectively self-contained.
56
57         * include/winver.h: Include <windef.h>
58
59 2018-11-23  Keith Marshall  <keith@users.osdn.me>
60
61         Fix MinGW-Bug #2248 (SF ticket).
62
63         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
64         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
65
66 2018-11-23  Keith Marshall  <keith@users.osdn.me>
67
68         Apply some more cosmetic layout adjustments.
69
70         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
71         for each untagged aggregate type definition.
72
73 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
74
75         Fix MinGW-Bug #38736 (OSDN ticket).
76
77         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
78         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
79
80 2018-11-18  Keith Marshall  <keith@users.osdn.me>
81
82         Make <commctrl.h> header effectively self-contained.
83
84         * include/commctrl.h: Tidy layout; assert copyright.
85         Include <winbase.h> and <prsht.h>; both are required to resolve
86         inter-header dependencies, so achieving effective self-containment.
87         Correctly parenthesize argument references in macro definitions.
88         (pragma GCC system_header): Remove redundant GCC version guard.
89         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
90         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
91         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
92         Use them; they facilitate maintenance of robust definitions for...
93         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
94         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
95
96 2018-11-16  Keith Marshall  <keith@users.osdn.me>
97
98         Make <prsht.h> header effectively self-contained.
99
100         * include/prsht.h: Tidy layout; assert copyright.
101         Include <winuser.h> to resolve inter-header dependencies.
102         Correctly parenthesize argument references in macro definitions.
103         (pragma GCC system_header): Remove redundant GCC version guard.
104         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
105         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
106         from checking consistency of alternative definition sources.
107         (__AW_SUFFIXED__): Use it; it improves robustness of...
108         [UNICODE vs. ! UNICODE]: ...generic definitions.
109         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
110
111 2018-10-29  Keith Marshall  <keith@users.osdn.me>
112
113         Clean up <wincon.h>; consolidate its version dependencies.
114
115         * include/wincon.h: Tidy layout; assert copyright.
116         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
117         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
118         of these; group and consolidate respective version dependencies.
119         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
120         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
121         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
122         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
123         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
124         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
125         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
126         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
127         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
128         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
129         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
130         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
131         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
132         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
133         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
134         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
135         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
136         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
137         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
138         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
139         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
140         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
141         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
142         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
143         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
144         Redefine, expressing all values in hexadecimal rather than decimal;
145         this is consistent with Microsoft documentation, and it is also more
146         logical, since all represent bit-flags, bit-fields, or bit-masks.
147
148 2018-10-24  Keith Marshall  <keith@users.osdn.me>
149
150         Make <wincon.h> header effectively self-contained.
151
152         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
153         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
154         [__GNUC__ >= 3]: Remove condition; used only in association with...
155         (#pragma GCC system_header): ...this, it is redundant in this context.
156         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
157
158 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
159
160         Improve WinXP/Vista console I/O support.
161
162         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
163         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
164         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
165         name aliases; define them, mapping them conditionally to represent...
166         [UNICODE]: ...their corresponding UTF-16LE function names, else...
167         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
168         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
169         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
170         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
171         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
172         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
173         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
174         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
175         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
176         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
177         (GetConsoleFontSize): ...declare function.
178         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
179         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
180         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
181         [_WIN32_WINNT >= 0x0501]: ...this prevails.
182         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
183         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
184         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
185         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
186         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
187         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
188         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
189         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
190         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
191         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
192         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
193         (GetCurrentConsoleFont): Declare functions.
194         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
195         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
196         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
197         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
198         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
199         map to an anonymous structure, and are visible only when...
200         [_WIN32_WINNT >= 0x0600]: ...this prevails.
201         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
202         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
203         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
204         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
205         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
206         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
207         ...these typedefs.
208         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
209         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
210         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
211         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
212         (SetCurrentConsoleFontEx): Declare functions.
213
214 2018-09-03  Keith Marshall  <keith@users.osdn.me>
215
216         Prepare and publish MinGW.org WSL-5.1.1 release.
217
218         * All files (wsl-5.1.1-release): Tag assigned.
219
220 2018-07-29  Keith Marshall  <keith@users.osdn.me>
221
222         Don't restrict <winerror.h> exposure when including <winsock.h>
223
224         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
225         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
226         all dependent filter references.
227
228 2018-07-11  Keith Marshall  <keith@users.osdn.me>
229
230         Make <wincrypt.h> header effectively self-contained.
231
232         * include/wincrypt.h: Include <winbase.h>
233
234 2018-07-11  Keith Marshall  <keith@users.osdn.me>
235
236         Correct <wincrypt.h> typographic errors; fix issue [#38391]
237
238         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
239         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
240         (ALG_CLASS_HASH): ...this, which represents the correct reference.
241         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
242         struct definition is not directly associated with any type name.
243         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
244
245 2018-02-26  Keith Marshall  <keith@users.osdn.me>
246
247         Prepare and publish MinGW.org WSL-5.1 release.
248
249         * All files (wsl-5.1-release): Tag assigned.
250
251 2018-02-24  Keith Marshall  <keith@users.osdn.me>
252
253         Make <iptypes.h> header effectively self-contained.
254
255         * include/iptypes.h: Assert copyright; tidy layout.
256         Include <windef.h>; it is required for self-containment.
257         (__need_time_t): Define for selective inclusion of <sys/types.h>
258         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
259         (_WIN32_WINNT): Always compare it symbolically.
260         (__dhcp_time_t): New temporary data type macro; define it...
261         [_WIN64]: ...as equivalent to __time64_t, otherwise...
262         [!_WIN64]: ...equivalent to __time32_t, and then...
263         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
264         (LeaseObtained, LeaseExpires): ...these fields.
265
266 2017-12-20  Keith Marshall  <keith@users.osdn.me>
267
268         Make <winreg.h> header effectively self-contained.
269
270         * include/winreg.h: Include <winbase.h>, thus achieving effective
271         self-containment; since this also indirectly includes <_mingw.h>,
272         there is no longer any need to include it directly.
273
274 2017-12-20  Keith Marshall  <keith@users.osdn.me>
275
276         Clean up, following issue [#2262] patch application.
277
278         * include/winreg.h: Tidy layout; correct copyright assertion.
279         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
280         [UNICODE] (__AW): Do not use deleted macro; replace it with...
281         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
282         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
283         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
284         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
285         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
286         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
287         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
288         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
289         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
290         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
291         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
292         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
293         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
294         all "4.x" branches specified these incorrectly, dependent on...
295         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
296         "legacy" branch, whence the "5.x" branches are propagated, correctly
297         required an alternative condition which is the equivalent of...
298         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
299
300 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
301
302         Update registry management API, per issue [#2262].
303
304         * include/winreg.h: Merge changes from 4.1-dev branch.
305         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
306         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
307         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
308         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
309         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
310         (RRF_ZEROONFAILURE): New manifest constants; define them.
311         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
312         (RegOverridePredefKey): Add previously omitted function prototypes.
313         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
314         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
315         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
316         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
317         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
318         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
319         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
320         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
321         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
322         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
323         (RegDeleteKeyValueA, RegDeleteKeyValueW)
324         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
325         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
326         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
327         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
328         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
329         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
330         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
331         (RegSetKeyValue): Define, mapping each to its respective function...
332         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
333         [defined UNICODE] (__AW): ...for the UTF-16LE case.
334
335         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
336         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
337         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
338         (RegSaveKeyExW@16): Remove them; relocate them to...
339         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
340         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
341         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
342         (RegSaveKeyExW@16): ...their correct location, here.
343         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
344         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
345         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
346         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
347         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
348         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
349         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
350
351 2017-12-16  Keith Marshall  <keith@users.osdn.me>
352
353         Provide default definition for _WIN32_IE feature test macro.
354
355         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
356         (_WIN32_IE_IE50): ...this default value.
357
358         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
359         a conflicting proposal for the default value.
360
361 2017-12-06  Keith Marshall  <keith@users.osdn.me>
362
363         Prepare and publish MinGW.org WSL-5.0.2 release.
364
365         * All files (wsl-5.0.2-release): Tag assigned.
366
367 2017-11-28  Keith Marshall  <keith@users.osdn.me>
368
369         Make <wsnetbs.h> header effectively self-contained.
370
371         * include/wsnetbs.h: Assert copyright; tidy layout; include
372         "_winsock.h", so making this header effectively self-contained, and
373         thus relieving the user of a responsibility for ensuring that some
374         other appropriate WinSock header has been included first.
375
376 2017-11-28  Keith Marshall  <keith@users.osdn.me>
377
378         Factor <winsock.h> duplicate content out of <winsock2.h>
379
380         * include/winsock2.h: Remove all declarations and definitions which
381         are identically specified in <winsock.h>, but keep them in scope by...
382         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
383         declarations and definitions therefrom, which introduce conflicts.
384         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
385         definitions and declarations.
386
387         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
388         WinSock v1.1 and WinSock v2, the latter of which will override when
389         correctly included by <winsock2.h>
390
391 2017-11-24  Keith Marshall  <keith@users.osdn.me>
392
393         Make <winsock.h> and <winsock2.h> duplicate code congruent.
394
395         * include/winsock.h (SOMAXCONN): Move definition into...
396         [!__INSIDE_MSYS__]: ...this guarded scope.
397
398         * include/winsock2.h: Rearrange as necessary.
399         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
400         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
401         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
402         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
403         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
404         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
405         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
406         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
407         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
408         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
409         [!defined __INSIDE_MSYS__]: ...as this, throughout.
410         (gethostname): Update function prototype, adding...
411         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
412
413         * include/ws2spi.h: Tidy layout; assert copyright.
414         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
415         (LPFD_SET): Delete all type references; use...
416         (fd_set *): ...this instead.
417
418 2017-11-14  Keith Marshall  <keith@users.osdn.me>
419
420         Establish default selection for WinSock API declaration.
421
422         * include/windows.h include/nspapi.h: Include...
423         * include/_winsock.h: ...this new system private header; it selects...
424         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
425         provided by conditional inclusion of <winsock2.h>, otherwise...
426         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
427         as provided by inclusion of <winsock.h>
428
429         * tests/headers.at <_winsock.h>: Add reference.
430
431 2017-11-14  Keith Marshall  <keith@users.osdn.me>
432
433         Update gethostname() declaration; drop Cygwin specificity.
434
435         * include/winsock.h (gethostname): Declare unconditionally; add...
436         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
437         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
438         [!defined __INSIDE_MSYS__]: ...as this, throughout.
439
440 2017-11-09  Keith Marshall  <keith@users.osdn.me>
441
442         Normalize fd_set event macros for <winsock2.h> compatibility.
443
444         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
445         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
446         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
447         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
448         count to a bit flag with value of 1, in each case respectively.
449         [_WINSOCK2_H]: Extend shift count enumeration, to include...
450         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
451         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
452         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
453         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
454         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
455         of 1 greater than the offset of the last defined flag; hence...
456         (FD_ALL_EVENTS): ...derive this mask for all event flags.
457
458 2017-11-09  Keith Marshall  <keith@users.osdn.me>
459
460         Filter potential WinSock v2 conflicts out of <winsock.h>
461
462         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
463         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
464         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
465         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
466         not define any of these; they are not compatible with WinSock v2.
467         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
468         appropiately in <winsock2.h>
469
470 2017-11-09  Keith Marshall  <keith@users.osdn.me>
471
472         Filter out <winsock.h> typedef anomalies.
473
474         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
475         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
476         them as type definitions, but warn of potential conflict with...
477         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
478         function; declare its prototype.
479
480 2017-11-08  Keith Marshall  <keith@users.osdn.me>
481
482         Overhaul WinSock fd_set content management macros.
483
484         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
485         original implementations of each of these macros, redirecting to...
486         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
487         inline functions, respectively; these are more robust, and correct a
488         defect in the original FD_SET macro implementation, whereby duplicate
489         descriptors could be added to an fd_set array, but would not then be
490         removed by the corresponding FD_CLR macro.
491
492         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
493         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
494         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
495         function, which is implemented in each of these libraries.
496
497 2017-11-07  Keith Marshall  <keith@users.osdn.me>
498
499         Identify features which have been deprecated in WinSock v2.
500
501         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
502         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
503         (__MINGW_ATTRIB_DEPRECATED): ...to this.
504
505         * include/winsock.h include/winsock2.h: Qualify...
506         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
507         (WSACancelBlockingCall): ...each of these function prototypes, with...
508         (__WINSOCK2_DEPRECATED): ...this attribute.
509
510 2017-11-07  Keith Marshall  <keith@users.osdn.me>
511
512         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
513
514         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
515         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
516         with preferred convention for system feature test macros.
517
518 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
519
520         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
521
522         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
523         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
524         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
525         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
526         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
527         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
528         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
529         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
530         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
531         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
532         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
533
534         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
535         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
536
537 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
538
539         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
540
541         * include/wtypes.h: Tidy layout; assert copyright.
542         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
543         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
544         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
545         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
546         (__BLOB_T_DEFINED): ...this; do not define...
547         (_WTYPES_H): ...this external guard.
548
549         * include/nspapi.h: Tidy layout; assert copyright.
550         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
551         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
552         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
553         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
554         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
555         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
556         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
557         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
558         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
559         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
560         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
561         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
562         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
563         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
564         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
565         (__AW_ALIAS__): ...this, for definition of each of...
566         (SERVICE_INFO, LPSERVICE_INFO): ...these.
567
568         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
569         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
570         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
571         include nspapi.h selectively, to acquire them.
572
573 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
574
575         Factor <winerror.h> duplicate content out of winsock headers.
576
577         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
578         conditional block, and all of its content; selectively include...
579         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
580         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
581         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
582         define them, to segregate WSA error messages applicable to WinSock v2
583         only, from those applicable to both WinSock v1.1 and WinSock v2.
584         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
585         codes, except WSABASEERR, relative to WSABASEERR itself.
586
587 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
588
589         Factor <sys/time.h> duplicate content out of winsock headers.
590
591         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
592         conditional block, and all its content; include <sys/time.h> instead.
593         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
594         processing this header, such that only selected content from other
595         internally referenced headers is exposed.
596
597 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
598
599         Source BSD non-standard type definitions from mingwrt header.
600
601         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
602         conditional block, and its entire type definition content; include...
603         * include/sys/bsdtypes.h: ...this common file instead; it defines...
604         (u_char, u_int, u_long, u_short): ...these non-standard data types.
605
606 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
607
608         Correct misuse of __INSIDE_MSYS__ feature test.
609
610         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
611         omits "defined" operator; it should be expressed consistently as...
612         [! defined __INSIDE_MSYS__]: ...this; correct it.
613
614 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
615
616         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
617
618         * include/winsock.h: Tidy layout; assert copyright.
619         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
620
621         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
622         sections, which are common with <winsock.h>, are laid out congruently.
623         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
624         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
625         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
626         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
627         [UNICODE]: ...alternative typedefs, and function name aliases...
628         [!UNICODE]: ...versus this case.
629
630 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
631
632         Resolve secondary issue arising from MinGW-Bug [#2350]
633
634         * include/winuser.h (GetTitleBarInfo)
635         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
636         it conflicted with current MSDN documentation, so now falls within...
637         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
638
639 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
640
641         Resolve MinGW-Bug [#2350]
642
643         * include/winuser.h (GetTitleBarInfo): Move prototype after...
644         (PTITLEBARINFO): ...this type definition; it is used as a function
645         argument type, so must be defined beforehand.
646
647 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
648
649         Extend testsuite to cover winsock fd_set macro operations.
650
651         * tests/winsock.at: New file; it implements appropriate tests, and
652         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
653         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
654
655         * tests/testsuite.at.in (winsock.at): Integrate it.
656         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
657         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
658         default list of libraries, or resets the list to this initial default.
659         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
660         library specifications, to be used until subsequently reset.
661
662 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
663
664         Prepare and tag for release of MinGW.org WSL-5.0.1
665
666         * All files (wsl-5.0.1-release): Tag assigned.
667
668 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
669
670         Automate testsuite dependency generation.
671
672         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
673         enumerate all such wildcard matches as prerequisites, instead of...
674         (headers.at): ...this sole explicit dependency.
675
676 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
677
678         Make <winnt.h> header effectively self-contained.
679
680         * include/winnt.h (_WINNT_H): Defer definition unless included via...
681         (windef.h): ...this; include it, to enforce inclusion order, then...
682         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
683
684 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
685
686         Consolidate <winuser.h> version specific conditionals.
687
688         * include/winuser.h: Reorganize file content; group manifest constant
689         definitions into one nested collection of conditional blocks, with one
690         block per Windows version evolution; do likewise for type definitions
691         and function prototypes which are always exposed, and separately...
692         [! defined NOGDI]: ...for those which may be suppressed, when GDI
693         support is not required.
694
695 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
696
697         Make <winuser.h> header effectively self-contained.
698
699         * include/winuser.h (stdarg.h): Include it, in addition to...
700         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
701         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
702
703 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
704
705         Consolidate <wingdi.h> version specific conditionals.
706
707         * include/wingdi.h: Reorganize file content; group manifest constant
708         definitions into a single nested collection of conditional blocks, for
709         those definitions which are common to both Win9x and WinNT, with one
710         block per Windows version evolution, sorting alphabetically within
711         each block; do likewise for additional manifest constant definitions
712         which are specific to WinNT, and also for data type definitions and
713         function prototypes.
714
715 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
716
717         Tidy, and make <wingdi.h> header effectively self-contained.
718
719         * include/wingdi.h: Tidy layout; assert copyright.
720         (windef.h): Include it; this achieves self-containment.
721         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
722         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
723         (__AW_ALIAS__): ...this, when defining each of...
724         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
725         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
726         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
727         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
728         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
729         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
730         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
731         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
732         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
733         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
734         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
735         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
736         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
737         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
738         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
739         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
740         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
741         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
742         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
743         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
744         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
745         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
746         (wglUseFontOutlines, GetGlyphIndices): ...these.
747
748 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
749
750         Declare CONDITION_VARIABLE API, per feature request [#2314]
751
752         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
753         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
754         (InitializeConditionVariable, SleepConditionVariableCS)
755         (SleepConditionVariableSRW, WakeAllConditionVariable)
756         (WakeConditionVariable): ...declare prototypes.
757
758 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
759
760         Declare SRWLOCK API, to support feature request [#2314]
761
762         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
763         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
764         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
765         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
766         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
767         (TryAcquireSRWLockShared): Declare additional prototypes.
768
769 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
770
771         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
772
773         * include/winerror.h: Tidy layout; assert copyright.
774
775         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
776         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
777         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
778         both locations; it permitted inconsistency between the two.
779
780 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
781
782         Consolidate <winbase.h> version specific conditionals.
783
784         * include/winbase.h: Reorganize file content; group manifest constant
785         definitions into one nested collection of conditional blocks, with one
786         block per Windows version evolution, sorting alphabetically within each
787         block; do likewise for data type definitions and function prototypes.
788
789 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
790
791         Tidy, and make <winbase.h> header effectively self-contained.
792
793         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
794         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
795         (__AW_EXTENDED__): ...this; subsequently reimplement...
796         (__AW_ALIAS__): ...this, with original name, now encapsulating...
797         (__AW_SUFFIXED__): ...this.
798
799         * include/dbt.h (__AW_ALIAS__): Replace all references with...
800         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
801         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
802         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
803
804         * include/winbase.h: Tidy layout; assert copyright.
805         (stdarg.h, windef.h): Include them, to achieve self-containment.
806         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
807         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
808         [__AW_ALIAS__]: ...this, to correctly specify each of...
809         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
810         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
811         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
812         [__AW_SUFFIXED__]: ...this, to correctly map each of...
813         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
814         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
815         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
816         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
817         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
818         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
819         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
820         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
821         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
822         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
823         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
824         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
825         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
826         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
827         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
828         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
829         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
830         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
831         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
832         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
833         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
834         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
835         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
836         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
837         (GetPrivateProfileInt, GetPrivateProfileSection)
838         (GetPrivateProfileSectionNames, GetPrivateProfileString)
839         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
840         (GetProfileString, GetShortPathName, GetStartupInfo)
841         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
842         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
843         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
844         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
845         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
846         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
847         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
848         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
849         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
850         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
851         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
852         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
853         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
854         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
855         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
856         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
857         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
858         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
859         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
860         (WritePrivateProfileString, WritePrivateProfileStruct)
861         (WriteProfileSection, WriteProfileString): ...these, and add...
862         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
863         (GetFirmwareEnvironmentVariable): ...these previously missing generic
864         function name aliases.
865
866 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
867
868         Refactor mingwrt and w32api common makefile content.
869
870         * Makefile.in (w32api-srcdist-config-files): Rename it...
871         (w32api-srcdist-common-files): ...as this phoney build rule.
872         (shared_include_file): New macro; define it, and include named file.
873         (configure, config.status, Makefile, config.status.missing, _mingw.h)
874         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
875         out; relocate them to new file in common parent directory...
876         * ../Makefile.comm: ...here.
877
878 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
879
880         Correct a copyright notice update omission.
881
882         * configure.ac: Extend copyright date range to include 2017.  Also
883         clean up superfluous trailing whitespace.
884
885 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
886
887         Fix generated header file dependencies.
888
889         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
890         [VERSION.m4]: ...this; package version changes are no longer made...
891         [configure.ac]: ...here; delete associated prerequisite reference.
892         (distclean-local): Delete them.
893
894 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
895
896         Prepare and tag for release of w32api-5.0 package set.
897
898         * All files (wsl-5.0-release): Tag assigned.
899
900 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
901
902         Implement basic test suite infrastructure.
903
904         * tests: New subdirectory; it hosts...
905         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
906         * tests/headers.at: ...these new files; they implement the basic test
907         suite infrastructure, initially comprising header integrity checks.
908
909         * configure.ac (AC_PROG_CXX): Check it.
910         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
911         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
912         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
913         tests/Makefile.
914
915         * Makefile.in (check test tests): New rules; all are synonymous.
916         (check-recursive): New rule; invoked by each of the preceding three.
917         (w32api-srcdist-testsuite-files): New rule; implement and use it...
918         (w32api-srcdist-files): ...here.
919
920 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
921
922         Add missing constant definition, per issue [#2249].
923
924         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
925
926 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
927
928         Avoid unnecessary duplication of configuration files.
929
930         * Makefile.in (vpath install-sh): Define it; it matches...
931         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
932         rule for creating duplicate file reference links in $top_srcdir.
933         (configure): Add '-I ..' option, when running autoconf.
934         (w32api-srcdist-files): Rename it as...
935         (w32api-srcdist-package-files): ...this; remove dependencies on...
936         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
937         (w32api-srcdist-config-files): ...this new distributable files
938         enumeration goal; add it as one new prerequisite of...
939         (w32api-srcdist-files): ...this repurposed goal; also depends on...
940         (w32api-srcdist-package-files): ...this; populate it using...
941         (SRCDIST_ADD): ...this macro; redefine it accordingly.
942
943 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
944
945         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
946
947         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
948         it was previously transcribed incorrectly, as being equivalent to...
949         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
950         (FILE_DEVICE_DISK): ...this.
951
952 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
953
954         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
955
956         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
957         alternative generic symbol mapping definitions, and typedefs, with...
958         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
959         their respective ANSI and UNICODE specific references.
960
961 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
962
963         Deprecate obsolete <winable.h> and <pbt.h> headers.
964
965         * Makefile.in (%.h.in): Generalize vpath definition.
966         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
967         (w32api_generated_headers, replace_headers, macro_name): New macros.
968         (install-w32api-headers): Add dependency on w32api_dist_headers.
969         (%.h): New static pattern rule; it generates generic dependants of...
970         * include/obsolete.h.in: ...this new template for obsolete headers.
971
972         * include/winable.h include/pbt.h: Delete them; they are obsolete;
973         replace them by install-time generated generic stubs.
974
975 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
976
977         Update <winuser.h> and <dbt.h>; fix issue [#2317].
978
979         * include/winuser.h: Tidy layout; add copyright notice.
980         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
981         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
982         selective inclusion of content from other headers; delete when done.
983         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
984         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
985         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
986         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
987         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
988         them selectively from <dbt.h>, where they are properly defined.
989         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
990         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
991         formerly UINT, which doesn't match 64-bit size required for Win64.
992         (SetTimer): Likewise; also declare similar return type.
993         (WINEVENTPROC): Add missing CALLBACK attribute.
994         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
995
996         * include/w32api.h (__AW_ALIAS__): New macro; define it.
997         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
998
999         * include/dbt.h: Tidy layout; add copyright notice.
1000         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1001         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1002         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1003         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1004         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1005         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1006         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1007         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1008         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1009         structure typedef names, and their respectively corresponding...
1010         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1011         type names.
1012
1013 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1014
1015         Fix a minor ISO-C++11 conformity issue.
1016
1017         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1018         by ISO-C++11, between concatenated string literal elements.
1019         (GetFiberData, NtCurrentTeb): Likewise.
1020
1021 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1022
1023         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1024
1025         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1026         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1027
1028 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1029
1030         Prepare and tag all files for release of w32api-3.18.1
1031
1032         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1033
1034 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1035
1036         Resolve improper macro expansion issue [#2307].
1037
1038         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1039         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1040         dependent macro WITHIN the expansion of each of these; hence...
1041
1042         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1043         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1044         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1045         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1046         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1047         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1048         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1049         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1050         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1051         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1052         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1053         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1054         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1055         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1056         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1057         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1058         ...adjust these dependent macro definitions accordingly.
1059
1060         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1061         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1062         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1063         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1064         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1065         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1066         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1067         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1068         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1069         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1070
1071 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1072
1073         Update install-sh to match mingw.org/build-aux package.
1074
1075         * install-sh: Delete it; use version in parent directory instead,
1076         recreating local copy, (as symlink, if supported), on demand.
1077
1078 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1079
1080         Eliminate redundant configuration files.
1081
1082         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1083         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1084
1085         * configure.ac (AC_PROG_LN_S): Add configuration check.
1086
1087 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1088
1089         Discard redundant config.guess and config.sub files.
1090
1091         * config.guess config.sub: Delete them; they are no longer required.
1092         * Makefile.in (SRCDIST_ADD): Remove related references.
1093
1094 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1095
1096         Merge recent legacy branch updates to 5.0-active branch.
1097
1098         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1099         * include/sdkddkver.h include/setupapi.h include/windows.h
1100         * include/winnt.h include/winuser.h include/winver.h
1101         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1102
1103 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1104
1105         Prepare and tag all files for release of w32api-3.18.
1106
1107 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1108
1109         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1110
1111         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1112         references from $(MAKE) command lines; make passes them implicitly.
1113
1114 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1115
1116         Backport MemoryBarrier() implementation from 4.0-dev branch.
1117
1118         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1119         Earnie's original inline implementation, but declared 'static' to fix
1120         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1121         fallback identified by issue [#2131], and to remove references to...
1122         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1123         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1124         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1125         back to inline assembly code when necessary.
1126
1127         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1128         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1129         code, for hosts which do not support the SSE2 'mfence' instruction.
1130
1131 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1132
1133         Merge further W32API updates from Cygwin CVS.
1134         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1135
1136         * include/setupapi.h include/winuser.h include/winver.h
1137         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1138
1139 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1140
1141         Update mapping of GCC to MSVC host identification macros.
1142
1143         * include/windows.h: Assert copyright; tidy layout.
1144         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1145         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1146         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1147         managed implicitly, by GCC, when including the associated headers.
1148
1149         * include/winnt.h: Assert copyright; tidy layout.
1150         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1151         (__aligned__, __always_inline__, __selectany__): Prefer these...
1152         (aligned, always_inline, selectany): ...to these attribute forms.
1153         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1154         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1155         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1156         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1157         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1158         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1159         (_M_IX86): ...also removing this, but relocate it to...
1160         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1161         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1162         appropriate.
1163
1164         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1165         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1166
1167 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1168
1169         Merge W32API updates, from Cygwin CVS, into legacy branch.
1170         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1171
1172         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1173         2012-04-28 commit to Cygwin CVS.
1174
1175         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1176         * include/routprot.h include/shlwapi.h include/userenv.h
1177         * include/winbase.h include/wincon.h include/windef.h
1178         * include/winerror.h include/wingdi.h include/winnt.h
1179         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1180         match Cygwin CVS state, as of 2012-07-06.
1181
1182         * include/wincrypt.h: Updated to remove duplicate manifest constant
1183         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1184         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1185         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1186         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1187         copies of these further duplicated definitions, identified during
1188         the merging operation.
1189
1190 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1191
1192         Synchronize package version management with MinGW Runtime.
1193
1194         * VERSION.m4: New file; link it to keep in sync with identically named
1195         file in top level composite package source directory; it defines...
1196         (__VERSION__): ...this new composite package version macro.
1197
1198         * aclocal.m4: Link it, to keep in sync with identically named files in
1199         top level composite source and sibling mingwrt sub-package directories.
1200         (__VERSION__): New macro; include VERSION.m4 to define it.
1201         (__BUG_REPORT_URL__): New macro; define it.
1202
1203         * configure.ac (AC_INIT): Assign package version and bug report URL...
1204         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1205         automatic inclusion of aclocal.m4
1206
1207         * Makefile.in (configure): Add dependency on VERSION.m4
1208
1209 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1210
1211         Eliminate redundant <parts/winioctl.h> header.
1212
1213         * include/parts/winioctl.h: Delete it; distribute its content...
1214         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1215         ...among these, separating it into discrete sections based on...
1216         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1217         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1218         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1219         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1220
1221         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1222         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1223
1224 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1225
1226         Enforce consistent specification of package version.
1227
1228         * include/w32api.h: Rename as...
1229         * include/w32api.h.in: ...this build-time template file.
1230         (__W32API_VERSION): Redefine it, in terms of...
1231         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1232         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1233         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1234         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1235         (%PACKAGE_VERSION_PATCH%): ...these.
1236
1237         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1238         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1239         mingwrt/include/_mingw.h.in file.
1240
1241         * Makefile.in (all-w32api-libs): Add dependency on...
1242         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1243         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1244         they apply appropriate substitutions to the renamed template files.
1245         (install-w32api-headers): Explicitly add w32api.h
1246
1247 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1248
1249         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1250
1251         * include/parts/winioctl.h: New file; it provides infrastructure for
1252         sharing of common code between DDK headers and primary <winioctl.h>
1253         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1254         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1255         macros; they facilitate more consise expression of factored out IOCTL
1256         and FSCTL macros; define them.
1257
1258         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1259         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1260         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1261         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1262
1263         * include/ddk/winddk.h: Assert copyright; tidy layout.
1264         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1265         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1266         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1267         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1268         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1269         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1270         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1271         (FILE_WRITE_ACCESS): Likewise.
1272         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1273         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1274         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1275         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1276         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1277         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1278         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1279         (PPARTITION_INFORMATION_MBR): Likewise.
1280         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1281         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1282         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1283         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1284         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1285         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1286         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1287         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1288         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1289         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1290         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1291         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1292         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1293         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1294         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1295         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1296         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1297         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1298         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1299         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1300         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1301         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1302         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1303         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1304         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1305         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1306         was defined only when including this enumeration from winioctl.h
1307         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1308         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1309         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1310         include parts/winioctl.h
1311
1312         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1313         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1314         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1315         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1316         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1317         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1318         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1319         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1320         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1321         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1322         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1323         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1324         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1325         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1326         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1327
1328         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1329         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1330         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1331         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1332         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1333         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1334         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1335         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1336         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1337         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1338         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1339         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1340         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1341         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1342         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1343         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1344         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1345         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1346         these macros are now defined in parts/winioctl.h; include it.
1347         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1348         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1349         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1350         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1351         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1352         (VALID_NTFT): Redefine as enumeration; factor it out.
1353         (IsRecognizedPartition, IsContainerPartition): Factor out.
1354         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1355         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1356         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1357         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1358         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1359         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1360         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1361         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1362         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1363         (struct _PARTITION_INFORMATION): Change field data types for...
1364         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1365         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1366         with Windows DDK convention, then factor out struct, together with...
1367         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1368         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1369         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1370         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1371         (struct _GET_LENGTH_INFORMATION)
1372         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1373         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1374         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1375         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1376         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1377         (PFORMAT_EX_PARAMETERS): Factor out.
1378         (struct _REASSIGN_BLOCKS): Change field data types for...
1379         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1380         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1381         convention, then factor out the struct definition, together with...
1382         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1383         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1384         (PSET_PARTITION_INFORMATION): Factor out.
1385         (struct _VERIFY_INFORMATION): Change field data type for...
1386         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1387         factor out the entire struct definition, together with...
1388         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1389         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1390         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1391         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1392         (PDISK_GROW_PARTITION): Factor out.
1393
1394         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1395         definitions from Windows DDK headers, by including parts/winioctl.h;
1396         delete duplicate definitions already identified as having been factored
1397         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1398         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1399         UCHAR, resulting in no significant changes, except that...
1400         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1401         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1402         (StorageManagerName): ...these previously missing fields, originally
1403         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1404         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1405
1406 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1407
1408         Windows application module version information API updates.
1409
1410         * include/winver.h: Assert copyright; tidy layout.
1411         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1412         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1413         having both ANSI and UTF-16LE specific alternative implementations.
1414         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1415         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1416         note that both are generic, with ANSI and UTF-16LE implementations,
1417         but the ANSI implementations are missing from MSVCRT.DLL when...
1418         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1419
1420         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1421         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1422
1423 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1424
1425         Revert a failed experimental macro construct.
1426
1427         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1428         code, and doesn't work in the C preprocessor conditional context where
1429         its associated constant definitions are most likely to be required.
1430         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1431         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1432         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1433         now in terms of their preferred equivalents from <sdkddkver.h>
1434
1435 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1436
1437         Code clean-up; fix MinGW-Bug [#2263].
1438
1439         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1440         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1441         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1442
1443         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1444         style comments, using ISO-C conforming style; remove all redundant
1445         parameter names from function prototype declarations, throughout.
1446         (pragma GCC system_header): Remove pointless conditional guard.
1447         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1448         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1449         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1450         alternatives, respectively; they offer improved self-documentation.
1451         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1452         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1453         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1454         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1455         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1456         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1457         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1458         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1459         from their __AW_STRING_A__ equivalent string constant definitions.
1460         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1461         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1462         a hexadecimal expression of the mask value over the former decimal.
1463         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1464         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1465         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1466         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1467         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1468         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1469         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1470         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1471         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1472         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1473         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1474         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1475         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1476         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1477         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1478         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1479         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1480         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1481         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1482         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1483         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1484         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1485         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1486         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1487         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1488         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1489         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1490         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1491         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1492         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1493         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1494         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1495         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1496         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1497         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1498         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1499         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1500         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1501         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1502         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1503         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1504         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1505         express them in hexadecimal, in preference to original decimal form.
1506         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1507         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1508         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1509         a string literal, but was missing delimiting quotes; insert them.
1510         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1511         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1512         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1513         aliases for each of the UNICODE/non-UNICODE cases respectively.
1514         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1515         was declared as type LPTSTR, but should be type LPSTR.
1516         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1517         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1518         type LPSTR, but should be type LPWSTR.
1519         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1520         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1521         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1522
1523 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1524
1525         Correct defect in build system compilation rule.
1526
1527         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1528         source file; it expands to also include prerequisite header files,
1529         which should not appear on the compilation command line.  Rewrite
1530         rule in static pattern format, and use $< instead.
1531
1532 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1533
1534         Build system corrections for GCC build time support.
1535
1536         * configure.ac (AC_PROG_CC): Don't use this; we need...
1537         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1538         building with only a stage 1 partially built GCC installation.
1539
1540         * Makefile.in (install-headers): New make objective; map it to...
1541         (install-w32api-headers): ...this, for which it is a logical alias.
1542
1543 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1544
1545         Overhaul and streamline build system configuration.
1546
1547         * configure.in: Delete obsolete file; replace with...
1548         * configure.ac: New file; rewritten per current autoconf conventions.
1549
1550         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1551         it now processes the entire build without using separate sub-makes.
1552
1553         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1554         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1555
1556 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1557
1558         Remove unused aclocal.m4 configuration file.
1559
1560         * aclocal.m4: Delete it; it provides no content used by this package.
1561
1562 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1563
1564         Adapt platform feature checks to NTDDI_VERSION conventions.
1565
1566         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1567         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1568         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1569         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1570         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1571
1572         * include/w32api.h: Assert copyright; include sdkddkver.h.
1573         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1574         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1575         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1576         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1577         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1578         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1579         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1580         macro definitions by long integer constants, and mark as deprecated.
1581         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1582         mingwrt/include/_mingw.h, whence we similarly relocate...
1583         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1584
1585         * include/windef.h: Assert copyright; include w32api.h, whence we
1586         infer default assignments, per included sdkddkver.h, for each of...
1587         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1588         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1589
1590 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1591
1592         Remove generated configure script from revision control.
1593
1594         * configure: Delete from SCM; maintainer must regenerate it, when
1595         required, as SCM will now ignore it.
1596
1597 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1598
1599         Cosmetic adjustment to match MSDN documentation.
1600
1601         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1602         of parameter #1 to be LPCVOID, in preference to formerly specified,
1603         and functionally equivalent, 'const LPVOID'.
1604
1605 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1606
1607         Correct typos, as identified by issue [#1534].
1608
1609         * include/setupapi.h (SetupCancelTemporary): Should be...
1610         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1611         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1612         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1613         (SetupQueryA, SetupQueryW): ...these respectively to...
1614         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1615         (SetupDiGetWizardage): Misspelled; correct it to...
1616         (SetupDiGetWizardPage): ...this.
1617
1618 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1619
1620         Declare WTSVirtualChannel API functions per issue [#1342].
1621
1622         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1623         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1624         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1625         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1626         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1627
1628         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1629
1630 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1631
1632         Correct MENUITEMINFO structure definition per issue [#1659].
1633
1634         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1635         field was defined as type DWORD; correct it to type ULONG_PTR.
1636
1637 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1638
1639         Extend visibility of winsock definitions when building Cygwin.
1640
1641         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1642         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1643         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1644         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1645         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1646         [__INSIDE_MSYS__]: ...keep them hidden.
1647
1648         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1649         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1650         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1651         [__INSIDE_MSYS__]: ...also keep them hidden.
1652
1653 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1654
1655         Correct version guard for WinXP minimum requirement.
1656
1657         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1658         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1659         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1660         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1661
1662 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1663
1664         Add missing <shobjidl.h> and associated UUID implementation.
1665
1666         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1667         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1668
1669 2012-03-19  Ben Greear  <greear@users.sf.net>
1670
1671         Adjust header file definition order, to fix issue [#1570].
1672
1673         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1674         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1675
1676 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1677
1678         Add missing return value, flagged by 'make test'.
1679
1680         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1681         Return NO_ERROR in virtual definition.
1682
1683 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1684
1685         Remove duplicate definitions, identified by 'make test'.
1686
1687         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1688         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1689         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1690         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1691         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1692         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1693
1694         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1695         correctly defined (per MSDN) in <wincrypt.h>
1696
1697 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1698
1699         Correct misuse of #ifdef, identified by 'make test'.
1700
1701         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1702         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1703
1704 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1705
1706         Replace more incorrectly named manifest constants.
1707
1708         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1709         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1710         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1711         definitions respectively; retain for backward compatibility only.
1712
1713 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1714
1715         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1716
1717         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1718
1719 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1720
1721         Add missing MAPVK manifest constant definitions.
1722
1723         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1724         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1725
1726 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1727
1728         Correct some misspelled manifest constant names.
1729
1730         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1731         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1732         alias to original misspelling, to maintain backward compatibility.
1733         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1734         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1735         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1736         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1737
1738 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1739
1740         Add a missing Win2K sockets IOCTL feature.
1741
1742         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1743
1744 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1745
1746         Fix an incorrectly typed structure member.
1747
1748         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1749         should be LPSTR; correct it.
1750
1751 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1752
1753         Add another missing manifest constant definition.
1754
1755         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1756
1757 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1758
1759         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1760
1761         * include/windef.h (PACKED): Delete macro definition; its name is not
1762         reserved, and may thus conflict with a user defined name; replace it...
1763         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1764         use __attribute__((packed)) directly instead.
1765
1766 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1767
1768         Fix bad typedef, per MinGW-Bug [#1529].
1769
1770         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1771         conform with MSDN reference, as identified by Safety0ff.
1772
1773 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1774
1775         Add a missing manifest constant definition.
1776
1777         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1778
1779 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1780
1781         Win2K and Vista userenv updates.
1782
1783         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1784         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1785         (ExpandEnvironmentStringsForUser): Define function aliases.
1786         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1787         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1788         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1789         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1790         (GetProfileType): Declare function prototypes.
1791         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1792         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1793         New manifest constants; define them.
1794
1795 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1796
1797         * Makefile.in: Increment CYGRELEASE to 2.
1798
1799 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1800
1801         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1802
1803 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1804
1805         * include/w32api.h: Increment version to 3.17.
1806         * Makefile.in: Ditto.
1807
1808 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1809
1810         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1811         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1812         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1813         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1814
1815 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1816
1817         * include/w32api.h: Increment version to 3.16.
1818         * Makefile.in: Ditto.
1819
1820 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1821
1822         * include/commctrl.h (NMTCKEYDOWN): Define.
1823
1824 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1825
1826         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1827         Define.
1828
1829 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1830
1831         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1832         PSAPI_WORKING_SET_INFORMATION): Define.
1833
1834 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1835
1836         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1837
1838 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1839
1840         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1841
1842 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1843
1844         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1845         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1846         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1847
1848 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1849
1850         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1851         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1852         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1853
1854 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1855
1856         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1857         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1858
1859 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1860
1861         * include/winbase.h (__MINGW_EXTENSION): Define.
1862         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1863         struct to correct issue with -std=c99.
1864
1865 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1866
1867         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1868         (TIMER_BASIC_INFORMATION): Define.
1869         (NtQueryTimer): Define.
1870         (ZwQueryTimer): Define.
1871
1872 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1873
1874         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1875
1876 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1877
1878         * include/winbase.h (GetComputerNameEx): Define.
1879
1880 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1881
1882         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1883
1884 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1885
1886         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1887         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1888         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1889         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1890         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1891         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1892         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1893         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1894         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1895
1896 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1897
1898         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1899         Add defines for backward compatibility.
1900
1901 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1902
1903         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1904         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1905         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1906         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1907         EnumResourceTypesW): Ditto.
1908         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1909
1910 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1911
1912         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1913
1914 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1915
1916         * include/bdatypes.h: Add missing semicolons.
1917
1918 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1919
1920         * include/w32api.h: Increment version to 3.15.
1921         * Makefile.in: Ditto.
1922
1923 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1924
1925         * Makefile.in: Update naming convention and compression format (lzma),
1926         leaving existing naming convention and compression format as is for Cygwin.
1927
1928 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1929
1930         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1931         STATE_SYSTEM_PROTECTED): Define.
1932
1933         Thank you to Marcus von Appen for reporting the issue.
1934
1935 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1936
1937         * include/winuser.h (CF_DIBV5): Define.
1938         (CF_MAX): Adjust accordingly.
1939
1940         Thank you to Lenard Lindstrom for reporting the issue.
1941
1942 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1943
1944         * include/sspi.h (QuerySecurityContextToken): Define.
1945         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1946
1947         Thank you to Magnus Hagander for reporting the issue.
1948
1949 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1950
1951         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1952
1953 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1954
1955         * include/shlwapi (ASSOCDATA): Update definition.
1956
1957         Thank you to Frederic Deschamps for reporting the issue.
1958
1959 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1960
1961         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
1962         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
1963         COPY_FILE_NO_BUFFERING): Define.
1964
1965         Thank you to Roland Schwingel for reporting the issue.
1966
1967 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1968
1969         * include/winuser.h (HHOOK): Move definition from here...
1970         * include/windef.h: ...to here, as per MSDN.
1971
1972         Thank you to Samuel Thibault for reporting the issue.
1973
1974 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1975
1976         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
1977         MSDN, change return type to LPCH.
1978         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
1979
1980         Thank you to Emmanuel Stapf for reporting the issue.
1981
1982 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1983
1984         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
1985         * include/windowsx.h (SNDMSG): Ditto.
1986
1987 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1988
1989         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
1990
1991         Thank you to Ozkan Sezer for reporting the issue.
1992
1993 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1994
1995         * include/windowsx.h (SNDMSG): Define macro and use throughout.
1996
1997         Thank you to Chris Oldwood for reporting the issue.
1998
1999 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2000
2001         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2002
2003         Thank you to Rick Walsh for reporting the issue.
2004
2005 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2006
2007         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2008
2009 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2010
2011         * include/winbase.h (OVERLAPPED): Correct definition.
2012
2013 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2014
2015         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2016         definition.
2017
2018         Thank you to Pasi Ruokola for reporting the issue.
2019
2020 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2021
2022         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2023
2024         Thank you to cheznonnon for reporting the issue.
2025
2026 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2027
2028         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2029
2030 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2031
2032         * winnt.h: Fix several SUBLANG ID errors (ref:
2033         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2034         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2035         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2036         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2037         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2038         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2039         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2040         (SUBLANG_LAO_LAO): ... this.
2041         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2042         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2043         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2044         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2045         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2046         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2047         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2048         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2049         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2050         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2051         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2052
2053 2010-08-24  LRN  <lrn1986@gmail.com>
2054
2055         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2056         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2057         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2058         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2059         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2060         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2061         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2062         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2063         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2064         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2065         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2066         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2067         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2068         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2069         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2070         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2071         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2072         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2073         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2074         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2075         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2076         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2077         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2078         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2079         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2080         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2081         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2082         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2083         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2084         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2085         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2086         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2087         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2088         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2089         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2090         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2091         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2092         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2093         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2094         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2095         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2096         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2097         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2098         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2099         WAVE_FORMAT_DTS2): Define.
2100         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2101         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2102         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2103         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2104         Define.
2105
2106 2010-08-23  LRN  <lrn1986@gmail.com>
2107
2108         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2109         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2110         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2111         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2112         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2113         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2114         GetFinalPathNameByHandleW): Define.
2115
2116 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2117
2118         * lib/CheckConflicts.sh: New file.
2119
2120 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2121
2122         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2123         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2124         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2125         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2126         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2127         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2128         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2129         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2130         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2131         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2132         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2133         conflicting definition.
2134         * lib/th32.def: Remove.
2135         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2136         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2137         definition.
2138
2139 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2140
2141         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2142
2143 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2144
2145         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2146
2147 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2148
2149         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2150         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2151         * include/ddk/winddk.h: Ditto.
2152
2153 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2154
2155         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2156         CreateSymbolicLinkA, CreateSymbolicLink): Define
2157
2158 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2159
2160         * lib/kernel32.def(FatalExit): Correct definiton.
2161
2162 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2163
2164         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2165         from 2010-07-17 since it breaks several applications.
2166
2167 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2168
2169         * lib/kernel32.def: Regenerate using gendef.
2170
2171 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2172
2173         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2174
2175 2010-07-20  Michael James  <james.me@gmail.com>
2176
2177         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2178
2179 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2180
2181         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2182         definition.
2183         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2184         NdrMarshSCtxtHdl): Ditto.
2185         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2186         definition in favour of typedef definition.
2187
2188         Thank you to Yuta Tomino for reporting the issues.
2189
2190 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2191
2192         * include/gdiplus.h: New file.
2193         * include/gdiplus/gdiplus.h: New file.
2194         * include/gdiplus/gdiplusbase.h: New file.
2195         * include/gdiplus/gdiplusbrush.h: New file.
2196         * include/gdiplus/gdipluscolor.h: New file.
2197         * include/gdiplus/gdipluscolormatrix.h: New file.
2198         * include/gdiplus/gdipluseffects.h: New file.
2199         * include/gdiplus/gdiplusenums.h: New file.
2200         * include/gdiplus/gdiplusflat.h: New file.
2201         * include/gdiplus/gdiplusgpstubs.h: New file.
2202         * include/gdiplus/gdiplusgraphics.h: New file.
2203         * include/gdiplus/gdiplusheaders.h: New file.
2204         * include/gdiplus/gdiplusimageattributes.h: New file.
2205         * include/gdiplus/gdiplusimagecodec.h: New file.
2206         * include/gdiplus/gdiplusimaging.h: New file.
2207         * include/gdiplus/gdiplusimpl.h: New file.
2208         * include/gdiplus/gdiplusinit.h: New file.
2209         * include/gdiplus/gdipluslinecaps.h: New file.
2210         * include/gdiplus/gdiplusmatrix.h: New file.
2211         * include/gdiplus/gdiplusmem.h: New file.
2212         * include/gdiplus/gdiplusmetafile.h: New file.
2213         * include/gdiplus/gdiplusmetaheader.h: New file.
2214         * include/gdiplus/gdipluspath.h: New file.
2215         * include/gdiplus/gdipluspen.h: New file.
2216         * include/gdiplus/gdipluspixelformats.h: New file.
2217         * include/gdiplus/gdiplusstringformat.h: New file.
2218         * include/gdiplus/gdiplustypes.h: New file.
2219         * lib/gdiplus.c: New file containing GDI+ variable definitions
2220         and GUIDs.
2221         * lib/gdiplus.def: New file.
2222         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2223         add gdiplus.c to SOURCES.
2224         * lib/test.c: Include gdiplus.h.
2225
2226 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2227
2228         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2229         GetPerformanceInfo): Define.
2230         * lib/psapi.def (GetPerformanceInfo): Define.
2231         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2232         CryptEnumProviders): Define.
2233
2234 2010-02-17  LRN  <lrn1986@gmail.com>
2235
2236         * include/shlguid.h (IID_IFolderView): Define.
2237         * include/shlobj.h (IFolderView interface): Define.
2238         * lib/shell32.c (IID_IFolderView): Export.
2239
2240 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2241
2242         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2243         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2244
2245 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2246
2247         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2248
2249 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2250
2251         * include/shlobj.h (SHParseDisplayName): Fix definition.
2252
2253 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2254
2255         * include/w32api.h: Increment version to 3.14.
2256         * Makefile.in: Ditto.
2257
2258 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2259
2260         * include/shlobj.h (SHParseDisplayName): Define.
2261
2262         Thanks to James Roberts-Thomson for the report.
2263
2264 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2265
2266         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2267
2268         Thanks to Alexander Vassilev for the report.
2269
2270 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2271
2272         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2273
2274         Thanks to Thomas Denk for the report.
2275
2276 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2277
2278         * include/winbase.h (UnmapViewOfFile): Correct definition.
2279
2280         Thanks to Dimitry Sibiryakov for the report.
2281
2282 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2283
2284         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2285
2286 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2287
2288         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2289         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2290
2291 2009-20-10  Michael James  <james.me@gmail.com>
2292
2293         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2294         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2295         >= 0x0501.
2296         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2297         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2298         RemoveWindowSubclass@12): Add exports.
2299         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2300
2301 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2302
2303         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2304         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2305         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2306         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2307         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2308         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2309         RegisterTouchWindow, UnregisterTouchWindow): Define.
2310         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2311         RegisterTouchWindow, UnregisterTouchWindow): Define.
2312
2313 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2314
2315         * include/winver.h (VerQueryValue[AW]): Correct definition.
2316
2317 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2318
2319         * include/shlobj.h (SHARD): Add enum.
2320         (SHARD_PATH): Define based on UNICODE.
2321
2322         Thanks to Jacek Caban for the report.
2323
2324 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2325
2326         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2327
2328         Thanks to Bruno Martinez for the report.
2329
2330 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2331
2332         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2333         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2334         SHGetIconOverlayIndex): Define.
2335
2336         Thanks to Tim Kosse for the report.
2337
2338 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2339
2340         * include/wincon.h (AttachConsole): Correct guard.
2341
2342         Thanks to Alexander Shaduri for the report.
2343
2344 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2345
2346         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2347         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2348
2349 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2350
2351         * include/winerror.h: Fix typos in macro names.
2352
2353 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2354
2355         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2356         definition.
2357
2358 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2359
2360         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2361
2362 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2363
2364         Honor DESTDIR for winsup/mingw and winsup/w32api.
2365         Detect and report error if installation paths are win32
2366         format, but DESTDIR is non-empty.
2367
2368         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2369         when invoking make in subdirs.
2370         * lib/Makefile.in (DESTDIR): Honor per convention.
2371         (need-DESTDIR-compatibility): New macro; define it and a
2372         corresponding rule.
2373         (fail-DESTDIR-compatibility): New dependency goal.
2374         (install-libraries, install-headers, uninstall-libraries,
2375         uninstall-headers): Require need-DESTDIR-compatibility.
2376         * lib/ddk/Makefile.in: Ditto.
2377         * lib/directx/Makefile.in: Ditto.
2378
2379 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2380
2381         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2382         _WIN32_WINNT >= 0x0500.
2383         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2384         WRITE_RESTRICTED): Define.
2385         (IsTokenRestricted): Declare for >= Win 2000.
2386
2387 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2388
2389         * include/wtsapi32.h (WTSQuerySessionInformationA,
2390         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2391         Moved to (_WIN32_WINNT >= 0x0500) guard.
2392         (thanks to Pierre Ossman)
2393
2394 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2395
2396         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2397         IS_SURROGATE_PAIR): Define.
2398
2399 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2400
2401         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2402         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2403         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2404         * include/ddk/ntifs.h: Ditto.
2405         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2406
2407 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2408
2409         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2410         from here...
2411         * lib/gdo32.dll: ...to here.
2412
2413 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2414
2415         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2416         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2417         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2418         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2419         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2420         entry points.
2421
2422 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2423
2424         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2425         WTSEnumerateSessionsA): Add function prototypes.
2426         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2427         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2428         defines dependent on UNICODE setting.
2429
2430 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2431
2432         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2433         and vice versa.
2434         * include/ddk/ntifs.h: Ditto.
2435         * include/ddk/winddk.h: Ditto.
2436         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2437         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2438         in header, but missing in lib.  Omit NT4-only entry points.
2439
2440 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2441
2442         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2443         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2444         * lib/shell32.def (SHGetImageList): Define.
2445
2446 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2447
2448         * winnt.h: Add Vista token security extensions.
2449         (SID_HASH_SIZE): Define.
2450         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2451         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2452         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2453         (SID_HASH_ENTRY): Define.
2454         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2455         (struct _TOKEN_LINKED_TOKEN): Define.
2456         (struct _TOKEN_MANDATORY_LABEL): Define.
2457         (struct _TOKEN_MANDATORY_POLICY): Define.
2458         (struct _TOKEN_ELEVATION): Define.
2459         (struct _TOKEN_ACCESS_INFORMATION): Define.
2460         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2461         information enumeration values.
2462
2463 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2464
2465         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2466         from ddk/ntifs.h.
2467
2468 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2469
2470         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2471
2472 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2473
2474         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2475
2476 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2477
2478         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2479         NtSetEaFile.
2480
2481 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2482
2483         * include/winbase.h (SCS_64BIT_BINARY): Define.
2484
2485 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2486
2487         * include/w32api.h: Increment version to 3.13.
2488         * Makefile.in: Ditto.
2489
2490 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2491
2492         * lib/glut.def: remove.
2493         * lib/glut32.def: ditto.
2494
2495 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2496
2497         * include/winbase.h (PROCESS_DEP_ENABLE,
2498         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2499         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2500         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2501
2502 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2503
2504         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2505
2506 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2507
2508         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2509
2510 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2511
2512         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2513
2514 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2515
2516         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2517         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2518         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2519         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2520         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2521         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2522         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2523         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2524         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2525         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2526         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2527         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2528         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2529         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2530         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2531         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2532         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2533         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2534         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2535         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2536         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2537         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2538         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2539         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2540         (capSendMessage): Don't undef.
2541
2542 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2543
2544         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2545         undefined.
2546
2547 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2548
2549         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2550         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2551         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2552         SUBLANG_ROMANIAN_MOLDOVA): Define.
2553
2554 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2555
2556         * include/shlwapi.h (ASSOCSTR): Update enum.
2557
2558 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2559
2560         * include/w32api.h: Increment version to 3.12.
2561         * Makefile.in: Ditto.
2562
2563 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2564
2565         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2566
2567 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2568
2569         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2570
2571 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2572
2573         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2574         Thanks to Richard Hughes for report.
2575
2576 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2577
2578         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2579         naming standard for Cygwin.
2580
2581 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2582
2583         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2584
2585 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2586
2587         * include/ddk/scsi.h: Define READ_TOC formats.
2588         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2589
2590 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2591
2592         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2593         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2594         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2595         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2596         NdisMCancelTimer): Define.
2597         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2598         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2599         eliminate warnings.
2600         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2601         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2602         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2603         Export.
2604
2605 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2606
2607         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2608         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2609
2610 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2611
2612         * include/ddk/winddk.h (KeRaiseIrql): Define.
2613         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2614
2615 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2616
2617         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2618         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2619         (InterlockedIncrement, InterlockedDecrement): fix warning.
2620         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2621         (KeNumberProcessors): Export.
2622
2623 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2624
2625         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2626         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2627         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2628         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2629         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2630
2631 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2632
2633         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2634
2635         Thanks to Tim Kosse <botg at users dot sf dot net>.
2636
2637 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2638
2639         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2640         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2641         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2642         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2643         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2644         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2645         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2646
2647 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2648
2649         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2650         WTSQuerySessionInformation, WTSFreeMemory): Define.
2651
2652 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2653
2654         * lib/gdi32.def (SetLayout): Export.
2655
2656 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2657
2658         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2659         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2660         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2661         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2662         CertSetCertificateContextProperty, CertCompareCertificateName,
2663         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2664         CryptGetDefaultProviderW and many corresponding macroes): Define.
2665         * lib/crypt32.def (Export the above 11 functions): Export.
2666         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2667         macroes): Define.
2668
2669
2670 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2671
2672         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2673         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2674
2675 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2676
2677         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2678
2679 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2680
2681         * include/lmaccess.h (struct _USER_INFO_4): Define.
2682         (struct _USER_INFO_23): Define.
2683         (struct _GROUP_INFO_3): Define.
2684
2685 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2686
2687         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2688         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2689         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2690         MIB_TCP6TABLE_OWNER_PID): Define.
2691         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2692
2693 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2694
2695         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2696         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2697         of 0x0502.
2698         Bug reported by Thomas Denk.
2699
2700 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2701
2702         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2703         InterlockedCompareExchange, InterlockedExchange,
2704         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2705         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2706         Bug reported by Erik Blake.
2707
2708 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2709
2710         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2711         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2712         Bug reported by Brian Hawley.
2713
2714 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2715
2716         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2717         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2718         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2719         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2720         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2721         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2722         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2723         (DsGetDcNameW, DsGetDcNameA): Declare.
2724         (DsGetDcName): Define.
2725         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2726
2727 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2728
2729         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2730
2731         Thanks to Tim Kosse <botg at users dot sf dot net>.
2732
2733 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2734
2735         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2736
2737         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2738
2739 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2740
2741         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2742         (FILE_SUPPORTS_TRANSACTIONS): Define.
2743
2744 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2745
2746         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2747         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2748
2749 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2750
2751         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2752         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2753         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2754         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2755         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2756         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2757         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2758         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2759         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2760         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2761         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2762         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2763         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2764         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2765         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2766         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2767         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2768         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2769         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2770         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2771         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2772         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2773         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2774         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2775         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2776         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2777         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2778         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2779         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2780         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2781         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2782         capDriverConnect, capDriverDisconnect, capDriverGetName,
2783         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2784         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2785         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2786         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2787         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2788         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2789         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2790         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2791         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2792         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2793         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2794         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2795         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2796         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2797         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2798
2799 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2800
2801         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2802         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2803         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2804         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2805         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2806         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2807         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2808         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2809         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2810         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2811         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2812         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2813         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2814         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2815         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2816         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2817         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2818         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2819         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2820         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2821         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2822         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2823         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2824         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2825         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2826         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2827         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2828         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2829         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2830         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2831         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2832         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2833         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2834         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2835         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2836         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2837         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2838         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2839         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2840         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2841         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2842         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2843         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2844         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2845         *SpUserModeInitializeFn): Define.
2846         * include/sspi.h (SECURITY_STRING): Define.
2847
2848 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2849
2850         * include/specstrings.h: Add more dummy defines.
2851
2852 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2853
2854         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2855         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2856         (SECURITY_MANDATORY_LOW_RID): Define.
2857         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2858         (SECURITY_MANDATORY_HIGH_RID): Define.
2859         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2860         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2861         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2862         (SE_GROUP_INTEGRITY): Define.
2863         (SE_GROUP_INTEGRITY_ENABLED): Define.
2864
2865 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2866
2867         * include/sddl.h (ConvertStringSidToSidA): Declare.
2868         (ConvertStringSidToSidW): Declare.
2869         (ConvertStringSidToSid): Define.
2870
2871 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2872
2873         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2874         and MPR_INTERFACE_3 structure since they are available only in Windows
2875         Server 2008
2876
2877         Thanks to crackedmind  <crackedmind at sf dot net>.
2878
2879 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2880
2881         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2882         definitions.
2883         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2884
2885 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2886
2887         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2888
2889 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2890
2891         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2892         * include/windef.h (IN, OUT, OPTIONAL): Define.
2893
2894 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2895
2896         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2897         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2898         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2899         __out_bcount_opt): Move to specstrings.h.
2900
2901 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2902
2903         * lib/bthprops.def: new file, bluetooth imports.
2904
2905 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2906
2907         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2908         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2909         __out_bcount_opt): Defined additional pseudo-modifiers.
2910
2911 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2912         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2913         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2914         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2915         dwRedialPause.
2916
2917 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2918
2919         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2920         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2921         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2922         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2923         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2924         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2925         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2926         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2927         * include/winuser.h (RegisterPowerSettingNotification,
2928         UnregisterPowerSettingNotification): Add prototypes.
2929         * lib/user32.def: Added imports for the above prototypes.
2930         * lib/Makefile.in: Added build support for power-uuid.c.
2931         * lib/power-uuid.c: New file containing power GUID definitions.
2932
2933 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2934
2935         * include/ras.h (RAS_MaxDnsSuffix): define.
2936
2937 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2938
2939         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2940         Add prototypes.
2941         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2942         Add exports.
2943
2944 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2945
2946         * include/w32api.h: Increment version to 3.11.
2947         * Makefile.in: Ditto.
2948
2949 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2950
2951         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2952         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2953
2954 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2955
2956         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2957
2958 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2959
2960         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
2961         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
2962
2963 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
2964
2965         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
2966
2967 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
2968
2969         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
2970         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
2971         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
2972         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
2973         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
2974         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
2975         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
2976         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
2977         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
2978         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
2979         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
2980         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
2981         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
2982         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
2983         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
2984         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
2985         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
2986         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
2987         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
2988         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
2989         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
2990         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
2991         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
2992         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
2993         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
2994         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
2995         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
2996         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
2997         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
2998         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
2999         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3000         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3001         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3002         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3003         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3004         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3005         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3006         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3007         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3008         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3009         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3010         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3011         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3012         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3013         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3014         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3015         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3016         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3017         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3018         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3019         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3020         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3021         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3022         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3023         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3024         CryptEncodeObjectEx): define.
3025
3026 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3027
3028         * include/winbase.h (CheckTokenMembership): define.
3029
3030 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3031
3032         * include/rpcndr.h: Missing NdrClientCall2 entry.
3033         * lib/rpcrt4.def: Ditto.
3034
3035 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3036         * lib/scnsave.c: Multi-monitor support.
3037
3038 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3039
3040         * include/w32api.h: Increment version to 3.10.
3041         * Makefile.in: Ditto.
3042
3043 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3044
3045         * include/winbase.h (ReOpenFile): Add prototype.
3046         * lib/kernel32.def (ReOpenFile@16): Add export.
3047
3048 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3049
3050         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3051
3052 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3053
3054         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3055         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3056
3057 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3058
3059         * include/wtypes.h (LPDECIMAL): Define.
3060         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3061
3062 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3063
3064         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3065
3066 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3067
3068         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3069         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3070
3071 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3072
3073         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3074         Define.
3075
3076 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3077
3078         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3079         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3080         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3081         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3082         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3083         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3084         Sync with include/pbt.h.
3085
3086 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3087
3088         [mingw-Bugs-1751518]
3089         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3090         get_URL.
3091
3092         [mingw-Bugs-1751565]
3093         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3094
3095         [mingw-Bugs-1751595]
3096         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3097         methods.
3098
3099         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3100
3101 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3102
3103         [mingw-Bugs-1750898]
3104         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3105         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3106
3107 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3108
3109         [mingw-Bugs-1749305]
3110         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3111
3112 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3113
3114         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3115
3116 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3117
3118         * include/oaidl.h: Include windows.h and ole2.h,
3119         unless COM_NO_WINDOWS_H.
3120
3121         [mingw-Bugs-1742130]
3122         * include/oaidl.h (struct tagVARIANT): Add union members
3123         LONGLONG  * pllVal and ULONGLONG * pullVal.
3124
3125 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3126
3127         * include/ws2tcpip.h (s6_addr32): Correct definition.
3128         Thanks to Alfred E. Heggestad <aeh at db dot org>
3129
3130 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3131
3132         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3133
3134         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3135         supplying the information.
3136
3137 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3138
3139         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3140
3141 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3142
3143         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3144         Vista.
3145
3146 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3147
3148          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3149         CRYPTPROTECT_LOCAL_MACHINE): Define.
3150
3151 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3152
3153         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3154         Define.
3155
3156 2007-03-30  Brian Dessent  <brian@dessent.net>
3157
3158         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3159
3160 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3161
3162         * include/w32api.h: Increment version to 3.9.
3163         * Makefile.in: Ditto.
3164
3165 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3166
3167         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3168
3169 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3170
3171         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3172
3173 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3174
3175         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3176         Added SetupConfigureWmiFromInfSectionW
3177         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3178
3179         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3180
3181         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3182         Added PBT_APMQUERYSTANDBY
3183         Added PBT_APMQUERYSUSPENDFAILED
3184         Added PBT_APMQUERYSTANDBYFAILED
3185         Added PBT_APMSUSPEND
3186         Added PBT_APMSTANDBY
3187         Added PBT_APMRESUMECRITICAL
3188         Added PBT_APMRESUMESUSPEND
3189         Added PBT_APMRESUMESTANDBY
3190         Added PBT_APMBATTERYLOW
3191         Added PBT_APMPOWERSTATUSCHANGE
3192         Added PBT_APMOEMEVENT
3193         Added PBT_APMRESUMEAUTOMATIC
3194
3195         * include/wtsapi32.h: New file
3196
3197         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3198
3199 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3200
3201         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3202         argument to constant.
3203
3204 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3205
3206         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3207         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3208         Add prototypes.
3209         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3210
3211 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3212
3213         * lib/user32.def (InternalGetWindowText): Add stub.
3214
3215 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3216
3217         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3218         LANG_BOSNIAN_NEUTRAL): Define.
3219
3220 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3221
3222         * include/winuser.h: Add guards around TITLEBARINFO and
3223         GetTitleBarInfo().
3224
3225 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3226
3227         * include/winbase.h (struct _OVERLAPPED): Change type of
3228         Internal, InternalHigh members to ULONG_PTR.
3229         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3230         (CreateIoCompletionPort): Likewise.
3231         (PostQueuedCompletionStatus): Likewise.
3232         (QueueUserAPC): Likewise.
3233
3234 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3235
3236         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3237         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3238         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3239         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3240         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3241         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3242         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3243         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3244         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3245         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3246
3247 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3248
3249         * Makefile.in: Add aclocal.m4 to source release.
3250
3251 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3252
3253         * include/w32api.h: Increment version to 3.8.
3254         * Makefile.in: Ditto.
3255
3256 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3257
3258         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3259         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3260
3261         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3262
3263 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3264
3265         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3266
3267         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3268         inline static.
3269         (GetFiberData): Likewise.
3270         * lib/kernel32.c: Remove.
3271         * lib/Makefile.in: Remove reference to kernel32.[co].
3272
3273 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3274
3275         * include/winnt.h (SE_RELABEL_NAME): Define.
3276         (SE_INCREASE_WORKING_SET_NAME): Define.
3277         (SE_TIME_ZONE_NAME): Define.
3278         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3279
3280 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3281
3282         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3283         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3284         SymbolicLinkReparseBuffer substructure.
3285
3286 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3287
3288         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3289
3290 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3291
3292         * lib/Makefile.in: Fix order for 'all' rule.
3293
3294 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3295
3296         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3297
3298 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3299
3300         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3301         mappings.
3302         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3303         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3304
3305 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3306
3307         * include/rpc.h: Add whitespace.
3308         * include/winnt.h (C_ASSERT): Define.
3309
3310 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3311
3312         [mingw-Bugs-1568067]
3313         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3314         * include/wingdi.h: (DM_POSITION): Define.
3315
3316 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3317
3318         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3319         * lib/user32.def: Likewise.
3320
3321 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3322
3323         * lib/Makefile.in: fix typo.
3324         * lib/ddk/Makefile.in: fix typo.
3325         * lib/directx/Makefile.in: fix typo.
3326
3327         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3328         for pointing it out.
3329
3330 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3331
3332         * Makefile.in: Remove files from lib directory with distclean target
3333
3334 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3335
3336         * include/winuser.h (CS_DROPSHADOW): Define.
3337
3338 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3339
3340         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3341         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3342         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3343         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3344
3345         Increase each constant by 1.
3346
3347 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3348
3349         [mingw-Bugs-1553275]
3350         * include/wingdi.h (SetLayout): Add prototype.
3351         (GetLayout): Likewise.
3352
3353 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3354
3355         [mingw-Bugs-1550139]
3356         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3357         Tanks to:  Samit Basu <samitbasu at sf dot net>
3358         (GetRecordInfoFromGuids): Add prototype.
3359
3360 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3361
3362         * include/winbase.h: Add comment about 'missing' SEM flag.
3363
3364 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3365
3366         * configure.in: Substitute with_cross_host in depending files.
3367         * configure: Regenerate.
3368         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3369         Set installation directories accordingly.
3370         * lib/ddk/Makefile.in: Ditto.
3371         * lib/directx/Makefile.in: Ditto.
3372
3373 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3374
3375         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3376         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3377         Bug reported by: <macleone at users dot sf dot net>
3378
3379 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3380
3381         Update some more IMAGE relocation type indicators
3382         to PECOFF v8 (May, 2006) specs.
3383
3384         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3385         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3386         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3387         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3388         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3389         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3390         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3391         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3392         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3393         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3394         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3395         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3396         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3397         IMAGE_REL_SHM_NOMODE): Add defines.
3398
3399         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3400         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3401         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3402         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3403         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3404         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3405         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3406         IMAGE_REL_M32R_TOKEN): Add defines.
3407
3408         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3409
3410 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3411
3412         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3413         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3414         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3415         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3416         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3417         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3418         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3419         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3420         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3421         Add defines.
3422
3423         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3424         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3425         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3426         Add defines.
3427
3428         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3429
3430         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3431         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3432         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3433         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3434         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3435         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3436
3437         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3438
3439         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3440         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3441         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3442         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3443         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3444         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3445         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3446         Add defines.
3447
3448         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3449         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3450         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3451         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3452         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3453         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3454         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3455         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3456         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3457         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3458         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3459         IMAGE_REL_IA64_ADDEND): Add defines.
3460
3461         (IMAGE_SCN_GPREL): Add define.
3462
3463 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3464
3465         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3466         * include/basetyps.h:  Likewise.
3467         (_COM_interface): New define.
3468         (interface): Define to _COM_interface, conditional on !__OBJC__.
3469         Replace 'interface' with '_COM_interface', throughout.
3470         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3471         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3472         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3473         * include/mshtml.h: Likewise.
3474         * include/oaidl.h: Likewise.
3475         * include/objfwd.h: Likewise.
3476         * include/objidl.h: Likewise.
3477         * include/ocidl.h: Likwise.
3478         * include/olectl.h: Likewise.
3479         * include/oleidl.h: Likewise.
3480         * include/shlobj.h: Likewise.
3481         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3482         * include/vfw.h: Likewise.
3483         * include/windows.h. Likewise. Add comment.
3484         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3485         throughout.
3486
3487         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3488         Add test for conflict with '@interface'
3489
3490 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3491
3492         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3493         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3494         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3495         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3496         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3497         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3498         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3499         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3500         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3501         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3502         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3503         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3504         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3505         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3506         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3507         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3508         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3509         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3510         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3511         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3512         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3513         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3514         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3515         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3516         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3517         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3518         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3519         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3520         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3521         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3522         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3523         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3524         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3525         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3526         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3527         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3528         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3529         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3530         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3531         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3532         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3533         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3534         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3535         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3536         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3537         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3538         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3539         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3540         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3541         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3542         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3543         CertDeleteCertificateFromStore): Define.
3544         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3545         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3546         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3547         CertAddCertificateContextToStore, CertCompareCertificate,
3548         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3549         Define.
3550
3551 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3552
3553         * lib/uuid.c: Remove.
3554
3555 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3556
3557         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3558         declarations. They were extracted from the registry with a script.
3559         * lib/devguid.c: Add new file with the implementation of the
3560         missing GUIDs.
3561         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3562
3563 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3564
3565         * include/winuser.h (WM_INPUT): Add missing Raw Input
3566         notification define.
3567         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3568         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3569
3570 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3571
3572         [mingw-Bugs-1525021]
3573         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3574         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3575         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3576         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3577         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3578         (IP_ADAPTER_ADDRESSES): Likewise.
3579
3580 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3581
3582         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3583         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3584         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3585         extras-uuid.c.
3586         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3587         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3588         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3589         * lib/hlguids-uuid.c: State source of CLSIDs.
3590
3591 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3592
3593         * lib/Makefile.in: Added extras-uuid as an object and source.
3594         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3595         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3596         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3597         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3598         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3599         * lib/extras-uuid.c: New file.
3600         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3601         net).
3602
3603 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3604
3605         [mingw-Bugs-1424461]
3606         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3607         throughout.
3608         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3609         _NO_W32_PSEUDO_MODIFIERS.
3610         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3611         throughout.
3612         *include/rpcnsip.h: Likewise.
3613         *include/windef.h: Don't define IN, OUT or OPTIONAL
3614         if _NO_W32_PSEUDO_MODIFIERS.
3615         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3616         throughout.
3617         *include/ddk/cfgmgr32.h: Likewise.
3618         *include/ddk/ddkmapi.h: Likewise.
3619         *include/ddk/hidclass.h: Likewise.
3620         *include/ddk/hidpi.h: Likewise.
3621         *include/ddk/kbdmou.h: Likewise.
3622         *include/ddk/mcd.h: Likewise.
3623         *include/ddk/miniport.h: Likewise.
3624         *include/ddk/minitape.h: Likewise.
3625         *include/ddk/ndis.h: Likewise.
3626         *include/ddk/ndistapi.h: Likewise.
3627         *include/ddk/ndiswan.h: Likewise.
3628         *include/ddk/ntapi.h: Likewise.
3629         *include/ddk/ntdd8042.h: Likewise.
3630         *include/ddk/ntddpcm.h: Likewise.
3631         *include/ddk/ntifs.h: Likewise.
3632         *include/ddk/ntpoapi.h: Likewise.
3633         *include/ddk/parallel.h: Likewise.
3634         *include/ddk/pfhook.h: Likewise.
3635         *include/ddk/scsiwmi.h: Likewise.
3636         *include/ddk/smbus.h: Likewise.
3637         *include/ddk/srb.h: Likewise.
3638         *include/ddk/storport.h: Likewise.
3639         *include/ddk/tdikrnl.h: Likewise.
3640         *include/ddk/upssvc.h: Likewise.
3641         *include/ddk/usbcamdi.h: Likewise.
3642         *include/ddk/usbscan.h: Likewise.
3643         *include/ddk/video.h: Likewise.
3644         *include/ddk/videoagp.h: Likewise.
3645         *include/ddk/win2k.h: Likewise.
3646         *include/ddk/winddi.h: Likewise.
3647         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3648         if _NO_W32_PSEUDO_MODIFIERS.
3649         Comment out IN, OUT and OPTIONAL, throughout.
3650         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3651         throughout.
3652         *include/ddk/ws2san.h: Likewise.
3653
3654 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3655
3656         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3657
3658 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3659
3660         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3661         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3662         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3663         * lib/hlguids-uuid.c: New file.
3664         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3665         net).
3666
3667 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3668
3669         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3670         objects.
3671         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3672         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3673         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3674         IID_IHlinkTarget): Remove.  Moved to new files.
3675         * lib/urlmon-uuid.c: New file.
3676         * lib/hlink-uuid.c: New file.
3677
3678 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3679
3680         * lib/Makefile.in: Added ativscp-uuid as source and object.
3681         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3682         IID_IActiveScriptParse, IID_IActiveScriptSite,
3683         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3684         * lib/ativscp-uuid.c: New file.
3685
3686 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3687
3688         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3689         Remove.  Moved to objidl-uuid.c
3690         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3691         IID_IServerSecurity): Defined.
3692
3693 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3694
3695         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3696         objects.
3697         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3698         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3699         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3700         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3701         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3702         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3703         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3704         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3705         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3706         files.
3707         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3708         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3709         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3710         * lib/cguid-uuid.c: New file.
3711         * lib/olectlid-uuid.c: New file.
3712
3713 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3714
3715         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3716         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3717         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3718         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3719         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3720         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3721         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3722         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3723         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3724         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3725         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3726         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3727         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3728         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3729         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3730         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3731         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3732         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3733         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3734         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3735         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3736         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3737         * lib/comcat-uuid.c: New file.
3738         * lib/docobj-uuid.c: New File.
3739         * lib/exdisp-uuid.c: New file.
3740         * lib/mlang-uuid.c: New file.
3741         * lib/oaidl-uuid.c: New file.
3742         * lib/objidl-uuid.c: New file.
3743         * lib/objsafe-uuid.c: New file.
3744
3745 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3746
3747         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3748         objects.
3749         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3750         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3751         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3752         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3753         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3754         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3755         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3756         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3757         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3758         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3759         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3760         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3761         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3762         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3763         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3764         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3765         * lib/oleidl-uuid.c: New file.
3766         * lib/oleacc-uuid.c: New file.
3767         * lib/ocidl-uuid.c: New file.
3768
3769 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3770
3771         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3772         objects.
3773         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3774         Remove.  Moved to unknwn-uuid and servprov-uuid.
3775         * lib/unknwn-uuid.c: New file.
3776         * lib/servprov-uuid.c: New file.
3777
3778 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3779
3780         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3781         enum.
3782
3783 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3784
3785         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3786
3787 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3788
3789         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3790         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3791         wingdi.h defines.
3792
3793 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3794
3795         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3796         duplicate defines.
3797
3798         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3799         removal.
3800         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3801
3802 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3803
3804         * configure.in: Update to newer autoconf.
3805         (thanks to Steve Ellcey)
3806         * configure: Regenerate.
3807         * aclocal.m4: New file.
3808
3809 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3810
3811         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3812
3813 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3814
3815         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3816         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3817         as macros.
3818         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3819
3820 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3821
3822         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3823         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3824         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3825         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3826         (MprAdminMIBSetTrapInfo): Declare functions.
3827         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3828         (MIB_SERVER_HANDLE): New typedef.
3829         (MprConfigTransportSetInfo): Declare function.
3830         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3831         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3832
3833 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3834
3835         * lib/rtutils.def: New file. Generated on Windows XP.
3836         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3837         * include/rtutils.h: New file.
3838         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3839         Commented out, they're missing from rtutils.def.
3840
3841 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3842
3843         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3844         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3845         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3846         (MprInfoRemoveAll): Declare functions.
3847
3848 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3849
3850         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3851         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3852         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3853         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3854         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3855         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3856         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3857         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3858         (MprConfigServerConnect,MprConfigServerDisconnect)
3859         (MprConfigServerGetInfo,MprConfigServerInstall)
3860         (MprConfigServerRestore,MprConfigTransportCreate)
3861         (MprConfigTransportDelete,MprConfigTransportEnum)
3862         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3863         (MprConfigTransportSetInfo): Declare functions.
3864
3865 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3866
3867         * include/mprapi.h (MprAdminBufferFree)
3868         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3869         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3870         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3871         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3872         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3873         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3874         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3875         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3876         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3877         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3878         (MprAdminInterfaceTransportSetInfo)
3879         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3880         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3881         (MprAdminServerConnect,MprAdminServerDisconnect)
3882         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3883         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3884         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3885
3886 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3887
3888         * include/ipxtfflt.h: New file.
3889
3890 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3891
3892         * include/mprapi.h: Fix header guard. Cleanup.
3893         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3894         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3895         (MprAdminConnectionHangupNotification)
3896         (MprAdminConnectionHangupNotification2)
3897         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3898         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3899         (MprAdminReleaseIpAddress): Declare functions.
3900         * lib/mprapi.def: Regenerate on Windows XP.
3901
3902 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3903
3904         * include/ipifcons.h: Cleanup.
3905         * include/ipxconst.h: Fix header guard.
3906         * include/ipxrtdef.h: include <ipxconst.h>.
3907
3908 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3909
3910         * include/ipxrtdef.h: Cleanup.
3911         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3912         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3913         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3914         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3915         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3916         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3917         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3918         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3919         * include/routprot.h: Cleanup.
3920         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3921         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3922         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3923         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3924         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3925         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3926         * include/fltdefs.h: New file.
3927         * include/ipinfoid.h: New file.
3928
3929 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3930
3931         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3932         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3933         (IAMCertifiedOutputProtection): Add interfaces.
3934         * include/adsprop.h: New file.
3935         * include/cmnquery.h: New file.
3936         * include/dsadmin.h: New file.
3937         * include/dsclient.h: New file.
3938         * include/dsgetdc.h: New file.
3939         * include/dsquery.h: New file.
3940         * include/dsrole.h: New file.
3941         * include/ntdsapi.h: New file.
3942         * include/ntdsbcli.h: New file.
3943         * include/objsel.h: New file.
3944
3945 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3946
3947         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3948         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3949         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3950         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3951         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3952         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3953         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3954         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3955
3956 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3957
3958         * include/qedit.h: New file.
3959         * include/errors.h: Cleanup.
3960
3961 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3962
3963         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
3964         avoid dependency on <string.h>.
3965         There's no Win32 equivalent for memcmp:
3966         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
3967
3968 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3969
3970         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
3971         instead of memset to avoid dependency on <string.h>.
3972         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
3973         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
3974         (AM_WST_STYLE): Add enums.
3975         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
3976         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
3977         structures.
3978         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
3979         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
3980         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
3981         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
3982         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
3983         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
3984         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
3985         (VFW_E_DVD_NO_RESUME_INFORMATION)
3986         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
3987         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
3988         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
3989         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
3990         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
3991         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
3992         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
3993         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
3994         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
3995         * include/strmif.h: ... to here. New file.
3996         * include/aviriff.h: New file.
3997         * include/bdatypes.h: New file.
3998         * include/control.h: New file.
3999         * include/dvdmedia.h: New file.
4000         * include/il21dec.h: New file.
4001         * include/ks.h: New file.
4002         * include/ksmedia.h: New file.
4003         * include/mmreg.h: New file.
4004         * include/mpegtype.h: New file.
4005         * include/vidcap.h: New file.
4006         * include/vmr9.h: New file.
4007         * include/vptype.h: New file.
4008         * include/xprtdefs.h: New file.
4009
4010 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4011
4012         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4013         Documented as defined on Windows 2000 or later.
4014         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4015         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4016         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4017         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4018         but values unknown, Windows Vista or later.
4019         (CAL_UMALQURA): Cleanup.
4020         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4021         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4022         (CAL_SSHORTESTDAYNAME7): Cleanup.
4023         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4024         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4025
4026 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4027
4028         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4029         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4030         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4031         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4032         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4033         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4034         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4035         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4036         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4037         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4038         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4039         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4040         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4041         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4042         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4043         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4044         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4045         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4046         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4047         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4048         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4049         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4050         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4051         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4052         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4053         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4054         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4055         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4056         (DMDFO_CENTER): Define.
4057         (GetDCBrushColor,GetDCPenColor): Declare.
4058         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4059
4060 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4061
4062         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4063         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4064         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4065         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4066         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4067         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4068         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4069         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4070         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4071         (LANG_DARI,LANG_MALAGASY)
4072         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4073         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4074         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4075         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4076         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4077         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4078         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4079         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4080         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4081         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4082         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4083         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4084         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4085         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4086         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4087         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4088         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4089         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4090         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4091         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4092         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4093         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4094         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4095         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4096         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4097         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4098         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4099         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4100         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4101         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4102         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4103         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4104         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4105         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4106         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4107         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4108         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4109         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4110         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4111         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4112         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4113         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4114         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4115         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4116         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4117         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4118         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4119         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4120         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4121         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4122         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4123         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4124         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4125         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4126         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4127         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4128         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4129         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4130         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4131         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4132         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4133         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4134         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4135
4136 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4137
4138         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4139         it was moved.
4140
4141 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4142
4143         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4144         SPI_SETSCREENSAVERUNNING.
4145         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4146
4147 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4148
4149         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4150         It had been removed because it's no documented, but Cygwin needs it.
4151
4152 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4153
4154         * include/amvideo.h (IFullScreenVideo): Define.
4155         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4156         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4157
4158 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4159
4160         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4161         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4162         as available on Windows 98 and better.
4163         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4164         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4165         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4166
4167 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4168
4169         * include/amvideo.h: New file.
4170         * include/dshow.h: Include <amvideo.h>.
4171
4172 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4173
4174         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4175         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4176         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4177         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4178         (HWND_BROADCAST): Cleanup.
4179         (HWND_MESSAGE): Windows 2000 only.
4180         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4181         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4182         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4183         (SIF_ALL): Cleanup.
4184         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4185         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4186         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4187         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4188         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4189         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4190         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4191         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4192         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4193         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4194         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4195         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4196         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4197         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4198         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4199         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4200         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4201         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4202         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4203         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4204         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4205         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4206         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4207         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4208         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4209         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4210         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4211         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4212         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4213         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4214         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4215         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4216         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4217         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4218         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4219         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4220         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4221         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4222         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4223         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4224         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4225         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4226         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4227         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4228         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4229         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4230         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4231         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4232         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4233         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4234         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4235         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4236         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4237         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4238         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4239         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4240         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4241         (SPI_SCREENSAVERRUNNING): Removed.
4242         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4243         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4244         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4245         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4246
4247 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4248
4249         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4250         (MprAdminGetPDCServer): Add prototype.
4251         (MprAdminSendUserMessage): Add prototype.
4252         (MprAdminUserGetInfo): Add prototype.
4253         (MprAdminUserSetInfo): Add prototype.
4254         * lib/mprapi.def: Add stubs for above functions.
4255
4256 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4257
4258         * lib/directx/quartz.def: Move from here...
4259         * lib/quartz.def: ... to here.
4260
4261 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4262
4263         * include/amaudio.h: New file.
4264         * include/dshow.h: Include <amaudio.h>.
4265
4266 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4267
4268         * include/errors.h: New file.
4269         * include/dshow.h: Include <errors.h>.
4270
4271 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4272
4273         * include/dshow.h: New file.
4274         * include/evcode.h: New file.
4275         * include/audevcod.h: New file.
4276         * include/dvdevcod.h: New file.
4277
4278 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4279
4280         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4281         (MprAdminConnectionClearStats): Add prototype.
4282         (MprAdminConnectionEnum): Add  prototype.
4283         (MprAdminConnectionGetInfo): Add prototype.
4284         (MprAdminConnectionRemoveQuarantine): Add prototype.
4285         (MprAdminPortClearStats): Add prototype.
4286         (MprAdminPortDisconnect): Add prototype.
4287         (MprAdminPortEnum): Add prototype.
4288         (MprAdminPortGetInfo): Add prototype.
4289         (MprAdminPortReset): Add prototype.
4290         * lib/mprapi.def: New file.
4291
4292 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4293
4294         *  include/mprapi.h: #include <lmcons.h>
4295         (MAX_DEVICETYPE_NAME): Add define.
4296         (MAX_PHONE_NUMBER_LEN): Add define.
4297         (ATADDRESSLEN): Add define.
4298         (IPADDRESSLEN): Add define.
4299         (IPXADDRESSLEN): Add define.
4300         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4301         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4302         (RAS_FLAGS_PPP_CONNECTION): Add define.
4303         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4304         (RAS_FLAGS_RAS_CONNECTION): Add define.
4305         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4306         (RASCCPCA_STAC): Add define.
4307         (RASCCPCA_MPPC): Add define.
4308         (PPP_CCP_COMPRESSION): Add define.
4309         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4310         (PPP_CCP_ENCRYPTION40BIT): Add define.
4311         (PPP_CCP_ENCRYPTION128BIT): Add define.
4312         (PPP_CCP_ENCRYPTION56BIT): Add define.
4313         (PPP_CCP_HISTORYLESS): Add define.
4314         (RASPRIV_NoCallback): Add define.
4315         (RASPRIV_AdminSetCallback): Add define.
4316         (RASPRIV_CallerSetCallback): Add define.
4317         (RASPRIV_DialinPrivilege): Add define.
4318         (RASPRIV_CallbackType): Add define.
4319         (RASPRIV2_DialinPolicy): Add define.
4320         (PPP_LCP_PAP): Add define.
4321         (PPP_LCP_SPAP): Add define.
4322         (PPP_LCP_CHAP): Add define.
4323         (PPP_LCP_EAP): Add define.
4324         (PPP_LCP_CHAP_MD5): Add define.
4325         (PPP_LCP_CHAP_MS): Add define.
4326         (PPP_LCP_CHAP_MSV2): Add define.
4327         (PPP_LCP_MULTILINK_FRAMING): Add define.
4328         (enum _RAS_HARDWARE_CONDITION): Add.
4329         (enum _RAS_PORT_CONDITION): Add.
4330         (struct _PPP_ATCP_INFO): Add.
4331         (struct _PPP_ATCP_INFO): Add.
4332         (struct _PPP_IPCP_INFO): Add.
4333         (struct _PPP_IPCP_INFO2): Add.
4334         (struct _PPP_IPXCP_INFO): Add.
4335         (struct _PPP_LCP_INFO): Add.
4336         (struct _PPP_NBFCP_INFO): Add.
4337         (struct _PPP_INFO): Add.
4338         (struct _PPP_INFO_2): Add.
4339         (struct _RAS_CONNECTION_0): Add.
4340         (struct RAS_CONNECTION_1): Add.
4341         (struct _RAS_CONNECTION_2): Add.
4342         (struct RAS_PORT_0): Add.
4343         (struct _RAS_PORT_1): Add.
4344         (struct _RAS_USER_0): Add.
4345         (struct _RAS_USER_1): Add.
4346
4347 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4348
4349         * include/mprapi.h: New file.
4350         * include/routprot.h: New file.
4351         * include/ipxrtdef.h: New file.
4352         * include/ipxconst.h: New file.
4353         * include/stm.h: New file.
4354
4355 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4356
4357         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4358         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4359
4360 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4361
4362         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4363         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4364         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4365         versions.
4366         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4367
4368 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4369
4370         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4371         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4372
4373 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4374
4375         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4376
4377 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4378
4379         * include/basetyps.h (REFFMTID): Define properly.
4380
4381 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4382
4383         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4384         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4385
4386 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4387
4388         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4389         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4390         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4391         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4392         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4393         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4394         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4395         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4396         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4397         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4398         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4399         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4400         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4401         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4402         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4403         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4404         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4405         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4406         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4407         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4408         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4409         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4410         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4411         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4412         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4413         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4414         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4415         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4416         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4417         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4418         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4419         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4420         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4421         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4422         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4423         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4424         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4425         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4426         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4427         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4428         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4429         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4430         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4431         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4432         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4433         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4434         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4435         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4436         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4437         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4438         (IF_OPER_STATUS_OPERATIONAL): Define.
4439         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4440         Add function declaration.
4441         * include/mgm.h: New file.
4442         * lib/rtm.def: New file.
4443         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4444
4445 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4446
4447         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4448         This function cannot be made thread-safe, the API would have to be
4449         changed for that, just like strerror() -> strerror_r() and similar
4450         ISO C or POSIX functions...
4451
4452 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4453
4454         * include/edevdefs.h: New file.
4455
4456 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4457
4458         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4459         Use as guard for the WAVEFORMATEX structure instead of
4460         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4461         _WAVEFORMATEX_ for compatibility.
4462         Thanks to:    Andrew Jones <guln at sf dot net>
4463
4464 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4465
4466         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4467         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4468         Thanks to:    David Golub <david_golub at sf dot net>
4469
4470 2006-04-18  Eric House  <ehouse@eehouse.org>
4471
4472         PocketPC support.
4473         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4474         functions for using aygshell on PocketPC:
4475         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4476         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4477
4478         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4479         command bar API on PocketPC:
4480         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4481         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4482         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4483         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4484         CommandBar_InsertButton, CommandBar_Destroy.
4485
4486         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4487         fields not present on PocketPC.
4488         (GetCurrentThreadId): Conditionally declare as extern function
4489         without dllimport attribute on PocketPC.
4490         (ResetEvent): Likwise.
4491         (SetEvent): Likewise.
4492
4493         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4494         Conditionally declare as extern function without dllimport
4495          attribute on PocketPC.
4496         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4497         declare as extern function without dllimport attribute on PocketPC.
4498
4499 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4500
4501         * lib/test.c: Include icm.h.
4502
4503 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4504
4505         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4506         (CreateColorSpace): Add UNICODE mappings.
4507         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4508         * include/icm.h: New file.
4509         * lib/mscms.def: New file.
4510         * lib/icmui.def: New file.
4511
4512 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4513
4514         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4515         (IMAGE_FILE_MACHINE_AMD64): New define.
4516         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4517         New defines.
4518         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4519         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4520         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4521         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4522         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4523         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4524         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4525         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4526         New defines.
4527         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4528         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4529         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4530         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4531         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4532         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4533         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4534         definitions and typedefs.
4535         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4536         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4537         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4538         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4539         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4540         New structure definition and typedefs.
4541         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4542         Likewise.
4543         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4544
4545 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4546
4547         * lib/test.c: Fix typo in #inlcude.
4548         * include/aclui.h: INTERFACE should not remain
4549         defined at the end of the header.
4550         * include/servprov.h: Ditto.
4551
4552 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4553
4554         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4555
4556 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4557
4558         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4559
4560 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4561
4562         * include/wsahelp.h (system_header): Add pragma.
4563         * include/ws2spi.h (system_header): Add pragma.
4564         * include/rasdlg.h (system_header): Add pragma.
4565         * include/rasdlg.h (_RASDLG_H): Define.
4566         Define instead of _RASDLG_H_, this is the w32api standard.
4567         * include/mlang.h (_MLANG_H): Define.
4568         Define instead of _MLANG_H_, this is the w32api standard.
4569         * include/setupapi.h (_SETUPAPI_H): Define.
4570         Define instead of _SETUPAPI_H_, this is the w32api standard.
4571
4572 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4573
4574         * include/rpcndr.h (boolean): Add typedef.
4575         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4576         * include/rpcndr.h (_RPCNDR_H): Define.
4577         Define in addition to __RPCNDR_H__, this is the w32api standard.
4578
4579 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4580
4581         * include/w32api.h: Increment version to 3.7.
4582         * Makefile.in: Ditto.
4583
4584 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4585
4586         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4587         GET_MODULE_HANDLE_EX_FLAG_PIN,
4588         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4589         Thanks to:    Brandon Sneed <brandon at redf dot net>
4590
4591 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4592
4593         * include/secext.h: Enclose function declarations in extern "C"
4594         if __cplusplus.
4595
4596 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4597
4598         * include/comcat.h: INTERFACE should not remain defined
4599         at the end of the header.
4600         * include/docobj.h: Ditto.
4601         * include/exdisp.h: Ditto.
4602         * include/intshcut.h: Ditto.
4603         * include/mlang.h: Ditto.
4604         * include/mshtml.h: Ditto.
4605         * include/oaidl.h: Ditto.
4606         * include/objidl.h: Ditto.
4607         * include/objsafe.h: Ditto.
4608         * include/ocidl.h: Ditto.
4609         * include/oleacc.h: Ditto.
4610         * include/oledlg.h: Ditto.
4611         * include/oleidl.h: Ditto.
4612         * include/richole.h: Ditto.
4613         * include/shldisp.h: Ditto.
4614         * include/shlobj.h: Ditto.
4615         * include/unknwn.h: Ditto.
4616         * include/vfw.h: Ditto.
4617         Thanks to:    Brandon Sneed <brandon at redf dot net>
4618
4619 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4620
4621         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4622         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4623         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4624
4625 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4626
4627         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4628         here also.
4629
4630 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4631
4632         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4633         We should probably remove PROV_MS_MAIL but I'm keeping it for
4634         now for compatibility reasons.
4635         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4636
4637 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4638
4639         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4640         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4641         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4642
4643 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4644
4645         * include/wingdi.h [WINVER >= 0x0410]
4646         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4647         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4648
4649 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4650
4651         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4652         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4653         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4654         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4655         (L_MAX_URL_LENGTH): Define.
4656         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4657         Thanks to:    Brandon Sneed <brandon at redf dot net>
4658
4659 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4660
4661         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4662
4663 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4664
4665         * include/w32api.h (_W32API_H): Define.
4666         Define in addition to _W32API_H_, this is the w32api standard.
4667
4668 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4669
4670         * include/w32api.h (WindowsVista): Define.
4671
4672 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4673
4674         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4675         on SOCKET_ADDRESS only if winsock2.h has already been included.
4676
4677 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4678
4679         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4680
4681 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4682
4683         * include/iphlpapi.h (GAA_FLAG_*): Define.
4684         (GetAdaptersAddresses): Add function declaration.
4685         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4686         Thanks to:    ross <rossboulet at users dot sf dot net>
4687
4688 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4689
4690         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4691         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4692         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4693         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4694         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4695         SCOPE_LEVEL): Add enums.
4696         (IP_ADAPTER_*): Define.
4697
4698 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4699
4700         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4701         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4702
4703 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4704
4705         * include/objidl.h (PIDSI_*): Define.
4706         (PRSPEC_*): Define.
4707         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4708
4709 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4710
4711         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4712         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4713         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4714         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4715         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4716
4717 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4718
4719         * include/mq.h: New file.
4720         * lib/mqrt.def (MQ*): Define a few missing functions.
4721
4722 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4723
4724         * lib/mqrt.def: New file.
4725         Needs the mq.h file to work properly, working on it.
4726         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4727
4728 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4729
4730         * include/winerror.h (STG_E_*):  Define.
4731         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4732         * include/winerror.h (STG_S_*): Define.
4733         (CO_S_MACHINENAMENOTFOUND): Define.
4734         (RPC_E_*): Define.
4735         (NTE_*): Define.
4736
4737 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4738
4739         * include/commctrl.h (ListView_*):  Define and correct.
4740         (LVM_*): Define.
4741
4742 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4743
4744         * include/winuser.h (WM_IME_*): Define (DWORD type).
4745         (EM_*IMESTATUS): Define.
4746         (WM_*): Define.
4747         (XBUTTON*): Define.
4748         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4749
4750 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4751
4752         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4753         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4754
4755 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4756
4757         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4758         version conditional.
4759
4760 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4761
4762         * include/winspool.h (JOB_INFO_3): Add structure.
4763         (PROVIDOR_INFO_*{AW}): Add structure.
4764         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4765         (PRINTER_ENUM_VALUES{AW}): Add structure.
4766         (PRINTPROCESSOR_CAPS): Add structure.
4767
4768 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4769
4770         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4771         (PRINTER_INFO_7A): Correct definition.
4772
4773 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4774
4775         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4776         (DRIVER_INFO_*{AW}): Add structure.
4777         (PRINTER_INFO_*{AW}): Add structure.
4778         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4779
4780 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4781
4782         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4783         (DRIVER_*MODE): Define (DWORD type).
4784         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4785
4786 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4787
4788         * include/wincon.h (GetConsoleProcessList): Declare.
4789
4790 2006-03-27  Hansres Engel  <engel@node.ch>
4791
4792         * include/mlang.h: New file.
4793
4794 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4795
4796         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4797
4798 2006-03-26  Hansres Engel  <engel@node.ch>
4799
4800          Add Uniscribe API for typography and for complex scripts.
4801         * include/usp10.h: New file.
4802         * lib/usp10.def: New file.
4803
4804         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4805
4806         * include/imm.h (IMECHARPOSITION): Add structure.
4807         (RECONVERTSTRING): Likwise.
4808
4809         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4810
4811         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4812         (IMLangFontLink2): Likewise.
4813         (IMultiLanguage): Likewise.
4814
4815 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4816
4817         * include/wincon.h  (ENABLE_*): Add more defines.
4818
4819 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4820
4821         * include/winnt.h (INHERITED_ACE): Define.
4822         (VALID_INHERIT_FLAGS): Correct definition.
4823
4824 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4825
4826          * lib/wtsapi32.def: New file.
4827
4828 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4829
4830         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4831         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4832
4833 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4834
4835         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4836         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4837         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4838         (DSPRINT_*): Define (DWORD type).
4839         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4840
4841 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4842
4843         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4844         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4845
4846 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4847
4848         * include/shellapi.h [_WIN32_IE >= 0x0600]
4849         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4850         Windows XP SP1 and Windows XP respectively.
4851
4852 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4853
4854         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4855         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4856         * include/shellapi.h [_WIN32_IE >= 0x0500]
4857         (NIS_*): Introduced in Version 5.0.
4858
4859 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4860
4861         * include/wingdi.h (CS_*): Correct WINVER guard on
4862         Image Color Matching colour definitions.
4863
4864 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4865
4866         * include/shlobj.h (SFGAO_ISSLOW): Define.
4867         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4868         attribute constants.
4869
4870 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4871
4872         * include/wingdi.h [WINVER >= 0x0500]
4873         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4874         Thanks to: David A. Capello <dacap at users dot sf dot net>
4875
4876 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4877
4878         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4879         (INTERNET_STATE_*): Define flags.
4880         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4881
4882 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4883
4884         * include/sddl.h: New file.
4885
4886 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4887
4888         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4889         last change.
4890         Remove file level #pragma pack(push,4)/#pragma pop.
4891
4892 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4893
4894         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4895         value to force correct alignment.
4896
4897 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4898
4899         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4900         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4901         (PNM_CACHEHINT): Add backward compatibilty define.
4902         (LPNM_CACHEHINT): Likewise.
4903
4904 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4905
4906         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4907
4908 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4909
4910         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4911         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4912         * lib/shell32.def (PathResolve): Define.
4913
4914 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4915
4916         * include/shlobj.h (PathResolve): Fix typo.
4917
4918 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4919
4920         * include/shlobj.h (PathResolve): Define.
4921         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4922         PRF_DONTFINDLNK): Ditto.
4923         * lib/shell32.def (PathResolve): Define.
4924
4925 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4926
4927         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4928
4929 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4930
4931         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4932         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4933         (NotifyRouteChange@8): Define.
4934
4935 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4936
4937         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4938         prototypes.
4939
4940 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4941
4942         * include/winnt.h (FORCEINLINE): Define.
4943
4944 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4945
4946         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4947
4948 2006-01-26  Filip Navara  <xnavara@volny.cz>
4949
4950         * include/winnt.h (DECLSPEC_ALIGN): Define.
4951
4952 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4953
4954         * include/commctrl.h: Correct spelling of 'compatibility' in
4955         comments.
4956         * include/setupapi.h: Likewise.
4957         * include/ws2tcpip.h: Likewise.
4958
4959 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4960
4961         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
4962
4963 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
4964
4965         WATCOM compatibility changes.
4966         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
4967         rather than __attribute__.
4968         (DECL_EXPORT): Likewise.
4969         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
4970         (DDKFASTAPI): Likewise.
4971         (DDKCDECLAPI): Likwise.
4972         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
4973
4974 2006-01-23  Brandon Sneed  <brandon@redf.net>
4975
4976         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
4977         to exports.
4978
4979 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4980
4981         * include/w32api.h: Increment version to 3.6.
4982         * Makefile.in: Ditto.
4983
4984 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4985
4986         * include/wincrypt.h (WINADVAPI): Add to prototypes of
4987         advapi32.dll functions.
4988
4989 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4990
4991         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
4992         names for padding size constants.
4993
4994 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
4995
4996         * include/aclapi.h (WINADVAPI): Add to prototypes.
4997         * include/winreg.h (WINADVAPI): Likewise.
4998         * include/winsvc.h (WINADVAPI): Likewise.
4999
5000 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5001
5002         * include/winbase.h (WINADVAPI): Define.
5003
5004 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5005
5006         * include/winuser.h (CreateWindowStation): Correctly identify first
5007         argument as constant.
5008         (CreateWindowStation@): Ditto.
5009
5010 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5011
5012         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5013         (TMT_*, BT_*): Add constants.
5014
5015 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5016
5017         * include/winsock2.h: Don't define struct sockaddr_storage when
5018         building Cygwin.
5019
5020 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5021
5022         * lib/ws2_32.c: New file, defining IPv6 constants.
5023         * lib/Makefile.in (SOURCES): Add ws2_32.c
5024         (EXTRA_OBJS): Add ws2_32.o.
5025
5026 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5027
5028         * lib/user32.def (PrivateExtractIconsA@32,
5029         PrivateExtractIconsW@32): Define.
5030         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5031
5032 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5033
5034         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5035
5036 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5037
5038         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5039
5040 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5041             Danny Smith <dannysmith@users.sourceforge.net>
5042
5043         * lib/msxml-uuid.c: New file to generate UUIDs for
5044         MSXML interfaces.
5045         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5046
5047 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5048
5049         * include/winbase.h (GetDevicePowerState): Add prototype.
5050         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5051
5052 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5053
5054         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5055         Define as macro if !_WIN64.
5056         (SetClassLongPtr{AW}): Likewise.
5057         (GCLP_*): Add GetClassLongPtr defines.
5058         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5059         (SetClassLongPtr{AW}): Likewise.
5060
5061 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5062
5063         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5064         (SetClassLongPtr{AW}): Likewise.
5065         (GCLP_*): Add GetClassLongPtr defines.
5066         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5067         (SetClassLongPtr{AW}): Likewise.
5068
5069 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5070
5071         * include/commdlg.h (OPENFILENAMEW): Add members for
5072         _WIN32_WINNT >= 0x0500.
5073         Thanks to Ricardo Dalcorsso Fodra.
5074         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5075
5076 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5077
5078         * include/wingdi.h (GetICMProfileA): Correct prototype.
5079         (GetICMProfileW): Likewise.
5080         Thanks to: Paul J Lucas
5081
5082 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5083
5084         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5085
5086 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5087
5088         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5089         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5090         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5091         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5092
5093 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5094
5095         * include/objbase.h: Fix typo.
5096         * include/w32api.h: Increment version to 3.5.
5097         * Makefile.in: Ditto.
5098
5099 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5100
5101         * include/w32api.h: Increment version to 3.4.
5102         * Makefile.in: Ditto.
5103
5104 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5105
5106         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5107         Use _WIN32_WINNT >= 0x0501 guard.
5108
5109 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5110
5111         * include/winbase.h (GetProcessId): Declare.
5112
5113 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5114
5115         * lib/ddk/newdev.def: Added.
5116         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5117
5118 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5119
5120         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5121         component.
5122         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5123
5124 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5125
5126         * lib/shell32.def (SHILCreateFromPath): Add stub.
5127         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5128
5129 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5130
5131         * include/winbase.h (RegisterWaitForSingleObject,
5132         RegisterWaitForSingleObjectEx): Define.
5133         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5134         (RegisterWaitForSingleObject@16): Changed to
5135         RegisterWaitForSingleObject@24.
5136         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5137
5138 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5139
5140         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5141         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5142
5143 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5144
5145         * include/reason.h [_WIN32_WINNT >= 0x0501]
5146         (SHTDN_REASON_*): New file.
5147         * include/objbase.h: Avoid double header guard.
5148
5149 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5150
5151         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5152         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5153         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5154
5155 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5156
5157         * include/shlobj.h (IContextMenu3): Define.
5158         * include/shlguid.h (IID_IContextMenu3): Declare.
5159         * lib/shell32.c (IID_IContextMenu3): Define.
5160
5161 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5162
5163         * include/shlobj.h (SHFormatDrive): Declaration of function
5164         and associated constants.
5165
5166 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5167
5168         * include/ddk/hidsdi.h:  New file.
5169         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5170         functions declared in hidsdi.h.
5171         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5172
5173 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5174
5175         * lib/imm32.def (ImmDisableIME): Add stub.
5176         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5177
5178 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5179
5180         * include/w32api.h: Increment version to 3.3.
5181         * Makefile.in: Ditto.
5182
5183 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5184
5185         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5186         Correct their values.
5187         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5188
5189 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5190
5191         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5192
5193 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5194
5195         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5196         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5197
5198 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5199
5200         * include/richedit.h (SETTEXTEX): Define structure and
5201         associated constants.
5202         (GT_SELECTION): Define GETTEXTEX flag constant.
5203
5204 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5205
5206         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5207
5208 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5209
5210         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5211         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5212         prototypes.
5213
5214 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5215
5216         * include/commctrl.h (RBBS_USECHEVRON): Define.
5217         (RBBS_*): Use hex notation, group together.
5218
5219 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5220
5221         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5222         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5223
5224 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5225
5226         * include/commctrl.h (TreeView_SetItemState): Initilise
5227         _tvi.hItem.
5228         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5229
5230 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5231
5232         * include/commctrl.h (NMLVFINDITEM): Add structure.
5233
5234 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5235
5236         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5237
5238 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5239
5240         * include/winnt.h (VER_SET_CONDITION): Define.
5241
5242 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5243
5244         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5245         (ATTACH_PARENT_PROCESS): Define.
5246         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5247         documentation.
5248
5249 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5250
5251         * include/winbase.h (QueueUserWorkItem): Add prototype.
5252
5253 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5254
5255         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5256         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5257         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5258         CM_CMYK_COLOR): Define.
5259
5260 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5261
5262         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5263         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5264         Thanks to: Christian  <chhd at users dot sf dot net>
5265
5266 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5267
5268         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5269         field.
5270         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5271
5272 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5273
5274         * include/winbase.h (GlobalDiscard): Define as macro.
5275         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5276
5277 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5278
5279         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5280         (WNetGetResourceParentW): Ditto.
5281         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5282         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5283
5284 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5285
5286         * include/wininet.h (FtpGetFileSize): Add prototype.
5287         (FtpCommand[AW]): Correct prototypes.
5288         Reported by: <siger at users dot sf dot net>
5289
5290 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5291
5292         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5293         (capGetDriverDescription[AW]): Likewise.
5294
5295 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5296
5297         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5298         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5299         (SE_IMPERSONATE_NAME TEXT): Ditto.
5300         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5301         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5302
5303 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5304
5305         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5306         change.
5307
5308 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5309
5310         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5311         Thanks to:
5312         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5313
5314 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5315
5316         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5317         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5318         (gai_strerror[AW]): Put into #if 0 block.
5319
5320 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5321
5322         * include/basetyps.h (__int16): Correct define.
5323
5324 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5325             Danny Smith  <dannysmith@users.sourceforge.net>
5326
5327         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5328         define for Open Watcom portability.
5329         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5330         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5331         of local c_rgodfDI* objects. Replace .rdata section attribute
5332         with 'const' keyword in definition of global c_dfDI* objects.
5333
5334 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5335
5336         * include/winioctl.h (IOCTL_VOLUME_BASE,
5337         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5338         Copy defines from include/ddk/ntdddvol.h.
5339         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5340
5341 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5342
5343         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5344
5345 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5346
5347         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5348         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5349
5350 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5351
5352         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5353
5354 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5355
5356         * lib/user32.def (MonitorFromPoint): Correct suffix.
5357
5358 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5359
5360         * include/wininet.h (InternetCheckConnectionA,
5361         InternetCheckConnectionW) Add prototypes.
5362         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5363         INTERNET_CONNECTION_CONFIGURED): Add defines.
5364
5365 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5366
5367         * include/commctrl.h (ComboBox_SetMinVisible,
5368         ComboBox_GetMinVisible): Added Macros.
5369         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5370         Added definitions.
5371
5372 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5373
5374         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5375         assembly code conditional on _X86_.
5376
5377 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5378
5379         * include/w32api.h: Increment version to 3.2.
5380         * Makefile.in: Ditto.
5381         * include/afxres.h: Remove the \r from the line ending.
5382         * include/errorrep.h: Ditto.
5383         * include/shldisp.h: Ditto.
5384         * include/tschema.h: Ditto.
5385         * lib/dhcpcsvc.def: Ditto.
5386         * lib/uxtheme.def: Ditto.
5387         * lib/wldap32.def: Ditto.
5388
5389 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5390
5391         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5392         Correct typo.
5393         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5394
5395 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5396
5397         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5398         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5399         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5400         SPI_GETFOREGROUNDLOCKTIMEOUT,
5401         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5402         *include/imm.h (WM_IME_REQUEST): Added definition.
5403         *include/shlobj.h (SLGP_RAWPATH,
5404         SLGP_UNCPRIORITY): Added definition.
5405
5406 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5407
5408         *include/winuser.h (HSHELL_FLASH): Added definition.
5409
5410 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5411
5412         * include/shldisp.h (IAutoComplete): Added interface definiton.
5413         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5414         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5415         * include/shlobj.h (IObjMgr): Added interface definiton.
5416         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5417         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5418         CLSID_ACListISF, IID_IACList): Added GUIDs.
5419         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5420         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5421         CLSID_ACListISF, IID_IACList): Added GUIDs.
5422
5423 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5424
5425         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5426         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5427         (CDRF_*): Use hex notation for constants.
5428
5429 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5430
5431         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5432         Reported by Eric Sharkey <sharkey at netrics dot com>
5433
5434 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5435
5436         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5437         TokenGroupsAndPrivileges, TokenSessionReference,
5438         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5439         Reformat.
5440         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5441         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5442
5443 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5444
5445         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5446         ImageList_Duplicate): Add stubs.
5447
5448 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5449
5450         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5451         Thanks to "Pete" <pross@xvid.org>
5452
5453 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5454
5455         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5456         AC_DST_NO_ALPHA, ...): Add defines.
5457         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5458         ULW_OPAQUE): Add defines.
5459
5460 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5461
5462         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5463         guard.
5464         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5465         suffix.
5466         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5467
5468 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5469
5470         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5471         (CreateProcessWithLogonW): Declare.
5472         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5473         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5474
5475 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5476
5477         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5478         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5479
5480 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5481
5482         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5483         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5484
5485 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5486
5487         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5488
5489 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5490
5491         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5492         Add defines.
5493         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5494
5495 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5496
5497         * include/shellapi.h (NIF_GUID): Add another define.
5498
5499 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5500
5501         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5502         Changed it twice due to inconsistent MSDN documentation.
5503         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5504
5505 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5506
5507         * include/shlobj.h (SHGFP_TYPE): Add enum.
5508
5509 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5510
5511         * include/winuser.h (WM_THEMECHANGED): Add define.
5512
5513 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5514
5515         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5516         ExFreeToPagedLookasideList): Guard inline versions with
5517         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5518         external functions for earlier _WIN32_WINNT.
5519
5520 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5521
5522         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5523
5524 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5525
5526         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5527         if  undefined and __W32API_USE_DLLIMPORT__.
5528         Add WINBASEAPI token to prototypes, throughout.
5529
5530 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5531
5532         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5533         (GetFiberData): Likewise.
5534         (NtCurrentTeb): Likewise.
5535
5536 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5537
5538         * include/shellapi.h (NIF_INFO): Add define.
5539         (NIIF_*) Add defines..
5540         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5541         (NIF_*): Convert constants to hex.
5542
5543 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5544
5545         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5546         GetGlyphIndicesW): Declare.
5547         (GGI_MARK_NONEXISTING_GLYPHS): Define
5548         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5549         GetGlyphIndicesW): Add stubs.
5550
5551 2004-10-24  Dan Aloni  <da-x@colinux.org>
5552
5553         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5554         ZwQueryFullAttributesFile): Declare.
5555         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5556         Declare.
5557         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5558         ZwQueryVolumeInformationFile): Add stubs.
5559
5560 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5561
5562         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5563         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5564
5565 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5566             Danny Smith  <dannysmith@users.sourceforge.net>
5567
5568         * include/winbase.h (InitializeSListHead, Interlocked*):
5569         Guard with !__USE_NTOSKRNL__.
5570
5571         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5572         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5573         Guard with  __USE_NTOSKRNL__.
5574         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5575         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5576         && _WIN32_WINNT >= 0x0501
5577         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5578         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5579         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5580         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5581
5582         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5583         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5584         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5585         ExWindowStationObjectType, IoAdapterObjectType,
5586         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5587         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5588         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5589         Uncomment stubs.
5590
5591 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5592
5593         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5594         definition
5595         (IoReleaseRemoveLock): Add definition.
5596
5597 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5598
5599         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5600         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5601         Add prototypes.
5602         * include/winddk.h (ExInterlockedAddUlong,
5603         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5604         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5605         ExInterlockedPushEntryList): Change calling convention to
5606         DDKAPI.
5607         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5608         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5609         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5610         Add prototypes for DDKFASTAPI versions.
5611         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5612         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5613         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5614         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5615         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5616         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5617         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5618         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5619         Add fastcall stubs.
5620         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5621         Exi386InterlockedIncrementLong); Add stdcall stubs.
5622
5623 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5624
5625         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5626          if __W32API_USE_DLLIMPORT__ is defined.
5627         * include/winuser.h (WINUSERAPI): Likewise.
5628
5629 2004-09-29  Filip Navara  <xnavara@volny.cz>
5630
5631         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5632         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5633         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5634         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5635         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5636         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5637         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5638         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5639         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5640         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5641         winnt4.h, ws2san.h): Fixed packing.
5642         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5643         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5644         HID_INTERFACE_NOTIFY_PNP): Likewise.
5645         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5646         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5647         <ayerkes@speakeasy.net>.
5648         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5649         declaration.
5650         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5651         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5652         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5653         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5654         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5655         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5656         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5657         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5658         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5659         (SYNCH_LEVEL): Added definition.
5660         (KPCR, KPCR_TIB): Fixed declaration.
5661         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5662         included and _WIN32_WINNT >= 0x0501.
5663         (RtlEqualLuid): Fixed macro definition.
5664         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5665         KeRaiseIrql on i386 architectures.
5666
5667 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5668
5669         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5670         declaration.
5671         (IHTMLSelectionObject): Correct get_type declaration.
5672         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5673         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5674         IHTMLBodyElement2): Add interfaces.
5675         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5676         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5677         typedefs.
5678         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5679         Add IIDs.
5680
5681 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5682
5683         * include/w32api.h: Increment version to 3.1.
5684         * Makefile.in: Ditto.
5685
5686 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5687
5688         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5689         MonitorFromWindow): Add prototypes.
5690         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5691         MonitorFromWindowMonitorFromWindow): Add stubs.
5692         * include/shellapi.h (DuplicateIcon): Add prototype.
5693
5694 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5695
5696         * include/winuser.h (WINUSERAPI): New define.
5697         Use it to mark user32.dll imports, throughout.
5698
5699 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5700
5701         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5702         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5703         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5704         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5705         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5706         HidD_GetPreparsedData, HidD_GetProductString,
5707         HidD_GetSerialNumberString, HidD_SetConfiguration,
5708         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5709         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5710
5711 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5712
5713         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5714         Add XP defines.
5715         (PCOORD): Add typedef.
5716         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5717
5718 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5719
5720         * include/winldap.h: Don't check value of UNICODE.
5721         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5722
5723 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5724
5725         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5726
5727 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5728
5729         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5730         guard.
5731
5732 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5733
5734         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5735
5736 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5737
5738         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5739
5740 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5741
5742         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5743
5744 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5745
5746         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5747
5748 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5749
5750         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5751         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5752         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5753         Add defines.
5754         (CALG_SHA1): Add define.
5755         (HP_HMAC_INFO): Add define.
5756         (HMAC_INFO): Add struct.
5757         (BLOBHEADER): Add typedef.
5758
5759 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5760
5761         * include/commctrl.h (TreeView_SetItemState): Define macro.
5762
5763 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5764
5765         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5766         macros together.
5767
5768 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5769
5770         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5771         (FILEGROUPDESCRIPTOR): LIkewise.
5772
5773 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5774
5775         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5776
5777 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5778
5779         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5780         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5781         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5782         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5783         (IMAGE_ORDINAL): Map to ...
5784         (IMAGE_ORDINAL{32,64}: New defines.
5785         (IMAGE_THUNK_DATA):  Map to ...
5786         (IMAGE_THUNK_DATA{32,64}: New structures.
5787         (IMAGE_THUNK_DATA): Map to ...
5788         (IMAGE_THUNK_DATA{32,64}: New structures.
5789         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5790         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5791         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5792         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5793
5794 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5795
5796         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5797         _WIN32_WINNT >= 0x0500.
5798
5799 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5800
5801         * include/winbase.h (GetWriteWatch): Correct prototype.
5802         (WRITE_WATCH_FLAG_RESET): Define.
5803         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5804
5805 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5806
5807         * include/commctrl.h (Animate_OpenEx): Define.
5808         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5809         (ListView_GetNumberOfWorkAreas): Correct macro.
5810         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5811         ListView_SetItemCountEx, ListView_GetISearchString,
5812         TreeView_GetLastVisible, Header_CreateDragImage,
5813         Header_SetImageList, Header_GetImageList): Define.
5814         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5815         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5816         TBSTATE_ELLIPSES): Define.
5817         (MonthCal_SetRange): Correct macro.
5818         (ImageList_Duplicate): Declare.
5819
5820 2004-05-29  Filip Navara  <xnavara@volny.cz>
5821
5822         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5823
5824 2004-05-25  Al Slater  <al.slater@scluk.com>
5825
5826         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5827         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5828
5829 2004-05-15  Filip Navara  <xnavara@volny.cz>
5830
5831         * include/ddk/kbdmou.h: New file.
5832         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5833         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5834         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5835         _vsnwprintf, sprintf, swprintf): Export.
5836
5837 2004-05-15  Filip Navara  <xnavara@volny.cz>
5838
5839         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5840         headers.
5841
5842 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5843
5844         * include/wingdi.h: Correct non-unicode typedefs of
5845         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5846
5847 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5848
5849         * include/winsock.h (IN_CLASSA): Fix macro.
5850         * include/winsock2.h (IN_CLASSA): Fix macro.
5851
5852 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5853
5854         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5855         * include/aclui.h: Remove '\r', throughout.
5856         * include/msacm.h: Likewise.
5857         * lib/aclui.def: Likewise.
5858
5859 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5860
5861         * lib/comctl32.def (SetWindowSubclass): Add stub.
5862         Thanks to Eugene <egladysh@users.sourceforge.net>.
5863
5864 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5865
5866         * include/winbase.h (EXECUTION_STATE): Add typedef.
5867         (SetThreadExecutionState): Declare.
5868         * include/wingdi.h (_WINGDI_): Define.
5869         * include/objbase.h (_OBJBASE_H_): Define.
5870
5871 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5872
5873         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5874         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5875         (SM_CMETRICS): Adjust value.
5876         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5877         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5878         Add defines.
5879         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5880
5881 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5882
5883         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5884         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5885         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5886         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5887         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5888         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5889
5890 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5891
5892         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5893         DNSREC_ADDITIONAL): Add defines.
5894
5895 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5896
5897         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5898
5899 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5900
5901         * include/aclui.h: New file.
5902         * lib/aclui.def: New file.
5903         * lib/test.c: Add aclui.h to includes.
5904
5905 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5906
5907         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5908         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5909         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5910
5911 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5912
5913         * include/wingdi.h: Protect non-unicode case of below.
5914
5915 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5916
5917         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5918         LPENUMLOGFONTEXDV with appropriate version check.
5919
5920 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5921
5922         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5923         DSPROPSETID_DirectSoundDevice): Add defines.
5924
5925 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5926
5927         * include/msacm.h: New file.
5928
5929 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5930
5931         * include/objbase.h (STGFMT): Declare enum.
5932         (STGOPTIONS): Declare structure.
5933         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5934         (STGOPTIONS_VERSION): Define.
5935         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5936
5937 2004-04-13  Filip Navara  <xnavara@volny.cz>
5938
5939         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5940         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5941         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5942         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5943         HELP_SETWINPOS): Define.
5944         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5945         (SPI_*): Add new definitions for WINVER >= 0x500.
5946         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5947         (InternalGetWindowText, SetWindowsHookW): Declare.
5948         * include/winbase.h (InitializeSListHead): Avoid conflicting
5949         definition with DDK headers.
5950
5951 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5952
5953         * include/winuser.h (GetLastError): Move from here...
5954         * include/winbase.h: ... to here.
5955
5956 2004-04-13  Filip Navara  <xnavara@volny.cz>
5957
5958         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5959
5960 2004-04-13  Filip Navara  <xnavara@volny.cz>
5961
5962         * include/wingdi.h (ENHMETAHEADER): Add definitions for
5963         WINVER >= 0x400.
5964         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
5965         (ENUMLOGFONTEXW): Fix definition.
5966         (ENUMLOGFONTEXDV[AW]): Declare.
5967
5968 2004-04-13  Filip Navara  <xnavara@volny.cz>
5969
5970         * include/wingdi.h: Declare the DirectDraw structures only if
5971         the DirectDraw kernel mode headers aren't included.
5972         (EMFINFO): Declare.
5973         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
5974         STROBJ_bEnumPositionsOnly): Correct prototypes.
5975
5976 2004-04-13  Filip Navara  <xnavara@volny.cz>
5977
5978         * include/objidl.h (PRPCOLEMESSAGE): Declare.
5979         * include/rpc.h (RPCRTAPI): Define.
5980         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
5981         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
5982         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
5983         (I_RpcBindingSetAsync): Correct prototype.
5984         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
5985         to w2kReserved.
5986         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
5987         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
5988         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
5989         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
5990         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
5991         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
5992         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
5993         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
5994         NdrUserMarshalFree): Declare.
5995         (MIDL_STUB_DESC): Add new fields that were added in W2K.
5996         * include/rpcproxy.h (CStdStubBuffer): Ditto.
5997
5998 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
5999
6000         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6001         LPC_MESSAGE_BASE_SIZE): Define.
6002         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6003
6004 2004-04-13  Filip Navara  <xnavara@volny.cz>
6005
6006         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6007         Declare.
6008
6009 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6010
6011         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6012         MONITORINFO when compiling as C++.
6013
6014 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6015
6016         * README.w32api: List separate copyright conditions for some headers.
6017         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6018
6019 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6020
6021         * include/wingdi.h (RGB): Correct macro.
6022
6023 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6024
6025         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6026
6027 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6028
6029         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6030
6031 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6032
6033         * lib/Makefile.in: Add directx to .PHONY target.
6034         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6035         Don't include stdio.h or tchar.h.
6036         Replace _T() macro with TEXT() macro, throughout.
6037         Replace _stprintf with wsprintf, throughout.
6038
6039 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6040
6041         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6042         Add define.
6043         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6044         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6045         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6046
6047 2004-03-27  Filip Navara  <xnavara@volny.cz>
6048
6049         * include/directx: New subdir.
6050         * lib/directx: Ditto.
6051         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6052         dxerr9.h): New files.
6053         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6054         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6055         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6056         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6057         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6058         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6059         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6060         strmiids.c, test.c): Ditto.
6061         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6062         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6063
6064 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6065
6066         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6067         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6068         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6069
6070 2004-03-24  Filip Navara  <xnavara@volny.cz>
6071
6072         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6073         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6074
6075 2004-03-24  Filip Navara  <xnavara@volny.cz>
6076
6077         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6078         TaggedQueueing to TaggedQueuing.
6079         (_HW_INITIALIZATION_DATA): Likewise.
6080
6081 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6082
6083         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6084         prototype.
6085         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6086
6087 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6088
6089         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6090         (MmMapIoSpace): Likewise.
6091         Thanks to Dan Aloni  <da-x@colinux.org>
6092
6093 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6094
6095         * include/shellapi.h (NIM_* NIS_*): Define constants for
6096         notification icons with _WIN32_IE >= 0x0500.
6097         (NOTIFYICONDATA): Add new structure members for notification
6098         icons with _WIN32_IE >= 0x0500.
6099
6100 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6101
6102         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6103         Add defines.
6104         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6105         (GROUPID) Add typedef.
6106         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6107         (CreateUrlCacheGroup): Add prototype.
6108         (DeleteUrlCacheGroup): Add prototype.
6109         (FindFirstUrlCacheGroup): Add prototype.
6110         (FindNextUrlCacheGroup): Add prototype.
6111         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6112         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6113
6114 2004-03-10  Al Slater  <al.slater@scluk.com>
6115
6116         * include/winsock2.h: Add missing LPFN_ typdefs for
6117         function pointers.
6118         Clean up whitespace.
6119
6120 2004-03-05  Filip Navara  <xnavara@volny.cz>
6121
6122         * include/ddk/scsi.h: Replace assert with ASSERT.
6123         * include/ddk/video.h: Ditto.
6124         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6125         * include/ddk/tdi.h: Correct packing.
6126
6127 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6128
6129         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6130         NONAMELESSUNION case.
6131
6132 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6133
6134         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6135         __VARIANT_NAME_ constants.
6136
6137 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6138
6139         * include/uxtheme.h: Include <commctrl.h>
6140
6141 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6142
6143         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6144
6145 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6146
6147         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6148         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6149         together.
6150         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6151         (V_I8, V_I8REF): Correct macros.
6152         (V_DECIMAL): Correct macro definitions.
6153         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6154         constants.
6155         (VTBIT_*): Define constants.
6156         (UDATE): Add structure definition.
6157         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6158         functions.
6159         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6160         (SafeArrayCreateVectorEx): Declare function.
6161         (Var*): declare VARIANT manipulation functions.
6162         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6163         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6164         macros.
6165
6166 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6167
6168         * include/oaidl.h (FADF_*): Define missing constants.
6169         (IDispatch_*): Define COBJ macros.
6170         (VARIANT): Add missing union members llVal and ullVal.
6171         (wireVARIANT): Likewise.
6172         (ITypeinfo_*): Define COBJ macros.
6173         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6174         LPDISPATCH* to LPDISPATCH.
6175         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6176         VAR_CALENDAR_*): Add missing constants.
6177         (SafeArray[Get/Set]*): Add prototypes.
6178         (Var*From*):  Add missing prototypes.
6179         (NUMPRS_*): Add defines.
6180         (NUMPARSE): Define structure.
6181         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6182         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6183         * include/winuser.h (COLOR_*): Define missing constants.
6184         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6185         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6186
6187 2004-02-23  Filip Navara  <xnavara@volny.cz>
6188
6189         * include/ddk/video.h: Corrected packing.
6190
6191 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6192
6193         * include/GL/glu.h (GLU_ERROR): Define.
6194         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6195
6196 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6197
6198         * include/GL/glu.h: Include <stddef.h>.
6199         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6200
6201 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6202
6203         * include/w32api.h: Increment version to 3.0.
6204         * Makefile.in: Ditto.
6205         * README.win32api: Modify license to Public Domain per agreement as
6206         found in the mingw-dvlpr list archive.
6207
6208 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6209
6210         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6211         (DIRECTORY_TRAVERSE): Ditto.
6212         (DIRECTORY_CREATE_OBJECT): Ditto.
6213         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6214         (DIRECTORY_ALL_ACCESS): Ditto.
6215         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6216
6217 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6218
6219         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6220
6221         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6222         Thanks to Mike Nordell <tamlin at algonet dot se>.
6223
6224 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6225
6226         * lib/dnsapi.def: New file.
6227         * lib/test.c: Include windns.h.
6228
6229 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6230
6231         * include/windns.h: New file.
6232
6233 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6234
6235         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6236         defines.
6237         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6238         (SQLSetDescFieldW): Correct prototype.
6239         (SQLSetDescFieldA): Add prototype.
6240         (SQLGetDescFieldW): Add prototype.
6241
6242 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6243
6244         * include/winuser.h (DFC_POPUPMENU): Add define.
6245
6246 2004-02-07  Dan Aloni  <da-x@gmx.net>
6247
6248         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6249         suffix.
6250
6251 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6252
6253         * include/oleacc.h (LIBID_Accessibility): Declare.
6254         * lib/uuid.c (LIBID_Accessibility): Define.
6255
6256 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6257
6258         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6259         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6260
6261 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6262
6263         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6264         defines.
6265
6266 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6267
6268         * include/winuser.h (RT_MANIFEST): Make conditional on
6269         RC_INVOKED.
6270         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6271         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6272         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6273         defines.
6274
6275 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6276
6277         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6278
6279 2004-01-15  Filip Navara  <xnavara@volny.cz>
6280
6281         * include/ddk/mcd.h: Don't care about value of DBG define.
6282         * include/ddk/srb.h: Ditto.
6283         * include/ddk/storport.h: Ditto.
6284         * include/ddk/video.h: Ditto.
6285         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6286         GetAddressByNameW): Correct protoype.
6287         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6288
6289 2004-01-05  Filip Navara  <xnavara@volny.cz>
6290
6291         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6292         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6293         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6294         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6295         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6296         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6297         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6298         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6299         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6300         SSF_*): Add defines.
6301         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6302         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6303         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6304         Correct.
6305         (IEnumIDList): Add COBJMACROS.
6306         * include/winuser.h (MIM_*): Add define.
6307
6308 2004-01-04  Filip Navara  <xnavara@volny.cz>
6309
6310         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6311         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6312         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6313         PERSIST_FOLDER_TARGET_INFO): Define structures.
6314         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6315         IPersistFolder2, IPersistFolder3): Add COM interface
6316         definitions.
6317         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6318         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6319         Add COBJMACROS.
6320         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6321         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6322         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6323
6324 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6325
6326         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6327         declarations.
6328         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6329
6330 2004-01-03  Filip Navara  <xnavara@volny.cz>
6331
6332         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6333         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6334         declare IID's.
6335         (IErrorInfo): Add COBJMACROS.
6336         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6337         (CoGetPSClsid): Add protototype,
6338         (CoRegisterPSClsid): Likewise.
6339         * include/objidl.h (IMarshal): Correct methods.
6340         (IMallocSpy): Likewise,
6341         (LPPSFACTORYBUFFER): Add typedef.
6342         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6343         IID.
6344         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6345         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6346         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6347         structures.
6348         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6349         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6350         IQuickActivate): Define interfaces. Declare IID's.
6351         (IPersistPropertyBag2): Add COBJMACROS.
6352         (LPOLEUNDOMANAGER): Add typedef.
6353         (LPPROPERTYBAG2): Likewise.
6354         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6355         (BINDSPEED): Add definition.
6356         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6357         IDropTarget): Add COBJMACROS.
6358         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6359         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6360         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6361         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6362         Add IID definitions.
6363
6364 2004-01-02  Filip Navara  <xnavara@volny.cz>
6365
6366         * include/ddk/winddk.h: Don't care about value of
6367         DBG define.
6368
6369 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6370             Filip Navara  <xnavara@volny.cz>
6371
6372         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6373         _DDK_DUMMYUNION_N_MEMBER): New macros.
6374         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6375         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6376         Use them.
6377
6378 2004-01-01  Filip Navara  <xnavara@volny.cz>
6379
6380         * include/objbase.h: Don't care about value of DBG define.
6381         * include/objidl.h: Add some COBJMACROS.
6382         * include/ocidl.h: Ditto.
6383         * include/oleidl.h: Ditto.
6384         * include/servprov.h: Ditto.
6385         * include/shlobj.h: Ditto.
6386         * include/shlobj.h (IContextMenu2): Correct parent in
6387         DECLARE_INTERFACE.
6388         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6389         Define interfaces.
6390         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6391         Add new constants for _SETUPAPI_VER >= 0x501.
6392
6393 2004-01-01  Filip Navara  <xnavara@volny.cz>
6394
6395         * include/winnt.h (NtCurrentTeb): Add inline definition.
6396
6397 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6398
6399         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6400         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6401
6402 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6403
6404         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6405         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6406         * include/ddk/cfg.h (DN_*): Add defines.
6407
6408 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6409
6410         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6411
6412 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6413
6414         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6415         (NMTVGETINFOTIP): Add structure.
6416
6417 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6418
6419         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6420         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6421         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6422
6423 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6424
6425         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6426         Add macros.
6427         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6428         constants.
6429         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6430         (SHCOLUMNDAT): Likwise.
6431         (SHCOLUMNID): Likewise.
6432         (SHCOLUMNINFO): Likewise.
6433         (SHCOLSTATE): Add enum.
6434         (IColumnProvider): Add COM interface.
6435         (IQueryInfo): Likewise.
6436         (IShellIconOverlayIdentifier): Likewise.
6437         * include/shlguid.h (IID_IColumnProvider) Declare.
6438         (IID_IQueryInfo): Likweise.
6439         (IID_IShellIconOverlayIdentifier): Likwise.
6440         * lib/shell32.c (IID_IColumnProvider) Define.
6441         (IID_IQueryInfo): Likweise.
6442         (IID_IShellIconOverlayIdentifier): Likwise.
6443
6444 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6445
6446         * include/winuser.h (RT_MANIFEST): Add define.
6447
6448 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6449
6450         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6451
6452 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6453
6454         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6455         (GetFiberData): Likewise.
6456         (GetCurrentFiber): Change volatile to __volatile__.
6457         (GetFiberData): Likewise.
6458
6459 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6460
6461         * lib/Makefile.in: Use make function to locate .mri file to allow
6462         building in directory other than source directory.
6463
6464 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6465
6466         * lib/vfw32.def: Remove, replacing with ...
6467         * lib/msvfw32.def: New file.
6468         * lib/avicap32.def: New file.
6469         * lib/avifil32.def: New file.
6470         * lib/vfw32.mri: New file.
6471         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6472         import libs with multiple dll's.
6473         (LIBS): Add MIMPLIBS.
6474         (DISTFILES): Add MRI_FILES.
6475         (libvfw32.a): Build using mri script.
6476
6477 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6478
6479         * include/winnt.h (PAGE_*): Group defines together. Change
6480         constants to hex notation.
6481
6482 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6483
6484         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6485
6486 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6487
6488         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6489         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6490         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6491         Add prototypes.
6492         * lib/shell32.def: Add stubs.
6493
6494         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6495         compiler warnings.
6496
6497 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6498
6499         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6500
6501 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6502
6503         * include/windows.h (CopyCursor): Define as macro.
6504
6505 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6506
6507         * include/winnt.h (CONTAINING_RECORD): Add macro.
6508
6509 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6510
6511         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6512         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6513         defines.
6514
6515 2003-10-13  Filip Navara  <xnavara@volny.cz>
6516
6517         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6518         defines for Dynamic Storage Arrays.
6519         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6520         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6521         and defines for Flat ScrollBars.
6522         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6523         DefSubclassProc): Add prototypes for subclassing.
6524         (DrawShadowText): Add prototype.
6525         (COMCTL32_VERSION): Define.
6526
6527 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6528
6529         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6530         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6531
6532 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6533
6534         * include/winnt.h (SM_REMOTESESSION): Add define.
6535         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6536
6537 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6538
6539         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6540         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6541         duplicate definitions.
6542         (KP_X, KP_Y): Correct typos.
6543
6544 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6545
6546         * include/afxres.h: New file.
6547
6548         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6549         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6550         ENM_SCROLLEVENTS): Add constants.
6551
6552         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6553
6554 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6555
6556         * include/errorep.h: New file.
6557
6558         * lib/faultrep.def: New file.
6559
6560 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6561
6562         * include/winbase.h (AddVectoredExceptionHandler): Define if
6563         _WIN32_WINNT >= 0x0500.
6564
6565         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6566         _WIN32_WINNT >= 0x0500.
6567
6568 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6569
6570         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6571         _WIN32_WINNT >= 0x0501.
6572
6573 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6574
6575         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6576         UnregisterWaitEx): Add functions.
6577
6578         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6579         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6580         or guard function. The MSDN says it is available on Windows XP and
6581         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6582         Huh?
6583
6584         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6585         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6586         ZombifyActCtx, QueryActCtxW): Add functions.
6587
6588         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6589         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6590         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6591         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6592
6593         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6594         SetFirmwareEnvironmentVariable[AW]): Add functions.
6595
6596         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6597         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6598         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6599         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6600         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6601
6602         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6603         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6604
6605         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6606         (ACTIVATION_CONTEXT_INFO_CLASS,
6607         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6608         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6609         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6610         Add structures.
6611
6612         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6613         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6614         SetFileShortName[AW], SetFileValidData,
6615         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6616         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6617
6618 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6619
6620         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6621         ResetWriteWatch): Add function.
6622
6623         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6624         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6625         Add functions.
6626
6627         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6628         (GetSystemWow64Directory[AW], HeapQueryInformation,
6629         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6630         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6631         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6632         RemoveVectoredExceptionHandler): Add functions.
6633
6634         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6635         Add enumeration.
6636
6637         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6638         Add function.
6639
6640         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6641         Add function. The MSDN Magazine of June 2003 reads:
6642                 RestoreLastError is an enigma. It's code is identical to
6643                 SetLastError. It's unclear to me why it was made into a
6644                 separate API.
6645
6646         * lib/user32.def (GetSystemWindowsDirectory[AW],
6647         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6648         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6649         InterlockedFlushSList, InterlockedPopEntrySList,
6650         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6651         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6652         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6653         RestoreLastError): Add functions.
6654
6655 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6656
6657         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6658         GetProcessIoCounters): Add functions.
6659
6660         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6661         Move around, needed by GetComputerNameEx.
6662
6663         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6664         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6665         Add functions.
6666
6667         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6668         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6669
6670         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6671         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6672         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6673         Windows XP SP1 and better.
6674
6675         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6676         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6677         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6678         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6679         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6680         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6681         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6682         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6683         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6684
6685         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6686         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6687         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6688         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6689         Add functions.
6690
6691 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6692
6693         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6694         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6695         DebugSetProcessKillOnExit): Add functions.
6696
6697         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6698         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6699         DnsHostnameToComputerName[AW]): Add functions.
6700
6701         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6702         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6703         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6704
6705 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6706
6707         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6708         on Windows XP and later.
6709
6710 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6711
6712         * include/commctrl.h (TreeView_Select): Returns BOOL.
6713
6714 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6715
6716         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6717
6718         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6719         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6720
6721         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6722         CreateTimerQueueTimer): Add function.
6723
6724         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6725         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6726
6727         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6728         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6729
6730         * include/winnt.h (WT_*): Add constants.
6731
6732         * lib/user32.def (CancelDeviceWakeupRequest,
6733         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6734         DeactivateActCtx): Add functions.
6735
6736 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6737
6738         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6739         Add function. Sometimes I don't understand MSDN. This function is
6740         available on Windows XP and Server 2003, but the SDK is supposed to
6741         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6742         Mmmh...
6743
6744         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6745         Guard function. Same remark as above.
6746
6747         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6748         Add functions.
6749
6750 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6751
6752         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6753         Add constants.
6754
6755         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6756         structures.
6757
6758         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6759         function. MSDN says the first argument is HACTCTX but I'm not sure
6760         where such a specialized handle is defined, so use HANDLE instead.
6761
6762         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6763         CheckNameLegalDOS8Dot3[AW]): Add functions.
6764
6765         * lib/user32.def (ActivateActCtx, AttachConsole,
6766         CheckNameLegalDOS8Dot3[AW]): Add functions.
6767
6768         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6769         Unfortunately I don't know which header to put the declarations in.
6770
6771 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6772
6773         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6774         Add constants.
6775
6776         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6777         constants for National Language Support.
6778
6779         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6780         Language Support.
6781
6782         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6783         Language Support.
6784
6785         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6786         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6787         Add functions.
6788
6789         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6790         functions. Strange... I am unable to find which library contains
6791         these functions. Can't find anything with pexports. Any clue?
6792
6793         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6794         SetUserGeoID): Add functions.
6795
6796 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6797
6798         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6799         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6800
6801         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6802         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6803         value for constants.
6804
6805 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6806
6807         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6808         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6809         the algorithms.
6810
6811 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6812
6813         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6814
6815 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6816
6817         * include/wincrypt.h (KP_*): Add constants. Needed by
6818         CryptSetKeyParam() and other functions.
6819
6820 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6821
6822         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6823         Add constants, related to Console Accessibility.
6824
6825 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6826
6827         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6828         wrong value for constant.
6829
6830 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6831
6832         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6833
6834         * include/uxtheme.h: Cleanup.
6835         * include/tmschema.h: Cleanup.
6836
6837 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6838
6839         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6840         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6841
6842 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6843
6844         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6845
6846 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6847
6848         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6849         both winuser.h and dbt.h.
6850         * include/dbt.h (BSF_*, BSM_*): Likewise.
6851
6852         * include/winuser.h (struct tagRAWINPUT): Remove
6853         _ANONYMOUS_UNION tag from named union.
6854         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6855
6856 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6857
6858         * include/dhcpcdsk.h: New file.
6859         Note that MSDN is confused about whether it should start constant
6860         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6861         experience suggests it's DHCPCAPI with `C'.
6862
6863         * lib/dhcpcsvc.def: New file.
6864
6865 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6866
6867         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6868         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6869
6870         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6871         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6872         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6873         for use in RAWINPUTDEVICE.
6874
6875         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6876         (GetRawInputDeviceInfo[AW]): Ooops... there are
6877         ANSI/Unicode versions of this function.
6878
6879         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6880         are ANSI/Unicode versions of this function.
6881
6882 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6883
6884         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6885         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6886         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6887         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6888         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6889         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6890         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6891         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6892         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6893         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6894         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6895         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6896         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6897         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6898         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6899         RIDI_DEVICEINFO): Add constants.
6900
6901         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6902         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6903         RAWINPUTDEVICELIST): Add structures.
6904
6905         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6906         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6907         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6908
6909         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6910         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6911         GetRegisteredRawInputDevices): Add functions.
6912
6913 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6914
6915         * include/winable.h (BlockInput): Add function.
6916
6917         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6918         For use with WINDOWINFO structure.
6919
6920         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6921         Add function.
6922
6923         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6924         Add function.
6925
6926         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6927         Add function...
6928
6929         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6930         ...and duplicate.
6931
6932         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6933         Guard function...
6934
6935         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6936         ...and duplicate.
6937
6938         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6939         Guard function...
6940
6941         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6942         ...and duplicate.
6943
6944         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6945         HARDWAREINPUT, INPUT): Guard structures...
6946
6947         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6948         HARDWAREINPUT, INPUT): ...and duplicate.
6949
6950         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6951         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6952
6953         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6954         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6955
6956         * include/winuser.h: Move around some lines. Reformat according
6957         to recommended or dominant style. Remove FAR keyword.
6958
6959         * include/winable.h: Move around some lines.
6960
6961         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
6962         LockWorkStation, UnhookWinEvent): Add functions.
6963
6964 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6965
6966         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
6967         PW_CLIENTONLY): Add function and constant.
6968
6969         * lib/user32.def (PrintWindow): Add function.
6970
6971 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6972
6973         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
6974
6975         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
6976
6977 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6978
6979         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
6980         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
6981         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
6982
6983         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
6984
6985 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6986
6987         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
6988         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6989         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6990
6991         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
6992         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
6993         WINEVENT_INCONTEXT): Add function, typedef, and constants.
6994
6995         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
6996         Add function.
6997
6998         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
6999         Add functions.
7000
7001 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7002
7003         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7004         ACE_OBJECT_TYPE_PRESENT): Add constants.
7005         For use with OBJECTS_AND_NAME structure.
7006
7007 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7008
7009         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7010         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7011         void* instead.
7012
7013         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7014         PINHERITED_FROM[AW]): Add structures.
7015
7016         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7017
7018 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7019
7020         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7021
7022 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7023
7024         * lib/version.def (LIBRARY): Quote name.
7025
7026 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7027
7028         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7029         and constants.
7030
7031         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7032         GR_USEROBJECTS): Add functions and constants.
7033
7034         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7035         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7036
7037         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7038         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7039         constants.
7040
7041         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7042         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7043
7044 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7045
7046         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7047         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7048         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7049         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7050         BSF_RETURNHDESK): Add functions and constants.
7051
7052         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7053         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7054
7055         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7056         GetProcessDefaultLayout, SetProcessDefaultLayout,
7057         RealChildWindowFromPoint, SetProcessDefaultLayout,
7058         SwitchToThisWindow): Add functions.
7059
7060         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7061         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7062         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7063         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7064         RealChildWindowFromPoint, SetProcessDefaultLayout,
7065         SwitchToThisWindow): Add function.
7066
7067 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7068
7069         * include/winuser.h (DeregisterShellHookWindow): Add function.
7070
7071         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7072
7073         * lib/user32.def (EndTask): Add function.
7074
7075         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7076         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7077
7078         * include/winable.h: Reorder target macros.
7079
7080         * lib/*.def: Cleanup.
7081
7082 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7083
7084         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7085         function.
7086
7087         * lib/user32.def (AnimateWindow): Add function. By the way
7088         there are ~ 140 symbols missing from this file when comparing
7089         to user32.dll on Windows XP.
7090
7091 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7092
7093         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7094         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7095         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7096         AnimateWindow().
7097
7098 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7099
7100         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7101         LPGUITHREADINFO): Add function and associated typedef...
7102
7103         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7104         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7105         seems to be required on older versions of Windows.
7106
7107 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7108
7109         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7110         function. MSDN suggests using gluErrorUnicodeStringWIN
7111         instead of gluErrorString, as it allows both ANSI and Unicode
7112         error strings.
7113
7114         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7115         returned pointer const for consistency reasons.
7116
7117 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7118
7119         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7120         Function exists in glu32.def but is undocumented on MSDN.
7121         A Google search came up with this declaration.
7122
7123 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7124
7125         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7126         headers from OpenGL Sample Implementation. Windows ships with
7127         GLU 1.2 so some constants and functions were removed. Then some
7128         typedef's and function declarations were reworked to look like
7129         the previous GL/glu.h.
7130
7131 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7132
7133         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7134         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7135         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7136
7137         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7138         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7139         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7140         and `enum THEMESIZE'.
7141
7142 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7143
7144         * include/uxtheme.h: New file.
7145         * include/tmschema.h: New file.
7146         * include/uxtheme.def: New file.
7147         * lib/test.c: Include uxtheme.h, tmschema.h.
7148
7149 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7150
7151         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7152         Add defines.
7153
7154 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7155
7156         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7157         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7158         <winable.h> as seems to be required on older versions of
7159         Windows.
7160
7161 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7162
7163         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7164         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7165         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7166         Add defines, the last one only on Windows XP...
7167
7168         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7169         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7170         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7171         them in <winable.h> as seems to be required on older
7172         versions of Windows.
7173
7174 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7175
7176         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7177         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7178         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7179         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7180         back into <winuser.h>...
7181
7182         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7183         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7184         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7185         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7186         comment out in <winable.h>. MSDN may say <winable.h> but this
7187         breaks many programs. It seems it used to be <winable.h> on
7188         older versions of Windows.
7189
7190 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7191
7192         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7193         Thanks to Will Levine  <willll@users.sourceforge.net>
7194
7195 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7196
7197         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7198         const struct sockaddr*.
7199         (LPWSPCONNECT): Likewise.
7200         (LPWSPJOINLEAF): Likewise.
7201         (LPWSPSENDTO): Likewise.
7202         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7203
7204 2003-09-15  Filip Navara  <xnavara@volny.cz>
7205
7206         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7207         Add definitions.
7208
7209 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7210
7211         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7212         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7213         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7214         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7215         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7216
7217         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7218         (EnumDisplayDevices[A,W]): Likewise.
7219
7220 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7221
7222         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7223         throughout.
7224
7225 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7226
7227         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7228         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7229         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7230         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7231         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7232         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7233         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7234         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7235         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7236         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7237         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7238         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7239         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7240         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7241         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7242         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7243         with documentation.
7244         * include/olectl.h: Do #include <ocidl.h>.
7245         * include/ocidl.h: Don't #include <olectl.h>.
7246
7247 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7248
7249         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7250         Change guards to use numeric constants, throughout.
7251
7252 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7253
7254         * include/w32api.h: Increment version to 2.5.
7255         * Makefile.in: Ditto.
7256
7257 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7258
7259         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7260         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7261
7262 2003-09-08  Filip Navara  <xnavara@volny.cz>
7263
7264         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7265         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7266
7267 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7268
7269         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7270         * include/winbase.h (_NT5, etc): Ditto.
7271
7272 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7273
7274         * lib/snmpapi.def (LIBRARY) Add library name.
7275         Remove '\r', throughout.
7276         * lib/wsnmp32.def: Remove '\r', throughout.
7277         * lib/igmpagnt.def: Likewise.
7278
7279 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7280
7281         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7282         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7283         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7284         (MWMO_*): Add flags.
7285
7286         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7287         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7288         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7289         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7290
7291 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7292
7293         * lib/test.c: Add vfw.h to includes.
7294         * include/mmsystem.h: Add #ifndef guard to definition of
7295         mmioFOURCC macro.
7296         * include/vfw.h: Protect __OBJC__ from COM declarations.
7297
7298 2003-08-26  Filip Navara  <xnavara@volny.cz>
7299
7300         * include/vfw.h: New file.
7301
7302 2003-08-26  Filip Navara  <xnavara@volny.cz>
7303
7304         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7305         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7306         PIO_COMPLETION_ROUTINE.
7307
7308 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7309
7310         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7311         includes.
7312
7313 2003-08-26  Filip Navara  <xnavara@volny.cz>
7314
7315         * include/snmp.h: New file.
7316         * include/winsnmp.h: New file.
7317         * include/mgmtapi.h: New file.
7318         * lib/snmpapi.def: New file.
7319         * lib/wsnmp32.def: New file.
7320         * lib/igmpagnt.def: New file.
7321         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7322         (SnmpMgrGetTrapEx): Ditto.
7323         (SnmpMgrMIB2Disk): Remove.
7324         (dbginit): Remove.
7325
7326 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7327
7328         * include/ddk/ntifs.h: Change all C++ style comments to C.
7329         * include/GL/gl.h: Ditto.
7330
7331 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7332
7333         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7334         (SFGAO_HIDDEN): Add define.
7335
7336 2003-08-25  Filip Navara  <xnavara@volny.cz>
7337
7338         * include/commctrl.h (ILCF_*): Add defines.
7339         (ILD_*): Ditto.
7340         (HDS_*): Ditto.
7341         (IPN_FIRST, IPN_LAST): Cast to UINT.
7342         (SBN_FIRST, SBN_LAST): Add defines.
7343         (PGN_*): Ditto.
7344         (HDF_JUSTIFYMASK): Fix typo.
7345         (HDM_*): Add defines.
7346         (HICF_*): Ditto.
7347         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7348         (TBSTATE_MARKED): Add define.
7349         (TBSTYLE_EX_*): Add defines.
7350         (TBCDRF_*): Ditto.
7351         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7352         (TB_*): Ditto.
7353         (TBN_*): Ditto.
7354         (TBNRF_*): Ditto.
7355         (TTF_*): Ditto.
7356         (TBCD_*): Ditto.
7357         (TBDDRET_*): Ditto.
7358         (TBIMHT_*): Ditto.
7359         (TTM_*): Ditto.
7360         (UDM_*): Ditto.
7361         (TBIF_BYINDEX): Define as hex constant.
7362         (CDIS_*): Add defines.
7363         (CDDS_SUBITEM): Add define.
7364         (LVIF_*): Add defines.
7365         (LVM_*): Ditto.
7366         (LVGIT_UNFOLDED): Add define.
7367         (TVM_): Add defines.
7368         (TVE_EXPANDPARTIAL): Add define.
7369         (TVGN_LASTVISIBLE): Ditto.
7370         (TVN_*): Add defines.
7371         (TVNRET_*): Add defines.
7372         (TCIF_STATE): Add define.
7373         (NM_TOOLTIPSCREATED): Ditto.
7374         (CCM_*): Add defines.
7375         (INFOTIPSIZE): Add numeric value.
7376         (ODT_LISTVIEW): Ditto.
7377         (MCM_GETMAXTODAYWIDTH): Ditto.
7378         (MCHT_*): Add defines.
7379         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7380         (PGF_*): Add defines.
7381         (PGM_*): Ditto.
7382         (TBINSERTMARK): Add structure.
7383         (LPIMAGEINFO) Add typedef.
7384         (LPHDHITTESTINFO): Ditto.
7385         (NMLVGETINFOTIP[AW]: Add structures.
7386         (NMTBCUSTOMDRAW): Add structure.
7387         (TTTOOLINFOA_V*_SIZE): Add macros.
7388         (TTTOOLINFOW_V1_SIZE): Ditto.
7389         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7390         (LVITEM[AW]: Ditto.
7391         (TCITEM[AW]):Ditto.
7392         (CCSIZEOF_STRUCT): Correct macro definition.
7393         (ListView_*): Add new macros.
7394         (HIMAGELIST): Correct typedef.
7395         (HTREEITEM): Ditto.
7396
7397 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7398
7399         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7400         TCHITTESTINFO for backward compatibility.
7401         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7402         compatibility.
7403
7404 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7405
7406         * include/objidl.h (COBJMACROS): Define macros only
7407         if using C interace.
7408         * include/unknwn.h: Ditto.
7409         * include/comcat.h: Ditto.
7410
7411 2003-08-24  Filip Navara  <xnavara@volny.cz>
7412
7413         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7414         PSH_NOCONTEXTHELP): Define.
7415         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7416         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7417         (LPDLGTEMPLATE[AW]): Add typedefs.
7418
7419 2003-08-22  Filip Navara  <xnavara@volny.cz>
7420
7421         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7422         Add prototypes.
7423         BuildImpersonateTrustee[AW]): Add prototypes.
7424         GetMultipleTrustee[AW]): Add prototypes.
7425         GetMultipleTrusteeOperation[AW]): Add prototypes.
7426
7427 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7428
7429         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7430
7431 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7432
7433         * include/shlobj.h (IPersistFolder::GetClassID):
7434         Correct declaration.
7435         (CMF_*) Add missing defines.
7436
7437 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7438
7439         * include/winuser.h (DC_BUTTONS): Add define.
7440
7441 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7442
7443         * include/winuser.h (DC_GRADIENT): Add define.
7444
7445 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7446
7447         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7448         older TBSTYLE_* constants.
7449
7450 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7451
7452         * include/commctrl.h (TB_*) Group defines together.
7453
7454 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7455
7456         * include/winuser.h (ICON_SMALL2): Define.
7457         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7458         Define.
7459         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7460         (IDragSourceHelper) Define interface.
7461         (IDropTargetHelper): Likewise.
7462         (IExtractIcon): Unicode it.
7463         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7464         OnStateChange and IncludeObject methods.
7465
7466 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7467
7468         * include/commctrl.h (TreeView_GetScrollTime,
7469         TreeView_SetScrollTime): Define macros.
7470         * include/winuser.h (GetShellWindow): Add prototype.
7471         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7472
7473 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7474
7475         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7476         IID_IDragSourceHelper): Declare.
7477         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7478         IID_IDragSourceHelper): Define.
7479
7480 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7481
7482         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7483         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7484         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7485
7486 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7487
7488         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7489         CGID_ShellServiceObject): Remove definitions.
7490         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7491
7492 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7493
7494         * include/shlobj.h (SHELLSTATE): Add structure.
7495         (SHGetSetSettings): Add prototype.
7496         (SHGetSettings): Add prototype.
7497         * lib/shell32.def (SHGetSetSettings): Add stub.
7498
7499 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7500
7501         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7502         (Header_OrderToIndex): Add macro.
7503         (Header_GetOrderArray): Add macro.
7504
7505         * include/commdlg.h (FR_MATCHALEFHAMZA,
7506         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7507
7508 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7509
7510         * include/commctrl.h (TVM_GETSCROLLTIME,
7511         TVM_SETSCROLLTIME): Add defines.
7512
7513 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7514
7515         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7516         (SHGetInstanceExplorer): Correct return type.
7517         (SHGetFolderPath[AW]): Likewise.
7518         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7519         for report.
7520
7521 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7522
7523         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7524
7525 2003-08-01  Filip Navara  <xnavara@volny.cz>
7526
7527         * include/winldap.h: New file.
7528         * include/ntldap.h: New file.
7529         * include/winber.h: New file.
7530         * lib/winldap32.def: New file.
7531
7532 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7533
7534         * include/ddk/atm.h: Remove stray '.';
7535
7536 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7537
7538         * include/ddk/winddk.h: Remove trailing ';' from macros,
7539         throughout. Add () around defines with cast returns, throughout.
7540
7541 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7542
7543         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7544         (SFGAOF, SHGDNF): Add typedef's.
7545         (SHCONTF): Extend enum.
7546
7547 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7548
7549         * include/shellapi.h: Include all structs within pshpack2.h/
7550         poppack.h block.
7551
7552 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7553
7554         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7555         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7556         _WIN32_WINDOWS, not WINVER.
7557         (AllowSetForegroundWindow,LockSetForegroundWindow,
7558         SetLayeredWindowAttributes): Likewise.
7559         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7560         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7561         Add stubs.
7562
7563 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7564
7565         * include/objidl.h (IMalloc): Fix typo.
7566
7567 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7568
7569         * include/dkk/ntifs.h: Fix typo in guard for
7570         #pragma GCC system_header.
7571
7572 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7573
7574         * include/objidl.h (PropVariant): Add CHAR cVal field
7575         to union.
7576         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7577         FMTID_UserDefinedProperties): Declare.
7578
7579 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7580
7581         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7582
7583 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7584
7585         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7586         DUPLICATE_SAME_ACCESS): Remove defines.
7587         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7588         ddk/ntapi.h defines.
7589         (SEM_*) : Likewise.
7590         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7591         ddk/ntifs.h defines.
7592         (FILE_*): Likewise.
7593         (MEM_IMAGE, SEC_*): Likewise.
7594         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7595         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7596         (TOKEN_*): Sync with ddk/ntifs.h defines.
7597         * include/ddk/ntapi.h: Add comments noting definitions in
7598         winbase.h.
7599         * include/ddk/ntifs.h: Add comments noting definitions in
7600         winnt.h.
7601         * include/ddk/winddk.h: Add comments noting definitions in
7602         winnt.h.
7603
7604 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7605
7606         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7607         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7608
7609 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7610
7611         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7612
7613 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7614
7615         Clean up warnings in ddk.
7616
7617         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7618         conditional on  __cplusplus.
7619         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7620         defines, throughout.
7621         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7622         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7623         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7624         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7625         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7626         defines, throughout.
7627         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7628         defines, throughout. Remove trailing semicolon from *_S 'structure'
7629         macro expansion, throughout. Remove trailing semicolon from
7630         DECLARE_UNKNOWN_STRUCT macro expansion.
7631         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7632         _ANONYMOUS_UNION.
7633         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7634         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7635         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7636         Add _ANONYMOUS_UNION.
7637         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7638         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7639         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7640         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7641         match proto in ntapi.h.
7642         (ZwSetInformationObject): Likewise.
7643         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7644         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7645         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7646         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7647         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7648         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7649         last comma.
7650         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7651         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7652         trailing semicolon when expanding macro.
7653         (GENERAL_LOOKASIDE_S): Likewise.
7654         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7655         Change inline to __inline, throughout.
7656         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7657
7658 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7659
7660         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7661         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7662         KPRIORITY.
7663         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7664         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7665         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7666         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7667         to anonymous structs.
7668
7669 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7670
7671         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7672
7673         * include/winuser.h (mouse_event): Correct type of fifth param,
7674         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7675
7676 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7677
7678         * include/winnt.h (HANDLE): Define based on STRICT filter.
7679         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7680         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7681
7682 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7683
7684         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7685         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7686         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7687         for report.
7688
7689 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7690
7691         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7692
7693 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7694
7695         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7696         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7697         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7698         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7699         (TPM_RECURSE): Add guard for Win98/Win2K.
7700         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7701
7702 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7703
7704         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7705         avoid user namespace conflicts.
7706
7707 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7708
7709         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7710         _IE3, _IE4, _IE5, _IE6): Add definitions.
7711         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7712         >= Win98.
7713         Change existing guards to use the above macro names as appropriate.
7714         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7715         Note: Also added to mingw/include/_mingw.h.
7716
7717 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7718
7719         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7720         PathFindSuffixArrayA, PathFindSuffixArrayW,
7721         PathFindExtensionA, PathFindExtensionW, StrStrW
7722         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7723         explicit type.
7724
7725 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7726
7727         * include/richedit.h (PARAFORMAT2): Add definition.
7728         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7729         missing constants.
7730
7731 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7732
7733         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7734         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7735         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7736         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7737
7738 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7739
7740         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7741         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7742         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7743         that these are obsolete no-ops.
7744
7745 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7746
7747         * include/winbase.h (GetProcessWorkingSetSize,
7748         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7749         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7750         Correct prototypes.
7751
7752 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7753
7754         * include/winuser.h (TPM_RECURSE): Add define.
7755
7756 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7757
7758         * lib/test.c: #include <powrprof.h>.
7759
7760 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7761
7762         * include/powerprof.h: New file.
7763         * lib/powerprof.def: New file.
7764
7765 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7766
7767         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7768         protection.
7769
7770 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7771
7772         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7773         hInstance members to HINSTANCE.
7774         Thanks to: Brenden T. <brenden@rcsis.com>
7775
7776 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7777
7778         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7779         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7780
7781 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7782
7783         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7784         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7785         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7786         Remove.
7787         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7788
7789 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7790
7791         * lib/oleacc.def: New file.
7792         * include/winable.h: New file.
7793         * include/oleacc.h: Add extern "C" guard.
7794         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7795         (AccessibleChildren, AccessibleObjectFromEvent,
7796         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7797         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7798         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7799         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7800         * include/winuser.h (NotifyWinEvent): Add prototype.
7801         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7802         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7803         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7804         OBJID_SOUND): Move from here to...
7805         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7806         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7807         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7808         OBJID_SOUND): Here, as per documentation.
7809         * lib/test.c: Include winable.h.
7810         * lib/user32.def (NotifyWinEvent): Add missing export.
7811
7812 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7813
7814         * include/winbase.h (HeapCompact): Correct prototype.
7815         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7816         SLIST_HEADER): Add.
7817
7818 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7819
7820         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7821
7822 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7823
7824         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7825
7826 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7827
7828         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7829         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7830
7831 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7832
7833         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7834         lpGlyphs field to LPWSTR.
7835
7836 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7837
7838         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7839         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7840         (PP_*): Add defines.
7841         (CryptContextAddRef): Add prototype.
7842         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7843
7844 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7845
7846         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7847
7848 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7849
7850         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7851         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7852         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7853         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7854         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7855         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7856         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7857         readability.
7858         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7859         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7860
7861 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7862
7863         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7864         Unname anonymous unions if NONAMELESSUNION not defined.
7865
7866 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7867
7868         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7869
7870 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7871
7872         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7873         anonymous unions as GCC extension.
7874
7875 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7876
7877         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7878         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7879         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7880         commented out).
7881         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7882
7883 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7884
7885         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7886         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7887         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7888
7889 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7890
7891         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7892         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7893         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7894         IProvideClassInfo2,IConnectionPointContainer,
7895         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7896         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7897         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7898         IPicture,IPictureDisp): Move from here to...
7899         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7900         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7901         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7902         IProvideClassInfo2,IConnectionPointContainer,
7903         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7904         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7905         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7906         IPicture,IPictureDisp): Here, as per documentation.
7907
7908 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7909
7910         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7911         * include/winbase.h (TerminateJobObject,
7912         AssignProcessToJobObject): Likewise.
7913         * include/servprov.h: New header.
7914         * lib/test.c: Include servprov.h.
7915
7916 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7917
7918         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7919         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7920         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7921         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7922         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7923         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7924
7925 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7926
7927         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7928         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7929         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7930
7931 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7932
7933         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7934         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7935         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7936         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7937         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7938         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7939         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7940
7941 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7942
7943         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7944
7945 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7946
7947         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7948         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7949
7950 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7951
7952         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7953         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7954         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7955
7956 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7957
7958         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7959
7960 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7961
7962         * include/oaidl.h (ITypeMarshal): Add interface.
7963
7964 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
7965
7966         * include/winioctl.h: Clean up formatting.
7967         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
7968         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
7969         (DISK_CACHE_INFORMATION): Likewise.
7970         (DISK_DETECTION_INFO): Likewise.
7971         (DISK_PARTITION_INFO): Likewise.
7972         (PARTITION_INFORMATION_EX): Likewise.
7973         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
7974
7975 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7976
7977         * include/winbase.h (DeleteVolumeMountPoint[AW],
7978         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
7979         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
7980         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
7981         SetVolumeMountPoint[AW]): Add prototypes.
7982         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
7983         IOCTL_DISK_SET_PARTITION_INFO_EX,
7984         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
7985         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
7986         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
7987         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
7988         IOCTL_DISK_GET_CACHE_INFORMATION,
7989         IOCTL_DISK_SET_CACHE_INFORMATION,
7990         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
7991         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
7992         FSCTL_MOVE_FILE): Define.
7993         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
7994         DISK_CACHE_INFORMATION,
7995         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
7996         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
7997         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
7998         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
7999         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8000         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8001         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8002         MOVE_FILE_DATA,
8003         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8004         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8005         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8006         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8007         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8008         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8009         F3_240M_512, and F3_32M_512.
8010         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8011         stubs.
8012
8013 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8014
8015         * include/wingdi.h (DM_SPECVERSION): Define.
8016         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8017         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8018         appropriate _WIN32_WINNT values.
8019
8020 2003-04-15  Chris January  <chris@atomice.net>
8021
8022         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8023         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8024
8025 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8026
8027         * include/winuser.h (VK_*): Add missing defines.
8028
8029 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8030
8031         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8032         documented typedefs for struct _NM_UPDOWN.
8033         Add defines for backward comapatibility.
8034         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8035         * include/wininet.h (IRF_*): Add missing defines.
8036
8037 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8038
8039         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8040
8041 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8042
8043         * include/sspi.h: Add comment for FreeCredentialsHandle.
8044
8045 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8046
8047         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8048
8049 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8050
8051         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8052
8053 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8054
8055         * lib/uuid.c (IID_IHTML*): Move definitions to...
8056         * lib/mshtml-uuid.c: New file.
8057         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8058
8059 2003-03-30  Michael Sazonov  <traip@comset.net>
8060
8061         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8062         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8063         IHTMLImgElement): Add interface definitions.
8064
8065 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8066
8067         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8068         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8069         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8070         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8071         RC_INVOKED guard.
8072         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8073         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8074
8075 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8076
8077         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8078
8079 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8080
8081         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8082         TranslateName[AW]): Add prototypes.
8083         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8084         TranslateName[AW]): Add stubs.
8085         * lib/test.c: Include secext.h.
8086
8087 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8088
8089         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8090         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8091         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8092         _SpinLock.
8093
8094 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8095
8096         * include/w32api.h: Increment version to 2.4.
8097         * Makefile.in: Ditto.
8098
8099 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8100
8101         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8102         Move structure from here...
8103         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8104
8105         * include/ddk/ntapi.h (JOBOBJECT_*):
8106         Remove structures and enums definitions.
8107         (JOB_OBJECT*): Move defines from here...
8108         * include/winnt.h (JOB_OBJECT* ): To here.
8109
8110         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8111         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8112         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8113         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8114         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8115         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8116         and associated defines from here ...
8117         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8118         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8119         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8120         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8121         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8122         SYSTEM_POWER_CAPABILITIES):To here.
8123
8124         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8125         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8126         from here...
8127         * include/winnt.h (DEVICE_POWER_STATE,
8128         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8129
8130 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8131
8132         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8133         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8134         (NdisUpdateSharedMemory): Likewise.
8135         (NdisMFreeSharedMemory: Likewise.
8136         (NdisMMapIoSpace: Likewise.
8137
8138 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8139
8140         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8141         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8142         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8143
8144 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8145
8146         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8147         (EnumResourceNames[AW]): Ditto.
8148         (EnumResourceTypes[AW]): Ditto.
8149         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8150
8151 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8152
8153         * include/winuser.h (SendInput): Add prototype.
8154         * lib/user32.def (SendInput): Add stub.
8155
8156 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8157
8158         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8159         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8160
8161 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8162
8163         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8164         (JOBOBJECT_*): Define corresponding structures.
8165
8166 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8167
8168         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8169         typedef.
8170
8171 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8172
8173         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8174         (Process32{First,Next}{,W}): Ditto.
8175         (Thread32{First,Next}): Ditto.
8176         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8177
8178 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8179
8180         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8181         Thanks to Jim Barton <jmbarton@users.sf.net>.
8182
8183 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8184
8185         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8186         member SectionAlignment.
8187
8188 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8189
8190         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8191         warnings.
8192         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8193         * Makefile.in (bindist): Correct process.
8194         * lib/Makefile.in (install): Ditto.
8195         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8196
8197 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8198
8199         * include/rasdlg.h: New file.
8200         * lib/rasdlg.def: New file.
8201         * lib/test.c: Include rasdlg.h.
8202
8203 2003-03-06  Christopher January  <chris@atomice.net>
8204
8205         * include/winbase.h (FindFirstVolume): Add declaration.
8206         (FindNextVolume): Add declaration.
8207         (FindVolumeClose): Add declaration.
8208         (GetSystemTimes): Add declaration.
8209         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8210
8211 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8212
8213         *lib/kernel32.def (GetSystemTimes): Add stub.
8214
8215 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8216
8217         * oleidl.h (IOleObject): Correct GetUserType prototype.
8218         (IViewObject2): Correct GetExtent prototype.
8219         * olectl.h (DISPIP_): Add new defines
8220         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8221
8222 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8223
8224         * include/olectl.h (OleLoadPictureEx) Add prototype.
8225         (OleLoadPictureFile): Ditto.
8226         (OleLoadPictureFileEx): Ditto.
8227         (OleLoadPicturePath): Ditto.
8228         (OleSavePictureFile): Ditto.
8229
8230 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8231
8232         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8233         (CoAddReleaseServerProcess): Ditto.
8234         (CoResumeClassObjects): Ditto.
8235         (CoSuspendClassObjects): Ditto.
8236         * include/oleauto.h (V_I1): Define.
8237         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8238
8239 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8240
8241         * include/oleidl.h (USERCLASSTYPE): Add enum.
8242         * include/ocidl.h (IObjectWithSite): Add interface.
8243
8244 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8245
8246         Fixup UNICODE thinko in 2003-02-22 patch.
8247         * include/wingdi.h (AddFontMemResourceEx): Add.
8248         (RemoveFontMemResourceEx): Ditto.
8249         (AddFontMemResourceEx[AW]): Remove.
8250         (RemoveFontMemResourceEx[AW]): Ditto
8251         * lib/gdi32.def: (AddFontResourceEx): Add.
8252         (RemoveFontMemResourceEx): Ditto.
8253         (AddFontMemResourceEx[AW]): Remove.
8254         (RemoveFontResourceEx[AW]): Ditto.
8255
8256 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8257
8258         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8259         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8260
8261 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8262
8263         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8264         (RemoveFontMemResourceEx[AW]): Ditto
8265         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8266         (RemoveFontMemResourceEx[AW]): Ditto.
8267
8268 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8269
8270         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8271         (NtCurrentTeb): Remove.
8272
8273 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8274
8275         * include/wsahelp.h: Remove ';' after closing
8276         #ifdef __cplusplus brace.
8277         * include/ws2spi.h: Likewise.
8278
8279 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8280
8281         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8282         (GlobalMemoryStatusEx): Add prototype.
8283         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8284
8285 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8286
8287         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8288
8289 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8290
8291         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8292         (RemoveFontResourceEx[AW]): Ditto
8293         (FR_PRIVATE): Define.
8294         (FR_NOT_ENUM): Define.
8295         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8296         (RemoveFontResourceEx[AW]): Ditto.
8297
8298 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8299
8300         * include/w32api.h: Increment version to 2.3.
8301         * Makefile.in: Ditto.
8302
8303 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8304
8305         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8306         (Ke386QueryToAccessMap): Ditto.
8307         (Ke386SetIoAccessMap): Ditto.
8308         Thanks to Marcel Telka <telka@users.sf.net>
8309         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8310         * include/security.h: Include secext.h.
8311         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8312         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8313         * include/GL/gl.h: Remove include of glext.h.
8314         Thanks to Greg Couch <gregcouch@users.sf.net>
8315
8316 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8317
8318         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8319         using GUID_DEFINED instead.
8320         * include/sqltypes.h: Ditto.
8321         * include/winnt.h: Ditto.
8322         * include/ddk/scsiwmi.h: Ditto.
8323
8324 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8325
8326         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8327         prototypes.
8328         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8329
8330 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8331
8332         * include/commctrl.h (TCM_*): Add missing defines.
8333
8334 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8335             Danny Smith  <dannysmith@users.sourceforge.net>
8336
8337         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8338         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8339         for (_WIN32_IE >= 0x0400).
8340         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8341         fields for (_WIN32_IE >= 0x0400).
8342
8343 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8344
8345         * include/winbase.h (CreateFiber): Change first parameter
8346         to SIZE_T.
8347         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8348         if (_WIN32_WINNT >= 0x0500).
8349
8350 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8351
8352         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8353         Add missing typedefs.
8354         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8355         prototypes.
8356         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8357
8358 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8359
8360         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8361         define.
8362         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8363
8364 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8365
8366         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8367         define.
8368         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8369         definition.
8370         (WAIT_FAILED): Cast to DWORD.
8371         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8372         definition.
8373
8374 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8375
8376         * include/winerror.h: Protect against multiple
8377         definition of WSA* error codes.
8378         * include/winsock.h: Likewise.
8379         * include/winsock2.h: Likewise.
8380
8381 2003-01-27  Bang Dong-Heui
8382             Bang Jun-Young  <junyoung@netbsd.org>
8383
8384         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8385         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8386         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8387
8388
8389 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8390
8391         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8392         (WINVER >= 0x501).
8393
8394 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8395
8396         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8397         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8398         fields for (WINVER >= 0x501).
8399
8400 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8401
8402         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8403         Add stubs.
8404         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8405         options.
8406
8407 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8408
8409         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8410         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8411
8412 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8413
8414         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8415         SE_REGISTRY_WOW64_32KEY.
8416         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8417
8418 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8419
8420         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8421         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8422         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8423
8424 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8425
8426         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8427
8428 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8429
8430         * lib/dxguid.c: Don't #include <objbase.h>.
8431         * include/unknwn.h: Partially revert change of 2002-12-26.
8432         Don't include <ole2.h>.
8433
8434 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8435
8436         * lib/dinput.c: Don't #include <objbase.h>.
8437
8438 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8439
8440         * include/windows.h (ole2.h):Do #include for
8441         __WATCOMC__.
8442
8443 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8444
8445         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8446         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8447         definition.
8448         (WHEEL_PAGESCROLL): Likewise.
8449         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8450
8451 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8452
8453         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8454         (WHEEL_PAGESCROLL): Add define.
8455
8456 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8457
8458         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8459         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8460         compatability. Add RECT field. Add UNICODE mappings for new
8461         names.
8462         (tagNMREBARCHEVRON): Add struct and typedefs for
8463         _WIN32_IE >= 0x0500.
8464
8465 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8466
8467         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8468         (LVHITTESTINFO): Likewise.
8469
8470         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8471         (GRADIENT_RECT): Likewise.
8472
8473 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8474
8475         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8476         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8477         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8478         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8479         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8480         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8481         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8482         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8483         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8484         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8485         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8486         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8487         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8488         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8489         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8490         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8491         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8492         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8493         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8494         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8495         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8496         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8497         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8498         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8499         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8500         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8501         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8502         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8503         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8504         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8505         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8506         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8507         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8508         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8509         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8510         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8511         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8512         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8513         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8514         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8515         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8516         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8517         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8518         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8519         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8520         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8521         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8522         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8523         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8524         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8525         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8526         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8527         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8528         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8529         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8530         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8531         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8532         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8533         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8534         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8535         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8536         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8537         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8538         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8539         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8540         Add missing error codes.
8541
8542 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8543
8544         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8545         asm code.
8546         (GetFiberData): Likewise.
8547
8548 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8549
8550         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8551         asm code.
8552         (GetFiberData): Likewise.
8553
8554 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8555
8556         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8557         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8558         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8559         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8560         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8561         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8562         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8563         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8564         error codes.
8565         Re-sort codes.
8566
8567 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8568
8569         * include/winspool.h (PRINTER_INFO_6): Add.
8570         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8571
8572 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8573
8574         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8575
8576         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8577         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8578         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8579         Add stubs.
8580
8581 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8582
8583         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8584         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8585
8586 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8587
8588         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8589
8590 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8591
8592         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8593         VIETNAMESE_CHARSET): Remove duplicate defines.
8594         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8595
8596 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8597
8598         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8599         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8600
8601 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8602
8603         * include/unknwn.h: Include windows.h and ole2.h before header
8604         guard to avoid circular inclusion of COM headers.
8605
8606 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8607
8608         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8609         ReuseDDElParam): Use __WIN64 compatible typedefs.
8610
8611 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8612
8613         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8614         lpInheritProperty member const.
8615         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8616         const.
8617
8618 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8619
8620         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8621         COM_NO_WINDOWS_H.
8622         * include/unknwn.h: Ditto.
8623
8624 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8625
8626         * include/imm.h (ImmGetCompositionFont[AW],
8627         ImmSetCompositionFont[AW]): Add NOGDI guard.
8628
8629 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8630
8631         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8632         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8633         before using.
8634         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8635         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8636         definition.
8637         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8638         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8639         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8640         definition.
8641         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8642         (LPCGUID): Likewise.
8643         * include/ddk/tdi.h: Close "Listen flags" comment.
8644         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8645         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8646         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8647         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8648         * include/ddk/win2k.h: Likewise.
8649         * include/ddk/winddi.h: Likewise.
8650         * include/ddk/winddk.h: Likewise.
8651         * include/ddk/winnt4.h: Likewise.
8652         * include/ddk/ws2san.h: Likewise.
8653         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8654         * include/ddk/video.h: Don't process rest of file ifdef
8655         __WINDDI_H.
8656         * include/ddk/winddi.h: Don't process rest of file ifdef
8657         __VIDEO_H.
8658         * include/ddk/usb.h: Don't process rest of file ifdef
8659         __USBDI_H.
8660         * include/ddk/usbdi.h: Don't process rest of file ifdef
8661         __USB_H.
8662         * include/ddk/usbcamdi.h: Don't process rest of file if
8663         !defined(__USB_H) && !defined(__USBDI_H)
8664
8665 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8666
8667         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8668         prototypes.
8669         * include/winuser.h (GetAncestor) Add prototype.
8670         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8671         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8672         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8673         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8674         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8675         defines.
8676         * lib/user32.def (GetAncestor@8): Add stub.
8677
8678 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8679
8680         * include/windows.h: Guard inclusion of wingdi.h,
8681         commdlg.h, winspool.h, ole2.h with NOGDI.
8682         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8683         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8684         Guard with NOGDI.
8685
8686 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8687
8688         * include/oleacc.h (SELFLAG_*): Change to enum.
8689
8690 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8691
8692         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8693         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8694
8695 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8696
8697         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8698         to UINT.
8699         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8700
8701 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8702
8703         * include/winuser.h (AllowSetForegroundWindow,
8704         LockSetForegroundWindow): Add prototypes.
8705         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8706         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8707         * lib/winuser.def (AllowSetForegroundWindow,
8708         LockSetForegroundWindow): Add stubs.
8709
8710 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8711
8712         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8713         UNICODE mappings.
8714         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8715         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8716         compatability. Add lParam field. Add UNICODE mappings for new
8717         names.
8718
8719 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8720
8721         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8722         Wrap with pshpack2.h/poppack.h to correct alignment.
8723
8724 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8725
8726         * include/commctrl.h (LVBKIF_*): Add defines.
8727         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8728         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8729         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8730         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8731         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8732         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8733         (ListView_GetBkImage): Add define.
8734         (ListView_SetBkImage): Add define.
8735         (LVBKIMAGE): Add structures and typedefs.
8736
8737 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8738
8739         * include/w32api.h: Increment to version 2.2
8740         * Makefile.in: Ditto.
8741
8742 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8743
8744         * lib/Makefile.in (dist, install): Correct the install destinations.
8745         * lib/ddk/Makefile.in (dist, install): Ditto.
8746
8747 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8748
8749         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8750         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8751         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8752         in definitions.
8753         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8754         IID_IOleControlSite89): Remove.
8755
8756 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8757
8758         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8759         (IID_IStdMarshalInfo): Ditto.
8760
8761 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8762
8763         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8764         (IID_IPersistStorage): Ditto.
8765
8766 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8767
8768         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8769         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8770         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8771         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8772         Correct definitions.
8773
8774 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8775
8776         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8777         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8778         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8779         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8780         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8781         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8782         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8783         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8784         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8785         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8786         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8787         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8788         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8789         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8790         xfilter.h): Change comment to refer w32api package, not MinGW.
8791
8792 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8793
8794         * include/ddk/ntddk.h: Include winnt.h as system header.
8795
8796 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8797
8798         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8799         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8800         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8801         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8802         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8803         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8804         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8805         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8806         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8807         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8808         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8809         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8810         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8811         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8812         xfilter.h): Fix typo in disclaimer comment.
8813
8814 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8815
8816         * include/exdisp.h: Include oaidl.h as system header.
8817
8818 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8819
8820         * include/w32api.h (__W32API_VERSION): Fix.
8821
8822 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8823
8824         * lib/uuid.c (IID_ICatInformation): Correct definition.
8825
8826 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8827
8828         * include/oleauto.h (DeregisterTypeLib): Remove.
8829         (UnRegisterTypeLib): Add prototype.
8830
8831 2002-11-07  Christopher January  <chris@atomice.net>
8832
8833         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8834
8835 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8836
8837         * include/winnt.h (VerSetConditionMask): Add prototype.
8838         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8839
8840 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8841
8842         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8843         definitions and ANSI/UNICODE mappings.
8844         Cleanup whitespace.
8845
8846 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8847
8848         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8849         * configure.in: Ditto.
8850         * lib/Makefile.in: Ditto.
8851         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8852         autoconf-2.53.
8853         * configure: Regenerate.
8854
8855 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8856
8857         * include/windows.h: Don't include basetyps.h.
8858         * include/objfwd.h: Do include basetyps.h.
8859
8860 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8861
8862         * include/objbase.h: Include rpc.h and rpcndr.h
8863         before header guard.
8864
8865 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8866
8867         * include/olectl.h (PROPPAGEINFO): Change type of
8868         field cb to ULONG.
8869
8870 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8871
8872         * lib/ntdll.def (RtlAcquireResourceExclusive,
8873         RtlAcquireResourceShared, RtlDeleteResource,
8874         RtlInitializeResource, RtlReleaseResource,
8875         RtlTimeToSecondsSince1970) : Added missing exports.
8876
8877 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8878
8879         * include/oleacc.h: New file.
8880         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8881         (OBJID_*) Add defines.
8882         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8883         * lib/test.c: Include oleacc.h.
8884
8885 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8886
8887         * include/ddk: New subdir.
8888         * lib/ddk: Ditto.
8889         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8890         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8891         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8892         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8893         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8894         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8895         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8896         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8897         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8898         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8899         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8900         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8901         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8902         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8903         xfilter.h): New files.
8904         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8905         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8906         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8907         win32k.def): Ditto.
8908
8909 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8910
8911         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8912         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8913         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8914         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8915         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8916         RtlAddAccessAllowedAce, RtlCreateAcl,
8917         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8918         RtlGetAce, RtlGetControlSecurityDescriptor,
8919         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8920         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8921         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8922         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8923         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8924         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8925         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8926         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8927         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8928         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8929         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8930         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8931         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8932
8933 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8934
8935         *include/windef.h (WPARAM): Update typedef.
8936         (LPARAM): Ditto.
8937         (LRESULT): Ditto.
8938
8939 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8940
8941         * include/shlobj.h (CSIDL_*): Add defines.
8942
8943 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8944
8945         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8946         has been included first.
8947
8948 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8949
8950         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8951         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8952         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8953
8954 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8955
8956         * include/winuser.h (DS_SHELLFONT): Define.
8957
8958 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8959
8960         * include/winnt.h (VER_SUITE_BLADE): Define.
8961
8962 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
8963
8964         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
8965         Add _WIN32_IE guard. Correct prototype for wide version.
8966         (SHGetFolderPath): Add comment on shfolder.dll.
8967         (SHGetFolderLocation): Add prototyope for WinME and W2K.
8968         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
8969
8970 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
8971
8972         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
8973         * lib/shfolder.def: New file.
8974
8975 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
8976
8977         * include/winsock.h (timeval): Guard struct and associated
8978         macros with _TIMEVAL_DEFINED.
8979         * include/winsock2.h (timeval): Likewise.
8980
8981 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
8982
8983         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
8984         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
8985         SHCreateShellItem,SHEmptyRecycleBin[AW],
8986         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
8987         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
8988         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
8989         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
8990         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
8991         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
8992         SHLoadNonloadedIconOverlayIdentifiers,
8993         SHOpenFolderAndSelectItems,SHParseDisplayName,
8994         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
8995         SHSetLocalizedName,SHSetUnreadMailCountW,
8996         SHUpdateRecycleBinIcon: Add missing stubs.
8997
8998 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
8999
9000         * include/windef.h (WINVER): Add documentation.
9001         (_WIN32_WINNT): Ditto.
9002         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9003
9004 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9005
9006         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9007
9008 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9009
9010         * include/winbase.h (AllocateUserPhysicalPages,
9011         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9012         FreeUserPhysicalPages): Add prototypes.
9013         * lib/kernel32.def: Add function stubs for above.
9014
9015 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9016
9017         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9018         Add WINVER guards for dialog box command id defines.
9019
9020 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9021
9022         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9023
9024 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9025
9026         * include/wincon.h: Define GetConsoleWindow(void).
9027
9028 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9029
9030         * include/w32api.h: Increment version to 2.1.
9031         * Makefile.in: Ditto.
9032
9033 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9034
9035         * include/winsock2.h (SOCKET_ADDRESS): Define if
9036         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9037         (CSADDR_INFO): Ditto.
9038         (nspapi.h) : Don't include. Removed FIXME comment.
9039         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9040         __CSADDR_T_DEFINED is not defined.
9041         (CSADDR_INFO): Ditto.
9042         (BLOB): Add structure and typedef if not already defined.
9043         (NS_*): Add defines.
9044         (SERVICE_*): Ditto.
9045         (SERVICE_ADDRESS): Add structure and typedefs.
9046         (SERVICE_ADDRESSES): Ditto.
9047         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9048         (LPSERVICE_ASYNC_INFO): Add typedef.
9049         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9050         mappings.
9051         * include/wsipx.h: New file.
9052         * include/svcguid.h: New file.
9053         * lib/test.c: Include wspix.h and svcguid.h.
9054
9055 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9056
9057         * include/wsahelp.h: New file.
9058         * lib/test.c: Include wsahelp.h.
9059
9060 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9061
9062         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9063         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9064
9065 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9066
9067         * include/ws2spi.h: Modify comment about being part of
9068         mingw32 package.
9069         (winsock2.h): Change "" to <>.
9070
9071 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9072
9073         * include/ws2spi.h: New file.
9074         * lib/test.c: Include ws2spi.h.
9075
9076 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9077
9078         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9079         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9080         functions.
9081
9082 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9083
9084         * include/winuser.h (CURSOR_SHOWING) Add define.
9085         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9086
9087 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9088
9089         * include/winerror.h: Cast OLE error codes to HRESULT.
9090         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9091
9092 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9093
9094         * include/wincrypt.h (ALG_*): Add defines.
9095         (CALG_*): Ditto.
9096         (CRYPT_*): Ditto.
9097         (PP_*): Ditto.
9098         (PROV_*): Ditto.
9099         (PRIVATEKEYBLOB): Add define.
9100
9101 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9102
9103         * include/shlobj.h (SHGetFolderPath): Add define.
9104         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9105         (SHGetFolderPath): Ditto.
9106
9107 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9108
9109         * include/commdlg.h: Don't include COM headers or use
9110         COM-dependent symbols if __OBJC__.
9111
9112 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9113
9114         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9115         Add prototypes.
9116
9117 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9118
9119         * include/shellapi.h (FOF_NOERRORUI): Add define.
9120
9121 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9122
9123         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9124
9125 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9126
9127         * include/objidl.h (IEnumMoniker): Correct declaration.
9128
9129 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9130
9131         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9132
9133 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9134
9135         * include/commctrl.h: Whitespace change.
9136
9137 2002-08-09  Lars Munch  <lars@segv.dk>
9138
9139         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9140         struct name _TVHITTESTINFO and typedefs and add defines for
9141         backward compatability.
9142         (ListView_SetExtendedListViewStyleEx): Add macro.
9143
9144 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9145
9146         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9147         Add prototypes.
9148         * lib/msimg32.def: New file, with stubs for above.
9149
9150 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9151
9152         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9153         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9154         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9155         and UNICODE mappings.
9156
9157 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9158
9159         * include/winbase.h (ReadFileScatter, WriteFileGather):
9160         Change second parameter to pointer.
9161
9162 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9163
9164         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9165         UNICODE mappings.
9166         * lib/wininet.def: Regenerate.
9167
9168 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9169
9170         * include/windef.h (PVOID): Move typedef to...
9171         * include/winnt: ...here.
9172         (PVOID64): New typedef.
9173
9174         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9175         * include/winbase.h (ReadFileScatter, WriteFileGather):
9176         Add prototypes.
9177
9178         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9179         (PROCESSOR_INTEL_IA64): Add define.
9180
9181 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9182
9183         * include/oleidl.h (MK_ALT): Define.
9184
9185 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9186
9187         * include/exdisp.h: New file.
9188         * include/exdispid.h: New file.
9189         * include/mshtml.h: New file.
9190         * lib/test.c: #include exdisp.h and mshtml.h
9191         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9192         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9193         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9194         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9195         New GUIDs.
9196
9197 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9198
9199         * include/docobj.h: New file.
9200         * include/idispids.h: New file.
9201         * include/objidl.h (IID_IMoniker): Declare.
9202         * include/ocidl.h (READYSTATE): New enum.
9203         (IOleInPlaceSiteEx): New interface.
9204         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9205         identifier.
9206         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9207         IOleInPlaceSite): New interfaces.
9208         * lib/test.c: #include docobj.h,idispids.h,
9209
9210 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9211
9212         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9213         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9214
9215 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9216
9217         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9218         * include/commdlg.h: Likewise.
9219
9220 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9221
9222         * include/oleauto.h (V_UNION): Correct definition for case of
9223         NONAMELESSUNION:
9224         (V_VT): Likewise.
9225
9226 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9227
9228         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9229         not bool, for C as well as C++.
9230
9231 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9232
9233         * include/shlwapi.h: New file.
9234         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9235         Victor Porton  <porton@narod.ru> for contributions.
9236         * lib/shlwapi.def: New file.
9237         * lib/test.c: #include shlwapi.h.
9238
9239 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9240
9241         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9242         character.
9243         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9244         long long.
9245         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9246         does not need external *Fiber library functions.
9247
9248 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9249
9250         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9251         definition.
9252         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9253         avoid compile error when already defined.
9254
9255 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9256
9257         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9258
9259 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9260
9261         * include/commdlg.h: Define CDN_* notification message constants
9262         as UINT.
9263
9264 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9265
9266         * include/commctrl.h: Define notification message constants for
9267         NMHDR.code as UINT.
9268
9269 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9270
9271         * include/ddeml.h (MH_*) Add defines.
9272         (MONHSZSTRUCT): Add structure and typedefs.
9273         (MONLINKSTRUCT): Ditto.
9274         (MONCONVSTRUCT): Ditto.
9275         (MONCBSTRUCT): Ditto.
9276         (MONERRSTRUCT): Ditto.
9277         (MONMSGSTRUCT): Ditto.
9278         * include/windef.h: Don't define __cdecl or _cdecl for
9279         __WATCOM__.
9280         Don't define _export or __export for __WATCOM__.
9281         * include/windows.h (imm.h): #include.
9282         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9283
9284 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9285
9286         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9287         rpcndr.h.
9288
9289 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9290
9291         * include/winbase.h (OpenThread): Add prototype.
9292         * lib/kernel32.def (OpenThread): Add symbol.
9293
9294 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9295
9296         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9297
9298 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9299
9300         * include/rpc.h: Conditionally include <windows.h> before
9301         header guard.
9302         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9303         header guard.
9304
9305 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9306
9307         * include/commctrl.h (WC_*): Remove some duplicate defines.
9308
9309 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9310
9311         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9312         UNICODE mappings.
9313         (IPM*): Add defines.
9314         (IPN_*): Add defines.
9315         (NMIPADDRESS): Add structure and typedefs.
9316         (MAKEIPADDRESS): Add macro.
9317         (MAKEIPRANGE): Add macro.
9318         (FIRST_IPADDRESS): Add macro.
9319         (SECOND_IPADDRESS): Add macro.
9320         (THIRD_IPADDRESS): Add macro.
9321         (FOURTH_IPADDRESS): Add macro.
9322
9323 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9324
9325         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9326
9327 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9328
9329         * include/winbase.h (WINBASEAPI): Don't define if prior
9330         definition.
9331
9332         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9333         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9334         PARTITION_UNIX): Add defines.
9335         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9336         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9337         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9338         (IsContainerPartition): Add macro.
9339
9340 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9341
9342         * include/commctrl.h: (CBEIF_*): Add defines.
9343         (CBEN_*): Add defines and UNICODE mappings
9344         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9345         (CBEMAXSTRLEN): Add define.
9346         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9347         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9348         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9349         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9350
9351 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9352
9353         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9354         union member _VARIANT_BOOL bool.
9355
9356 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9357
9358         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9359
9360 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9361
9362         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9363         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9364         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9365         Add typedefs.
9366         (CCHAR): Correct typedef.
9367         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9368         Add defines.
9369
9370 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9371
9372         * README.w32api: Correct spelling error.
9373
9374 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9375
9376         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9377         INPUT_HARDWARE): Add defines.
9378         (HDEVNOTIFY): Add typedef.
9379         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9380         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9381         typedefs.
9382         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9383         GetClassInfoEx[AW],GetKeyboardLayoutList,
9384         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9385         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9386         RegisterClassEx[AW]): Correct prototypes.
9387
9388 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9389
9390         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9391         prototypes.
9392         * include/winsvc.h (StartServiceW): Correct prototype.
9393         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9394         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9395         GetTickCount,InterlockedExchangeAdd,
9396         WritePrivateProfileStruct[AW]: Correct prototypes.
9397         (GetEnvironmentStrings): Correct mapping to
9398         GetEnvironmentStringsA.
9399         * include/winver.h (VerQueryValueA,VerQueryValueW):
9400         Correct prototypes.
9401         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9402         prototype.
9403         * include/winreg.h (RegQueryMultipleValues[AW],
9404         RegQueryValueEx[AW]):Correct prototypes.
9405         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9406         PPOLYTEXTW): Add typedefs.
9407         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9408         structures and typedefs.
9409         (MM_MAX_NUMAXES): Add define.
9410         (EnumFontsW,GetEnhMetaFilePixelFormat,
9411         wglGetLayerPaletteEntries): Correct prototypes.
9412         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9413         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9414         RPC_S_SEND_INCOMPLETE): Add defines.
9415
9416 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9417
9418         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9419         Add defines.
9420
9421 2002-06-16  Egor Duda  <deo@logos-m.ru>
9422
9423         * include/ntdll.h: New file.
9424         * lib/ntdll.def: Add NtShutdownSystem.
9425
9426 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9427
9428         * lib/dinput.def (DirectInputCreateEx): Add stub.
9429         * lib/ntdll.def: New file.
9430
9431 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9432
9433         * include/w32api.h: Change to version 2.0 to reflect the change
9434         in the license.
9435         * README: Renamed.
9436         * README.w32api: Renamed from README.  Modified license to remove
9437         the restriction of notifying the author based on the fact that the
9438         author is unreachable at the notified address.
9439         * Makefile.in (VERSION): Change to 2.0.
9440
9441 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9442
9443         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9444         * Makefile.in (bindist): Correct the MinGW distribution.
9445
9446 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9447
9448         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9449         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9450
9451 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9452
9453         * lib/test.c: #include comcat.h.
9454
9455 2002-06-13  John K. Hohm  <jhohm@acm.org>
9456
9457         * include/comcat.h: New file.
9458
9459 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9460
9461         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9462         (GETTEXTEX): Add structure definition.
9463
9464 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9465
9466         * include/windows.h (ole2.h): #include if !__OBJC__ and
9467         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9468
9469 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9470
9471         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9472
9473 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9474
9475         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9476         PACCESS_DENIED_ACE): Add typedefs.
9477
9478 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9479
9480         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9481
9482 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9483
9484         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9485
9486 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9487
9488         * include/windef.h: Fix typo in last change.
9489
9490 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9491
9492         * include/windef.h: Add no-op __try, __except, __finally
9493         defines from ...
9494         * include/excpt.h: Remove file.
9495         * include/windows.h: Don't include excpt.h.
9496
9497 2002-05-30  Christopher January  <chris@atomice.net>
9498
9499         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9500         Add missing typedefs.
9501
9502 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9503
9504         * include/w32api.h: Increment version to 1.5
9505         * Makefile.in: Ditto.
9506
9507
9508 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9509
9510         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9511         LP[W]STR with LPC[W]STR.
9512         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9513         Clean up whitespace.
9514
9515 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9516
9517         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9518
9519 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9520
9521         * Makefile.in: Increment VERSION to 1.4.
9522         (conf_prefix): New variable.
9523         (bindist): Modify target to use $(conf_prefix).
9524
9525 2002-05-20  Philip Aston  <philipa@mail.com>
9526
9527         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9528
9529 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9530
9531         * include/lmaccess.h: (NetAccess*, NetGroup*,
9532         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9533         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9534
9535 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9536
9537         * include/commctrl.h (ImageList_DragShowNolock): Remove
9538         conflicting redeclaration.
9539
9540 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9541
9542         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9543         STRICT and related defines to ...
9544         * include/windef.h: Here.
9545
9546 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9547
9548         * include/winsock2.h (int32): Remove typedef.
9549         (SERVICETYPE): Add typedef.
9550         (struct _flowspec):Revise struct definition,  Comment
9551         on types used for members.
9552
9553 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9554
9555         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9556         more defines added in earlier change.
9557         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9558
9559 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9560
9561         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9562         added in last change.
9563
9564 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9565
9566         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9567         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9568
9569 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9570
9571         * include/commctrl.h (SNDMSG): Define and use throughout
9572         in other macros instead of SendMessage.
9573         * include/commdlg.h (SNDMSG): Ditto.
9574
9575 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9576
9577         * include/GL/gl.h: New file.
9578         * include/GL/glext.h: Ditto.
9579         * include/GL/glu.h: Ditto.
9580
9581 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9582
9583         * include/w32api.h: Increment version.
9584         * Makefile.in: Ditto.
9585
9586 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9587
9588         * Makefile.in (bindist): Use * instead of . for file list for tar
9589         command.
9590
9591 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9592
9593         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9594
9595 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9596
9597         * include/objidl.h (IRunningObjectTable.Register): Correct
9598         prototype.
9599         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9600         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9601
9602 2002-03-31  Victor Porton  <porton@narod.ru>
9603
9604         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9605
9606 2002-03-29  David Robinow  <drobinow@yahoo.com>
9607
9608         * include/wingdi.h (SetPixelFormat): Correct prototype.
9609
9610 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9611
9612         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9613
9614 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9615
9616         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9617         Add defines.
9618
9619 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9620
9621         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9622         * include/shlobj.h (IContextMenu2): Put methods in right order.
9623         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9624         CINTERFACE before defining.
9625
9626 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9627
9628         * include/accctrl.h: Add #pragma GCC system_header
9629         if __GNUC__ >= 3.
9630         * include/aclapi.h: Same.
9631         * include/basetsd.h: Same.
9632         * include/basetyps.h: Same.
9633         * include/cderr.h: Same.
9634         * include/cguid.h: Same.
9635         * include/commctrl.h: Same.
9636         * include/commdlg.h: Same.
9637         * include/cpl.h: Same.
9638         * include/cplext.h: Same.
9639         * include/custcntl.h: Same.
9640         * include/dbt.h: Same.
9641         * include/dde.h: Same.
9642         * include/ddeml.h: Same.
9643         * include/dlgs.h: Same.
9644         * include/excpt.h: Same.
9645         * include/httpext.h: Same.
9646         * include/imagehlp.h: Same.
9647         * include/imm.h: Same.
9648         * include/initguid.h: Same.
9649         * include/intshcut.h: Same.
9650         * include/ipexport.h: Same.
9651         * include/iphlpapi.h: Same.
9652         * include/ipifcons.h: Same.
9653         * include/iprtrmib.h: Same.
9654         * include/iptypes.h: Same.
9655         * include/isguids.h: Same.
9656         * include/largeint.h: Same.
9657         * include/lm.h: Same.
9658         * include/lmaccess.h: Same.
9659         * include/lmalert.h: Same.
9660         * include/lmapibuf.h: Same.
9661         * include/lmat.h: Same.
9662         * include/lmaudit.h: Same.
9663         * include/lmbrowsr.h: Same.
9664         * include/lmchdev.h: Same.
9665         * include/lmconfig.h: Same.
9666         * include/lmcons.h: Same.
9667         * include/lmerr.h: Same.
9668         * include/lmerrlog.h: Same.
9669         * include/lmmsg.h: Same.
9670         * include/lmremutl.h: Same.
9671         * include/lmrepl.h: Same.
9672         * include/lmserver.h: Same.
9673         * include/lmshare.h: Same.
9674         * include/lmsname.h: Same.
9675         * include/lmstats.h: Same.
9676         * include/lmsvc.h: Same.
9677         * include/lmuse.h: Same.
9678         * include/lmuseflg.h: Same.
9679         * include/lmwksta.h: Same.
9680         * include/lzexpand.h: Same.
9681         * include/mapi.h: Same.
9682         * include/mciavi.h: Same.
9683         * include/mcx.h: Same.
9684         * include/mmsystem.h: Same.
9685         * include/mswsock.h: Same.
9686         * include/nb30.h: Same.
9687         * include/nddeapi.h: Same.
9688         * include/nspapi.h: Same.
9689         * include/ntdef.h: Same.
9690         * include/ntsecapi.h: Same.
9691         * include/ntsecpkg.h: Same.
9692         * include/oaidl.h: Same.
9693         * include/objbase.h: Same.
9694         * include/objfwd.h: Same.
9695         * include/objidl.h: Same.
9696         * include/odbcinst.h: Same.
9697         * include/ole.h: Same.
9698         * include/ole2.h: Same.
9699         * include/ole2ver.h: Same.
9700         * include/oleauto.h: Same.
9701         * include/olectl.h: Same.
9702         * include/olectlid.h: Same.
9703         * include/oledlg.h: Same.
9704         * include/oleidl.h: Same.
9705         * include/pbt.h: Same.
9706         * include/prsht.h: Same.
9707         * include/psapi.h: Same.
9708         * include/rapi.h: Same.
9709         * include/ras.h: Same.
9710         * include/raserror.h: Same.
9711         * include/rassapi.h: Same.
9712         * include/regstr.h: Same.
9713         * include/richedit.h: Same.
9714         * include/richole.h: Same.
9715         * include/rpc.h: Same.
9716         * include/rpcdce.h: Same.
9717         * include/rpcdce2.h: Same.
9718         * include/rpcdcep.h: Same.
9719         * include/rpcndr.h: Same.
9720         * include/rpcnsi.h: Same.
9721         * include/rpcnsip.h: Same.
9722         * include/rpcnterr.h: Same.
9723         * include/rpcproxy.h: Same.
9724         * include/schannel.h: Same.
9725         * include/schnlsp.h: Same.
9726         * include/scrnsave.h: Same.
9727         * include/security.h: Same.
9728         * include/setupapi.h: Same.
9729         * include/shellapi.h: Same.
9730         * include/shlguid.h: Same.
9731         * include/shlobj.h: Same.
9732         * include/sql.h: Same.
9733         * include/sqlext.h: Same.
9734         * include/sqltypes.h: Same.
9735         * include/sqlucode.h: Same.
9736         * include/sspi.h: Same.
9737         * include/subauth.h: Same.
9738         * include/tlhelp32.h: Same.
9739         * include/unknwn.h: Same.
9740         * include/userenv.h: Same.
9741         * include/w32api.h: Same.
9742         * include/winbase.h: Same.
9743         * include/wincon.h: Same.
9744         * include/wincrypt.h: Same.
9745         * include/windef.h: Same.
9746         * include/windows.h: Same.
9747         * include/windowsx.h: Same.
9748         * include/winerror.h: Same
9749         * include/wingdi.h: Same.
9750         * include/wininet.h: Same.
9751         * include/winioctl.h: Same.
9752         * include/winnetwk.h: Same.
9753         * include/winnls.h: Same.
9754         * include/winnt.h: Same.
9755         * include/winperf.h: Same.
9756         * include/winreg.h: Same.
9757         * include/winresrc.h: Same.
9758         * include/winsock.h: Same.
9759         * include/winsock2.h: Same.
9760         * include/winspool.h: Same.
9761         * include/winsvc.h: Same.
9762         * include/winuser.h: Same.
9763         * include/winver.h: Same.
9764         * include/ws2tcpip.h: Same.
9765         * include/wsnetbs.h: Same.
9766         * include/wtypes.h: Same.
9767         * include/zmouse.h: Same.
9768         * include/mapi.h: Change header guard name to _MAPI_H  for
9769         consistency.
9770
9771 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9772
9773         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9774         Remove unnecessary inclusion of <wtypes.h>.
9775         * ChangeLog: Fix omission of name in recent entries.
9776
9777 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9778
9779         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9780
9781 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9782
9783         * include/mswsock.h: Group winsock2 dependants
9784         together and protect with #ifdef _WINSOCK2_H.
9785         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9786         has been included.
9787
9788 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9789
9790         * include/mswsock.h (TP_*): Add new defines.
9791         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9792         (WSAMSG): Likewise.
9793         (WSACMSGHDR): Likewise.
9794         (DisconnectEx): Add new prototype.
9795         (WSARecvMsg): Likewise.
9796         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9797
9798 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9799
9800         * ChangeLog: Fix typo in last entry.
9801         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9802         * include/ws2tcpip.h: (IP_*): Add new defines.
9803         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9804         (NI_*): Add getnameinfo constants and bitmasks.
9805         (AI_*): Add getaddrinfo flags.
9806         (EAI_*): Add getaddrinfo error codes.
9807         (ip_mreq_source): Add new structure.
9808         (ip_msfilter): Add new structure.
9809         (IP_MSFILTER_SIZE): Add new macro.
9810         (in_pktinfo): Add new structure.
9811         Add preliminary IPv6 support.
9812         (in6_addr): Add new structure and some defines.
9813         (sockaddr_in6): Add new structure.
9814         (in6addr_any, in6addr_loopback): Declare extern structures.
9815         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9816         initialization macros for above.
9817         (IN6_ARE_ADDR_EQUAL): Define macro.
9818         (IN6_IS_ADDR_*): Define address testing macros.
9819         (socklen_t) Add new typedef.
9820         (ipv6_mreq): Add new structure.
9821         (in6_pktinfo): Same.
9822         (addrinfo): Same.
9823         (freeaddrinfo):Add new prototype.
9824         (getaddrinfo): Same.
9825         (gai_strerror[AW]): Same.
9826         (getnameinfo): Same.
9827         (sockaddr_in6_old): Add structure.
9828         (sockaddr_gen): Add union definition.
9829         (INTERFACE_INFO): Use sockaddr_gen as members.
9830         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9831         with INTERFACE_INFO on NT4 prior to sp4.
9832
9833 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9834
9835         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9836         when selecting winsock interface.
9837         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9838         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9839         Expand FIXME comment.
9840         (WSACOMPLETIONTYPE): Add enum.
9841         (WSACOMPLETION): Add structure and typedefs.
9842         (WSANSPIoctl): Add function prototpe and callback typedef.
9843         (SIO_NSP_NOTIFY_CHANGE): Add define.
9844         (sockaddr_storage): Add structure and typedefs.
9845
9846 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9847
9848         * include/winuser.h (OIC_*): Add resource constants.
9849
9850 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9851
9852         * include/ntsecpkg.h: New file.
9853         * include/schannel.h: New file.
9854         * include/schnlsp.h: New file.
9855         * include/security.h: New file.
9856         * include/sspi.h: New file.
9857         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9858         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9859         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9860         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9861         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9862         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9863         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9864         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9865         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9866         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9867         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9868         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9869         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9870         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9871         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9872         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9873         CERT_CHAIN_CONTEXT): Add missing structures.
9874         (CertCloseStore, CertGetCertificateChain,
9875         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9876         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9877         CertFindCertificateInStore, CertFreeCertificateContext,
9878         CertGetIssuerCertificateFromStore,
9879         CertFindChainInStore): Add missing functions.
9880         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9881         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9882         * lib/crypt32.def: New file.
9883         * lib/secur32.def: Add mising stubs.
9884         * lib/test.c: Include new headers.
9885
9886 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9887
9888         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9889         parameter.
9890
9891 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9892
9893         * lib/test.c: Include mapi.h.
9894         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9895         Thanks to: "Ron"  <ron@debian.org>
9896
9897 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9898
9899         * include/mapi.h: New file.
9900         * lib/mapi.def: Add missing function stubs.
9901
9902 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9903
9904         * include/winuser.h (GetWindowLongPtr[AW],
9905         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9906
9907 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9908
9909         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9910         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9911         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9912         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9913
9914 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9915
9916         * lib/test.c: Include wsnetbs.h.
9917
9918 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9919
9920         * include/wsnetbs.h: New file.
9921
9922 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9923
9924         * include/winnt.h: Remove merge conflict.
9925
9926 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9927
9928         * include/winnt.h (_TCHAR): Add typedefs.
9929
9930 2002-01-25  Tim Hughes  <tjh@delcam.com>
9931
9932         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9933         defines.
9934
9935 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9936
9937         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9938         Add defines.
9939         (LPACCESSTIMEOUT): Add typedef.
9940
9941 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9942
9943         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9944
9945 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9946
9947         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9948         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9949         backward compatability with old names. Update UNICODE mappings.
9950         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9951         for struct _HD_LAYOUT and add defines for backward
9952         compatability with old names.
9953         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9954         parallel chages to typedefs. Add defines for backward
9955         compatability with old names.
9956         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9957
9958 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9959
9960         * include/winnt.h: Add missing MEM_ defines, and convert existing to
9961         hex for readability.
9962
9963 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
9964
9965         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
9966         and typedefs.
9967         (SPI_SETSCREENSAVERRUNNING): Add define.
9968         (LLKHF_ALTDOWN): Add define.
9969         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
9970         PFD_DEPTH_DONTCARE): Add defines.
9971
9972 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
9973
9974         * include/objbase.h (CoGetObject): Add prototype.
9975
9976 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
9977
9978         * include/winuser.h (ENUM_CURRENT_SETTINGS,
9979         ENUM_REGISTRY_SETTINGS): Add defines.
9980
9981 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
9982
9983         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
9984         (FILE_ATTRIBUTE_DEVICE): Add define.
9985
9986 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
9987
9988         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
9989
9990 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
9991
9992         * ChangeLog: correct date in last entry.
9993
9994 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
9995
9996         * include/winuser.h (MONITORENUMPROC): Add typedef.
9997         (EnumDisplayMonitors): Add prototype.
9998         * lib/user32.def (EnumDisplayMonitors): Add stub.
9999
10000 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10001
10002         * include/ntsecapi.h:  Fixed missing void parameter type in some
10003         prototypes.
10004         * include/objbase.h: Ditto.
10005         * include/rapi.h: Ditto.
10006         * include/rpc.h: Ditto.
10007         * include/rpcdce.h: Ditto.
10008         * include/rpcdcep.h: Ditto.
10009         * include/rpcndr.h: Ditto.
10010         * include/rpcnsip.h: Ditto.
10011         * include/rpcproxy.h: Ditto.
10012         * include/windef.h: Ditto.
10013
10014 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10015
10016         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10017
10018 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10019
10020         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10021          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10022         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10023         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10024         WS_EX_NOINHERITLAYOUT): Add defines.
10025         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10026         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10027         MEM_WRITE_WATCH): Add defines.
10028
10029
10030 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10031
10032         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10033         Add prototype.
10034         (SetCriticalSectionSpinCount): Likewise.
10035
10036 2001-12-30  Guido Serassio  <serassio@libero.it>
10037
10038         * include/winsvc.h: Add EnumServiceStatusEx(),
10039         QueryServiceStatusEx()
10040         & RegisterServiceCtrlHandlerEx()
10041
10042 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10043
10044         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10045
10046 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10047
10048         * lib/Makefile.in: Revert inst_installdir definitions to working
10049         versions.
10050
10051 2001-12-17  Guido Serassio  <serassio@libero.it>
10052
10053         * include/winsvc.h: Add ChangeServiceConfig2() &
10054         QueryServiceConfig2() definition
10055
10056 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10057
10058         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10059         on MSDN documentation for XP.
10060
10061 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10062
10063         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10064         mappings.
10065
10066 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10067
10068         * include/commctrl.h (ACS_*): Add new defines.
10069         (PGS_*): Ditto.
10070         (CBES_*): Ditto.
10071         (TBSTYLE_*): Ditto.
10072         (TB_*): Ditto.
10073         (TTS_*): Ditto.
10074         (UDS_HOTTRACK): Add define.
10075         (SBT_TOOLTIPS): Ditto.
10076         (TBS_*): Add new defines.
10077         (HDS_*): Ditto.
10078         (LVS_EX_*) Ditto.
10079         (LVKF_*): Ditto.
10080         (TCM_GETEXTENDEDSTYLE): Add define.
10081         (TVS_NOHSCROLL): Ditto.
10082         (TVIF_INTEGRAL): Ditto.
10083         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10084         (TCS_*): Add new defines.
10085         (CBEM_*): Add defines.
10086         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10087         (tagTVITEMEX[AW]: Ditto.
10088         (tagTVINSERTSTRUCT[AW]: Add union member.
10089         * include/winbase.h (VirtualAllocEx): Add prototype.
10090         * include/winuser.h (SS_*): Add new defines.
10091
10092 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10093
10094         * Makefile.in: Increment VERSION.
10095         * include/w32api.h: Ditto.
10096
10097 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10098
10099         * Makefile.in: Increment VERSION.
10100         * include/w32api.h: Ditto.
10101
10102 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10103
10104         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10105         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10106         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10107         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10108         SetupDiOpenDevRegKey): Correct function names.
10109
10110 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10111
10112         * include/winuser.h (IDC_STATIC): Don't define.
10113
10114 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10115
10116         Cleanup merge between SourceForge and winsup CVS.
10117         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10118         definitions.
10119         * include/winnt.h (VER_NT*): Remove duplicate defines.
10120         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10121
10122 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10123
10124         * include/accctrl.h: Change \r\n to \n.
10125
10126 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10127
10128         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10129         Add structure definition.
10130         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10131         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10132         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10133         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10134         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10135         UnenableRouter) Declare functions.
10136         * lib/iphlpapi.def: Add function names to import lib.
10137
10138 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10139
10140         * include/winnt.h (PACCESS_MASK): Add typedef.
10141         * include/aclapi.h: New file.
10142         * include/acctrl.h: New file.
10143         * lib/advapi32.def: Add missing symbols.
10144         * lib/test.c: Add #include <aclapi.h>.
10145
10146 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10147
10148         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10149         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10150         here ...
10151         * include/winnt.h: ... to here.
10152         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10153         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10154         and typedefs.
10155         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10156         Add defines.
10157
10158 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10159
10160         * w32api/include/winnt.h: prepare SSE register support.
10161         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10162         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10163         (struct CONTEXT): ExtendedRegisters field added.
10164
10165 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10166
10167         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10168         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10169         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10170         tagLASTINPUTINFO ): Define new structures.
10171         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10172         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10173         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10174         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10175         SetMenuInfo): Add new prototypes.
10176         * lib/user32.def: Add import stubs for above functions.
10177
10178         * include/winuser.h (IDC_STATIC): Protect against prior
10179         definition.
10180
10181 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10182
10183         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10184         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10185
10186 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10187
10188         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10189         warnings with _AUTHORITY #defines.
10190
10191 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10192
10193         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10194         implementation.
10195         (GetFiberData): Ditto.
10196
10197 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10198
10199         * include/winnt.h: Backout last change.
10200
10201 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10202
10203         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10204         GetCurrentFiber: Create a prototype before the implementation.
10205         GetFiberData: Ditto.
10206
10207 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10208
10209         * include/winuser.h (IDC_STATIC): Add define.
10210         Thanks to: Benoit Laniel.
10211
10212 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10213
10214         * include/commdlg.h: Include <unknwn.h> rather than local
10215         definition of LPUKNOWN.
10216         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10217         Emit warning.
10218
10219 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10220
10221         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10222         for Watcom.
10223         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10224         functions of the form 'type * function(...)' in a way compatible
10225         with both Watcom and GCC.
10226         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10227         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10228         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10229         * include/windows.h: Watcom can use anonymous structs/unions.
10230         * include/winnt.h: Watcom can use 64 bit ints.
10231         (GetCurrentFiber): Add another inline definition using
10232         Watcom inline assembly syntax.
10233         (GetFiberData): Likewise.
10234         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10235         (gethostbyname): Likewise.
10236         (gethostbyaddr}: Likewise.
10237         (getservbyport}: Likewise.
10238         (getservbyname}: Likewise.
10239         (getprotobynumber}: Likewise.
10240         (getprotobyname}: Likewise.
10241         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10242         (gethostbyname}: Likewise.
10243         (gethostbyaddr}: Likewise.
10244         (getservbyport}: Likewise.
10245         (getservbyname}: Likewise.
10246         (getprotobynumber}: Likewise.
10247         (getprotobyname}: Likewise.
10248         * lib/diinut.c: Correction for Watcom.
10249         * lib/kernel32.c (GetCurrentFiber): Add another definition
10250         using Watcom inline assembly syntax.
10251         (GetFiberData): Likewise.
10252         * lib/scrnsave.c (WinMain): Add break after default:
10253         clause.
10254
10255 2001-11-04  "stefan"  <stefan@lkcc.org>
10256
10257         * include/winnt.h (GetCurrentFiber): Add prototype.
10258         (GetFiberData): Likewise.
10259
10260 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10261
10262         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10263         parallel invocations.
10264
10265 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10266
10267         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10268
10269 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10270
10271         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10272         __attribute__((com_interface)) for __GNUC__ >= 3.
10273
10274 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10275
10276         * include/commdlg.h (PRINTPAGERANGE): Add structure
10277         definition.
10278         (PRINTDLGEX[AW]): Likewise.
10279         (PrintDlgEx[AW]): Add function declaration.
10280         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10281         * ChangeLog: Fix typo in last entry.
10282
10283 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10284
10285         * include/objbase.h (CoGetClassObject): Change third parameter
10286         to COSERVERINFO*.
10287
10288 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10289
10290         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10291         Thanks to: Kim Saunders.
10292         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10293         Thanks to: Pat Thoyts.
10294         * include/winnt.h: Change C++ style comment to C style.
10295         * include/shlobj.h: Ditto.
10296         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10297         list.
10298         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10299         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10300         (enum not limited to range of int).
10301         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10302         (struct with no named members), ifndef NONAMELESSUNION.
10303
10304 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10305
10306         * include/winuser.h (CREATESTRUCT): UNICODE it.
10307         (CBT_CREATEWND): Likewise.
10308
10309 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10310
10311         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10312         (WNetGetResourceInformationW): Ditto.
10313         (WNetGetResourceInformation): Add define.
10314
10315 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10316
10317         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10318         before extracting words.
10319
10320 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10321
10322         * include/winnt.h: Add PF_* defines.
10323         Thanks to: "Wizord"  <wizord@argoslabs.com>
10324
10325 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10326
10327         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10328         field as _ANONYMOUS_STRUCT.
10329         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10330         for UNICODE.
10331         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10332         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10333         test.
10334
10335 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10336
10337         * include/commctrl.h: Add some ListView constants.
10338
10339 2001-09-17  Earnie Boyd  <earnie@sf.net>
10340
10341         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10342         portion of the directory from the install.
10343         (inst_libdir): Ditto.
10344         * Makefile.in (VERSION): Increment.
10345         * include/w32api.h: Increment version.
10346
10347 2001-09-13  Earnie Boyd  <earnie@SF.net>
10348
10349         * lib/Makefile.in (inst_includedir): Change to always use w32api
10350         subdirectory for target == cygwin.
10351         (inst_libdir): Ditto.
10352
10353 2001-09-13  Earnie Boyd  <earnie@SF.net>
10354
10355         * lib/Makefile.in (config_prefix): New variable.
10356         (inst_includedir): Manipulate special value only if target == cygwin
10357         and build == target and prefix != config_prefix.
10358         (inst_libdir): Ditto.
10359
10360 2001-09-12  Earnie Boyd  <earnie@SF.net>
10361
10362         * Makefile.in (TARFLAGS): New variable.
10363         (TARFILEEXT): Ditto.
10364
10365 2001-09-12  Earnie Boyd  <earnie@SF.net>
10366
10367         * Makefile.in: Increment version.
10368         * include/w32api.h: Ditto.
10369         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10370
10371 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10372
10373         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10374         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10375         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10376
10377 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10378
10379         * include/wininet.h (InternetAutodial): Add prototype.
10380         (InternetAutodialHangup): Ditto.
10381         (InternetDial): Ditto.
10382         (InternetGetConnectedState): Ditto.
10383         (InternetGoOnline): Ditto.
10384         (InternetHangUp): Ditto.
10385         (InternetSetDialState): Ditto.
10386         Add associated INTERNET_* auto dial flags.
10387         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10388
10389 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10390
10391         * lib/Makefile.in: Move the setting of variable libdir to after the
10392         setting of exec_prefix since the value of libdir is dependant on it.
10393
10394 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10395
10396         * include/winbase.h: Add missing closing parentheses to
10397         InterlockedExchangePointer declaration.
10398
10399 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10400
10401         * include/shlobj.h (CFSTR_* ): Add new defines.
10402         Thanks to: "Ron" <ron@debian.org> .
10403         Unicode them.
10404
10405 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10406
10407         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10408         anonymous structs are available rather than just testing preprocessor
10409         variable directly.
10410
10411 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10412
10413         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10414         with new `LARGE_INTEGER' definition.
10415
10416 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10417
10418         * include/winsock2.h: Remove "extra token" after #endif.
10419
10420 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10421
10422         * config.guess: Remove the \r from the end of line.
10423         * config.sub: Ditto.
10424
10425 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10426
10427         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10428         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10429
10430 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10431
10432         * config.guess: Add the MSYS system.
10433         * config.sub: Ditto.
10434         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10435         * incldue/winsock2.h: Ditto.
10436
10437 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10438
10439         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10440         non-anonymous (Xxx.u.LowPart) access to HighPart and
10441         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10442
10443 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10444
10445         * include/wingdi.h (HANGUL_CHARSET): Add define.
10446
10447 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10448
10449         * include/setupapi.h: Formatting.
10450
10451 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10452
10453         * include/shlobj.h: Remove \r from the line endings.
10454
10455 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10456
10457         * include/setupapi.h : New file.
10458         * lib/setupapi.def:New file.
10459         * lib/test.c: Include setupapi.h.
10460
10461 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10462         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10463
10464 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10465
10466         * include/richedit.h (ENLINK): Add structure definition.
10467         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10468
10469 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10470
10471         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10472         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10473         (GCS_*): Make UNICODE.
10474         (CSIDL_*): Add more defines.
10475         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10476         (_DISK_GEOMETRY): Ditto.
10477         (_DISK_PERFORMANCE): Ditto.
10478         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10479
10480 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10481
10482         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10483         of block protected by #ifndef VOID.
10484         (This reverts 1998-12-01 Anders Norlander change.)
10485         * include/odbcinst.h: End file with newline.
10486         * include/raserror.h: Ditto.
10487
10488 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10489
10490         * include/winsock2.h (#include <wtypes.h): Don't.
10491         (_BLOB): Define instead, if not already done.
10492         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10493         * include/wtypes.h (_BLOB): Guard against prior definition.
10494
10495 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10496
10497         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10498         as __extension__.
10499         (tagTYPEDESC): Ditto.
10500         (_wireBRECORD): Add structure definition.
10501         (_wireSAFEARR_BRECORD): Ditto.
10502         (_wireSAFEARR_HAVEIID): Ditto.
10503         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10504         SAFEARR_HAVEIID HaveIidStr.
10505         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10506         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10507         pparray to wirePSAFEARRAY*.
10508         (_wireVARIANT): Add field wireBRECORD brecVal.
10509         (wireVARIANT): Change typedef to struct _wireVariant*.
10510         (IRecordInfo): Add interface definition.
10511         (LPRECORDINFO): Add typedef for IRecordInfo*.
10512         (IID_IRecordInfo): Add forward decalaration.
10513
10514 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10515
10516         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10517         * include/nddeapi.h: Likewise.
10518
10519 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10520
10521         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10522         Add more includes of w32api headers.
10523
10524 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10525
10526         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10527         Swap asm code with that of GetFiberData.
10528         (GetFiberData): Ditto.
10529         * lib/kernel32.c: New file, containing library versions of
10530         GetCurrentFiber and GetFiberData.
10531         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10532
10533 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10534
10535         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10536         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10537
10538 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10539
10540         * lib/oleaut32.def: Regenerate.
10541
10542 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10543
10544         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10545
10546 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10547
10548         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10549         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10550         * include/oaidl.h: ... to here.
10551         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10552         (IErrorInfo::GetGUID): Change arg to GUID.
10553         (LPSUPPORTERRORINFO): Add typedef.
10554         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10555
10556 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10557
10558         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10559         defines.
10560
10561 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10562
10563         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10564
10565 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10566
10567         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10568         Thanks to: Jason Craig  <jacraig@softhome.net>
10569
10570 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10571
10572         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10573         and UNICODE mappings, if _WIN32_IE >= 0x400.
10574         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10575         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10576         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10577         (tagNMLVCUSTOMDRAW): Likewise.
10578         (tagNMTVCUSTOMDRAW): Likewise.
10579         (tagNMLVCACHEHINT): Likewise.
10580
10581 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10582
10583         * include/basetsd.h (#include <_mingw.h>): Remove.
10584         (__int64): Define.
10585
10586 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10587
10588         * include/wingdi.h (AC_SRC_OVER): Add define.
10589         (struct _BLENDFUNCTION): Add.
10590
10591 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10592
10593         * include/shlobj.h:  Add BIF_* defines.
10594
10595 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10596
10597         * include/winerror.h (E_PENDING): Add error code define.
10598
10599 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10600
10601         * include/basetsd.h (#include <_mingw.h>): Add directive.
10602
10603 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10604
10605         * include/winbase.h (InterlockedCompareExchange): Change args
10606         and return value from PVOID to LONG.
10607         (InterlockedExchange): Change first arg to LPLONG.
10608         (InterlockedCompareExchangePointer): New macro.
10609         (InterlockedExchangePointer): New macro.
10610
10611 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10612
10613         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10614         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10615
10616 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10617
10618         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10619         (IMalloc::Free()): Ditto.
10620
10621 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10622
10623         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10624         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10625         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10626
10627 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10628
10629         * include/shlobj.h (struct _browseinfo): UNICODE it.
10630         (SHBrowseForFolder): Ditto.
10631         (SHGetPathFromIDList): Ditto.
10632
10633 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10634
10635         * include/basetsd.h: RC_INVOKED protection and realignment.
10636         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10637
10638 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10639
10640         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10641         line.
10642
10643 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10644
10645         * lib/mapi32.def: Add MAPISendMail.
10646
10647 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10648
10649         * include/w32api.h: Update version.
10650         * Makefile.in: Ditto.
10651
10652 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10653
10654         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10655         compiler warnings.
10656
10657 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10658
10659         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10660         previous definition in include/ntsecapi.h.
10661         * include/ntsecapi.h: Vice versa.
10662
10663 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10664
10665         * include/winnt.h: Add defines for group attributes.
10666         Add define for SYSTEM_LUID.
10667         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10668         `PTOKEN_PRIMARY_GROUP'.
10669
10670 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10671
10672         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10673         for cygwin.
10674
10675 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10676
10677         * include/winsock2.h: Protect one *more* newlib defines when compiling
10678         cygwin.
10679
10680 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10681
10682         * include/winsock2.h: Protect some more newlib defines when compiling
10683         cygwin.
10684
10685 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10686
10687         * include/winsock.h: Protect some more newlib defines when compiling
10688         cygwin.
10689
10690 2001-04-17  Egor Duda  <deo@logos-m.ru>
10691
10692         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10693         as __extenstion__ when appropriate.
10694         * include/mmsystem.h: Mark anonymous structs and unions as
10695         __extension__ to prevent compiler warning when invoked with
10696         -pedantic
10697         * include/oaidl.h: Ditto.
10698         * include/objidl.h: Ditto.
10699         * include/olectl.h: Ditto.
10700         * include/prsht.h: Ditto.
10701         * include/shlobj.h: Ditto.
10702         * include/winbase.h: Ditto.
10703         * include/winnt.h: Ditto.
10704         * include/wtypes.h: Ditto.
10705
10706 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10707
10708         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10709         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10710
10711 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10712
10713         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10714
10715 2001-04-11  John Fortin  <fortinj@attglobal.net>
10716
10717         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10718         (*LPBOOL): Ditto.
10719
10720 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10721
10722         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10723         code will be included in every module which includes this header.
10724         (GetFiberData): Ditto.
10725
10726 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10727
10728         * include/winnt.h (GetCurrentFiber): Fix typo.
10729
10730 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10731
10732         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10733         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10734         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10735         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10736         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10737
10738         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10739         (GetCurrentFiber): Ditto.
10740         Thanks to: Andy Younger  <AndyY@redlemon.com>
10741
10742         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10743         DirectX 8 from complaining.
10744         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10745
10746 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10747
10748         * include/commctrl.h Updated TreeView and ListView defines and macros.
10749
10750 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10751
10752         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10753         and above.
10754
10755 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10756         * include/winuser.h (VK_KANA): New definition.
10757         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10758
10759 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10760
10761         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10762         (RT_FONT): Ditto.
10763         * include/basetsd.h (INT32): Ditto.
10764         * include/windef.h (ATOM): Ditto.
10765         (BOOL): Ditto.
10766         (BYTE): Ditto.
10767         * include/winbase.h (FreeResource): Ditto.
10768         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10769
10770 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10771
10772         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10773         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10774         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10775         macro now defined in newlib sys/types.h.  Emit warning if defined.
10776         * include/winsock2.h: Ditto.
10777         * include/windows.h (Win32_Winsock): Replace with new macros
10778         __USE_W32_SOCKETS and warn of deprecation.
10779
10780 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10781
10782         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10783         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10784
10785 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10786
10787         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10788         (TB_GETBUTTONSIZE): Ditto.
10789         (TCS_HOTTRACK): Ditto.
10790         Thanks to: Chris Hansen <popeofpop@softhome.net>
10791
10792 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10793
10794         * Makefile.in: (snapshot): Add target.
10795         * lib/Makefile.in: (install-headers): Use installdir variable.
10796         (installdir): Set value based on target-alias.
10797
10798 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10799
10800         * include/w32api.h: (_W32API_VERSION): Remove.
10801         (__W32API_VERSION): Add.
10802         (__W32API_MAJOR_VERSION): Ditto.
10803         (__W32API_MINOR_VERSION): Ditto.
10804
10805 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10806
10807         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10808         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10809         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10810         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10811
10812 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10813
10814         * include/mswsock.h: New file.
10815         * include/ws2tcpip.h: New file.
10816         * include/winsock.h (IPPROTO_IGMP): New define.
10817         (IPPROTO_GGP): Correct value.
10818         (SO_* macros): Remove mswsock defines.
10819         (TCP_BSDURGENT): Likewise.
10820         (IP_* macros): Add comment warning of WinSock2 incompatibility
10821         (WSARecvEx): Remove mswsock prototype.
10822         (TransmitFile): Likewise.
10823         (AcceptEx): Likewise.
10824         (GetAcceptExSockaddrs): Likewise.
10825         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10826         (#include <mswsock.h>): Add directive and explanatory comment
10827         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10828         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10829         (#include <winsock.h>): Replace directive with winsock.h file content
10830         The following changes apply to the merged file:
10831         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10832         (SOMAXCONN): Likewise
10833         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10834         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10835         in ws2tcpip.h)
10836         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10837         (FD_*_BIT and FD_* defines): Place together and extend to
10838         FD_MAX_EVENTS 10
10839         (AF* defines): Extend to AF_MAX 10
10840         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10841         (WSAUnhookBlockingHook): Likewise.
10842         (WSASetBlockingHook): Likewise.
10843         (WSACancelBlockingCall): Likewise.
10844         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10845         (#include <mswsock.h>): Delete directive inherited from winsock.h
10846         (WSA_QOS* defines): Add QualityOfService error codes.
10847         (SIO_* defines): Add new macros
10848         * include/ipexport.h (IP_STATUS flags): Add definitions.
10849         (IP_FLAG_DF): Likewise.
10850         (IP_OPT_* ): Likewise.
10851         (struct ip_option_information): Likewise.
10852         (struct icmp_echo_reply): Likewise.
10853
10854 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10855
10856         * include/commctrl.h: Revert TEXT change.
10857         * include/lmalert.h: Ditto.
10858         * include/lmcons.h: Ditto.
10859         * include/lmsname.h: Ditto.
10860         * include/lmsvc.h: Ditto.
10861         * include/ntsecapi.h: Ditto.
10862         * include/oledlg.h: Ditto.
10863         * include/ras.h: Ditto.
10864         * include/regstr.h: Ditto.
10865         * include/richedit.h: Ditto.
10866         * include/wininet.h: Ditto.
10867         * include/winnt.h: Ditto.
10868
10869 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10870
10871         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10872         * include/lmalert.h: Ditto.
10873         * include/lmcons.h: Ditto.
10874         * include/lmsname.h: Ditto.
10875         * include/lmsvc.h: Ditto.
10876         * include/ntsecapi.h: Ditto.
10877         * include/oledlg.h: Ditto.
10878         * include/ras.h: Ditto.
10879         * include/regstr.h: Ditto.
10880         * include/richedit.h: Ditto.
10881         * include/wininet.h: Ditto.
10882         * include/w32api.h: New File.
10883
10884 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10885
10886         * include/shlobj.h: Add missing SLR_* flags.
10887
10888 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10889
10890         * lib/Makefile.in: (host_alias): Add variable.
10891         (host_build): Ditto:
10892         (xinstall): Removed
10893         (xinstall-libraries): Ditto.
10894         (xinstall-headers): Ditto.
10895         (xuninstall): Ditto.
10896         (xuninstall-libraries): Ditto.
10897         (xuninstall-headers): Ditto.
10898         * Makefile.in: (host_alias): Add variable.
10899         (build_alias): Ditto.
10900
10901 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10902
10903         * include/winnt.h: (__TEXT): Add private macro.
10904         (_TEXT): Modify definition to use __TEXT.
10905         (_T): Ditto.
10906         This change allows the passing of a MACRO as an argument and have that
10907         MACRO resolved first.
10908         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10909
10910 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10911
10912         * Makefile.in: Increment VERSION to 0.5
10913         * include/winnt.h: Change TEXT to _TEXT throughout.
10914         (SID_RELEASE): Define.
10915         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10916
10917 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10918
10919         * Apply Phil Krylov patches.
10920         2001-01-19  Phil Krylov  <phil@mail.ru>
10921         * include/commctrl.h: (HDI_IMAGE) New definition.
10922         (HDI_DI_SETITEM) Ditto.
10923         (HDI_ORDER) Ditto.
10924         (HDI_FILTER) Ditto.
10925         (HDF_BITMAP_ON_RIGHT) Ditto.
10926         (HDF_IMAGE) Ditto.
10927         (HDM_SETORDERARRAY) Ditto.
10928         (Header_SetOrderArray) Ditto.
10929         (ICC_BAR_CLASSES) Ditto.
10930         (struct _HD_ITEMA) Change definition.
10931         (struct _HD_ITEMW) Ditto.
10932         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10933         (InitCommonControlsEx()) Ditto.
10934         2001-01-23  Phil Krylov  <phil@mail.ru>
10935         * include/richedit.h: Many Richedit 2.0 definitions.
10936
10937 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10938
10939         * include/winuser.h: (IDC_HAND)  New resource identifier.
10940         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10941
10942 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10943
10944         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10945         Fix typo's.
10946
10947 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10948
10949         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10950         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10951         Thanks To: <bge@users.sourceforge.net>
10952
10953 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10954
10955         * Apply Danny Smith patch 102386
10956         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10957         * lib/rasapi32.def: add symbols available in NT4 and W2k
10958
10959 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10960
10961         * Apply Danny Smith patch 102382
10962         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10963         * lib/mswsock.def: remove leading underscores from symbol names
10964
10965 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10966
10967         * Apply Danny Smith patch 102446
10968         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10969         * include/sql.h (ODBCVER): change default to 0x0351.
10970         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
10971         (SQLColAttributes): likewise.
10972         (SQLBindParam): add prototype for ODBC 3.x function.
10973         (SQLCloseCursor): likewise.
10974         (SQLColAttribute): likewise.
10975         (SQLCopyDesc):likewise.
10976         (SQLEndTran): likewise.
10977         (SQLFetchScroll): likewise.
10978         (SQLGetConnectAttr): likewise.
10979         (SQLGetDescField): likewise.
10980         (SQLGetDescRec): likewise.
10981         (SQLGetDiagField): likewise.
10982         (SQLGetDiagRec): likewise.
10983         (SQLGetEnvAttr): likewise.
10984         (SQLGetStmtAttr): likewise.
10985         (SQLSetConnectAttr): likewise.
10986         (SQLSetDescField):likewise.
10987         (SQLSetDescRec): likewise.
10988         (SQLSetEnvAttr): likewise.
10989         (SQLSetStmtAttr): likewise.
10990         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
10991         _WIN64 compatability;
10992         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
10993         (SQL_ACTIVE_CONNECTIONS): likewise.
10994         (SQL_ACTIVE_STATEMENTS): likewise.
10995         (SQL_ALL_EXCEPT_LIKE): likewise.
10996         (SQL_API_ALL_FUNCTIONS): likewise.
10997         (SQL_API_LOADBYORDINAL): likewise.
10998         (SQL_API_SQLBINDPARAMETER): likewise.
10999         (SQL_API_SQLBROWSECONNECT): likewise.
11000         (SQL_API_SQLCOLATTRIBUTES): likewise.
11001         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11002         (SQL_API_SQLDESCRIBEPARAM): likewise.
11003         (SQL_API_SQLDRIVERCONNECT): likewise.
11004         (SQL_API_SQLDRIVERS): likewise.
11005         (SQL_API_SQLEXTENDEDFETCH): likewise.
11006         (SQL_API_SQLFOREIGNKEYS): likewise.
11007         (SQL_API_SQLMORERESULTS): likewise.
11008         (SQL_API_SQLNATIVESQL): likewise.
11009         (SQL_API_SQLNUMPARAMS): likewise.
11010         (SQL_API_SQLPARAMOPTIONS): likewise.
11011         (SQL_API_SQLPRIMARYKEYS): likewise.
11012         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11013         (SQL_API_SQLPROCEDURES): likewise.
11014         (SQL_API_SQLSETPOS): likewise.
11015         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11016         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11017         (SQL_ASYNC_ENABLE): likewise.
11018         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11019         (SQL_ASYNC_ENABLE_OFF): likewise.
11020         (SQL_ASYNC_ENABLE_ON): likewise.
11021         (SQL_ATTR_READONLY): likewise.
11022         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11023         (SQL_ATTR_WRITE): likewise.
11024         (SQL_AUTOCOMMIT): likewise.
11025         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11026         (SQL_AUTOCOMMIT_OFF): likewise.
11027         (SQL_AUTOCOMMIT_ON): likewise.
11028         (SQL_BEST_ROWID): likewise.
11029         (SQL_BIGINT): likewise.
11030         (SQL_BINARY): likewise.
11031         (SQL_BIND_BY_COLUMN): likewise.
11032         (SQL_BIND_TYPE): likewise.
11033         (SQL_BIND_TYPE_DEFAULT): likewise.
11034         (SQL_BIT): likewise.
11035         (SQL_BOOKMARK_PERSISTENCE): likewise.
11036         (SQL_BP_CLOSE): likewise.
11037         (SQL_BP_DELETE): likewise.
11038         (SQL_BP_DROP): likewise.
11039         (SQL_BP_OTHER_HSTMT): likewise.
11040         (SQL_BP_SCROLL): likewise.
11041         (SQL_BP_TRANSACTION): likewise.
11042         (SQL_BP_UPDATE): likewise.
11043         (SQL_C_BINARY): likewise.
11044         (SQL_C_BIT): likewise.
11045         (SQL_C_BOOKMARK): likewise.
11046         (SQL_C_CHAR): likewise.
11047         (SQL_C_DATE): likewise.
11048         (SQL_C_DEFAULT): likewise.
11049         (SQL_C_DOUBLE): likewise.
11050         (SQL_C_FLOAT): likewise.
11051         (SQL_C_LONG): likewise.
11052         (SQL_C_SHORT): likewise.
11053         (SQL_C_SLONG): likewise.
11054         (SQL_C_SSHORT): likewise.
11055         (SQL_C_STINYINT): likewise.
11056         (SQL_C_TIME): likewise.
11057         (SQL_C_TIMESTAMP): likewise.
11058         (SQL_C_TINYINT): likewise.
11059         (SQL_C_ULONG): likewise.
11060         (SQL_C_USHORT): likewise.
11061         (SQL_C_UTINYINT): likewise.
11062         (SQL_CB_NON_NULL): likewise.
11063         (SQL_CB_NULL): likewise.
11064         (SQL_CC_CLOSE): likewise.
11065         (SQL_CC_DELETE): likewise.
11066         (SQL_CC_PRESERVE): likewise.
11067         (SQL_CN_ANY): likewise.
11068         (SQL_CN_DIFFERENT): likewise.
11069         (SQL_CN_NONE): likewise.
11070         (SQL_COLATT_OPT_MAX): likewise.
11071         (SQL_COLATT_OPT_MIN): likewise.
11072         (SQL_COLUMN_ALIAS): likewise.
11073         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11074         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11075         (SQL_COLUMN_COUNT): likewise.
11076         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11077         (SQL_COLUMN_DRIVER_START): likewise.
11078         (SQL_COLUMN_LABEL): likewise.
11079         (SQL_COLUMN_LENGTH): likewise.
11080         (SQL_COLUMN_MONEY): likewise.
11081         (SQL_COLUMN_NAME): likewise.
11082         (SQL_COLUMN_NULLABLE): likewise.
11083         (SQL_COLUMN_OWNER_NAME): likewise.
11084         (SQL_COLUMN_PRECISION): likewise.
11085         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11086         (SQL_COLUMN_SCALE): likewise.
11087         (SQL_COLUMN_SEARCHABLE): likewise.
11088         (SQL_COLUMN_TABLE_NAME): likewise.
11089         (SQL_COLUMN_TYPE): likewise.
11090         (SQL_COLUMN_TYPE_NAME): likewise.
11091         (SQL_COLUMN_UNSIGNED): likewise.
11092         (SQL_COLUMN_UPDATABLE): likewise.
11093         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11094         (SQL_CONCUR_DEFAULT): likewise.
11095         (SQL_CONCUR_LOCK): likewise.
11096         (SQL_CONCUR_READ_ONLY): likewise.
11097         (SQL_CONCUR_ROWVER): likewise.
11098         (SQL_CONCUR_TIMESTAMP): likewise.
11099         (SQL_CONCUR_VALUES): likewise.
11100         (SQL_CONCURRENCY): likewise.
11101         (SQL_CONN_OPT_MAX): likewise.
11102         (SQL_CONN_OPT_MIN): likewise.
11103         (SQL_CONNECT_OPT_DRVR_START): likewise.
11104         (SQL_CONVERT_BIGINT): likewise.
11105         (SQL_CONVERT_BINARY): likewise.
11106         (SQL_CONVERT_BIT): likewise.
11107         (SQL_CONVERT_CHAR): likewise.
11108         (SQL_CONVERT_DATE): likewise.
11109         (SQL_CONVERT_DECIMAL): likewise.
11110         (SQL_CONVERT_DOUBLE): likewise.
11111         (SQL_CONVERT_FLOAT): likewise.
11112         (SQL_CONVERT_FUNCTIONS): likewise.
11113         (SQL_CONVERT_INTEGER): likewise.
11114         (SQL_CONVERT_LONGVARBINARY): likewise.
11115         (SQL_CONVERT_LONGVARCHAR): likewise.
11116         (SQL_CONVERT_NUMERIC): likewise.
11117         (SQL_CONVERT_REAL): likewise.
11118         (SQL_CONVERT_SMALLINT): likewise.
11119         (SQL_CONVERT_TIME): likewise.
11120         (SQL_CONVERT_TIMESTAMP): likewise.
11121         (SQL_CONVERT_TINYINT): likewise.
11122         (SQL_CONVERT_VARBINARY): likewise.
11123         (SQL_CONVERT_VARCHAR): likewise.
11124         (SQL_CORRELATION_NAME): likewise.
11125         (SQL_CR_CLOSE): likewise.
11126         (SQL_CR_DELETE): likewise.
11127         (SQL_CR_PRESERVE): likewise.
11128         (SQL_CUR_DEFAULT): likewise.
11129         (SQL_CUR_USE_DRIVER): likewise.
11130         (SQL_CUR_USE_IF_NEEDED): likewise.
11131         (SQL_CUR_USE_ODBC): likewise.
11132         (SQL_CURRENT_QUALIFIER): likewise.
11133         (SQL_CURSOR_DYNAMIC): likewise.
11134         (SQL_CURSOR_FORWARD_ONLY): likewise.
11135         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11136         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11137         (SQL_CURSOR_STATIC): likewise.
11138         (SQL_CURSOR_TYPE): likewise.
11139         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11140         (SQL_CVT_BIGINT): likewise.
11141         (SQL_CVT_BINARY): likewise.
11142         (SQL_CVT_BIT): likewise.
11143         (SQL_CVT_CHAR): likewise.
11144         (SQL_CVT_DATE): likewise.
11145         (SQL_CVT_DECIMAL): likewise.
11146         (SQL_CVT_DOUBLE): likewise.
11147         (SQL_CVT_FLOAT): likewise.
11148         (SQL_CVT_INTEGER): likewise.
11149         (SQL_CVT_LONGVARBINARY): likewise.
11150         (SQL_CVT_LONGVARCHAR): likewise.
11151         (SQL_CVT_NUMERIC): likewise.
11152         (SQL_CVT_REAL): likewise.
11153         (SQL_CVT_SMALLINT): likewise.
11154         (SQL_CVT_TIME): likewise.
11155         (SQL_CVT_TIMESTAMP): likewise.
11156         (SQL_CVT_TINYINT): likewise.
11157         (SQL_CVT_VARBINARY): likewise.
11158         (SQL_CVT_VARCHAR): likewise.
11159         (SQL_DATABASE_NAME): likewise.
11160         (SQL_DATE): likewise.
11161         (SQL_DRIVER_HDBC): likewise.
11162         (SQL_DRIVER_HENV): likewise.
11163         (SQL_DRIVER_HLIB): likewise.
11164         (SQL_DRIVER_HSTMT): likewise.
11165         (SQL_DRIVER_NAME): likewise.
11166         (SQL_DRIVER_ODBC_VER): likewise.
11167         (SQL_DRIVER_VER): likewise.
11168         (SQL_ENSURE): likewise.
11169         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11170         (SQL_EXT_API_LAST): likewise.
11171         (SQL_EXT_API_START): likewise.
11172         (SQL_FD_FETCH_BOOKMARK): likewise.
11173         (SQL_FD_FETCH_PREV): likewise.
11174         (SQL_FD_FETCH_RESUME): likewise.
11175         (SQL_FETCH_PREV): likewise.
11176         (SQL_FETCH_RESUME): likewise.
11177         (SQL_FILE_NOT_SUPPORTED): likewise.
11178         (SQL_FILE_QUALIFIER): likewise.
11179         (SQL_FILE_TABLE): likewise.
11180         (SQL_FILE_USAGE): likewise.
11181         (SQL_FN_CVT_CONVERT): likewise.
11182         (SQL_FN_NUM_ABS): likewise.
11183         (SQL_FN_NUM_ACOS): likewise.
11184         (SQL_FN_NUM_ASIN): likewise.
11185         (SQL_FN_NUM_ATAN): likewise.
11186         (SQL_FN_NUM_ATAN2): likewise.
11187         (SQL_FN_NUM_CEILING): likewise.
11188         (SQL_FN_NUM_COS): likewise.
11189         (SQL_FN_NUM_COT): likewise.
11190         (SQL_FN_NUM_DEGREES): likewise.
11191         (SQL_FN_NUM_EXP): likewise.
11192         (SQL_FN_NUM_FLOOR): likewise.
11193         (SQL_FN_NUM_LOG): likewise.
11194         (SQL_FN_NUM_LOG10): likewise.
11195         (SQL_FN_NUM_MOD): likewise.
11196         (SQL_FN_NUM_PI): likewise.
11197         (SQL_FN_NUM_POWER): likewise.
11198         (SQL_FN_NUM_RADIANS): likewise.
11199         (SQL_FN_NUM_RAND): likewise.
11200         (SQL_FN_NUM_ROUND): likewise.
11201         (SQL_FN_NUM_SIGN): likewise.
11202         (SQL_FN_NUM_SIN): likewise.
11203         (SQL_FN_NUM_SQRT): likewise.
11204         (SQL_FN_NUM_TAN): likewise.
11205         (SQL_FN_NUM_TRUNCATE): likewise.
11206         (SQL_FN_STR_ASCII): likewise.
11207         (SQL_FN_STR_CHAR): likewise.
11208         (SQL_FN_STR_CONCAT): likewise.
11209         (SQL_FN_STR_DIFFERENCE): likewise.
11210         (SQL_FN_STR_INSERT): likewise.
11211         (SQL_FN_STR_LCASE): likewise.
11212         (SQL_FN_STR_LEFT): likewise.
11213         (SQL_FN_STR_LENGTH): likewise.
11214         (SQL_FN_STR_LOCATE): likewise.
11215         (SQL_FN_STR_LOCATE_2): likewise.
11216         (SQL_FN_STR_LTRIM): likewise.
11217         (SQL_FN_STR_REPEAT): likewise.
11218         (SQL_FN_STR_REPLACE): likewise.
11219         (SQL_FN_STR_RIGHT): likewise.
11220         (SQL_FN_STR_RTRIM): likewise.
11221         (SQL_FN_STR_SOUNDEX): likewise.
11222         (SQL_FN_STR_SPACE): likewise.
11223         (SQL_FN_STR_SUBSTRING): likewise.
11224         (SQL_FN_STR_UCASE): likewise.
11225         (SQL_FN_SYS_DBNAME): likewise.
11226         (SQL_FN_SYS_IFNULL): likewise.
11227         (SQL_FN_SYS_USERNAME): likewise.
11228         (SQL_FN_TD_CURDATE): likewise.
11229         (SQL_FN_TD_CURTIME): likewise.
11230         (SQL_FN_TD_DAYNAME): likewise.
11231         (SQL_FN_TD_DAYOFMONTH): likewise.
11232         (SQL_FN_TD_DAYOFWEEK): likewise.
11233         (SQL_FN_TD_DAYOFYEAR): likewise.
11234         (SQL_FN_TD_HOUR): likewise.
11235         (SQL_FN_TD_MINUTE): likewise.
11236         (SQL_FN_TD_MONTH): likewise.
11237         (SQL_FN_TD_MONTHNAME): likewise.
11238         (SQL_FN_TD_NOW): likewise.
11239         (SQL_FN_TD_QUARTER): likewise.
11240         (SQL_FN_TD_SECOND): likewise.
11241         (SQL_FN_TD_TIMESTAMPadd): likewise.
11242         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11243         (SQL_FN_TD_WEEK): likewise.
11244         (SQL_FN_TD_YEAR): likewise.
11245         (SQL_FN_TSI_DAY): likewise.
11246         (SQL_FN_TSI_FRAC_SECOND): likewise.
11247         (SQL_FN_TSI_HOUR): likewise.
11248         (SQL_FN_TSI_MINUTE): likewise.
11249         (SQL_FN_TSI_MONTH): likewise.
11250         (SQL_FN_TSI_QUARTER): likewise.
11251         (SQL_FN_TSI_SECOND): likewise.
11252         (SQL_FN_TSI_WEEK): likewise.
11253         (SQL_FN_TSI_YEAR): likewise.
11254         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11255         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11256         (SQL_GB_NO_RELATION): likewise.
11257         (SQL_GB_NOT_SUPPORTED): likewise.
11258         (SQL_GD_BLOCK): likewise.
11259         (SQL_GD_BOUND): likewise.
11260         (SQL_GET_BOOKMARK): likewise.
11261         (SQL_GROUP_BY): likewise.
11262         (SQL_INFO_DRIVER_START): likewise.
11263         (SQL_INFO_FIRST): likewise.
11264         (SQL_INFO_LAST): likewise.
11265         (SQL_INTERVAL_DAY): likewise.
11266         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11267         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11268         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11269         (SQL_INTERVAL_HOUR): likewise.
11270         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11271         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11272         (SQL_INTERVAL_MINUTE): likewise.
11273         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11274         (SQL_INTERVAL_MONTH): likewise.
11275         (SQL_INTERVAL_SECOND): likewise.
11276         (SQL_INTERVAL_YEAR): likewise.
11277         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11278         (SQL_KEYSET_SIZE): likewise.
11279         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11280         (SQL_KEYWORDS): likewise.
11281         (SQL_LCK_EXCLUSIVE): likewise.
11282         (SQL_LCK_NO_CHANGE): likewise.
11283         (SQL_LCK_UNLOCK): likewise.
11284         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11285         (SQL_LIKE_ONLY): likewise.
11286         (SQL_LOCK_TYPES): likewise.
11287         (SQL_LOGIN_TIMEOUT): likewise.
11288         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11289         (SQL_LONGVARBINARY): likewise.
11290         (SQL_LONGVARCHAR): likewise.
11291         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11292         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11293         (SQL_MAX_DSN_LENGTH): likewise.
11294         (SQL_MAX_LENGTH): likewise.
11295         (SQL_MAX_LENGTH_DEFAULT): likewise.
11296         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11297         (SQL_MAX_OWNER_NAME_LEN): likewise.
11298         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11299         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11300         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11301         (SQL_MAX_ROWS): likewise.
11302         (SQL_MAX_ROWS_DEFAULT): likewise.
11303         (SQL_MODE_DEFAULT): likewise.
11304         (SQL_MODE_READ_ONLY): likewise.
11305         (SQL_MODE_READ_WRITE): likewise.
11306         (SQL_MULT_RESULT_SETS): likewise.
11307         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11308         (SQL_NC_END): likewise.
11309         (SQL_NC_START): likewise.
11310         (SQL_NEED_LONG_DATA_LEN): likewise.
11311         (SQL_NNC_NON_NULL): likewise.
11312         (SQL_NNC_NULL): likewise.
11313         (SQL_NO_TOTAL): likewise.
11314         (SQL_NON_NULLABLE_COLUMNS): likewise.
11315         (SQL_NOSCAN): likewise.
11316         (SQL_NOSCAN_DEFAULT): likewise.
11317         (SQL_NOSCAN_OFF): likewise.
11318         (SQL_NOSCAN_ON): likewise.
11319         (SQL_NUM_EXTENSIONS): likewise.
11320         (SQL_NUM_FUNCTIONS): likewise.
11321         (SQL_NUMERIC_FUNCTIONS): likewise.
11322         (SQL_OAC_LEVEL1): likewise.
11323         (SQL_OAC_LEVEL2): likewise.
11324         (SQL_OAC_NONE): likewise.
11325         (SQL_ODBC_API_CONFORMANCE): likewise.
11326         (SQL_ODBC_CURSORS): likewise.
11327         (SQL_ODBC_KEYWORDS): likewise.
11328         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11329         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11330         (SQL_ODBC_SQL_OPT_IEF): likewise.
11331         (SQL_ODBC_VER): likewise.
11332         (SQL_OPT_TRACE): likewise.
11333         (SQL_OPT_TRACE_DEFAULT): likewise.
11334         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11335         (SQL_OPT_TRACE_OFF): likewise.
11336         (SQL_OPT_TRACE_ON): likewise.
11337         (SQL_OPT_TRACEFILE): likewise.
11338         (SQL_OSC_CORE): likewise.
11339         (SQL_OSC_EXTENDED): likewise.
11340         (SQL_OSC_MINIMUM): likewise.
11341         (SQL_OSCC_COMPLIANT): likewise.
11342         (SQL_OSCC_NOT_COMPLIANT): likewise.
11343         (SQL_OU_DML_STATEMENTS): likewise.
11344         (SQL_OU_INDEX_DEFINITION): likewise.
11345         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11346         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11347         (SQL_OU_TABLE_DEFINITION): likewise.
11348         (SQL_OUTER_JOINS): likewise.
11349         (SQL_OWNER_TERM): likewise.
11350         (SQL_OWNER_USAGE): likewise.
11351         (SQL_PACKET_SIZE): likewise.
11352         (SQL_PC_NOT_PSEUDO): likewise.
11353         (SQL_POS_add): likewise.
11354         (SQL_POS_DELETE): likewise.
11355         (SQL_POS_OPERATIONS): likewise.
11356         (SQL_POS_POSITION): likewise.
11357         (SQL_POS_REFRESH): likewise.
11358         (SQL_POS_UPDATE): likewise.
11359         (SQL_POSITIONED_STATEMENTS): likewise.
11360         (SQL_PROCEDURE_TERM): likewise.
11361         (SQL_PROCEDURES): likewise.
11362         (SQL_PS_POSITIONED_DELETE): likewise.
11363         (SQL_PS_POSITIONED_UPDATE): likewise.
11364         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11365         (SQL_QL_END): likewise.
11366         (SQL_QL_START): likewise.
11367         (SQL_QU_DML_STATEMENTS): likewise.
11368         (SQL_QU_INDEX_DEFINITION): likewise.
11369         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11370         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11371         (SQL_QU_TABLE_DEFINITION): likewise.
11372         (SQL_QUALIFIER_LOCATION): likewise.
11373         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11374         (SQL_QUALIFIER_TERM): likewise.
11375         (SQL_QUALIFIER_USAGE): likewise.
11376         (SQL_QUERY_TIMEOUT): likewise.
11377         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11378         (SQL_QUICK): likewise.
11379         (SQL_QUIET_MODE): likewise.
11380         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11381         (SQL_RD_DEFAULT): likewise.
11382         (SQL_RD_OFF): likewise.
11383         (SQL_RD_ON): likewise.
11384         (SQL_RETRIEVE_DATA): likewise.
11385         (SQL_ROW_NUMBER): likewise.
11386         (SQL_ROW_UPDATES): likewise.
11387         (SQL_ROWSET_SIZE): likewise.
11388         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11389         (SQL_ROWVER): likewise.
11390         (SQL_SC_NON_UNIQUE): likewise.
11391         (SQL_SC_TRY_UNIQUE): likewise.
11392         (SQL_SC_UNIQUE): likewise.
11393         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11394         (SQL_SCROLL_DYNAMIC): likewise.
11395         (SQL_SCROLL_FORWARD_ONLY): likewise.
11396         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11397         (SQL_SCROLL_OPTIONS): likewise.
11398         (SQL_SCROLL_STATIC): likewise.
11399         (SQL_SEARCHABLE): likewise.
11400         (SQL_SIGNED_OFFSET): likewise.
11401         (SQL_SIMULATE_CURSOR): likewise.
11402         (SQL_SO_DYNAMIC): likewise.
11403         (SQL_SO_FORWARD_ONLY): likewise.
11404         (SQL_SO_KEYSET_DRIVEN): likewise.
11405         (SQL_SO_MIXED): likewise.
11406         (SQL_SO_STATIC): likewise.
11407         (SQL_SPEC_MAJOR): likewise.
11408         (SQL_SPEC_MINOR): likewise.
11409         (SQL_SPEC_STRING): likewise.
11410         (SQL_SQ_COMPARISON): likewise.
11411         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11412         (SQL_SQ_EXISTS): likewise.
11413         (SQL_SQ_IN): likewise.
11414         (SQL_SQ_QUANTIFIED): likewise.
11415         (SQL_SQLSTATE_SIZE): likewise.
11416         (SQL_SS_addITIONS): likewise.
11417         (SQL_SS_DELETIONS): likewise.
11418         (SQL_SS_UPDATES): likewise.
11419         (SQL_STATIC_SENSITIVITY): likewise.
11420         (SQL_STMT_OPT_MAX): likewise.
11421         (SQL_STMT_OPT_MIN): likewise.
11422         (SQL_STRING_FUNCTIONS): likewise.
11423         (SQL_SUBQUERIES): likewise.
11424         (SQL_SYSTEM_FUNCTIONS): likewise.
11425         (SQL_TABLE_STAT): likewise.
11426         (SQL_TABLE_TERM): likewise.
11427         (SQL_TIME): likewise.
11428         (SQL_TIMEDATE_add_INTERVALS): likewise.
11429         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11430         (SQL_TIMEDATE_FUNCTIONS): likewise.
11431         (SQL_TIMESTAMP): likewise.
11432         (SQL_TINYINT): likewise.
11433         (SQL_TRANSLATE_DLL): likewise.
11434         (SQL_TRANSLATE_OPTION): likewise.
11435         (SQL_TXN_ISOLATION): likewise.
11436         (SQL_TXN_VERSIONING): likewise.
11437         (SQL_TYPE_DRIVER_END): likewise.
11438         (SQL_TYPE_DRIVER_START): likewise.
11439         (SQL_TYPE_MAX): likewise.
11440         (SQL_TYPE_MIN): likewise.
11441         (SQL_TYPE_NULL): likewise.
11442         (SQL_U_UNION): likewise.
11443         (SQL_U_UNION_ALL): likewise.
11444         (SQL_UB_DEFAULT): likewise.
11445         (SQL_UB_OFF): likewise.
11446         (SQL_UB_ON): likewise.
11447         (SQL_UNICODE): likewise.
11448         (SQL_UNICODE_CHAR): likewise.
11449         (SQL_UNICODE_LONGVARCHAR): likewise.
11450         (SQL_UNICODE_VARCHAR): likewise.
11451         (SQL_UNION): likewise.
11452         (SQL_UNSEARCHABLE): likewise.
11453         (SQL_UNSIGNED_OFFSET): likewise.
11454         (SQL_USE_BOOKMARKS): likewise.
11455         (SQL_VARBINARY): likewise.
11456         (SQL_TRUE): add define for ODBC3.x.
11457         (SQL_FALSE): likewise.
11458         (SQL_AM_CONNECTION): likewise.
11459         (SQL_AM_NONE): likewise.
11460         (SQL_AM_STATEMENT): likewise.
11461         (SQL_API_SQLALLOCHANDLE): likewise.
11462         (SQL_API_SQLBINDPARAM): likewise.
11463         (SQL_API_SQLCLOSECURSOR): likewise.
11464         (SQL_API_SQLCOLATTRIBUTE): likewise.
11465         (SQL_API_SQLCOPYDESC): likewise.
11466         (SQL_API_SQLENDTRAN): likewise.
11467         (SQL_API_SQLFETCHSCROLL): likewise.
11468         (SQL_API_SQLFREEHANDLE): likewise.
11469         (SQL_API_SQLGETCONNECTATTR): likewise.
11470         (SQL_API_SQLGETDESCFIELD): likewise.
11471         (SQL_API_SQLGETDESCREC): likewise.
11472         (SQL_API_SQLGETDIAGFIELD): likewise.
11473         (SQL_API_SQLGETDIAGREC): likewise.
11474         (SQL_API_SQLGETENVATTR): likewise.
11475         (SQL_API_SQLGETSTMTATTR): likewise.
11476         (SQL_API_SQLSETCONNECTATTR): likewise.
11477         (SQL_API_SQLSETDESCFIELD): likewise.
11478         (SQL_API_SQLSETDESCREC): likewise.
11479         (SQL_API_SQLSETENVATTR): likewise.
11480         (SQL_API_SQLSETSTMTATTR): likewise.
11481         (SQL_ARD_TYPE): likewise.
11482         (SQL_AT_add_CONSTRAINT): likewise.
11483         (SQL_ATTR_APP_PARAM_DESC): likewise.
11484         (SQL_ATTR_APP_ROW_DESC): likewise.
11485         (SQL_ATTR_AUTO_IPD): likewise.
11486         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11487         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11488         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11489         (SQL_ATTR_IMP_ROW_DESC): likewise.
11490         (SQL_ATTR_METADATA_ID): likewise.
11491         (SQL_ATTR_OUTPUT_NTS): likewise.
11492         (SQL_CATALOG_NAME): likewise.
11493         (SQL_CODE_DATE): likewise.
11494         (SQL_CODE_TIME): likewise.
11495         (SQL_CODE_TIMESTAMP): likewise.
11496         (SQL_COLLATION_SEQ): likewise.
11497         (SQL_CURSOR_SENSITIVITY): likewise.
11498         (SQL_DATE_LEN): likewise.
11499         (SQL_DATETIME): likewise.
11500         (SQL_DEFAULT): likewise.
11501         (SQL_DESC_ALLOC_AUTO): likewise.
11502         (SQL_DESC_ALLOC_TYPE): likewise.
11503         (SQL_DESC_ALLOC_USER): likewise.
11504         (SQL_DESC_COUNT): likewise.
11505         (SQL_DESC_DATA_PTR): likewise.
11506         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11507         (SQL_DESC_INDICATOR_PTR): likewise.
11508         (SQL_DESC_LENGTH): likewise.
11509         (SQL_DESC_NAME): likewise.
11510         (SQL_DESC_NULLABLE): likewise.
11511         (SQL_DESC_OCTET_LENGTH): likewise.
11512         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11513         (SQL_DESC_PRECISION): likewise.
11514         (SQL_DESC_SCALE): likewise.
11515         (SQL_DESC_TYPE): likewise.
11516         (SQL_DESC_UNNAMED): likewise.
11517         (SQL_DESCRIBE_PARAMETER): likewise.
11518         (SQL_DIAG_ALTER_DOMAIN): likewise.
11519         (SQL_DIAG_ALTER_TABLE): likewise.
11520         (SQL_DIAG_CALL): likewise.
11521         (SQL_DIAG_CLASS_ORIGIN): likewise.
11522         (SQL_DIAG_CONNECTION_NAME): likewise.
11523         (SQL_DIAG_CREATE_ASSERTION): likewise.
11524         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11525         (SQL_DIAG_CREATE_COLLATION): likewise.
11526         (SQL_DIAG_CREATE_DOMAIN): likewise.
11527         (SQL_DIAG_CREATE_INDEX): likewise.
11528         (SQL_DIAG_CREATE_SCHEMA): likewise.
11529         (SQL_DIAG_CREATE_TABLE): likewise.
11530         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11531         (SQL_DIAG_CREATE_VIEW): likewise.
11532         (SQL_DIAG_DELETE_WHERE): likewise.
11533         (SQL_DIAG_DROP_ASSERTION): likewise.
11534         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11535         (SQL_DIAG_DROP_COLLATION): likewise.
11536         (SQL_DIAG_DROP_DOMAIN): likewise.
11537         (SQL_DIAG_DROP_INDEX): likewise.
11538         (SQL_DIAG_DROP_SCHEMA): likewise.
11539         (SQL_DIAG_DROP_TABLE): likewise.
11540         (SQL_DIAG_DROP_TRANSLATION): likewise.
11541         (SQL_DIAG_DROP_VIEW): likewise.
11542         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11543         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11544         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11545         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11546         (SQL_DIAG_GRANT): likewise.
11547         (SQL_DIAG_INSERT): likewise.
11548         (SQL_DIAG_MESSAGE_TEXT): likewise.
11549         (SQL_DIAG_NATIVE): likewise.
11550         (SQL_DIAG_NUMBER): likewise.
11551         (SQL_DIAG_RETURNCODE): likewise.
11552         (SQL_DIAG_REVOKE): likewise.
11553         (SQL_DIAG_ROW_COUNT): likewise.
11554         (SQL_DIAG_SELECT_CURSOR): likewise.
11555         (SQL_DIAG_SERVER_NAME): likewise.
11556         (SQL_DIAG_SQLSTATE): likewise.
11557         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11558         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11559         (SQL_DIAG_UPDATE_WHERE): likewise.
11560         (SQL_FALSE): likewise.
11561         (SQL_FETCH_ABSOLUTE): likewise.
11562         (SQL_FETCH_LAST): likewise.
11563         (SQL_FETCH_PRIOR): likewise.
11564         (SQL_FETCH_RELATIVE): likewise.
11565         (SQL_HANDLE_DBC): likewise.
11566         (SQL_HANDLE_DESC): likewise.
11567         (SQL_HANDLE_ENV): likewise.
11568         (SQL_HANDLE_STMT): likewise.
11569         (SQL_INSENSITIVE): likewise.
11570         (SQL_INTEGRITY): likewise.
11571         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11572         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11573         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11574         (SQL_MAX_IDENTIFIER_LEN): likewise.
11575         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11576         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11577         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11578         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11579         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11580         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11581         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11582         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11583         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11584         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11585         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11586         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11587         (SQL_MAXIMUM_ROW_SIZE): likewise.
11588         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11589         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11590         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11591         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11592         (SQL_NAMED): likewise.
11593         (SQL_NONSCROLLABLE): likewise.
11594         (SQL_NTSL): likewise.
11595         (SQL_NULL_HANDLE): likewise.
11596         (SQL_NULL_HDESC): likewise.
11597         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11598         (SQL_PRED_BASIC): likewise.
11599         (SQL_PRED_CHAR): likewise.
11600         (SQL_PRED_NONE): likewise.
11601         (SQL_ROW_IDENTIFIER): likewise.
11602         (SQL_SCROLLABLE): likewise.
11603         (SQL_SENSITIVE): likewise.
11604         (SQL_SUCCEEDED(rc)): likewise.
11605         (SQL_TIME_LEN): likewise.
11606         (SQL_TIMESTAMP_LEN): likewise.
11607         (SQL_TRANSACTION_CAPABLE): likewise.
11608         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11609         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11610         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11611         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11612         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11613         (SQL_TYPE_DATE): likewise.
11614         (SQL_TYPE_TIME): likewise.
11615         (SQL_TYPE_TIMESTAMP): likewise.
11616         (SQL_UNKNOWN_TYPE): likewise.
11617         (SQL_UNNAMED): likewise.
11618         (SQL_UNSPECIFIED): likewise.
11619         (SQL_XOPEN_CLI_YEAR): likewise.
11620         (SQLAllocConnect): add comment marking as deperecated.
11621         (SQLAllocEnv): likewise.
11622         (SQLAllocStmt): likewise.
11623         (SQLFreeConnect): likewise.
11624         (SQLFreeEnv): likewise.
11625         (SQLGetConnectOption): likewise.
11626         (SQLGetStmtOption): likewise.
11627
11628         * include/sqlext.h (#include <sqlucode.h>): add directive.
11629         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11630         (SQLColAttributes): likewise.
11631         (SQLBulkOperations): add function prototype.
11632         (SQLAllocHandleStd): likewise
11633         (TraceReturn): add Trace API prototype.
11634         (TraceVersion): likewise.
11635         (ODBCGetTryWaitValue):likewise.
11636         (ODBCSetTryWaitValue): likewise.
11637         (SQL_LOCK_RECORD): correct function macro.
11638         (SQL_REFRESH_RECORD): likewise.
11639         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11640         _WIN64 compatability.
11641         move defines for non-core functions from sql.h to sqlext.h (refer
11642         changes for sql.h)
11643         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11644         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11645         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11646         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11647         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11648         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11649         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11650         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11651         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11652         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11653         (SQL_AF_ALL): likewise.
11654         (SQL_AF_AVG): likewise.
11655         (SQL_AF_COUNT): likewise.
11656         (SQL_AF_DISTINCT): likewise.
11657         (SQL_AF_MAX): likewise.
11658         (SQL_AF_MIN): likewise.
11659         (SQL_AF_SUM): likewise.
11660         (SQL_AGGREGATE_FUNCTIONS): likewise.
11661         (SQL_ALL_CATALOGS): likewise.
11662         (SQL_ALL_SCHEMAS): likewise.
11663         (SQL_ALL_TABLE_TYPES): likewise.
11664         (SQL_ALTER_DOMAIN): likewise.
11665         (SQL_AM_CONNECTION): likewise.
11666         (SQL_AM_NONE): likewise.
11667         (SQL_AM_STATEMENT): likewise.
11668         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11669         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11670         (SQL_API_SQLALLOCHANDLESTD): likewise.
11671         (SQL_API_SQLBULKOPERATIONS): likewise.
11672         (SQL_ASYNC_MODE): likewise.
11673         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11674         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11675         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11676         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11677         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11678         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11679         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11680         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11681         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11682         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11683         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11684         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11685         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11686         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11687         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11688         (SQL_ATTR_ACCESS_MODE): likewise.
11689         (SQL_ATTR_ASYNC_ENABLE): likewise.
11690         (SQL_ATTR_AUTOCOMMIT): likewise.
11691         (SQL_ATTR_CONCURRENCY): likewise.
11692         (SQL_ATTR_CONNECTION_POOLING): likewise.
11693         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11694         (SQL_ATTR_CP_MATCH): likewise.
11695         (SQL_ATTR_CURRENT_CATALOG): likewise.
11696         (SQL_ATTR_CURSOR_TYPE): likewise.
11697         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11698         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11699         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11700         (SQL_ATTR_ENLIST_IN_XA): likewise.
11701         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11702         (SQL_ATTR_KEYSET_SIZE): likewise.
11703         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11704         (SQL_ATTR_MAX_LENGTH): likewise.
11705         (SQL_ATTR_MAX_ROWS): likewise.
11706         (SQL_ATTR_NOSCAN): likewise.
11707         (SQL_ATTR_ODBC_CURSORS): likewise.
11708         (SQL_ATTR_ODBC_VERSION): likewise.
11709         (SQL_ATTR_PACKET_SIZE): likewise.
11710         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11711         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11712         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11713         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11714         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11715         (SQL_ATTR_PARAMSET_SIZE): likewise.
11716         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11717         (SQL_ATTR_QUIET_MODE): likewise.
11718         (SQL_ATTR_RETRIEVE_DATA): likewise.
11719         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11720         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11721         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11722         (SQL_ATTR_ROW_NUMBER): likewise.
11723         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11724         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11725         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11726         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11727         (SQL_ATTR_TRACE): likewise.
11728         (SQL_ATTR_TRACEFILE): likewise.
11729         (SQL_ATTR_TRANSLATE_LIB): likewise.
11730         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11731         (SQL_ATTR_TXN_ISOLATION): likewise.
11732         (SQL_ATTR_USE_BOOKMARKS): likewise.
11733         (SQL_BATCH_ROW_COUNT): likewise.
11734         (SQL_BATCH_SUPPORT): likewise.
11735         (SQL_BRC_EXPLICIT): likewise.
11736         (SQL_BRC_PROCEDURES): likewise.
11737         (SQL_BRC_ROLLED_UP): likewise.
11738         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11739         (SQL_BS_ROW_COUNT_PROC): likewise.
11740         (SQL_BS_SELECT_EXPLICIT): likewise.
11741         (SQL_BS_SELECT_PROC): likewise.
11742         (SQL_C_INTERVAL_DAY): likewise.
11743         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11744         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11745         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11746         (SQL_C_INTERVAL_HOUR): likewise.
11747         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11748         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11749         (SQL_C_INTERVAL_MINUTE): likewise.
11750         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11751         (SQL_C_INTERVAL_MONTH): likewise.
11752         (SQL_C_INTERVAL_SECOND): likewise.
11753         (SQL_C_INTERVAL_YEAR): likewise.
11754         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11755         (SQL_C_NUMERIC): likewise.
11756         (SQL_C_SBIGINT): likewise.
11757         (SQL_C_TYPE_DATE): likewise.
11758         (SQL_C_TYPE_TIME): likewise.
11759         (SQL_C_TYPE_TIMESTAMP): likewise.
11760         (SQL_C_UBIGINT): likewise.
11761         (SQL_C_VARBOOKMARK): likewise.
11762         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11763         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11764         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11765         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11766         (SQL_CA_CREATE_ASSERTION): likewise.
11767         (SQL_CA1_ABSOLUTE): likewise.
11768         (SQL_CA1_BOOKMARK): likewise.
11769         (SQL_CA1_BULK_ADD): likewise.
11770         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11771         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11772         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11773         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11774         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11775         (SQL_CA1_LOCK_UNLOCK): likewise.
11776         (SQL_CA1_NEXT): likewise.
11777         (SQL_CA1_POS_DELETE): likewise.
11778         (SQL_CA1_POS_POSITION): likewise.
11779         (SQL_CA1_POS_REFRESH): likewise.
11780         (SQL_CA1_POS_UPDATE): likewise.
11781         (SQL_CA1_POSITIONED_DELETE): likewise.
11782         (SQL_CA1_POSITIONED_UPDATE): likewise.
11783         (SQL_CA1_RELATIVE): likewise.
11784         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11785         (SQL_CA2_CRC_APPROXIMATE): likewise.
11786         (SQL_CA2_CRC_EXACT): likewise.
11787         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11788         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11789         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11790         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11791         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11792         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11793         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11794         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11795         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11796         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11797         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11798         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11799         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11800         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11801         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11802         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11803         (SQL_CATALOG_LOCATION): likewise.
11804         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11805         (SQL_CATALOG_TERM): likewise.
11806         (SQL_CATALOG_USAGE): likewise.
11807         (SQL_CCOL_CREATE_COLLATION): likewise.
11808         (SQL_CCS_COLLATE_CLAUSE): likewise.
11809         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11810         (SQL_CCS_LIMITED_COLLATION): likewise.
11811         (SQL_CDO_COLLATION): likewise.
11812         (SQL_CDO_CONSTRAINT): likewise.
11813         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11814         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11815         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11816         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11817         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11818         (SQL_CDO_CREATE_DOMAIN): likewise.
11819         (SQL_CDO_DEFAULT): likewise.
11820         (SQL_CL_END): likewise.
11821         (SQL_CL_START): likewise.
11822         (SQL_COL_PRED_BASIC): likewise.
11823         (SQL_COL_PRED_CHAR): likewise.
11824         (SQL_COLUMN_DRIVER_START): likewise.
11825         (SQL_COLUMN_IGNORE): likewise.
11826         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11827         (SQL_CONVERT_GUID): likewise.
11828         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11829         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11830         (SQL_CONVERT_WCHAR): likewise.
11831         (SQL_CONVERT_WLONGVARCHAR): likewise.
11832         (SQL_CONVERT_WVARCHAR): likewise.
11833         (SQL_CP_DEFAULT): likewise.
11834         (SQL_CP_MATCH_DEFAULT): likewise.
11835         (SQL_CP_OFF): likewise.
11836         (SQL_CP_ONE_PER_DRIVER): likewise.
11837         (SQL_CP_ONE_PER_HENV): likewise.
11838         (SQL_CP_RELAXED_MATCH): likewise.
11839         (SQL_CP_STRICT_MATCH): likewise.
11840         (SQL_CREATE_ASSERTION): likewise.
11841         (SQL_CREATE_CHARACTER_SET): likewise.
11842         (SQL_CREATE_COLLATION): likewise.
11843         (SQL_CREATE_DOMAIN): likewise.
11844         (SQL_CREATE_SCHEMA): likewise.
11845         (SQL_CREATE_TABLE): likewise.
11846         (SQL_CREATE_TRANSLATION): likewise.
11847         (SQL_CREATE_VIEW): likewise.
11848         (SQL_CS_AUTHORIZATION): likewise.
11849         (SQL_CS_CREATE_SCHEMA): likewise.
11850         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11851         (SQL_CT_COLUMN_COLLATION): likewise.
11852         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11853         (SQL_CT_COLUMN_DEFAULT): likewise.
11854         (SQL_CT_COMMIT_DELETE): likewise.
11855         (SQL_CT_COMMIT_PRESERVE): likewise.
11856         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11857         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11858         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11859         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11860         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11861         (SQL_CT_CREATE_TABLE): likewise.
11862         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11863         (SQL_CT_LOCAL_TEMPORARY): likewise.
11864         (SQL_CT_TABLE_CONSTRAINT): likewise.
11865         (SQL_CTR_CREATE_TRANSLATION): likewise.
11866         (SQL_CU_DML_STATEMENTS): likewise.
11867         (SQL_CU_INDEX_DEFINITION): likewise.
11868         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11869         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11870         (SQL_CU_TABLE_DEFINITION): likewise.
11871         (SQL_CVT_GUID): likewise.
11872         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11873         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11874         (SQL_CVT_WCHAR): likewise.
11875         (SQL_CVT_WLONGVARCHAR): likewise.
11876         (SQL_CVT_WVARCHAR): likewise.
11877         (SQL_DA_DROP_ASSERTION): likewise.
11878         (SQL_DATETIME_LITERALS): likewise.
11879         (SQL_DB_DEFAULT): likewise.
11880         (SQL_DB_DISCONNECT): likewise.
11881         (SQL_DB_RETURN_TO_POOL): likewise.
11882         (SQL_DC_DROP_COLLATION): likewise.
11883         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11884         (SQL_DD_CASCADE): likewise.
11885         (SQL_DD_DROP_DOMAIN): likewise.
11886         (SQL_DD_RESTRICT): likewise.
11887         (SQL_DDL_INDEX): likewise.
11888         (SQL_DELETE_BY_BOOKMARK): likewise.
11889         (SQL_DESC_ARRAY_SIZE): likewise.
11890         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11891         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11892         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11893         (SQL_DESC_BASE_TABLE_NAME): likewise.
11894         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11895         (SQL_DESC_BIND_TYPE): likewise.
11896         (SQL_DESC_CASE_SENSITIVE): likewise.
11897         (SQL_DESC_CATALOG_NAME): likewise.
11898         (SQL_DESC_CONCISE_TYPE): likewise.
11899         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11900         (SQL_DESC_DISPLAY_SIZE): likewise.
11901         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11902         (SQL_DESC_LABEL): likewise.
11903         (SQL_DESC_LITERAL_PREFIX): likewise.
11904         (SQL_DESC_LITERAL_SUFFIX): likewise.
11905         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11906         (SQL_DESC_MAXIMUM_SCALE): likewise.
11907         (SQL_DESC_MINIMUM_SCALE): likewise.
11908         (SQL_DESC_NUM_PREC_RADIX): likewise.
11909         (SQL_DESC_PARAMETER_TYPE): likewise.
11910         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11911         (SQL_DESC_SCHEMA_NAME): likewise.
11912         (SQL_DESC_SEARCHABLE): likewise.
11913         (SQL_DESC_TABLE_NAME): likewise.
11914         (SQL_DESC_TYPE_NAME): likewise.
11915         (SQL_DESC_UNSIGNED): likewise.
11916         (SQL_DESC_UPDATABLE): likewise.
11917         (SQL_DI_CREATE_INDEX): likewise.
11918         (SQL_DI_DROP_INDEX): likewise.
11919         (SQL_DIAG_COLUMN_NUMBER): likewise.
11920         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11921         (SQL_DIAG_ROW_NUMBER): likewise.
11922         (SQL_DL_SQL92_DATE): likewise.
11923         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11924         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11925         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11926         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11927         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11928         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11929         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11930         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11931         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11932         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11933         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11934         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11935         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11936         (SQL_DL_SQL92_TIME): likewise.
11937         (SQL_DL_SQL92_TIMESTAMP): likewise.
11938         (SQL_DM_VER): likewise.
11939         (SQL_DRIVER_HDESC): likewise.
11940         (SQL_DROP_ASSERTION): likewise.
11941         (SQL_DROP_CHARACTER_SET): likewise.
11942         (SQL_DROP_COLLATION): likewise.
11943         (SQL_DROP_DOMAIN): likewise.
11944         (SQL_DROP_SCHEMA): likewise.
11945         (SQL_DROP_TABLE): likewise.
11946         (SQL_DROP_TRANSLATION): likewise.
11947         (SQL_DROP_VIEW): likewise.
11948         (SQL_DS_CASCADE): likewise.
11949         (SQL_DS_DROP_SCHEMA): likewise.
11950         (SQL_DS_RESTRICT): likewise.
11951         (SQL_DT_CASCADE): likewise.
11952         (SQL_DT_DROP_TABLE): likewise.
11953         (SQL_DT_RESTRICT): likewise.
11954         (SQL_DTC_DONE): likewise.
11955         (SQL_DTR_DROP_TRANSLATION): likewise.
11956         (SQL_DV_CASCADE): likewise.
11957         (SQL_DV_DROP_VIEW): likewise.
11958         (SQL_DV_RESTRICT): likewise.
11959         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11960         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
11961         (SQL_EXT_API_LAST): likewise.
11962         (SQL_EXT_API_START): likewise.
11963         (SQL_FETCH_BY_BOOKMARK): likewise.
11964         (SQL_FETCH_FIRST_SYSTEM): likewise.
11965         (SQL_FETCH_FIRST_USER): likewise.
11966         (SQL_FN_CVT_CAST): likewise.
11967         (SQL_FN_STR_BIT_LENGTH): likewise.
11968         (SQL_FN_STR_CHAR_LENGTH): likewise.
11969         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
11970         (SQL_FN_STR_OCTET_LENGTH): likewise.
11971         (SQL_FN_STR_POSITION): likewise.
11972         (SQL_FN_TD_CURRENT_DATE): likewise.
11973         (SQL_FN_TD_CURRENT_TIME): likewise.
11974         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
11975         (SQL_FN_TD_EXTRACT): likewise.
11976         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
11977         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
11978         (SQL_FUNC_EXISTS(exists,api)): likewise.
11979         (SQL_GB_COLLATE): likewise.
11980         (SQL_HANDLE_SENV): likewise.
11981         (SQL_IK_ALL): likewise.
11982         (SQL_IK_ASC): likewise.
11983         (SQL_IK_DESC): likewise.
11984         (SQL_IK_NONE): likewise.
11985         (SQL_INDEX_KEYWORDS): likewise.
11986         (SQL_INFO_DRIVER_START): likewise.
11987         (SQL_INFO_LAST): likewise.
11988         (SQL_INFO_SCHEMA_VIEWS): likewise.
11989         (SQL_INITIALLY_DEFERRED): likewise.
11990         (SQL_INITIALLY_IMMEDIATE): likewise.
11991         (SQL_INSERT_STATEMENT): likewise.
11992         (SQL_INTERVAL): likewise.
11993         (SQL_IS_INSERT_LITERALS): likewise.
11994         (SQL_IS_INSERT_SEARCHED): likewise.
11995         (SQL_IS_INTEGER): likewise.
11996         (SQL_IS_POINTER): likewise.
11997         (SQL_IS_SELECT_INTO): likewise.
11998         (SQL_IS_SMALLINT): likewise.
11999         (SQL_IS_UINTEGER): likewise.
12000         (SQL_IS_USMALLINT): likewise.
12001         (SQL_ISV_ASSERTIONS): likewise.
12002         (SQL_ISV_CHARACTER_SETS): likewise.
12003         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12004         (SQL_ISV_COLLATIONS): likewise.
12005         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12006         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12007         (SQL_ISV_COLUMNS): likewise.
12008         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12009         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12010         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12011         (SQL_ISV_DOMAINS): likewise.
12012         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12013         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12014         (SQL_ISV_SCHEMATA): likewise.
12015         (SQL_ISV_SQL_LANGUAGES): likewise.
12016         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12017         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12018         (SQL_ISV_TABLES): likewise.
12019         (SQL_ISV_TRANSLATIONS): likewise.
12020         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12021         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12022         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12023         (SQL_ISV_VIEWS): likewise.
12024         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12025         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12026         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12027         (SQL_NO_COLUMN_NUMBER): likewise.
12028         (SQL_NO_ROW_NUMBER): likewise.
12029         (SQL_NOT_DEFERRABLE): likewise.
12030         (SQL_NUM_EXTENSIONS): likewise.
12031         (SQL_NUM_FUNCTIONS): likewise.
12032         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12033         (SQL_OIC_CORE): likewise.
12034         (SQL_OIC_LEVEL1): likewise.
12035         (SQL_OIC_LEVEL2): likewise.
12036         (SQL_OV_ODBC2): likewise.
12037         (SQL_OV_ODBC3): likewise.
12038         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12039         (SQL_PARAM_ARRAY_SELECTS): likewise.
12040         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12041         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12042         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12043         (SQL_PARAM_ERROR): likewise.
12044         (SQL_PARAM_IGNORE): likewise.
12045         (SQL_PARAM_PROCEED): likewise.
12046         (SQL_PARAM_SUCCESS): likewise.
12047         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12048         (SQL_PARAM_UNUSED): likewise.
12049         (SQL_PARC_BATCH): likewise.
12050         (SQL_PARC_NO_BATCH): likewise.
12051         (SQL_PAS_BATCH): likewise.
12052         (SQL_PAS_NO_BATCH): likewise.
12053         (SQL_PAS_NO_SELECT): likewise.
12054         (SQL_ROW_IGNORE): likewise.
12055         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12056         (SQL_ROW_PROCEED): likewise.
12057         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12058         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12059         (SQL_SC_SQL92_ENTRY): likewise.
12060         (SQL_SC_SQL92_FULL): likewise.
12061         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12062         (SQL_SCC_ISO92_CLI): likewise.
12063         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12064         (SQL_SCHEMA_TERM): likewise.
12065         (SQL_SCHEMA_USAGE): likewise.
12066         (SQL_SDF_CURRENT_DATE): likewise.
12067         (SQL_SDF_CURRENT_TIME): likewise.
12068         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12069         (SQL_SFKD_CASCADE): likewise.
12070         (SQL_SFKD_NO_ACTION): likewise.
12071         (SQL_SFKD_SET_DEFAULT): likewise.
12072         (SQL_SFKD_SET_NULL): likewise.
12073         (SQL_SFKU_CASCADE): likewise.
12074         (SQL_SFKU_NO_ACTION): likewise.
12075         (SQL_SFKU_SET_DEFAULT): likewise.
12076         (SQL_SFKU_SET_NULL): likewise.
12077         (SQL_SG_DELETE_TABLE): likewise.
12078         (SQL_SG_INSERT_COLUMN): likewise.
12079         (SQL_SG_INSERT_TABLE): likewise.
12080         (SQL_SG_REFERENCES_COLUMN): likewise.
12081         (SQL_SG_REFERENCES_TABLE): likewise.
12082         (SQL_SG_SELECT_TABLE): likewise.
12083         (SQL_SG_UPDATE_COLUMN): likewise.
12084         (SQL_SG_UPDATE_TABLE): likewise.
12085         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12086         (SQL_SG_USAGE_ON_COLLATION): likewise.
12087         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12088         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12089         (SQL_SG_WITH_GRANT_OPTION): likewise.
12090         (SQL_SNVF_BIT_LENGTH): likewise.
12091         (SQL_SNVF_CHAR_LENGTH): likewise.
12092         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12093         (SQL_SNVF_EXTRACT): likewise.
12094         (SQL_SNVF_OCTET_LENGTH): likewise.
12095         (SQL_SNVF_POSITION): likewise.
12096         (SQL_SP_BETWEEN): likewise.
12097         (SQL_SP_COMPARISON): likewise.
12098         (SQL_SP_EXISTS): likewise.
12099         (SQL_SP_IN): likewise.
12100         (SQL_SP_ISNOTNULL): likewise.
12101         (SQL_SP_ISNULL): likewise.
12102         (SQL_SP_LIKE): likewise.
12103         (SQL_SP_MATCH_FULL): likewise.
12104         (SQL_SP_MATCH_PARTIAL): likewise.
12105         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12106         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12107         (SQL_SP_OVERLAPS): likewise.
12108         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12109         (SQL_SP_UNIQUE): likewise.
12110         (SQL_SQL_CONFORMANCE): likewise.
12111         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12112         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12113         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12114         (SQL_SQL92_GRANT): likewise.
12115         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12116         (SQL_SQL92_PREDICATES): likewise.
12117         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12118         (SQL_SQL92_REVOKE): likewise.
12119         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12120         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12121         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12122         (SQL_SR_CASCADE): likewise.
12123         (SQL_SR_DELETE_TABLE): likewise.
12124         (SQL_SR_GRANT_OPTION_FOR): likewise.
12125         (SQL_SR_INSERT_COLUMN): likewise.
12126         (SQL_SR_INSERT_TABLE): likewise.
12127         (SQL_SR_REFERENCES_COLUMN): likewise.
12128         (SQL_SR_REFERENCES_TABLE): likewise.
12129         (SQL_SR_RESTRICT): likewise.
12130         (SQL_SR_SELECT_TABLE): likewise.
12131         (SQL_SR_UPDATE_COLUMN): likewise.
12132         (SQL_SR_UPDATE_TABLE): likewise.
12133         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12134         (SQL_SR_USAGE_ON_COLLATION): likewise.
12135         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12136         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12137         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12138         (SQL_SRJO_CROSS_JOIN): likewise.
12139         (SQL_SRJO_EXCEPT_JOIN): likewise.
12140         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12141         (SQL_SRJO_INNER_JOIN): likewise.
12142         (SQL_SRJO_INTERSECT_JOIN): likewise.
12143         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12144         (SQL_SRJO_NATURAL_JOIN): likewise.
12145         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12146         (SQL_SRJO_UNION_JOIN): likewise.
12147         (SQL_SRVC_DEFAULT): likewise.
12148         (SQL_SRVC_NULL): likewise.
12149         (SQL_SRVC_ROW_SUBQUERY): likewise.
12150         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12151         (SQL_SSF_CONVERT): likewise.
12152         (SQL_SSF_LOWER): likewise.
12153         (SQL_SSF_SUBSTRING): likewise.
12154         (SQL_SSF_TRANSLATE): likewise.
12155         (SQL_SSF_TRIM_BOTH): likewise.
12156         (SQL_SSF_TRIM_LEADING): likewise.
12157         (SQL_SSF_TRIM_TRAILING): likewise.
12158         (SQL_SSF_UPPER): likewise.
12159         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12160         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12161         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12162         (SQL_SU_DML_STATEMENTS): likewise.
12163         (SQL_SU_INDEX_DEFINITION): likewise.
12164         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12165         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12166         (SQL_SU_TABLE_DEFINITION): likewise.
12167         (SQL_SVE_CASE): likewise.
12168         (SQL_SVE_CAST): likewise.
12169         (SQL_SVE_COALESCE): likewise.
12170         (SQL_SVE_NULLIF): likewise.
12171         (SQL_UB_FIXED): likewise.
12172         (SQL_UB_VARIABLE): likewise.
12173         (SQL_UNION_STATEMENT): likewise.
12174         (SQL_UPDATE_BY_BOOKMARK): likewise.
12175         (SQL_US_UNION): likewise.
12176         (SQL_US_UNION_ALL): likewise.
12177         (SQL_DESC_ROWVER): likewise.
12178         (SQL_GUID): likewise.
12179         (SQL_C_GUID): likewise.
12180         (ODBC_STD): likewise.
12181         (SQLAllocHandle): likewise.
12182         (SQLAllocEnv(p)): likewise.
12183         (SQL_YEAR): likewise.
12184         (SQL_MONTH): likewise.
12185         (SQL_DAY): likewise.
12186         (SQL_HOUR): likewise.
12187         (SQL_MINUTE): likewise.
12188         (SQL_SECOND): likewise.
12189         (SQL_YEAR_TO_MONTH): likewise.
12190         (SQL_DAY_TO_HOUR): likewise.
12191         (SQL_DAY_TO_MINUTE): likewise.
12192         (SQL_DAY_TO_SECOND): likewise.
12193         (SQL_HOUR_TO_MINUTE): likewise.
12194         (SQL_HOUR_TO_SECOND): likewise.
12195         (SQL_MINUTE_TO_SECOND): likewise.
12196         (SQL_ATTR_ANSI_APP): likewise.
12197         (SQL_AA_TRUE): likewise.
12198         (SQL_AA_FALSE): likewise.
12199
12200         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12201         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12202         (struct tagSQL_DAY_SECOND): likewise.
12203         (struct tagSQL_INTERVAL_STRUCT): likewise.
12204         (struct tagSQL_NUMERIC_STRUCT): likewise.
12205         (struct tagSQLGUID): add for 0DBC3.50.
12206         (enum SQLINTERVAL): add for ODBC3.x.
12207         (SQLWCHAR): add typedef.
12208         (SQLTCHAR): add typedef, conditional on UNICODE.
12209         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12210         (SQLULEN): likewise.
12211         (SQLROWOFFSET): likewise.
12212         (SQLROWCOUNT): likewise.
12213         (SQLTRANSID): likewise.
12214         (SQLSETPOSIROW): likewise.
12215         (SQLHANDLE): add ODBC3.x typedef.
12216         (SQLHDESC): likewise.
12217         (SQLDATE): likewise.
12218         (SQLDECIMAL): likewise.
12219         (SQLDOUBLE): likewise.
12220         (SQLFLOAT): likewise.
12221         (SQLNUMERIC): likewise.
12222         (SQLREAL): likewise.
12223         (SQLTIME): likewise.
12224         (SQLTIMESTAMP): likewise.
12225         (SQLVARCHAR): likewise.
12226         (SQLBIGINT): likewise.
12227         (SQLUBIGINT): likewise.
12228         (SQL_DATE_STRUCT): likewise.
12229         (SQL_TIME_STRUCT): likewise.
12230         (SQL_TIMESTAMP_STRUCT): likewise.
12231         (ODBCINT64): add ODBC3.x define.
12232
12233         * lib/odbc32.def : regenerate.
12234
12235 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12236
12237         * Apply Danny Smith patch 102275
12238         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12239         * include/objbase.h: (COM_RIGHTS): Add definition.
12240         (tagSTDMSHLFLAGS): add enumeration.
12241         (CoInitializeEx): Add prototypes.
12242         (CoGetStdMarshalEx): ditto.
12243         (CoCreateInstanceEx): ditto.
12244         (CoInitializeSecurity): ditto.
12245         (CoGetCallContext): ditto.
12246         (CoQueryProxyBlanket): ditto.
12247         (CoSetProxyBlanket): ditto.
12248         (CoCopyProxy): ditto.
12249         (CoQueryClientBlanket): ditto.
12250         (CoImpersonateClient): ditto.
12251         (CoRevertToSelf): ditto.
12252         (CoQueryAuthenticationServices): ditto.
12253         (CoSwitchCallContext): ditto.
12254         (CoGetInstanceFromFile): ditto.
12255         (CoGetInstanceFromIStorage): ditto.
12256         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12257         (SOLE_AUTHENTICATION_INFO): ditto.
12258         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12259         (COLE_DEFAULT_PRINCIPAL): Add definition.
12260         (COLE_DEFAULT_AUTHINFO): Ditto.
12261         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12262         (RPC_PROTSEQ_VECTOR) Fix typo.
12263         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12264         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12265         attribute.
12266
12267 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12268
12269         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12270         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12271         New file.
12272
12273 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12274
12275         * include/winnt.h: Add PTOKEN_USER.
12276
12277 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12278
12279         * include/sqlucode.h: Apply Danny Smith patch 102443
12280         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12281         New file.
12282
12283 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12284
12285         * lib/odbccp32.def: Apply Danny Smith patch 102442
12286         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12287         New file.
12288
12289 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12290
12291         * include/odbcinst.h: Apply Danny Smith patch 102441
12292         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12293         New file.
12294
12295 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12296
12297         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12298
12299 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12300
12301         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12302
12303 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12304
12305         * lib/Makefile.in: Install headers and libraries in tooldir.
12306
12307 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12308
12309         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12310         SORT_STRINGSORT: ditto.
12311         CMAP*: ditto.
12312         CTRY_*: add new defines.
12313         LGRPID_*: ditto.
12314         LCMAP*: change defines to hex notation.
12315         CALID: change from ULONG to DWORD.
12316         CALTYPE: ditto.
12317         _cpinfoex[AW]: add structure.
12318         FoldString: correct Unicode mappings.
12319         GetCPInfoEx[AW]: add prototypes.
12320         EnumCalendarInfoEx[AW]: ditto.
12321         EnumDateFormatsEx[AW]: ditto.
12322         EnumSystemLanguageGroups[AW]: ditto.
12323         EnumLanguageGroupLocales[AW]: ditto.
12324         EnumUILanguages[AW]: ditto.
12325         GetSystemDefaultUILanguage[AW]: ditto.
12326         GetUserDefaultUILanguage[AW]: ditto.
12327         IsValidLanguageGroup[AW]: ditto.
12328         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12329         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12330         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12331         UILANGUAGE_ENUMPROC[AW]: ditto
12332         DATEFMT_ENUMPROCEX[AW]: ditto
12333         LPCURRENCYFMT[AW]: add structure pointer typedef
12334         LPNUMBERFMT[AW]: ditto
12335
12336 2000-12-02  Matt Hargett  <matt@use.net>
12337
12338         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12339         possible return code for the SetFilePointer() win32 API call.
12340
12341 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12342
12343         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12344
12345 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12346
12347         * Makefile.in: increment VERSION.
12348         (dist:) Rename to srcdist.  Create new dist target to call
12349         srcdist and bindist targets.
12350         (srcdist:) New target.
12351         (clean-top:) add call to mostlyclean-top and add rm of distribution
12352         tarballs.
12353         * lib/Makefile.in: (uninstall:) modify to remove files from the
12354         new w32api subdirectory and to remove w32api subdirectory.
12355         (xuninstall:) Ditto.
12356         TODO: Add a task to redo the clean targets of Makefile.in
12357
12358 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12359
12360         * lib/Makefile.in: Install header files in w32api subdirectory.
12361
12362 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12363
12364         * CONTRIBUTIONS: New file.
12365         * README: Change the maintained by header.
12366         * TODO: Add a note about checking the TODO.
12367
12368 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12369
12370         * Merge in accepted changes from
12371         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12372         * include/basetyps.h: add comment for GUID_DEFINED
12373         * include/lm.h: add includes for lmerr.h and lmserver.h
12374         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12375         * include/lmerr.h:  add error codes
12376         * include/lmserver.h: replace LPTSTR with LPWSTR,
12377         LPTCSTR with LPWCSTR in structures and prototypes
12378         * include/lmshare.h: ditto
12379         * include/lmuse.h: ditto
12380         * include/lmstats.h: ditto
12381         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12382         * include/winbase.h: change first argument of CommConfigDialog to const
12383         * include/windowsx.h: add macros  defining FAR versions of
12384         mem and string functions for porting from Win16 code
12385         * include/winioctl.h:  added IOCTL_STORAGE defines
12386         * include/winnetwk.h:  added WNNC_NET flags
12387         * include/winnt.h: add include of <basetsd.h>;
12388         add structs; add pointer typedefs  for TOKEN structs
12389         * include/winsock.h: add guard around BSD-ish typedefs
12390         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12391         * include/basetsd.h: new file
12392         * include/raserror.h: ditto
12393         * include/rassapi.h: ditto
12394         * include/ras.h: ditto
12395         comment from Earnie: replaced original ras.h contribution with Danny's
12396         contribution as it is more complete.
12397         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12398
12399 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12400
12401         * Makefile.in: increment VERSION.  Change tar file name for dist and
12402         bindist targets to be more standard.
12403         * config.guess: Update with the currently published file.
12404         * config.sub: ditto.
12405         * configure.in: Use value of build_alias instead of testing for
12406         directory names to set BUILDENV.
12407         * configure: ditto.
12408         * lib/Makefile.in: Change the name of the targets install,
12409         install-headers and install-libraries to xinstall, xinstall-headers
12410         and xinstall-libraries for system target specified installation.
12411         Recreate targets install, install-headers and install-libraries for
12412         exec-prefix specified installation.  Ditto for the uninstall targets of
12413         the same name.
12414
12415 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12416
12417         * include/iprtrmib.h: Further layout changes according to standard.
12418         * include/iptypes.h: Ditto.
12419         * include/ntdef.h: Ditto.
12420         * include/ntsecapi.h: Ditto.
12421         * include/subauth.h: Ditto.
12422
12423 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12424
12425         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12426
12427 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12428
12429         * include/ntsecapi.h: New file.
12430         * include/subauth.h: Ditto.
12431         * include/ipexport.h: Fix global header define not to contain
12432         trailing underscore. Change layout according to standard.
12433         * include/iphlpapi.h: Ditto.
12434         * include/ipifcons.h: Ditto.
12435         * include/iprtrmib.h: Ditto.
12436         * include/iptypes.h: Ditto.
12437         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12438         of inclusion of ntsecapi.h and subauth.h.
12439         * lib/secur32.def: New stub for secur32.dll.
12440
12441 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12442
12443         * include/ras.h: New file.
12444         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12445         RasEnumDevicesW.
12446
12447 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12448
12449         * include/ntdef.h: Add define for NTAPI.
12450
12451 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12452
12453         * include/ipexport.h: Add missing `extern "C"' directives.
12454         * include/iphlpapi.h: Ditto.
12455         * include/iprtrmib.h: Ditto.
12456         * include/iptypes.h: Ditto.
12457
12458 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12459
12460         * include/ipifcons.h: New header file.
12461         * include/iprtrmib.h: Move operational states to ipifcons.h.
12462         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12463         declaration.
12464
12465 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12466
12467         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12468
12469 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12470
12471         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12472         * include/iptypes.h: New header file.
12473         * include/ipexport.h: Ditto.
12474         * include/iphlpapi.h: Ditto.
12475         * include/iprtrmib.h: Ditto.
12476
12477 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12478
12479         * include/ntdef.h: New file.
12480
12481 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12482
12483         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12484         to TOKEN_INFORMATION_CLASS type.
12485         Add QUOTA_LIMITS type.
12486
12487 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12488
12489         * include/userenv.h: New header file.
12490         * lib/userenv.def: New stub for userenv.dll.
12491
12492 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12493
12494         * include/winuser.h: Correct PCWPSTRUCT typo.
12495         (discovered by Axel Riese)
12496
12497 2000-07-27  DJ Delorie  <dj@redhat.com>
12498
12499         * include/windows.h: optimize non-inclusion of repeat headers
12500
12501 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12502
12503         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12504         LPTOKEN_SOURCE.
12505
12506 2000-07-11  DJ Delorie  <dj@cygnus.com>
12507
12508         * include/shlobj.h: add CSIDL_COMMON_*
12509
12510 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12511
12512         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12513         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12514         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12515         FILE_FLAG_OPEN_NO_RECALL.
12516         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12517         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12518         * winnt.h: Add typedef for GUID.
12519         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12520         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12521         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12522         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12523         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12524         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12525         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12526         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12527         * lib/psapi.def: New file.
12528
12529 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12530
12531         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12532         previously defined.
12533         * windef.h : Ditto.
12534
12535 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12536
12537         * include/winnt.h: Add some missing defines related to locale
12538         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12539
12540 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12541
12542         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12543
12544 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12545
12546         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12547
12548 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12549
12550         * include/wininet.h: Add another "INTERNET_OPTIONS".
12551
12552 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12553
12554         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12555
12556 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12557
12558         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12559         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12560         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12561         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12562
12563 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12564
12565         * include/winbase.h: Change first argument of ENUMRES* types to
12566         coincide with Microsoft usage.
12567
12568 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12569
12570         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12571
12572 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12573
12574         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12575         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12576         * include/winnt.h (SEC_*): Add macros.
12577         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12578         * include/ole.h: Workaround for C++ parser bug.
12579         * include/rpcdcep.h: Likewise.
12580         * include/winsock.h: Likewise.
12581
12582 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12583
12584         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12585
12586 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12587
12588         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12589         * include/wtypes.h (PBLOB, LPBLOB): Define.
12590         * include/winsock2.h: Much more complete version.
12591         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12592
12593         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12594         * include/winsock.h (FD_CLR): Add missing ')'.
12595         (timercmp): Fix macro to handle all 6 comparison operators.
12596         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12597         (AF_MAX): Update.
12598         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12599
12600         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12601         namespace pollution.
12602         * include/rpcndr.h: Likewise.
12603         * include/winnt.h: Likewise.
12604         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12605         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12606         * lib/ole32.def: Add missing exports.
12607         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12608         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12609         (NT_TIB): Define.
12610         * include/tlhelp32.h: New file.
12611
12612 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12613
12614         * include/rapi.h: New file.
12615         * lib/rapi.def: New file.
12616
12617 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12618
12619         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12620
12621 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12622
12623         * Snapshot 2000-02-03.
12624
12625 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12626
12627         * include/winnt.h: Add ARM support.
12628
12629 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12630
12631         From Greg Primes <gregory.l.priem@intel.com>:
12632         * include/oaidl.h (DESCKIND): Define macro.
12633         (ITypeComp): Define interface.
12634         (ITypeComp): Likewise.
12635         * rpcndr.h (DECLSPEC_UUID): Define macro.
12636         (MIDL_INTERFACE): Likewise.
12637
12638         * include/psapi.h: New file.
12639         * include/imagehlp.h: New file.
12640         * lib/imagehlp.def: New file.
12641
12642         * include/oaidl.h (tagVARIANT): Update fields.
12643
12644         From Craig Lanning <CraigL@DyCon.com>:
12645         * include/commctrl.h: Add some TCS_* macros.
12646         * include/winnls.h (IsValidLocale): Add prototype.
12647
12648 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12649
12650         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12651         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12652         * include/objbase.h: Likewise.
12653         * include/objidl.h: Likewise.
12654         * include/ocidl.h: New file.
12655         * include/oleauto.h: Likewise.
12656         * include/wtypes.h: Likewise.
12657         * lib/oleaut32.def: Likewise.
12658
12659         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12660         Thanks to "Jon Leichter" <jon@symas.com>.
12661         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12662         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12663         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12664         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12665         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12666         Dorsselaer" <frans@bia-bv.demon.nl>.
12667         * include/httpext.h: New file. Thanks to Jan Nijtmans
12668         <j.nijtmans@chello.nl>.
12669         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12670         redefinition of LPCWAVEFORMATEX in DirectX headers.
12671         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12672         <krzych00@priv7.onet.pl>.
12673         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12674         * include/windef.h (HRESULT): Guard definition to avoid
12675         redefinition in DirectX headers.
12676         * include/winnt.h: Add target macros from windows.h.
12677         * include/windows.h: Update synch comment for target macros.
12678         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12679         (_ANONYMOUS_UNION): Likewise.
12680         * include/wingdi.h (AbortPrinter): Move from here ...
12681         * include/winspool.h (AbortPrinter): to here and fix linkage.
12682         (MONITOR_INFO_2{A,W}): Define.
12683         * include/winsock.h (htons): Fix argument.
12684         (htonl): Likewise.
12685         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12686         (GROUP): Define.
12687         (GUID): Define conditionally.
12688         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12689         (WSASocket*): Declare.
12690         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12691
12692         * lib/dsetup.def: Remove leading underscore.
12693         * lib/dsound.def: Likewise.
12694         * lib/ws2_32.def: Likewise.
12695
12696 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12697
12698         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12699         handles.
12700
12701         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12702         * lib/dinput.c: Include windows.h for GCC.
12703         * lib/dxguid.c: Likewise.
12704         (INITGUID): Define macro.
12705
12706         * include/objidl.h (ISequentialStream): Define interface.
12707         (IStream): Derive from ISequentialStream.
12708
12709         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12710         Clone}): Mark as PURE.
12711         (IDataObject::EnumDAdvise): Likewise.
12712         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12713         (IViewObject::Unfreeze): Likewise.
12714         (IViewObject2::Unfreeze): Likewise.
12715
12716         * include/objidl.h: Add various IID_ declarations.
12717         * include/olectl.h: Likewise.
12718         * include/oleidl.h: Likewise.
12719
12720 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12721
12722         * Snapshot 1999-12-21.
12723
12724         * include/winbase.h (CancelIO): Rename to CancelIo.
12725         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12726         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12727
12728         * Merge with winsup-19991218.
12729         * include/winnt.h: Add defines for W2K ACL control flags.
12730
12731         * Merge with Anders Norlander's 19991130 snapshot.
12732
12733         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12734         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12735
12736         Patch from Harold Weissfield
12737         * include/shellapi.h: Added some ABN_* defines.
12738
12739         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12740         * lib/comctl32.def (_TrackMouseEvent): Import.
12741         * include/winuser.h: Misc. fixes from Sang Cho
12742         <sangcho@alpha94.chongju.ac.kr>.
12743         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12744         value of _WIN32_WINNT.
12745         * include/winuser.h: Reorganize SM_* defines in numerical order.
12746
12747 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12748
12749         * include/windef.h: Make RECTL a distinct type from RECT.
12750         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12751         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12752         (COMPAREITEMSTRUCT): Fix fields.
12753         (SERIALKEYSA): Likewise.
12754         (SERIALKEYSW): Likewise..
12755         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12756         (WIN32_FIND_DATAA): Likewise.
12757         (WIN32_FIND_DATAW): Likewise.
12758         * include/commdlg.h (SNDMSG): Define.
12759         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12760         (SO_CONNECT_TIME): Likewise.
12761         (AcceptEx): Declare.
12762         (GetAcceptExSockaddrs): Likewise.
12763         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12764         * include/winspool.h: Add RC_INVOKED guard.
12765         * lib/wsock32.def (AcceptEx@32): Export.
12766         (GetAcceptExSockaddrs@32): Likewise.
12767
12768 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12769
12770         * Snapshot 1999-11-18.
12771
12772         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12773         Octopod C++ IDE (and MSVC compatibility).
12774         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12775         * include/shellapi.h (ShellAbout*): Fix typo.
12776         * wingdi.h (FW_ULTRABOLD): Likewise.
12777         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12778         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12779         Add packing directives for various structures. All structure
12780         sizes now conform to MSVC.
12781
12782 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12783
12784         Released 1999-11-07.
12785
12786 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12787
12788         * include/winsock2.h: New file. Mostly a stub for now.
12789         * include/winbase.h (DllMain): Delete prototype.
12790         * include/commctrl.h (Header_SetItem): Fix macro.
12791         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12792         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12793         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12794
12795         Merge in changes from wxWindows.
12796         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12797         * include/oaidl.h (DISPID_*): Add macros.
12798         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12799         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12800         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12801         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12802
12803         Merge in changes from Octopod C++ IDE group.
12804         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12805         (Header_InsertItem): Fix macro.
12806         * include/oaidl.h (IID_IDispatch): Declare.
12807         (IID_ISupportErrorInfo): Likewise.
12808         (IDispatch): Rename Invoked to Invoke.
12809         * include/objidl.h (IPersist): Fix GetClassID.
12810         * include/oleauto.h (VectorFromBstr): Declare.
12811         (BstrFromVector): Likewise.
12812         * include/olectl.h (OLEMISC_*): Update.
12813         * include/olectlid.h (IID_IDispatch): Declare.
12814         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12815         (IOleInPlaceFrame): Fix.
12816         (ISupportErrorInfo): Define.
12817         (IErrorInfo): Define.
12818         * include/winuser.h (SIF_TRACKPOS): Define.
12819
12820 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12821
12822         Fix Merge errors:
12823         * include/winnt.h (PSID): Uncomment definition.
12824         (PISID): Rename from PSID.
12825         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12826         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12827
12828         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12829         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12830         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12831         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12832         include/shellapi.h, include/winbase.h, include/wingdi.h,
12833         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12834
12835 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12836
12837         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12838         Marius Kjeldahl <kjeldahl@hotmail.com>.
12839
12840 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12841
12842         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12843         (ERROR_SEVERITY_*): Likewise.
12844
12845 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12846
12847         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12848         (DllMain): Fix prototype.
12849
12850 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12851
12852         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12853         (cderr.h): Don't include.
12854         * include/winuser.h: Fix macro definitions.
12855
12856 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12857
12858         Merge with winsup 1999-07-29:
12859         * include/wincon.h (MOUSE_WHEELED): Define.
12860         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12861         (SECURITY_DESCRIPTOR): Add struct type.
12862         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12863         is equal to PVOID in the Platform SDK! So don't depend on accessing
12864         members through ->.
12865
12866 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12867
12868         * lib/Makefile.in (install-headers): Don't @ commands.
12869         (install-libraries): Ditto.
12870
12871 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12872
12873         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12874
12875 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12876
12877         Patch from Mumit Khan:
12878         * include/windows.h: Fix typo in winsock.h include guard and add
12879         _UWIN to the list.
12880         * include/winnt.h (__int64): Undefine first.
12881         (struct _SID): Declare.
12882
12883 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12884
12885         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12886
12887 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12888
12889         Patch from Mumit Khan:
12890         * Makefile.in: Do the right thing when cross-compiling.
12891         * include/windef.h: Don't define _export and __export if already
12892         defined.
12893
12894 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12895
12896         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12897         (DECLARE_INTERFACE_): Ditto.
12898
12899 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12900
12901         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12902
12903         Reported by Brad Porter
12904         * include/wingdi.h (FW_ULTRALIGHT): Add.
12905         (FW_DEMIBOLD): Add.
12906         (FW_ULTRABOLD): Add.
12907         (FW_BLACK): Add.
12908         (JOHAB_CHARSET): Add.
12909         (VIETNAMESE_CHARSET): Add.
12910
12911
12912 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12913
12914         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12915         * lib/Makefile.in (Makefile): Regenerate.
12916         * include/pshpack[1248].h: New files, if a program would use any of
12917         them.
12918         * include/poppack.h: Ditto.
12919         * include/windef.h (_WIN32_WINNT): Define
12920         * include/windows.h: Remove DUMMYUNIONNAME[45].
12921         * include/windows.h: Correctly define _M_IX86 to reflect the target
12922         processor.
12923         * include/windows.h: Add preliminary support for other architectures.
12924         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12925         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12926         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12927         issue with LARGE_INTEGER.
12928         (ANSI_NULL): Define.
12929         (PSZ): Define.
12930         (ACL_REVISION[1234]): Define.
12931         (MIN/MAX_ACL_REVISION): Define.
12932         (PTCHAR): Define.
12933         (LANG_USER_DEFAULT): Define.
12934         (LANG_SYSTEM_DEFAULT): Define.
12935         (LOCALE_NEUTRAL): Define.
12936         (SORTVERSIONFROMLCID): Define.
12937         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12938         (UNREFERENCED_LOCAL_VARIABLE): Define.
12939         (DBG_UNREFERENCED_PARAMETER): Define.
12940         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12941         * lib/mswsock.def: New file. Imports for mswsock.dll.
12942         * include/custcntl.h: New file. Necessary to compile some SDK
12943         samples.
12944         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12945         (WM_MOUSEWHEEL): Define.
12946         (WHEEL_DELTA): Define.
12947         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12948         (WM_NEXTMENU): Define.
12949         (CharNextA): Fix prototype.
12950         (CharNextW): Ditto.
12951
12952 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12953
12954         * include/winsock.h: Enclose in extern "C" if C++, huh?
12955         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12956
12957 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12958
12959         * include/windef.h (NULL): Define only ifndef
12960         (TRUE): Ditto, was previously only defined ifndef FALSE
12961         (PASCAL): Define as _pascal
12962         (__pascal): Define
12963         (WINAPIV): Define
12964         (min,max): Define only ifndef NOMINMAX
12965
12966 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12967
12968         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
12969         You must define _WIN32_IE if you want support for it.
12970         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
12971
12972 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
12973
12974         * include/wincon.h: Add some ButtonState flags and EventFlags.
12975
12976 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
12977
12978         * include/basetyps.h: Don't support COM when __OBJC__ defined because
12979         interface define causes mayhem.
12980         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
12981         defined.
12982         * include/windows.h: Undefine BOOL if __OBJC__ defined
12983
12984 1999-05-09  Chris Faylor  <cgf@cygnus.com>
12985
12986         * include/winnls.h: Define additional code pages.
12987
12988 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
12989
12990         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
12991         order, corrected.
12992         (RtlZeroMemory): Use RtlFillMemory
12993
12994 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
12995
12996         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
12997         to get the correct size when used in some structs.
12998         (ULARGE_INTEGER): Ditto.
12999         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13000         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13001
13002 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13003
13004         * include/wininet.h: Enclose in extern "C" if c++
13005         (INTERNET_BUFFERSA/W): Define struct
13006         * include/wininet.h: Add some HSR_* defines
13007
13008 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13009
13010         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13011         * include/winnt.h (UNALIGNED): Define
13012         * include/windef.h (DECLSPEC_NORETURN): Define
13013
13014         * include/wininet.h (INTERNET_MAX_NAME): Remove
13015         (INTERNET_MAX_SCHEME_LENGTH): Define
13016         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13017         * include/wininet.def: Completely redone, it was losing badly.
13018
13019 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13020
13021         * lib/dplayx.def: Remove '_' prefixes
13022         * lib/shell32.def: Remove imports for IID_ContextMenu
13023
13024 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13025
13026         * Makefile.in (dist): Support dist target
13027         * lib/Makefile.in (dist): Likewise
13028         * lib/Makefile.in (uninstall-headers): Fix command
13029         * Makefile.in (bindist): Target to build a prebuilt dist
13030
13031         * lib/ws2_32.def: Winsock2 implib
13032
13033         * include/largeint.h: New header
13034         * include/largeint.c: Large integer support library
13035         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13036         (EXTRA_OBJS): Add largeint.o
13037
13038         * include/Makefile: Remove
13039         * lib/Makefile: Remove
13040         * Makefile: Remove
13041         * configure.in: New autoconf script
13042         * configure: generated configure script
13043         * Makefile.in: autoconf makefile template
13044         * lib/Makefile.in: Ditto
13045         * include/test.c: mv to lib/test.c
13046         * include/res.rc: mv to lib/res.rc
13047         * include/TODO: mv to .
13048         * include/Notes: mv to ./NOTES
13049
13050 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13051
13052         * include/zmouse.h (WHEEL_DELTA): Define
13053
13054 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13055
13056         * include/ddeml.h (HSZPAIR): Declare.
13057         * include/zmouse.h: New file.
13058
13059 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13060
13061         * lib/d3dim.def: New implib
13062         * lib/d3drm.def: Ditto
13063         * lib/d3dxof.def: Ditto
13064         * lib/ddraw.def: Ditto
13065         * lib/dinput.def: Ditto
13066         * lib/dplayx.def: Ditto
13067         * lib/dsetup.def: Ditto
13068         * lib/dsound.def: Ditto
13069         * lib/dinput.c: Guid library for DirectInput
13070         * lib/dxguid.c: Guid library for DirectX
13071
13072 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13073
13074         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13075         by Ron Aaron).
13076         * include/windowsx.h (GET_Y_LPARAM): Also missing
13077         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13078         by Mumit Khan).
13079
13080 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13081
13082         * include/scrnsave.h: New header file for screen saver library
13083         * lib/scrnsave.c: New file: screen saver library
13084
13085 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13086
13087         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13088         works well in when UNICODE is defined
13089
13090 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13091
13092         * include/winuser.h(STYLESTRUCT): New struct
13093         * include/wingdi.h:(GOBJENUMPROC): This function type should
13094         return void.
13095
13096 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13097
13098         * include/basetyps.h (LPGUID): New typedef
13099         * lib/glut.def: Import library defintions for glut.dll
13100         * lib/glu32.def: Ditto for glut32.dll
13101         * include/winnt.h: Fixed handling of wchar_t typedef
13102         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13103         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13104
13105 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13106
13107         * include/winbase.h(AbnormalTermination): Define as FALSE
13108         * include/commctrl.h: Support for new progress bar messages/styles
13109
13110 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13111
13112         * include/commdlg.h(PageSetupDlg): New define
13113         * include/richedit.h: Missing SCF_* defines
13114         * include/winnt.h: Lots o' defines
13115         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13116
13117 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13118
13119         * include/commdlg.h: Removed pack pragma
13120         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13121
13122 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13123
13124         * Makefile: Set version to 0.1.5
13125         * lib/Makefile (clean): Fix typo
13126
13127         * include/commctrl.h: Removed pack pragma
13128         * include/cpl.h: Likewise
13129         * include/dbt.h: Likewise
13130         * include/dde.h: Likewise
13131         * include/nddeapi.h: Likewise
13132         * include/shellapi.h: Likewise
13133         * include/wincrypt.h: Likewise
13134         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13135
13136         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13137         (servent): Likewise
13138         (protoent): Likewise
13139
13140         * include/windows.h: Prevent inclusion of winsock.h if we are
13141         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13142
13143 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13144
13145         * include/winbase.h (CREATE_FORCEDOS): New define
13146
13147 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13148
13149         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13150         (COORD): Likewise
13151         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13152         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13153         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13154         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13155
13156         * include/ddeml.h: Removed unnecessary `#pragma pack'
13157         * include/imm.h: Likewise
13158         * include/nddeapi.h: Likewise
13159         * include/nspapi.h: Likewise
13160         * include/regstr.h: Likewise
13161         * include/wincon.h: Likewise
13162         * include/windef.h: Likewise
13163         * include/winioctl.h: Likewise
13164         * include/winnls.h: Likewise
13165         * include/winsvc.h: Likewise
13166         * include/winuser.h: Likewise
13167         * include/winver.h: Likewise
13168         * include/wtypes.h: Likewise
13169
13170 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13171
13172         * Makefile (VERSION): Set to 0.1.4
13173         * include/basetyps.h: Check for NOCOMOBJECT
13174         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13175         on comobject attribute.
13176         * lib/kernel32.def: Added a few functions
13177         * include/windef.h (DWORD): Changed back to unsigned long
13178
13179         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13180         winresrc.h in turn includes the necessary headers. This makes things
13181         much simpler, no need to protect blocks of code in headers that
13182         should not be seen by the resource compiler.
13183
13184 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13185
13186         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13187         * include/wincon.h: Added console event type flags
13188         * include/winnt.h (FILE_SHARE_DELETE): Added
13189           (SECURITY_DESCRIPTOR): typedef as DWORD
13190
13191         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13192         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13193         define u_* types only if _SYS_TYPES_H is not defined.
13194
13195 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13196
13197         * COPYING.LIB: Deleted
13198         * README: Updated to reflect license changes
13199         * include/shlobj.h: Remove extra comma on some enums
13200         * include/windef.h: Changed DWORD typedef from unsigned long to
13201         unsigned int in order to avoid warnings on bit fields that
13202         use DWORD.
13203         * include/Makefile (test): Compile with all warnings
13204         * include/unknwn.h: Include objfwd.h
13205         * include/winsock.h: Added missing copyright notices.
13206
13207 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13208
13209         * lib/winmm.def: Corrected LIBRARY statement
13210         * include/mmsystem.h: Define mmioSeek codes if not already defined
13211         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13212         (CreateStatusWindowW): Likewise
13213
13214         * include/winresrc.h: Include only files necessary instead of windows.h
13215         * include/dde.h: Allow inclusion in resource scripts.
13216         * include/winnt.h: Likewise
13217         * include/commctrl.h: Likewise
13218         * include/prsht.h: Likewise
13219         * README: Updated
13220
13221 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13222
13223         * include/sqltypes.h (SQLHANDLE): Added this type
13224         (SQLHDESC): Likewise
13225         * include/sql.h (SQLFreeHandle): Added this prototype
13226         (SQLAllocHandle): Likewise
13227
13228 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13229
13230         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13231         conflicts with cygwin headers.
13232
13233 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13234
13235         * Makefile: Changed VERSION to 0.1.3
13236         * Makefile (dist-lib): New target to make import library only
13237         distribution
13238         * Makefile (dist-hdr): New target to make headers only distribution
13239         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13240         building one single distribution file.
13241         * dist.mak: Deleted
13242
13243         * include/lm.h: New file
13244         * include/lmcons.h: New file
13245         * include/lmalert.h: New file
13246         * include/lmaudit.h: New file
13247         * include/lmconfig.h: New file
13248         * include/lmapibuf.h: New file
13249         * include/lmaccess.h: New file
13250         * include/lmchdev.h: New file
13251         * include/lmremutl.h: New file
13252         * include/lmrepl.h: New file
13253         * include/lmerrlog.h: New file
13254         * include/lmat.h: New file
13255         * include/lmuse.h: New file
13256         * include/lmuseflg.h: New file
13257         * include/lmserver.h: New file
13258         * include/lmerr.h: New file
13259         * include/lmsname.h: New file
13260         * include/lmstats.h: New file
13261         * include/lmsvc.h: New file
13262         * include/lmwksta.h: New file
13263         * include/lmbrowsr.h: New file
13264
13265 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13266
13267         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13268         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13269
13270         * include/initguid.h: New file
13271
13272         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13273         int not supported
13274
13275         * include/winnt.h: Added USN
13276         * include/winnt.h: Changed handling of 64 bit int support
13277
13278         * include/windows.h: Added support for BC,LCC and MSVC
13279
13280         * include/windows.h: Changed handling machine architecture defines
13281
13282         * include/olectl.h: New file
13283
13284 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13285
13286         * include/oleidl.h: Added IViewObject and IViewObject2
13287
13288         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13289         IStorage::MoveElement
13290
13291         * include/oledlg.h: New file
13292
13293         * include/winresrc.h: New file
13294
13295         * include/wingdi.h: Added LPDOCINFO
13296
13297         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13298         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13299         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13300         TabCtrl_SetImageList and TabCtrl_GetItemCount
13301         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13302
13303         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13304
13305         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13306         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13307
13308         * include/commdlg.h: Added LPDEVNAMES
13309
13310         * include/windows.h: Include excpt.h
13311
13312         * include/excpt.h: New file. This file just contains some
13313         stubs for SEH that do nothing.
13314
13315         * include/commctrl.h: Added general WM_NOTIFY codes
13316
13317         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13318         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13319         not be in the headers.
13320         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13321         * include/winuser.h: Added old WM_SIZE parameter names so
13322         wxWindows compiles.
13323         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13324         * include/winuser.h: Added LPDLGITEMTEMPLATE
13325         * include/winuser.h: HTCAPTION was missing value
13326         * include/winuser.h: Added WM_ACTIVE flags
13327
13328         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13329         _fxx defines for memmove, memset and memcmp
13330
13331         * include/windef.h: Changed _export and __export to empty defines
13332
13333         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13334         String parameters were not const and ExtractAssociatedIcon takes
13335         a WORD pointer not DWORD pointer as last parameter.
13336
13337         * Makefile: Changed VERSION to 0.1.2
13338
13339         * include/ole2ver.h: New file
13340
13341         * Makefile: Removed all dependencies on GLUT
13342
13343         * include/GL/glut.h: Removed file because of decision to remove
13344         files that are not part of the library.
13345         * lib/glut.def: Likewise
13346         * lib/glut32.def: Likewise
13347
13348         * include/windows.h: Include winperf.h
13349
13350         * include/winperf.h: New file
13351
13352         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13353
13354         * include/winnls.h: Added calendar types
13355         * include/winnls.h: Added country codes
13356
13357 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13358
13359         * include/windef.h: Added PROC and NEARPROC
13360
13361         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13362         * include/wingdi.h: Added OpenGL types and prototypes
13363         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13364         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13365         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13366         * include/wingdi.h: Added truetype character outline types
13367         * include/wingdi.h: Added DEVMODE initialization flags
13368         * include/wingdi.h: Added panose codes
13369         * include/wingdi.h: Added missing character sets
13370         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13371         NONANTIALIASED_QUALITY
13372         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13373         * include/wingdi.h: Added pointer types for EXTLOGPEN
13374         * include/wingdi.h: Added PATTERN type
13375         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13376         * include/wingdi.h: Added new text metric flags
13377         * include/wingdi.h: Added pitch and family flags
13378         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13379         * include/wingdi.h: Added METAHEADER
13380         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13381         * include/wingdi.h: Added TA_MASK
13382         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13383         * include/wingdi.h: Added error codes
13384
13385         * include/winuser.h: Added missing winhelp structures
13386         * include/winuser.h: Added dialog flags/styles/messages
13387         * include/winuser.h: Added EM_SETMARGIN codes
13388         * include/winuser.h: Made it possiblie to use IDI_XX values
13389         in resource files.
13390         * include/winuser.h: Added missing LoadImage load flags
13391         * include/winuser.h: Added missing message box flags
13392         * include/winuser.h: Added ScrollWindow codes
13393         * include/winuser.h: Added DT_WORD_ELLIPSIS
13394         * include/winuser.h: Added drag and drop support
13395         * include/winuser.h: Added WM_MENUCHAR return codes
13396         * include/winuser.h: Added DLGWINDOWEXTRA
13397         * include/winuser.h: Added missing SetWindowPos flags.
13398         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13399         * include/winuser.h: Added IDHOT_xx defines
13400         * include/winuser.h: Added MOD_WIN
13401         * include/winuser.h: Added missing defines and structs for owner draw
13402         controls.
13403         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13404         WPF_SETMINPOSITION
13405         * include/winuser.h: Added DrawAnimatedRects flags
13406         * include/winuser.h: Added WM_PRINT codes
13407         * include/winuser.h: Added CS_IME class style
13408         * include/winuser.h: Added WM_SIZE codes
13409         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13410         * include/winuser.h: Added WM_NCHITTEST return codes
13411         * include/winuser.h: Added WM_SIZING parameters
13412         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13413         * include/winuser.h: Added menu loop codes.
13414         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13415         NF_REQUERY
13416         * include/winuser.h: Added WM_POWER flags
13417         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13418         * include/winuser.h: Added missing message filter codes
13419         * include/winuser.h: Added WM_KEYXX message flags
13420         * include/winuser.h: Added WM_SHOWMESSAGE flags
13421         * include/winuser.h: Added old ShowWindow commands
13422         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13423         structures.
13424
13425         * include/mciavi.h: New file for the MCI AVI driver that for some
13426         reason is not in mmsystem.h.
13427
13428         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13429         * include/winbase.h: Added SECURITY_xx for CreateFile
13430         * include/winbase.h: Added RTS and DTS control values
13431         * include/winbase.h: Fixed SYSTEM_INFO structure
13432         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13433         * include/winbase.h: Added FILE_TYPE_REMOTE
13434         * include/winbase.h: Added modem status flags
13435         * include/winbase.h: Added HINSTANCE_ERROR
13436         * include/winbase.h: Added DefineDosDevice defines
13437         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13438         * include/winbase.h: Added STARTF_XX flags
13439         * include/winbase.h: Fixed typo on _lcreat prototype.
13440         * include/winbase.h: Moved DBG_XX to winnt.h
13441         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13442         winnt.h
13443
13444         * include/unknwn.h: Added extern declaration of IID_IUnknown
13445
13446         * include/windowsx.h: Added hmemcpy.
13447
13448         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13449         * include/winnt.h: Added PACCESS_TOKEN
13450         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13451         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13452         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13453         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13454         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13455         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13456
13457         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13458         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13459         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13460
13461         * include/winsvc.h: Removed conflicting defines which were supposed
13462         to be in winnt.h
13463
13464         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13465         and SERVICE_ERROR_TYPE.
13466
13467         * include/winnt.h: Added SERVICE_XX defines.
13468         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13469         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13470
13471         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13472         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13473         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13474         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13475
13476 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13477
13478         * include/winbase.h: Corrected prototype for CreateProcessA
13479
13480         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13481         driver extensions.
13482
13483         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13484         be LPSHELLFOLDER* not LPSHELLFOLDER.
13485
13486         * include/windows.h: Include commdlg.h
13487
13488         * include/winuser.h: Added MDICREATESTRUCT
13489
13490         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13491         CB_ERRSPACE, and CB_OKAY
13492
13493         * include/wingdi.h: Added LPBITMAPINFOHEADER
13494
13495         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13496         are meaningless.
13497         * include/rpcdce2.h: Likewise.
13498
13499         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13500
13501         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13502         * include/olectlid.h: Likewise
13503         * include/shlguid.h: Likewise
13504
13505         * include/coguid.h: Delete file since it was for 16 bit windows only.
13506
13507         * lib/*.def: Appended .dll to library name where needed.
13508
13509         * include/windef.h: Define _stdcall and __stdcall only if not
13510         previously defined instead of undefining first.
13511
13512         * include/dlgs.h: Put RC_INVOKED around structure defs
13513
13514         * include/intshcut.h: New file
13515         * include/isguids.h: New file
13516
13517         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13518
13519 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13520
13521         * include/winnt.h: Added check if _T is defined before defining it
13522
13523         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13524
13525         * include/dlgs.h: New file
13526
13527         * include/winbase.h: Removed DllEntryPoint define
13528
13529         * include/winbase.h: Added SetupComm prototype
13530
13531         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13532         supported anyway.
13533
13534         * include/basetyps.h: Removed use of COMOBJECT define, instead
13535         DECLARE_INTERFACE directly uses comobject attribute when GCC
13536         is used.
13537
13538         * include/wtypes.h: STGC enum was missing typedef
13539
13540         * include/objidl.h: ADVC enum was missing typedef
13541
13542         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13543         they are nested within the VOID definition.
13544
13545         * include/winbase.h: Added stream ids and attributes
13546
13547         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13548         to an ANYSIZE_ARRAY array.
13549
13550 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13551
13552         * include/windef.h: defined _declspec as __declspec since
13553         some programs (like VWCL) use _declspec instead of __declspec
13554
13555         * include/winnt.h: added COMPRESS_FORMAT defines
13556
13557         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13558
13559         * include/winnt.h: added HEAP_XXXX defines
13560
13561         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13562
13563         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13564         specification.
13565
13566         * include/winnt.h: added NTAPI define
13567
13568 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13569
13570         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13571         instead of CHAR or WCHAR.
13572
13573         * include/winnt.h: added _T define
13574
13575         * include/winnt.h: added test for _TCHAR_DEFINED
13576
13577         * include/winnt.h: included string.h for memory macros
13578
13579         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13580
13581         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13582
13583         * include/prsht.h: added PropSheet_XXX macros
13584
13585
13586 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13587
13588         * include/winspool.h: Changed DeletePrinterProcessor and
13589         DeletePrinterProvidor to DeletePrintXX.
13590
13591         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13592         LOGCOLORSPACEW.
13593
13594         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13595         variants
13596
13597         * include/wingdi.h: Likewise for GetLogColorSpace
13598
13599         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13600
13601         * include/richedit.h: Added missing defines and structures
13602
13603         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13604
13605         * include/winuser.h: Added HWND_DESKTOP
13606
13607 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13608
13609         * Makefile: Include ChangeLog when building source
13610         distribution (srcdist)
13611
13612         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13613         are always defined as STDAPI and STDAPI_
13614
13615         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13616         are always defined as STDAPI and STDAPI_
13617
13618         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13619
13620         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13621
13622         * ChangeLog started