OSDN Git Service

Make <winnls.h> header effectively self-contained.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2020-01-14  Keith Marshall  <keith@users.osdn.me>
2
3         Make <winnls.h> header effectively self-contained.
4
5         * include/winnls.h: Tidy layout; assert copyright.
6         Include <winbase.h>, so supporting stand-alone inclusion.
7         (pragma GCC system_header): Remove redundant GCC version guard.
8         (WINVER, _WIN32_WINNT): Always use symbolic version comparisons.
9         (__AW_ALIAS__): Use it to selectively typedef...
10         [UNICODE vs. ! UNICODE] (CPINFOEX, LPCPINFOEX, CURRENCYFMT)
11         (LPCURRENCYFMT, NUMBERFMT, LPNUMBERFMT): ...each of these generic data
12         types; delete redundant UNICODE vs. non-UNICODE variants.
13         (__AW_SUFFIXED__): Likewise, use it to selectively define...
14         [UNICODE vs. ! UNICODE] (CALINFO_ENUMPROC, CALINFO_ENUMPROCEX)
15         (LANGUAGEGROUP_ENUMPROC, LANGGROUPLOCALE_ENUMPROC, LOCALE_ENUMPROC)
16         (CODEPAGE_ENUMPROC, DATEFMT_ENUMPROC, DATEFMT_ENUMPROCEX)
17         (TIMEFMT_ENUMPROC, UILANGUAGE_ENUMPROC, CompareString)
18         (EnumCalendarInfo, EnumDateFormats, EnumSystemCodePages)
19         (EnumSystemLocales, EnumTimeFormats, FoldString, GetCalendarInfo)
20         (GetCPInfoEx, GetCurrencyFormat, GetDateFormat, GetGeoInfo)
21         (GetLocaleInfo, GetNumberFormat, GetStringTypeEx, GetTimeFormat)
22         (LCMapString, SetCalendarInfo, SetLocaleInfo, EnumCalendarInfoEx)
23         (EnumDateFormatsEx, EnumSystemLanguageGroups, EnumLanguageGroupLocales)
24         (EnumUILanguages): ...these generic names; delete redundant variants.
25         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
26
27 2019-07-06  Keith Marshall  <keith@users.osdn.me>
28
29         Prepare and publish MinGW.org WSL-5.2.2 release.
30
31         * All files (wsl-5.2.2-release): Tag assigned.
32
33 2019-06-07  Keith Marshall  <keith@users.osdn.me>
34
35         Add missing definitions; fix MinGW-Bug #39129
36
37         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
38         (PAGE_TARGETS_NO_UPDATE): Likewise.
39
40 2019-05-03  Keith Marshall  <keith@users.osdn.me>
41
42         Correct a typographic error; fix MinGW-Bug #39193
43
44         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
45         add a missing closing parenthesis.
46
47 2019-04-08  Keith Marshall  <keith@users.osdn.me>
48
49         Correct a typographic error; fix MinGW-Bug #39117
50
51         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
52         (STATUSCLASSNAME): ...to this.
53
54 2019-02-03  Keith Marshall  <keith@users.osdn.me>
55
56         Clean up winsock default version selection stratagem.
57
58         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
59         internal recursion breaking retest block; following evaluation of...
60         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
61         included, reproducing the original version selection logic from...
62         * include/_winsock.h: ...here; file is now obsolete; delete it.
63
64         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
65         before including <winsock.h>
66
67         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
68         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
69         instead of deleted file <_winsock.h>
70
71         * tests/headers.at: Regenerated.
72
73 2019-01-22  Keith Marshall  <keith@users.osdn.me>
74
75         Prepare and publish MinGW.org WSL-5.2.1 release.
76
77         * All files (wsl-5.2.1-release): Tag assigned.
78
79 2019-01-22  Keith Marshall  <keith@users.osdn.me>
80
81         Incorporate user-customized <features.h> configuration.
82
83         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
84         stub; this is an empty file, yielding the default configuration.
85
86 2018-12-23  Keith Marshall  <keith@users.osdn.me>
87
88         Prepare and publish MinGW.org WSL-5.2 release.
89
90         * All files (wsl-5.2-release): Tag assigned.
91
92 2018-12-18  Keith Marshall  <keith@users.osdn.me>
93
94         Make <winver.h> header effectively self-contained.
95
96         * include/winver.h: Include <windef.h>
97
98 2018-11-23  Keith Marshall  <keith@users.osdn.me>
99
100         Fix MinGW-Bug #2248 (SF ticket).
101
102         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
103         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
104
105 2018-11-23  Keith Marshall  <keith@users.osdn.me>
106
107         Apply some more cosmetic layout adjustments.
108
109         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
110         for each untagged aggregate type definition.
111
112 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
113
114         Fix MinGW-Bug #38736 (OSDN ticket).
115
116         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
117         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
118
119 2018-11-18  Keith Marshall  <keith@users.osdn.me>
120
121         Make <commctrl.h> header effectively self-contained.
122
123         * include/commctrl.h: Tidy layout; assert copyright.
124         Include <winbase.h> and <prsht.h>; both are required to resolve
125         inter-header dependencies, so achieving effective self-containment.
126         Correctly parenthesize argument references in macro definitions.
127         (pragma GCC system_header): Remove redundant GCC version guard.
128         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
129         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
130         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
131         Use them; they facilitate maintenance of robust definitions for...
132         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
133         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
134
135 2018-11-16  Keith Marshall  <keith@users.osdn.me>
136
137         Make <prsht.h> header effectively self-contained.
138
139         * include/prsht.h: Tidy layout; assert copyright.
140         Include <winuser.h> to resolve inter-header dependencies.
141         Correctly parenthesize argument references in macro definitions.
142         (pragma GCC system_header): Remove redundant GCC version guard.
143         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
144         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
145         from checking consistency of alternative definition sources.
146         (__AW_SUFFIXED__): Use it; it improves robustness of...
147         [UNICODE vs. ! UNICODE]: ...generic definitions.
148         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
149
150 2018-10-29  Keith Marshall  <keith@users.osdn.me>
151
152         Clean up <wincon.h>; consolidate its version dependencies.
153
154         * include/wincon.h: Tidy layout; assert copyright.
155         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
156         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
157         of these; group and consolidate respective version dependencies.
158         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
159         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
160         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
161         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
162         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
163         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
164         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
165         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
166         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
167         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
168         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
169         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
170         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
171         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
172         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
173         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
174         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
175         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
176         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
177         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
178         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
179         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
180         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
181         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
182         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
183         Redefine, expressing all values in hexadecimal rather than decimal;
184         this is consistent with Microsoft documentation, and it is also more
185         logical, since all represent bit-flags, bit-fields, or bit-masks.
186
187 2018-10-24  Keith Marshall  <keith@users.osdn.me>
188
189         Make <wincon.h> header effectively self-contained.
190
191         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
192         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
193         [__GNUC__ >= 3]: Remove condition; used only in association with...
194         (#pragma GCC system_header): ...this, it is redundant in this context.
195         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
196
197 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
198
199         Improve WinXP/Vista console I/O support.
200
201         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
202         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
203         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
204         name aliases; define them, mapping them conditionally to represent...
205         [UNICODE]: ...their corresponding UTF-16LE function names, else...
206         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
207         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
208         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
209         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
210         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
211         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
212         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
213         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
214         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
215         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
216         (GetConsoleFontSize): ...declare function.
217         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
218         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
219         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
220         [_WIN32_WINNT >= 0x0501]: ...this prevails.
221         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
222         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
223         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
224         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
225         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
226         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
227         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
228         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
229         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
230         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
231         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
232         (GetCurrentConsoleFont): Declare functions.
233         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
234         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
235         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
236         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
237         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
238         map to an anonymous structure, and are visible only when...
239         [_WIN32_WINNT >= 0x0600]: ...this prevails.
240         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
241         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
242         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
243         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
244         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
245         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
246         ...these typedefs.
247         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
248         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
249         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
250         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
251         (SetCurrentConsoleFontEx): Declare functions.
252
253 2018-09-03  Keith Marshall  <keith@users.osdn.me>
254
255         Prepare and publish MinGW.org WSL-5.1.1 release.
256
257         * All files (wsl-5.1.1-release): Tag assigned.
258
259 2018-07-29  Keith Marshall  <keith@users.osdn.me>
260
261         Don't restrict <winerror.h> exposure when including <winsock.h>
262
263         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
264         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
265         all dependent filter references.
266
267 2018-07-11  Keith Marshall  <keith@users.osdn.me>
268
269         Make <wincrypt.h> header effectively self-contained.
270
271         * include/wincrypt.h: Include <winbase.h>
272
273 2018-07-11  Keith Marshall  <keith@users.osdn.me>
274
275         Correct <wincrypt.h> typographic errors; fix issue [#38391]
276
277         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
278         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
279         (ALG_CLASS_HASH): ...this, which represents the correct reference.
280         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
281         struct definition is not directly associated with any type name.
282         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
283
284 2018-02-26  Keith Marshall  <keith@users.osdn.me>
285
286         Prepare and publish MinGW.org WSL-5.1 release.
287
288         * All files (wsl-5.1-release): Tag assigned.
289
290 2018-02-24  Keith Marshall  <keith@users.osdn.me>
291
292         Make <iptypes.h> header effectively self-contained.
293
294         * include/iptypes.h: Assert copyright; tidy layout.
295         Include <windef.h>; it is required for self-containment.
296         (__need_time_t): Define for selective inclusion of <sys/types.h>
297         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
298         (_WIN32_WINNT): Always compare it symbolically.
299         (__dhcp_time_t): New temporary data type macro; define it...
300         [_WIN64]: ...as equivalent to __time64_t, otherwise...
301         [!_WIN64]: ...equivalent to __time32_t, and then...
302         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
303         (LeaseObtained, LeaseExpires): ...these fields.
304
305 2017-12-20  Keith Marshall  <keith@users.osdn.me>
306
307         Make <winreg.h> header effectively self-contained.
308
309         * include/winreg.h: Include <winbase.h>, thus achieving effective
310         self-containment; since this also indirectly includes <_mingw.h>,
311         there is no longer any need to include it directly.
312
313 2017-12-20  Keith Marshall  <keith@users.osdn.me>
314
315         Clean up, following issue [#2262] patch application.
316
317         * include/winreg.h: Tidy layout; correct copyright assertion.
318         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
319         [UNICODE] (__AW): Do not use deleted macro; replace it with...
320         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
321         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
322         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
323         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
324         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
325         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
326         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
327         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
328         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
329         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
330         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
331         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
332         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
333         all "4.x" branches specified these incorrectly, dependent on...
334         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
335         "legacy" branch, whence the "5.x" branches are propagated, correctly
336         required an alternative condition which is the equivalent of...
337         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
338
339 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
340
341         Update registry management API, per issue [#2262].
342
343         * include/winreg.h: Merge changes from 4.1-dev branch.
344         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
345         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
346         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
347         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
348         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
349         (RRF_ZEROONFAILURE): New manifest constants; define them.
350         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
351         (RegOverridePredefKey): Add previously omitted function prototypes.
352         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
353         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
354         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
355         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
356         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
357         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
358         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
359         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
360         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
361         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
362         (RegDeleteKeyValueA, RegDeleteKeyValueW)
363         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
364         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
365         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
366         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
367         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
368         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
369         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
370         (RegSetKeyValue): Define, mapping each to its respective function...
371         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
372         [defined UNICODE] (__AW): ...for the UTF-16LE case.
373
374         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
375         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
376         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
377         (RegSaveKeyExW@16): Remove them; relocate them to...
378         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
379         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
380         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
381         (RegSaveKeyExW@16): ...their correct location, here.
382         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
383         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
384         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
385         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
386         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
387         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
388         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
389
390 2017-12-16  Keith Marshall  <keith@users.osdn.me>
391
392         Provide default definition for _WIN32_IE feature test macro.
393
394         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
395         (_WIN32_IE_IE50): ...this default value.
396
397         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
398         a conflicting proposal for the default value.
399
400 2017-12-06  Keith Marshall  <keith@users.osdn.me>
401
402         Prepare and publish MinGW.org WSL-5.0.2 release.
403
404         * All files (wsl-5.0.2-release): Tag assigned.
405
406 2017-11-28  Keith Marshall  <keith@users.osdn.me>
407
408         Make <wsnetbs.h> header effectively self-contained.
409
410         * include/wsnetbs.h: Assert copyright; tidy layout; include
411         "_winsock.h", so making this header effectively self-contained, and
412         thus relieving the user of a responsibility for ensuring that some
413         other appropriate WinSock header has been included first.
414
415 2017-11-28  Keith Marshall  <keith@users.osdn.me>
416
417         Factor <winsock.h> duplicate content out of <winsock2.h>
418
419         * include/winsock2.h: Remove all declarations and definitions which
420         are identically specified in <winsock.h>, but keep them in scope by...
421         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
422         declarations and definitions therefrom, which introduce conflicts.
423         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
424         definitions and declarations.
425
426         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
427         WinSock v1.1 and WinSock v2, the latter of which will override when
428         correctly included by <winsock2.h>
429
430 2017-11-24  Keith Marshall  <keith@users.osdn.me>
431
432         Make <winsock.h> and <winsock2.h> duplicate code congruent.
433
434         * include/winsock.h (SOMAXCONN): Move definition into...
435         [!__INSIDE_MSYS__]: ...this guarded scope.
436
437         * include/winsock2.h: Rearrange as necessary.
438         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
439         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
440         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
441         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
442         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
443         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
444         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
445         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
446         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
447         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
448         [!defined __INSIDE_MSYS__]: ...as this, throughout.
449         (gethostname): Update function prototype, adding...
450         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
451
452         * include/ws2spi.h: Tidy layout; assert copyright.
453         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
454         (LPFD_SET): Delete all type references; use...
455         (fd_set *): ...this instead.
456
457 2017-11-14  Keith Marshall  <keith@users.osdn.me>
458
459         Establish default selection for WinSock API declaration.
460
461         * include/windows.h include/nspapi.h: Include...
462         * include/_winsock.h: ...this new system private header; it selects...
463         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
464         provided by conditional inclusion of <winsock2.h>, otherwise...
465         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
466         as provided by inclusion of <winsock.h>
467
468         * tests/headers.at <_winsock.h>: Add reference.
469
470 2017-11-14  Keith Marshall  <keith@users.osdn.me>
471
472         Update gethostname() declaration; drop Cygwin specificity.
473
474         * include/winsock.h (gethostname): Declare unconditionally; add...
475         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
476         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
477         [!defined __INSIDE_MSYS__]: ...as this, throughout.
478
479 2017-11-09  Keith Marshall  <keith@users.osdn.me>
480
481         Normalize fd_set event macros for <winsock2.h> compatibility.
482
483         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
484         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
485         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
486         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
487         count to a bit flag with value of 1, in each case respectively.
488         [_WINSOCK2_H]: Extend shift count enumeration, to include...
489         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
490         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
491         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
492         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
493         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
494         of 1 greater than the offset of the last defined flag; hence...
495         (FD_ALL_EVENTS): ...derive this mask for all event flags.
496
497 2017-11-09  Keith Marshall  <keith@users.osdn.me>
498
499         Filter potential WinSock v2 conflicts out of <winsock.h>
500
501         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
502         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
503         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
504         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
505         not define any of these; they are not compatible with WinSock v2.
506         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
507         appropiately in <winsock2.h>
508
509 2017-11-09  Keith Marshall  <keith@users.osdn.me>
510
511         Filter out <winsock.h> typedef anomalies.
512
513         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
514         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
515         them as type definitions, but warn of potential conflict with...
516         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
517         function; declare its prototype.
518
519 2017-11-08  Keith Marshall  <keith@users.osdn.me>
520
521         Overhaul WinSock fd_set content management macros.
522
523         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
524         original implementations of each of these macros, redirecting to...
525         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
526         inline functions, respectively; these are more robust, and correct a
527         defect in the original FD_SET macro implementation, whereby duplicate
528         descriptors could be added to an fd_set array, but would not then be
529         removed by the corresponding FD_CLR macro.
530
531         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
532         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
533         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
534         function, which is implemented in each of these libraries.
535
536 2017-11-07  Keith Marshall  <keith@users.osdn.me>
537
538         Identify features which have been deprecated in WinSock v2.
539
540         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
541         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
542         (__MINGW_ATTRIB_DEPRECATED): ...to this.
543
544         * include/winsock.h include/winsock2.h: Qualify...
545         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
546         (WSACancelBlockingCall): ...each of these function prototypes, with...
547         (__WINSOCK2_DEPRECATED): ...this attribute.
548
549 2017-11-07  Keith Marshall  <keith@users.osdn.me>
550
551         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
552
553         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
554         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
555         with preferred convention for system feature test macros.
556
557 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
558
559         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
560
561         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
562         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
563         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
564         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
565         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
566         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
567         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
568         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
569         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
570         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
571         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
572
573         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
574         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
575
576 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
577
578         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
579
580         * include/wtypes.h: Tidy layout; assert copyright.
581         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
582         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
583         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
584         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
585         (__BLOB_T_DEFINED): ...this; do not define...
586         (_WTYPES_H): ...this external guard.
587
588         * include/nspapi.h: Tidy layout; assert copyright.
589         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
590         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
591         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
592         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
593         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
594         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
595         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
596         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
597         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
598         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
599         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
600         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
601         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
602         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
603         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
604         (__AW_ALIAS__): ...this, for definition of each of...
605         (SERVICE_INFO, LPSERVICE_INFO): ...these.
606
607         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
608         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
609         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
610         include nspapi.h selectively, to acquire them.
611
612 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
613
614         Factor <winerror.h> duplicate content out of winsock headers.
615
616         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
617         conditional block, and all of its content; selectively include...
618         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
619         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
620         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
621         define them, to segregate WSA error messages applicable to WinSock v2
622         only, from those applicable to both WinSock v1.1 and WinSock v2.
623         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
624         codes, except WSABASEERR, relative to WSABASEERR itself.
625
626 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
627
628         Factor <sys/time.h> duplicate content out of winsock headers.
629
630         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
631         conditional block, and all its content; include <sys/time.h> instead.
632         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
633         processing this header, such that only selected content from other
634         internally referenced headers is exposed.
635
636 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
637
638         Source BSD non-standard type definitions from mingwrt header.
639
640         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
641         conditional block, and its entire type definition content; include...
642         * include/sys/bsdtypes.h: ...this common file instead; it defines...
643         (u_char, u_int, u_long, u_short): ...these non-standard data types.
644
645 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
646
647         Correct misuse of __INSIDE_MSYS__ feature test.
648
649         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
650         omits "defined" operator; it should be expressed consistently as...
651         [! defined __INSIDE_MSYS__]: ...this; correct it.
652
653 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
654
655         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
656
657         * include/winsock.h: Tidy layout; assert copyright.
658         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
659
660         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
661         sections, which are common with <winsock.h>, are laid out congruently.
662         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
663         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
664         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
665         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
666         [UNICODE]: ...alternative typedefs, and function name aliases...
667         [!UNICODE]: ...versus this case.
668
669 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
670
671         Resolve secondary issue arising from MinGW-Bug [#2350]
672
673         * include/winuser.h (GetTitleBarInfo)
674         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
675         it conflicted with current MSDN documentation, so now falls within...
676         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
677
678 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
679
680         Resolve MinGW-Bug [#2350]
681
682         * include/winuser.h (GetTitleBarInfo): Move prototype after...
683         (PTITLEBARINFO): ...this type definition; it is used as a function
684         argument type, so must be defined beforehand.
685
686 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
687
688         Extend testsuite to cover winsock fd_set macro operations.
689
690         * tests/winsock.at: New file; it implements appropriate tests, and
691         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
692         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
693
694         * tests/testsuite.at.in (winsock.at): Integrate it.
695         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
696         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
697         default list of libraries, or resets the list to this initial default.
698         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
699         library specifications, to be used until subsequently reset.
700
701 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
702
703         Prepare and tag for release of MinGW.org WSL-5.0.1
704
705         * All files (wsl-5.0.1-release): Tag assigned.
706
707 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
708
709         Automate testsuite dependency generation.
710
711         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
712         enumerate all such wildcard matches as prerequisites, instead of...
713         (headers.at): ...this sole explicit dependency.
714
715 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
716
717         Make <winnt.h> header effectively self-contained.
718
719         * include/winnt.h (_WINNT_H): Defer definition unless included via...
720         (windef.h): ...this; include it, to enforce inclusion order, then...
721         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
722
723 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
724
725         Consolidate <winuser.h> version specific conditionals.
726
727         * include/winuser.h: Reorganize file content; group manifest constant
728         definitions into one nested collection of conditional blocks, with one
729         block per Windows version evolution; do likewise for type definitions
730         and function prototypes which are always exposed, and separately...
731         [! defined NOGDI]: ...for those which may be suppressed, when GDI
732         support is not required.
733
734 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
735
736         Make <winuser.h> header effectively self-contained.
737
738         * include/winuser.h (stdarg.h): Include it, in addition to...
739         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
740         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
741
742 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
743
744         Consolidate <wingdi.h> version specific conditionals.
745
746         * include/wingdi.h: Reorganize file content; group manifest constant
747         definitions into a single nested collection of conditional blocks, for
748         those definitions which are common to both Win9x and WinNT, with one
749         block per Windows version evolution, sorting alphabetically within
750         each block; do likewise for additional manifest constant definitions
751         which are specific to WinNT, and also for data type definitions and
752         function prototypes.
753
754 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
755
756         Tidy, and make <wingdi.h> header effectively self-contained.
757
758         * include/wingdi.h: Tidy layout; assert copyright.
759         (windef.h): Include it; this achieves self-containment.
760         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
761         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
762         (__AW_ALIAS__): ...this, when defining each of...
763         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
764         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
765         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
766         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
767         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
768         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
769         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
770         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
771         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
772         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
773         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
774         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
775         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
776         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
777         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
778         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
779         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
780         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
781         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
782         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
783         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
784         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
785         (wglUseFontOutlines, GetGlyphIndices): ...these.
786
787 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
788
789         Declare CONDITION_VARIABLE API, per feature request [#2314]
790
791         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
792         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
793         (InitializeConditionVariable, SleepConditionVariableCS)
794         (SleepConditionVariableSRW, WakeAllConditionVariable)
795         (WakeConditionVariable): ...declare prototypes.
796
797 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
798
799         Declare SRWLOCK API, to support feature request [#2314]
800
801         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
802         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
803         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
804         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
805         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
806         (TryAcquireSRWLockShared): Declare additional prototypes.
807
808 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
809
810         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
811
812         * include/winerror.h: Tidy layout; assert copyright.
813
814         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
815         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
816         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
817         both locations; it permitted inconsistency between the two.
818
819 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
820
821         Consolidate <winbase.h> version specific conditionals.
822
823         * include/winbase.h: Reorganize file content; group manifest constant
824         definitions into one nested collection of conditional blocks, with one
825         block per Windows version evolution, sorting alphabetically within each
826         block; do likewise for data type definitions and function prototypes.
827
828 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
829
830         Tidy, and make <winbase.h> header effectively self-contained.
831
832         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
833         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
834         (__AW_EXTENDED__): ...this; subsequently reimplement...
835         (__AW_ALIAS__): ...this, with original name, now encapsulating...
836         (__AW_SUFFIXED__): ...this.
837
838         * include/dbt.h (__AW_ALIAS__): Replace all references with...
839         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
840         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
841         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
842
843         * include/winbase.h: Tidy layout; assert copyright.
844         (stdarg.h, windef.h): Include them, to achieve self-containment.
845         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
846         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
847         [__AW_ALIAS__]: ...this, to correctly specify each of...
848         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
849         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
850         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
851         [__AW_SUFFIXED__]: ...this, to correctly map each of...
852         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
853         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
854         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
855         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
856         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
857         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
858         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
859         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
860         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
861         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
862         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
863         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
864         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
865         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
866         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
867         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
868         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
869         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
870         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
871         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
872         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
873         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
874         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
875         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
876         (GetPrivateProfileInt, GetPrivateProfileSection)
877         (GetPrivateProfileSectionNames, GetPrivateProfileString)
878         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
879         (GetProfileString, GetShortPathName, GetStartupInfo)
880         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
881         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
882         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
883         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
884         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
885         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
886         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
887         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
888         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
889         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
890         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
891         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
892         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
893         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
894         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
895         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
896         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
897         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
898         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
899         (WritePrivateProfileString, WritePrivateProfileStruct)
900         (WriteProfileSection, WriteProfileString): ...these, and add...
901         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
902         (GetFirmwareEnvironmentVariable): ...these previously missing generic
903         function name aliases.
904
905 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
906
907         Refactor mingwrt and w32api common makefile content.
908
909         * Makefile.in (w32api-srcdist-config-files): Rename it...
910         (w32api-srcdist-common-files): ...as this phoney build rule.
911         (shared_include_file): New macro; define it, and include named file.
912         (configure, config.status, Makefile, config.status.missing, _mingw.h)
913         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
914         out; relocate them to new file in common parent directory...
915         * ../Makefile.comm: ...here.
916
917 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
918
919         Correct a copyright notice update omission.
920
921         * configure.ac: Extend copyright date range to include 2017.  Also
922         clean up superfluous trailing whitespace.
923
924 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
925
926         Fix generated header file dependencies.
927
928         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
929         [VERSION.m4]: ...this; package version changes are no longer made...
930         [configure.ac]: ...here; delete associated prerequisite reference.
931         (distclean-local): Delete them.
932
933 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
934
935         Prepare and tag for release of w32api-5.0 package set.
936
937         * All files (wsl-5.0-release): Tag assigned.
938
939 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
940
941         Implement basic test suite infrastructure.
942
943         * tests: New subdirectory; it hosts...
944         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
945         * tests/headers.at: ...these new files; they implement the basic test
946         suite infrastructure, initially comprising header integrity checks.
947
948         * configure.ac (AC_PROG_CXX): Check it.
949         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
950         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
951         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
952         tests/Makefile.
953
954         * Makefile.in (check test tests): New rules; all are synonymous.
955         (check-recursive): New rule; invoked by each of the preceding three.
956         (w32api-srcdist-testsuite-files): New rule; implement and use it...
957         (w32api-srcdist-files): ...here.
958
959 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
960
961         Add missing constant definition, per issue [#2249].
962
963         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
964
965 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
966
967         Avoid unnecessary duplication of configuration files.
968
969         * Makefile.in (vpath install-sh): Define it; it matches...
970         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
971         rule for creating duplicate file reference links in $top_srcdir.
972         (configure): Add '-I ..' option, when running autoconf.
973         (w32api-srcdist-files): Rename it as...
974         (w32api-srcdist-package-files): ...this; remove dependencies on...
975         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
976         (w32api-srcdist-config-files): ...this new distributable files
977         enumeration goal; add it as one new prerequisite of...
978         (w32api-srcdist-files): ...this repurposed goal; also depends on...
979         (w32api-srcdist-package-files): ...this; populate it using...
980         (SRCDIST_ADD): ...this macro; redefine it accordingly.
981
982 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
983
984         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
985
986         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
987         it was previously transcribed incorrectly, as being equivalent to...
988         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
989         (FILE_DEVICE_DISK): ...this.
990
991 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
992
993         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
994
995         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
996         alternative generic symbol mapping definitions, and typedefs, with...
997         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
998         their respective ANSI and UNICODE specific references.
999
1000 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1001
1002         Deprecate obsolete <winable.h> and <pbt.h> headers.
1003
1004         * Makefile.in (%.h.in): Generalize vpath definition.
1005         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
1006         (w32api_generated_headers, replace_headers, macro_name): New macros.
1007         (install-w32api-headers): Add dependency on w32api_dist_headers.
1008         (%.h): New static pattern rule; it generates generic dependants of...
1009         * include/obsolete.h.in: ...this new template for obsolete headers.
1010
1011         * include/winable.h include/pbt.h: Delete them; they are obsolete;
1012         replace them by install-time generated generic stubs.
1013
1014 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1015
1016         Update <winuser.h> and <dbt.h>; fix issue [#2317].
1017
1018         * include/winuser.h: Tidy layout; add copyright notice.
1019         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
1020         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
1021         selective inclusion of content from other headers; delete when done.
1022         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1023         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1024         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1025         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1026         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1027         them selectively from <dbt.h>, where they are properly defined.
1028         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1029         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1030         formerly UINT, which doesn't match 64-bit size required for Win64.
1031         (SetTimer): Likewise; also declare similar return type.
1032         (WINEVENTPROC): Add missing CALLBACK attribute.
1033         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1034
1035         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1036         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1037
1038         * include/dbt.h: Tidy layout; add copyright notice.
1039         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1040         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1041         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1042         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1043         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1044         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1045         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1046         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1047         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1048         structure typedef names, and their respectively corresponding...
1049         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1050         type names.
1051
1052 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1053
1054         Fix a minor ISO-C++11 conformity issue.
1055
1056         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1057         by ISO-C++11, between concatenated string literal elements.
1058         (GetFiberData, NtCurrentTeb): Likewise.
1059
1060 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1061
1062         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1063
1064         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1065         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1066
1067 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1068
1069         Prepare and tag all files for release of w32api-3.18.1
1070
1071         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1072
1073 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1074
1075         Resolve improper macro expansion issue [#2307].
1076
1077         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1078         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1079         dependent macro WITHIN the expansion of each of these; hence...
1080
1081         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1082         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1083         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1084         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1085         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1086         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1087         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1088         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1089         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1090         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1091         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1092         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1093         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1094         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1095         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1096         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1097         ...adjust these dependent macro definitions accordingly.
1098
1099         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1100         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1101         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1102         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1103         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1104         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1105         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1106         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1107         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1108         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1109
1110 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1111
1112         Update install-sh to match mingw.org/build-aux package.
1113
1114         * install-sh: Delete it; use version in parent directory instead,
1115         recreating local copy, (as symlink, if supported), on demand.
1116
1117 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1118
1119         Eliminate redundant configuration files.
1120
1121         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1122         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1123
1124         * configure.ac (AC_PROG_LN_S): Add configuration check.
1125
1126 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1127
1128         Discard redundant config.guess and config.sub files.
1129
1130         * config.guess config.sub: Delete them; they are no longer required.
1131         * Makefile.in (SRCDIST_ADD): Remove related references.
1132
1133 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1134
1135         Merge recent legacy branch updates to 5.0-active branch.
1136
1137         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1138         * include/sdkddkver.h include/setupapi.h include/windows.h
1139         * include/winnt.h include/winuser.h include/winver.h
1140         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1141
1142 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1143
1144         Prepare and tag all files for release of w32api-3.18.
1145
1146 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1147
1148         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1149
1150         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1151         references from $(MAKE) command lines; make passes them implicitly.
1152
1153 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1154
1155         Backport MemoryBarrier() implementation from 4.0-dev branch.
1156
1157         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1158         Earnie's original inline implementation, but declared 'static' to fix
1159         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1160         fallback identified by issue [#2131], and to remove references to...
1161         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1162         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1163         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1164         back to inline assembly code when necessary.
1165
1166         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1167         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1168         code, for hosts which do not support the SSE2 'mfence' instruction.
1169
1170 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1171
1172         Merge further W32API updates from Cygwin CVS.
1173         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1174
1175         * include/setupapi.h include/winuser.h include/winver.h
1176         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1177
1178 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1179
1180         Update mapping of GCC to MSVC host identification macros.
1181
1182         * include/windows.h: Assert copyright; tidy layout.
1183         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1184         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1185         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1186         managed implicitly, by GCC, when including the associated headers.
1187
1188         * include/winnt.h: Assert copyright; tidy layout.
1189         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1190         (__aligned__, __always_inline__, __selectany__): Prefer these...
1191         (aligned, always_inline, selectany): ...to these attribute forms.
1192         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1193         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1194         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1195         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1196         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1197         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1198         (_M_IX86): ...also removing this, but relocate it to...
1199         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1200         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1201         appropriate.
1202
1203         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1204         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1205
1206 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1207
1208         Merge W32API updates, from Cygwin CVS, into legacy branch.
1209         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1210
1211         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1212         2012-04-28 commit to Cygwin CVS.
1213
1214         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1215         * include/routprot.h include/shlwapi.h include/userenv.h
1216         * include/winbase.h include/wincon.h include/windef.h
1217         * include/winerror.h include/wingdi.h include/winnt.h
1218         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1219         match Cygwin CVS state, as of 2012-07-06.
1220
1221         * include/wincrypt.h: Updated to remove duplicate manifest constant
1222         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1223         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1224         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1225         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1226         copies of these further duplicated definitions, identified during
1227         the merging operation.
1228
1229 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1230
1231         Synchronize package version management with MinGW Runtime.
1232
1233         * VERSION.m4: New file; link it to keep in sync with identically named
1234         file in top level composite package source directory; it defines...
1235         (__VERSION__): ...this new composite package version macro.
1236
1237         * aclocal.m4: Link it, to keep in sync with identically named files in
1238         top level composite source and sibling mingwrt sub-package directories.
1239         (__VERSION__): New macro; include VERSION.m4 to define it.
1240         (__BUG_REPORT_URL__): New macro; define it.
1241
1242         * configure.ac (AC_INIT): Assign package version and bug report URL...
1243         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1244         automatic inclusion of aclocal.m4
1245
1246         * Makefile.in (configure): Add dependency on VERSION.m4
1247
1248 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1249
1250         Eliminate redundant <parts/winioctl.h> header.
1251
1252         * include/parts/winioctl.h: Delete it; distribute its content...
1253         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1254         ...among these, separating it into discrete sections based on...
1255         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1256         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1257         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1258         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1259
1260         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1261         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1262
1263 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1264
1265         Enforce consistent specification of package version.
1266
1267         * include/w32api.h: Rename as...
1268         * include/w32api.h.in: ...this build-time template file.
1269         (__W32API_VERSION): Redefine it, in terms of...
1270         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1271         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1272         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1273         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1274         (%PACKAGE_VERSION_PATCH%): ...these.
1275
1276         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1277         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1278         mingwrt/include/_mingw.h.in file.
1279
1280         * Makefile.in (all-w32api-libs): Add dependency on...
1281         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1282         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1283         they apply appropriate substitutions to the renamed template files.
1284         (install-w32api-headers): Explicitly add w32api.h
1285
1286 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1287
1288         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1289
1290         * include/parts/winioctl.h: New file; it provides infrastructure for
1291         sharing of common code between DDK headers and primary <winioctl.h>
1292         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1293         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1294         macros; they facilitate more consise expression of factored out IOCTL
1295         and FSCTL macros; define them.
1296
1297         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1298         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1299         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1300         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1301
1302         * include/ddk/winddk.h: Assert copyright; tidy layout.
1303         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1304         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1305         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1306         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1307         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1308         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1309         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1310         (FILE_WRITE_ACCESS): Likewise.
1311         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1312         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1313         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1314         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1315         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1316         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1317         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1318         (PPARTITION_INFORMATION_MBR): Likewise.
1319         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1320         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1321         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1322         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1323         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1324         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1325         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1326         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1327         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1328         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1329         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1330         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1331         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1332         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1333         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1334         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1335         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1336         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1337         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1338         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1339         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1340         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1341         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1342         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1343         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1344         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1345         was defined only when including this enumeration from winioctl.h
1346         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1347         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1348         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1349         include parts/winioctl.h
1350
1351         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1352         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1353         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1354         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1355         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1356         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1357         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1358         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1359         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1360         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1361         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1362         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1363         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1364         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1365         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1366
1367         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1368         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1369         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1370         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1371         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1372         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1373         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1374         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1375         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1376         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1377         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1378         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1379         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1380         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1381         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1382         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1383         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1384         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1385         these macros are now defined in parts/winioctl.h; include it.
1386         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1387         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1388         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1389         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1390         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1391         (VALID_NTFT): Redefine as enumeration; factor it out.
1392         (IsRecognizedPartition, IsContainerPartition): Factor out.
1393         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1394         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1395         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1396         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1397         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1398         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1399         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1400         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1401         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1402         (struct _PARTITION_INFORMATION): Change field data types for...
1403         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1404         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1405         with Windows DDK convention, then factor out struct, together with...
1406         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1407         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1408         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1409         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1410         (struct _GET_LENGTH_INFORMATION)
1411         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1412         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1413         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1414         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1415         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1416         (PFORMAT_EX_PARAMETERS): Factor out.
1417         (struct _REASSIGN_BLOCKS): Change field data types for...
1418         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1419         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1420         convention, then factor out the struct definition, together with...
1421         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1422         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1423         (PSET_PARTITION_INFORMATION): Factor out.
1424         (struct _VERIFY_INFORMATION): Change field data type for...
1425         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1426         factor out the entire struct definition, together with...
1427         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1428         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1429         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1430         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1431         (PDISK_GROW_PARTITION): Factor out.
1432
1433         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1434         definitions from Windows DDK headers, by including parts/winioctl.h;
1435         delete duplicate definitions already identified as having been factored
1436         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1437         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1438         UCHAR, resulting in no significant changes, except that...
1439         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1440         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1441         (StorageManagerName): ...these previously missing fields, originally
1442         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1443         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1444
1445 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1446
1447         Windows application module version information API updates.
1448
1449         * include/winver.h: Assert copyright; tidy layout.
1450         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1451         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1452         having both ANSI and UTF-16LE specific alternative implementations.
1453         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1454         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1455         note that both are generic, with ANSI and UTF-16LE implementations,
1456         but the ANSI implementations are missing from MSVCRT.DLL when...
1457         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1458
1459         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1460         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1461
1462 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1463
1464         Revert a failed experimental macro construct.
1465
1466         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1467         code, and doesn't work in the C preprocessor conditional context where
1468         its associated constant definitions are most likely to be required.
1469         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1470         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1471         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1472         now in terms of their preferred equivalents from <sdkddkver.h>
1473
1474 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1475
1476         Code clean-up; fix MinGW-Bug [#2263].
1477
1478         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1479         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1480         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1481
1482         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1483         style comments, using ISO-C conforming style; remove all redundant
1484         parameter names from function prototype declarations, throughout.
1485         (pragma GCC system_header): Remove pointless conditional guard.
1486         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1487         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1488         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1489         alternatives, respectively; they offer improved self-documentation.
1490         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1491         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1492         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1493         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1494         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1495         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1496         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1497         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1498         from their __AW_STRING_A__ equivalent string constant definitions.
1499         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1500         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1501         a hexadecimal expression of the mask value over the former decimal.
1502         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1503         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1504         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1505         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1506         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1507         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1508         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1509         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1510         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1511         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1512         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1513         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1514         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1515         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1516         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1517         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1518         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1519         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1520         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1521         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1522         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1523         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1524         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1525         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1526         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1527         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1528         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1529         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1530         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1531         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1532         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1533         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1534         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1535         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1536         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1537         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1538         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1539         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1540         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1541         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1542         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1543         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1544         express them in hexadecimal, in preference to original decimal form.
1545         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1546         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1547         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1548         a string literal, but was missing delimiting quotes; insert them.
1549         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1550         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1551         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1552         aliases for each of the UNICODE/non-UNICODE cases respectively.
1553         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1554         was declared as type LPTSTR, but should be type LPSTR.
1555         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1556         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1557         type LPSTR, but should be type LPWSTR.
1558         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1559         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1560         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1561
1562 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1563
1564         Correct defect in build system compilation rule.
1565
1566         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1567         source file; it expands to also include prerequisite header files,
1568         which should not appear on the compilation command line.  Rewrite
1569         rule in static pattern format, and use $< instead.
1570
1571 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1572
1573         Build system corrections for GCC build time support.
1574
1575         * configure.ac (AC_PROG_CC): Don't use this; we need...
1576         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1577         building with only a stage 1 partially built GCC installation.
1578
1579         * Makefile.in (install-headers): New make objective; map it to...
1580         (install-w32api-headers): ...this, for which it is a logical alias.
1581
1582 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1583
1584         Overhaul and streamline build system configuration.
1585
1586         * configure.in: Delete obsolete file; replace with...
1587         * configure.ac: New file; rewritten per current autoconf conventions.
1588
1589         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1590         it now processes the entire build without using separate sub-makes.
1591
1592         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1593         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1594
1595 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1596
1597         Remove unused aclocal.m4 configuration file.
1598
1599         * aclocal.m4: Delete it; it provides no content used by this package.
1600
1601 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1602
1603         Adapt platform feature checks to NTDDI_VERSION conventions.
1604
1605         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1606         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1607         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1608         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1609         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1610
1611         * include/w32api.h: Assert copyright; include sdkddkver.h.
1612         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1613         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1614         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1615         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1616         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1617         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1618         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1619         macro definitions by long integer constants, and mark as deprecated.
1620         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1621         mingwrt/include/_mingw.h, whence we similarly relocate...
1622         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1623
1624         * include/windef.h: Assert copyright; include w32api.h, whence we
1625         infer default assignments, per included sdkddkver.h, for each of...
1626         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1627         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1628
1629 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1630
1631         Remove generated configure script from revision control.
1632
1633         * configure: Delete from SCM; maintainer must regenerate it, when
1634         required, as SCM will now ignore it.
1635
1636 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1637
1638         Cosmetic adjustment to match MSDN documentation.
1639
1640         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1641         of parameter #1 to be LPCVOID, in preference to formerly specified,
1642         and functionally equivalent, 'const LPVOID'.
1643
1644 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1645
1646         Correct typos, as identified by issue [#1534].
1647
1648         * include/setupapi.h (SetupCancelTemporary): Should be...
1649         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1650         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1651         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1652         (SetupQueryA, SetupQueryW): ...these respectively to...
1653         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1654         (SetupDiGetWizardage): Misspelled; correct it to...
1655         (SetupDiGetWizardPage): ...this.
1656
1657 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1658
1659         Declare WTSVirtualChannel API functions per issue [#1342].
1660
1661         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1662         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1663         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1664         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1665         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1666
1667         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1668
1669 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1670
1671         Correct MENUITEMINFO structure definition per issue [#1659].
1672
1673         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1674         field was defined as type DWORD; correct it to type ULONG_PTR.
1675
1676 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1677
1678         Extend visibility of winsock definitions when building Cygwin.
1679
1680         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1681         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1682         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1683         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1684         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1685         [__INSIDE_MSYS__]: ...keep them hidden.
1686
1687         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1688         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1689         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1690         [__INSIDE_MSYS__]: ...also keep them hidden.
1691
1692 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1693
1694         Correct version guard for WinXP minimum requirement.
1695
1696         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1697         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1698         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1699         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1700
1701 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1702
1703         Add missing <shobjidl.h> and associated UUID implementation.
1704
1705         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1706         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1707
1708 2012-03-19  Ben Greear  <greear@users.sf.net>
1709
1710         Adjust header file definition order, to fix issue [#1570].
1711
1712         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1713         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1714
1715 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1716
1717         Add missing return value, flagged by 'make test'.
1718
1719         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1720         Return NO_ERROR in virtual definition.
1721
1722 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1723
1724         Remove duplicate definitions, identified by 'make test'.
1725
1726         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1727         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1728         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1729         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1730         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1731         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1732
1733         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1734         correctly defined (per MSDN) in <wincrypt.h>
1735
1736 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1737
1738         Correct misuse of #ifdef, identified by 'make test'.
1739
1740         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1741         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1742
1743 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1744
1745         Replace more incorrectly named manifest constants.
1746
1747         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1748         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1749         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1750         definitions respectively; retain for backward compatibility only.
1751
1752 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1753
1754         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1755
1756         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1757
1758 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1759
1760         Add missing MAPVK manifest constant definitions.
1761
1762         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1763         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1764
1765 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1766
1767         Correct some misspelled manifest constant names.
1768
1769         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1770         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1771         alias to original misspelling, to maintain backward compatibility.
1772         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1773         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1774         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1775         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1776
1777 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1778
1779         Add a missing Win2K sockets IOCTL feature.
1780
1781         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1782
1783 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1784
1785         Fix an incorrectly typed structure member.
1786
1787         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1788         should be LPSTR; correct it.
1789
1790 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1791
1792         Add another missing manifest constant definition.
1793
1794         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1795
1796 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1797
1798         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1799
1800         * include/windef.h (PACKED): Delete macro definition; its name is not
1801         reserved, and may thus conflict with a user defined name; replace it...
1802         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1803         use __attribute__((packed)) directly instead.
1804
1805 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1806
1807         Fix bad typedef, per MinGW-Bug [#1529].
1808
1809         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1810         conform with MSDN reference, as identified by Safety0ff.
1811
1812 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1813
1814         Add a missing manifest constant definition.
1815
1816         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1817
1818 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1819
1820         Win2K and Vista userenv updates.
1821
1822         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1823         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1824         (ExpandEnvironmentStringsForUser): Define function aliases.
1825         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1826         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1827         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1828         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1829         (GetProfileType): Declare function prototypes.
1830         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1831         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1832         New manifest constants; define them.
1833
1834 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1835
1836         * Makefile.in: Increment CYGRELEASE to 2.
1837
1838 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1839
1840         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1841
1842 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1843
1844         * include/w32api.h: Increment version to 3.17.
1845         * Makefile.in: Ditto.
1846
1847 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1848
1849         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1850         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1851         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1852         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1853
1854 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1855
1856         * include/w32api.h: Increment version to 3.16.
1857         * Makefile.in: Ditto.
1858
1859 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1860
1861         * include/commctrl.h (NMTCKEYDOWN): Define.
1862
1863 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1864
1865         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1866         Define.
1867
1868 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1869
1870         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1871         PSAPI_WORKING_SET_INFORMATION): Define.
1872
1873 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1874
1875         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1876
1877 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1878
1879         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1880
1881 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1882
1883         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1884         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1885         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1886
1887 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1888
1889         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1890         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1891         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1892
1893 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1894
1895         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1896         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1897
1898 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1899
1900         * include/winbase.h (__MINGW_EXTENSION): Define.
1901         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1902         struct to correct issue with -std=c99.
1903
1904 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1905
1906         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1907         (TIMER_BASIC_INFORMATION): Define.
1908         (NtQueryTimer): Define.
1909         (ZwQueryTimer): Define.
1910
1911 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1912
1913         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1914
1915 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1916
1917         * include/winbase.h (GetComputerNameEx): Define.
1918
1919 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1920
1921         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1922
1923 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1924
1925         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1926         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1927         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1928         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1929         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1930         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1931         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1932         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1933         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1934
1935 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1936
1937         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1938         Add defines for backward compatibility.
1939
1940 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1941
1942         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1943         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1944         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1945         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1946         EnumResourceTypesW): Ditto.
1947         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1948
1949 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1950
1951         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1952
1953 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1954
1955         * include/bdatypes.h: Add missing semicolons.
1956
1957 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1958
1959         * include/w32api.h: Increment version to 3.15.
1960         * Makefile.in: Ditto.
1961
1962 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1963
1964         * Makefile.in: Update naming convention and compression format (lzma),
1965         leaving existing naming convention and compression format as is for Cygwin.
1966
1967 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1968
1969         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1970         STATE_SYSTEM_PROTECTED): Define.
1971
1972         Thank you to Marcus von Appen for reporting the issue.
1973
1974 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1975
1976         * include/winuser.h (CF_DIBV5): Define.
1977         (CF_MAX): Adjust accordingly.
1978
1979         Thank you to Lenard Lindstrom for reporting the issue.
1980
1981 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1982
1983         * include/sspi.h (QuerySecurityContextToken): Define.
1984         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
1985
1986         Thank you to Magnus Hagander for reporting the issue.
1987
1988 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
1989
1990         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
1991
1992 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1993
1994         * include/shlwapi (ASSOCDATA): Update definition.
1995
1996         Thank you to Frederic Deschamps for reporting the issue.
1997
1998 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1999
2000         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
2001         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
2002         COPY_FILE_NO_BUFFERING): Define.
2003
2004         Thank you to Roland Schwingel for reporting the issue.
2005
2006 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2007
2008         * include/winuser.h (HHOOK): Move definition from here...
2009         * include/windef.h: ...to here, as per MSDN.
2010
2011         Thank you to Samuel Thibault for reporting the issue.
2012
2013 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2014
2015         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
2016         MSDN, change return type to LPCH.
2017         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
2018
2019         Thank you to Emmanuel Stapf for reporting the issue.
2020
2021 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2022
2023         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
2024         * include/windowsx.h (SNDMSG): Ditto.
2025
2026 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2027
2028         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2029
2030         Thank you to Ozkan Sezer for reporting the issue.
2031
2032 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2033
2034         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2035
2036         Thank you to Chris Oldwood for reporting the issue.
2037
2038 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2039
2040         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2041
2042         Thank you to Rick Walsh for reporting the issue.
2043
2044 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2045
2046         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2047
2048 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2049
2050         * include/winbase.h (OVERLAPPED): Correct definition.
2051
2052 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2053
2054         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2055         definition.
2056
2057         Thank you to Pasi Ruokola for reporting the issue.
2058
2059 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2060
2061         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2062
2063         Thank you to cheznonnon for reporting the issue.
2064
2065 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2066
2067         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2068
2069 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2070
2071         * winnt.h: Fix several SUBLANG ID errors (ref:
2072         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2073         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2074         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2075         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2076         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2077         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2078         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2079         (SUBLANG_LAO_LAO): ... this.
2080         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2081         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2082         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2083         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2084         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2085         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2086         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2087         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2088         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2089         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2090         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2091
2092 2010-08-24  LRN  <lrn1986@gmail.com>
2093
2094         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2095         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2096         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2097         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2098         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2099         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2100         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2101         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2102         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2103         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2104         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2105         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2106         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2107         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2108         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2109         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2110         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2111         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2112         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2113         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2114         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2115         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2116         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2117         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2118         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2119         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2120         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2121         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2122         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2123         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2124         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2125         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2126         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2127         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2128         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2129         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2130         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2131         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2132         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2133         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2134         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2135         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2136         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2137         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2138         WAVE_FORMAT_DTS2): Define.
2139         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2140         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2141         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2142         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2143         Define.
2144
2145 2010-08-23  LRN  <lrn1986@gmail.com>
2146
2147         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2148         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2149         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2150         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2151         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2152         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2153         GetFinalPathNameByHandleW): Define.
2154
2155 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2156
2157         * lib/CheckConflicts.sh: New file.
2158
2159 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2160
2161         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2162         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2163         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2164         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2165         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2166         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2167         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2168         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2169         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2170         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2171         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2172         conflicting definition.
2173         * lib/th32.def: Remove.
2174         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2175         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2176         definition.
2177
2178 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2179
2180         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2181
2182 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2183
2184         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2185
2186 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2187
2188         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2189         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2190         * include/ddk/winddk.h: Ditto.
2191
2192 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2193
2194         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2195         CreateSymbolicLinkA, CreateSymbolicLink): Define
2196
2197 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2198
2199         * lib/kernel32.def(FatalExit): Correct definiton.
2200
2201 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2202
2203         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2204         from 2010-07-17 since it breaks several applications.
2205
2206 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2207
2208         * lib/kernel32.def: Regenerate using gendef.
2209
2210 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2211
2212         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2213
2214 2010-07-20  Michael James  <james.me@gmail.com>
2215
2216         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2217
2218 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2219
2220         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2221         definition.
2222         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2223         NdrMarshSCtxtHdl): Ditto.
2224         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2225         definition in favour of typedef definition.
2226
2227         Thank you to Yuta Tomino for reporting the issues.
2228
2229 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2230
2231         * include/gdiplus.h: New file.
2232         * include/gdiplus/gdiplus.h: New file.
2233         * include/gdiplus/gdiplusbase.h: New file.
2234         * include/gdiplus/gdiplusbrush.h: New file.
2235         * include/gdiplus/gdipluscolor.h: New file.
2236         * include/gdiplus/gdipluscolormatrix.h: New file.
2237         * include/gdiplus/gdipluseffects.h: New file.
2238         * include/gdiplus/gdiplusenums.h: New file.
2239         * include/gdiplus/gdiplusflat.h: New file.
2240         * include/gdiplus/gdiplusgpstubs.h: New file.
2241         * include/gdiplus/gdiplusgraphics.h: New file.
2242         * include/gdiplus/gdiplusheaders.h: New file.
2243         * include/gdiplus/gdiplusimageattributes.h: New file.
2244         * include/gdiplus/gdiplusimagecodec.h: New file.
2245         * include/gdiplus/gdiplusimaging.h: New file.
2246         * include/gdiplus/gdiplusimpl.h: New file.
2247         * include/gdiplus/gdiplusinit.h: New file.
2248         * include/gdiplus/gdipluslinecaps.h: New file.
2249         * include/gdiplus/gdiplusmatrix.h: New file.
2250         * include/gdiplus/gdiplusmem.h: New file.
2251         * include/gdiplus/gdiplusmetafile.h: New file.
2252         * include/gdiplus/gdiplusmetaheader.h: New file.
2253         * include/gdiplus/gdipluspath.h: New file.
2254         * include/gdiplus/gdipluspen.h: New file.
2255         * include/gdiplus/gdipluspixelformats.h: New file.
2256         * include/gdiplus/gdiplusstringformat.h: New file.
2257         * include/gdiplus/gdiplustypes.h: New file.
2258         * lib/gdiplus.c: New file containing GDI+ variable definitions
2259         and GUIDs.
2260         * lib/gdiplus.def: New file.
2261         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2262         add gdiplus.c to SOURCES.
2263         * lib/test.c: Include gdiplus.h.
2264
2265 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2266
2267         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2268         GetPerformanceInfo): Define.
2269         * lib/psapi.def (GetPerformanceInfo): Define.
2270         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2271         CryptEnumProviders): Define.
2272
2273 2010-02-17  LRN  <lrn1986@gmail.com>
2274
2275         * include/shlguid.h (IID_IFolderView): Define.
2276         * include/shlobj.h (IFolderView interface): Define.
2277         * lib/shell32.c (IID_IFolderView): Export.
2278
2279 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2280
2281         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2282         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2283
2284 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2285
2286         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2287
2288 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2289
2290         * include/shlobj.h (SHParseDisplayName): Fix definition.
2291
2292 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2293
2294         * include/w32api.h: Increment version to 3.14.
2295         * Makefile.in: Ditto.
2296
2297 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2298
2299         * include/shlobj.h (SHParseDisplayName): Define.
2300
2301         Thanks to James Roberts-Thomson for the report.
2302
2303 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2304
2305         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2306
2307         Thanks to Alexander Vassilev for the report.
2308
2309 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2310
2311         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2312
2313         Thanks to Thomas Denk for the report.
2314
2315 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2316
2317         * include/winbase.h (UnmapViewOfFile): Correct definition.
2318
2319         Thanks to Dimitry Sibiryakov for the report.
2320
2321 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2322
2323         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2324
2325 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2326
2327         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2328         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2329
2330 2009-20-10  Michael James  <james.me@gmail.com>
2331
2332         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2333         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2334         >= 0x0501.
2335         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2336         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2337         RemoveWindowSubclass@12): Add exports.
2338         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2339
2340 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2341
2342         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2343         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2344         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2345         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2346         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2347         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2348         RegisterTouchWindow, UnregisterTouchWindow): Define.
2349         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2350         RegisterTouchWindow, UnregisterTouchWindow): Define.
2351
2352 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2353
2354         * include/winver.h (VerQueryValue[AW]): Correct definition.
2355
2356 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2357
2358         * include/shlobj.h (SHARD): Add enum.
2359         (SHARD_PATH): Define based on UNICODE.
2360
2361         Thanks to Jacek Caban for the report.
2362
2363 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2364
2365         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2366
2367         Thanks to Bruno Martinez for the report.
2368
2369 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2370
2371         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2372         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2373         SHGetIconOverlayIndex): Define.
2374
2375         Thanks to Tim Kosse for the report.
2376
2377 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2378
2379         * include/wincon.h (AttachConsole): Correct guard.
2380
2381         Thanks to Alexander Shaduri for the report.
2382
2383 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2384
2385         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2386         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2387
2388 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2389
2390         * include/winerror.h: Fix typos in macro names.
2391
2392 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2393
2394         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2395         definition.
2396
2397 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2398
2399         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2400
2401 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2402
2403         Honor DESTDIR for winsup/mingw and winsup/w32api.
2404         Detect and report error if installation paths are win32
2405         format, but DESTDIR is non-empty.
2406
2407         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2408         when invoking make in subdirs.
2409         * lib/Makefile.in (DESTDIR): Honor per convention.
2410         (need-DESTDIR-compatibility): New macro; define it and a
2411         corresponding rule.
2412         (fail-DESTDIR-compatibility): New dependency goal.
2413         (install-libraries, install-headers, uninstall-libraries,
2414         uninstall-headers): Require need-DESTDIR-compatibility.
2415         * lib/ddk/Makefile.in: Ditto.
2416         * lib/directx/Makefile.in: Ditto.
2417
2418 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2419
2420         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2421         _WIN32_WINNT >= 0x0500.
2422         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2423         WRITE_RESTRICTED): Define.
2424         (IsTokenRestricted): Declare for >= Win 2000.
2425
2426 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2427
2428         * include/wtsapi32.h (WTSQuerySessionInformationA,
2429         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2430         Moved to (_WIN32_WINNT >= 0x0500) guard.
2431         (thanks to Pierre Ossman)
2432
2433 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2434
2435         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2436         IS_SURROGATE_PAIR): Define.
2437
2438 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2439
2440         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2441         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2442         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2443         * include/ddk/ntifs.h: Ditto.
2444         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2445
2446 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2447
2448         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2449         from here...
2450         * lib/gdo32.dll: ...to here.
2451
2452 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2453
2454         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2455         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2456         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2457         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2458         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2459         entry points.
2460
2461 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2462
2463         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2464         WTSEnumerateSessionsA): Add function prototypes.
2465         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2466         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2467         defines dependent on UNICODE setting.
2468
2469 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2470
2471         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2472         and vice versa.
2473         * include/ddk/ntifs.h: Ditto.
2474         * include/ddk/winddk.h: Ditto.
2475         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2476         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2477         in header, but missing in lib.  Omit NT4-only entry points.
2478
2479 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2480
2481         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2482         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2483         * lib/shell32.def (SHGetImageList): Define.
2484
2485 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2486
2487         * winnt.h: Add Vista token security extensions.
2488         (SID_HASH_SIZE): Define.
2489         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2490         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2491         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2492         (SID_HASH_ENTRY): Define.
2493         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2494         (struct _TOKEN_LINKED_TOKEN): Define.
2495         (struct _TOKEN_MANDATORY_LABEL): Define.
2496         (struct _TOKEN_MANDATORY_POLICY): Define.
2497         (struct _TOKEN_ELEVATION): Define.
2498         (struct _TOKEN_ACCESS_INFORMATION): Define.
2499         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2500         information enumeration values.
2501
2502 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2503
2504         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2505         from ddk/ntifs.h.
2506
2507 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2508
2509         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2510
2511 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2512
2513         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2514
2515 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2516
2517         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2518         NtSetEaFile.
2519
2520 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2521
2522         * include/winbase.h (SCS_64BIT_BINARY): Define.
2523
2524 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2525
2526         * include/w32api.h: Increment version to 3.13.
2527         * Makefile.in: Ditto.
2528
2529 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2530
2531         * lib/glut.def: remove.
2532         * lib/glut32.def: ditto.
2533
2534 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2535
2536         * include/winbase.h (PROCESS_DEP_ENABLE,
2537         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2538         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2539         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2540
2541 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2542
2543         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2544
2545 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2546
2547         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2548
2549 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2550
2551         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2552
2553 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2554
2555         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2556         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2557         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2558         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2559         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2560         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2561         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2562         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2563         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2564         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2565         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2566         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2567         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2568         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2569         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2570         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2571         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2572         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2573         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2574         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2575         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2576         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2577         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2578         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2579         (capSendMessage): Don't undef.
2580
2581 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2582
2583         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2584         undefined.
2585
2586 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2587
2588         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2589         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2590         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2591         SUBLANG_ROMANIAN_MOLDOVA): Define.
2592
2593 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2594
2595         * include/shlwapi.h (ASSOCSTR): Update enum.
2596
2597 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2598
2599         * include/w32api.h: Increment version to 3.12.
2600         * Makefile.in: Ditto.
2601
2602 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2603
2604         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2605
2606 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2607
2608         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2609
2610 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2611
2612         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2613         Thanks to Richard Hughes for report.
2614
2615 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2616
2617         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2618         naming standard for Cygwin.
2619
2620 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2621
2622         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2623
2624 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2625
2626         * include/ddk/scsi.h: Define READ_TOC formats.
2627         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2628
2629 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2630
2631         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2632         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2633         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2634         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2635         NdisMCancelTimer): Define.
2636         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2637         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2638         eliminate warnings.
2639         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2640         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2641         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2642         Export.
2643
2644 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2645
2646         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2647         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2648
2649 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2650
2651         * include/ddk/winddk.h (KeRaiseIrql): Define.
2652         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2653
2654 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2655
2656         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2657         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2658         (InterlockedIncrement, InterlockedDecrement): fix warning.
2659         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2660         (KeNumberProcessors): Export.
2661
2662 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2663
2664         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2665         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2666         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2667         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2668         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2669
2670 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2671
2672         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2673
2674         Thanks to Tim Kosse <botg at users dot sf dot net>.
2675
2676 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2677
2678         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2679         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2680         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2681         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2682         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2683         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2684         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2685
2686 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2687
2688         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2689         WTSQuerySessionInformation, WTSFreeMemory): Define.
2690
2691 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2692
2693         * lib/gdi32.def (SetLayout): Export.
2694
2695 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2696
2697         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2698         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2699         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2700         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2701         CertSetCertificateContextProperty, CertCompareCertificateName,
2702         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2703         CryptGetDefaultProviderW and many corresponding macroes): Define.
2704         * lib/crypt32.def (Export the above 11 functions): Export.
2705         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2706         macroes): Define.
2707
2708
2709 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2710
2711         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2712         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2713
2714 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2715
2716         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2717
2718 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2719
2720         * include/lmaccess.h (struct _USER_INFO_4): Define.
2721         (struct _USER_INFO_23): Define.
2722         (struct _GROUP_INFO_3): Define.
2723
2724 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2725
2726         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2727         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2728         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2729         MIB_TCP6TABLE_OWNER_PID): Define.
2730         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2731
2732 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2733
2734         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2735         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2736         of 0x0502.
2737         Bug reported by Thomas Denk.
2738
2739 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2740
2741         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2742         InterlockedCompareExchange, InterlockedExchange,
2743         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2744         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2745         Bug reported by Erik Blake.
2746
2747 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2748
2749         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2750         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2751         Bug reported by Brian Hawley.
2752
2753 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2754
2755         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2756         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2757         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2758         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2759         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2760         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2761         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2762         (DsGetDcNameW, DsGetDcNameA): Declare.
2763         (DsGetDcName): Define.
2764         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2765
2766 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2767
2768         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2769
2770         Thanks to Tim Kosse <botg at users dot sf dot net>.
2771
2772 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2773
2774         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2775
2776         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2777
2778 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2779
2780         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2781         (FILE_SUPPORTS_TRANSACTIONS): Define.
2782
2783 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2784
2785         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2786         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2787
2788 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2789
2790         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2791         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2792         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2793         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2794         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2795         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2796         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2797         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2798         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2799         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2800         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2801         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2802         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2803         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2804         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2805         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2806         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2807         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2808         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2809         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2810         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2811         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2812         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2813         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2814         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2815         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2816         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2817         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2818         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2819         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2820         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2821         capDriverConnect, capDriverDisconnect, capDriverGetName,
2822         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2823         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2824         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2825         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2826         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2827         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2828         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2829         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2830         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2831         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2832         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2833         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2834         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2835         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2836         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2837
2838 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2839
2840         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2841         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2842         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2843         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2844         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2845         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2846         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2847         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2848         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2849         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2850         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2851         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2852         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2853         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2854         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2855         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2856         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2857         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2858         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2859         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2860         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2861         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2862         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2863         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2864         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2865         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2866         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2867         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2868         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2869         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2870         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2871         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2872         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2873         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2874         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2875         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2876         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2877         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2878         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2879         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2880         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2881         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2882         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2883         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2884         *SpUserModeInitializeFn): Define.
2885         * include/sspi.h (SECURITY_STRING): Define.
2886
2887 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2888
2889         * include/specstrings.h: Add more dummy defines.
2890
2891 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2892
2893         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2894         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2895         (SECURITY_MANDATORY_LOW_RID): Define.
2896         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2897         (SECURITY_MANDATORY_HIGH_RID): Define.
2898         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2899         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2900         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2901         (SE_GROUP_INTEGRITY): Define.
2902         (SE_GROUP_INTEGRITY_ENABLED): Define.
2903
2904 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2905
2906         * include/sddl.h (ConvertStringSidToSidA): Declare.
2907         (ConvertStringSidToSidW): Declare.
2908         (ConvertStringSidToSid): Define.
2909
2910 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2911
2912         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2913         and MPR_INTERFACE_3 structure since they are available only in Windows
2914         Server 2008
2915
2916         Thanks to crackedmind  <crackedmind at sf dot net>.
2917
2918 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2919
2920         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2921         definitions.
2922         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2923
2924 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2925
2926         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2927
2928 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2929
2930         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2931         * include/windef.h (IN, OUT, OPTIONAL): Define.
2932
2933 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2934
2935         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2936         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2937         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2938         __out_bcount_opt): Move to specstrings.h.
2939
2940 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2941
2942         * lib/bthprops.def: new file, bluetooth imports.
2943
2944 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2945
2946         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2947         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2948         __out_bcount_opt): Defined additional pseudo-modifiers.
2949
2950 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2951         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2952         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2953         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2954         dwRedialPause.
2955
2956 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2957
2958         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2959         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2960         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2961         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2962         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2963         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2964         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2965         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2966         * include/winuser.h (RegisterPowerSettingNotification,
2967         UnregisterPowerSettingNotification): Add prototypes.
2968         * lib/user32.def: Added imports for the above prototypes.
2969         * lib/Makefile.in: Added build support for power-uuid.c.
2970         * lib/power-uuid.c: New file containing power GUID definitions.
2971
2972 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2973
2974         * include/ras.h (RAS_MaxDnsSuffix): define.
2975
2976 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2977
2978         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
2979         Add prototypes.
2980         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
2981         Add exports.
2982
2983 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2984
2985         * include/w32api.h: Increment version to 3.11.
2986         * Makefile.in: Ditto.
2987
2988 2007-12-11  Dave Korn  <dave.korn@artimi.com>
2989
2990         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
2991         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
2992
2993 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2994
2995         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
2996
2997 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
2998
2999         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
3000         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
3001
3002 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
3003
3004         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
3005
3006 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
3007
3008         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
3009         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
3010         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
3011         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
3012         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
3013         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
3014         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
3015         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
3016         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
3017         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
3018         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
3019         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
3020         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
3021         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
3022         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
3023         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
3024         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
3025         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3026         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3027         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3028         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3029         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3030         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3031         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3032         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3033         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3034         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3035         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3036         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3037         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3038         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3039         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3040         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3041         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3042         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3043         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3044         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3045         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3046         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3047         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3048         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3049         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3050         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3051         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3052         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3053         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3054         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3055         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3056         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3057         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3058         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3059         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3060         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3061         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3062         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3063         CryptEncodeObjectEx): define.
3064
3065 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3066
3067         * include/winbase.h (CheckTokenMembership): define.
3068
3069 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3070
3071         * include/rpcndr.h: Missing NdrClientCall2 entry.
3072         * lib/rpcrt4.def: Ditto.
3073
3074 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3075         * lib/scnsave.c: Multi-monitor support.
3076
3077 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3078
3079         * include/w32api.h: Increment version to 3.10.
3080         * Makefile.in: Ditto.
3081
3082 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3083
3084         * include/winbase.h (ReOpenFile): Add prototype.
3085         * lib/kernel32.def (ReOpenFile@16): Add export.
3086
3087 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3088
3089         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3090
3091 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3092
3093         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3094         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3095
3096 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3097
3098         * include/wtypes.h (LPDECIMAL): Define.
3099         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3100
3101 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3102
3103         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3104
3105 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3106
3107         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3108         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3109
3110 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3111
3112         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3113         Define.
3114
3115 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3116
3117         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3118         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3119         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3120         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3121         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3122         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3123         Sync with include/pbt.h.
3124
3125 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3126
3127         [mingw-Bugs-1751518]
3128         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3129         get_URL.
3130
3131         [mingw-Bugs-1751565]
3132         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3133
3134         [mingw-Bugs-1751595]
3135         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3136         methods.
3137
3138         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3139
3140 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3141
3142         [mingw-Bugs-1750898]
3143         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3144         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3145
3146 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3147
3148         [mingw-Bugs-1749305]
3149         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3150
3151 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3152
3153         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3154
3155 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3156
3157         * include/oaidl.h: Include windows.h and ole2.h,
3158         unless COM_NO_WINDOWS_H.
3159
3160         [mingw-Bugs-1742130]
3161         * include/oaidl.h (struct tagVARIANT): Add union members
3162         LONGLONG  * pllVal and ULONGLONG * pullVal.
3163
3164 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3165
3166         * include/ws2tcpip.h (s6_addr32): Correct definition.
3167         Thanks to Alfred E. Heggestad <aeh at db dot org>
3168
3169 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3170
3171         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3172
3173         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3174         supplying the information.
3175
3176 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3177
3178         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3179
3180 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3181
3182         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3183         Vista.
3184
3185 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3186
3187          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3188         CRYPTPROTECT_LOCAL_MACHINE): Define.
3189
3190 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3191
3192         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3193         Define.
3194
3195 2007-03-30  Brian Dessent  <brian@dessent.net>
3196
3197         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3198
3199 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3200
3201         * include/w32api.h: Increment version to 3.9.
3202         * Makefile.in: Ditto.
3203
3204 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3205
3206         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3207
3208 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3209
3210         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3211
3212 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3213
3214         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3215         Added SetupConfigureWmiFromInfSectionW
3216         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3217
3218         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3219
3220         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3221         Added PBT_APMQUERYSTANDBY
3222         Added PBT_APMQUERYSUSPENDFAILED
3223         Added PBT_APMQUERYSTANDBYFAILED
3224         Added PBT_APMSUSPEND
3225         Added PBT_APMSTANDBY
3226         Added PBT_APMRESUMECRITICAL
3227         Added PBT_APMRESUMESUSPEND
3228         Added PBT_APMRESUMESTANDBY
3229         Added PBT_APMBATTERYLOW
3230         Added PBT_APMPOWERSTATUSCHANGE
3231         Added PBT_APMOEMEVENT
3232         Added PBT_APMRESUMEAUTOMATIC
3233
3234         * include/wtsapi32.h: New file
3235
3236         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3237
3238 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3239
3240         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3241         argument to constant.
3242
3243 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3244
3245         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3246         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3247         Add prototypes.
3248         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3249
3250 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3251
3252         * lib/user32.def (InternalGetWindowText): Add stub.
3253
3254 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3255
3256         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3257         LANG_BOSNIAN_NEUTRAL): Define.
3258
3259 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3260
3261         * include/winuser.h: Add guards around TITLEBARINFO and
3262         GetTitleBarInfo().
3263
3264 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3265
3266         * include/winbase.h (struct _OVERLAPPED): Change type of
3267         Internal, InternalHigh members to ULONG_PTR.
3268         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3269         (CreateIoCompletionPort): Likewise.
3270         (PostQueuedCompletionStatus): Likewise.
3271         (QueueUserAPC): Likewise.
3272
3273 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3274
3275         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3276         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3277         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3278         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3279         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3280         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3281         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3282         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3283         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3284         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3285
3286 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3287
3288         * Makefile.in: Add aclocal.m4 to source release.
3289
3290 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3291
3292         * include/w32api.h: Increment version to 3.8.
3293         * Makefile.in: Ditto.
3294
3295 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3296
3297         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3298         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3299
3300         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3301
3302 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3303
3304         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3305
3306         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3307         inline static.
3308         (GetFiberData): Likewise.
3309         * lib/kernel32.c: Remove.
3310         * lib/Makefile.in: Remove reference to kernel32.[co].
3311
3312 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3313
3314         * include/winnt.h (SE_RELABEL_NAME): Define.
3315         (SE_INCREASE_WORKING_SET_NAME): Define.
3316         (SE_TIME_ZONE_NAME): Define.
3317         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3318
3319 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3320
3321         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3322         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3323         SymbolicLinkReparseBuffer substructure.
3324
3325 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3326
3327         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3328
3329 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3330
3331         * lib/Makefile.in: Fix order for 'all' rule.
3332
3333 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3334
3335         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3336
3337 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3338
3339         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3340         mappings.
3341         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3342         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3343
3344 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3345
3346         * include/rpc.h: Add whitespace.
3347         * include/winnt.h (C_ASSERT): Define.
3348
3349 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3350
3351         [mingw-Bugs-1568067]
3352         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3353         * include/wingdi.h: (DM_POSITION): Define.
3354
3355 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3356
3357         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3358         * lib/user32.def: Likewise.
3359
3360 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3361
3362         * lib/Makefile.in: fix typo.
3363         * lib/ddk/Makefile.in: fix typo.
3364         * lib/directx/Makefile.in: fix typo.
3365
3366         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3367         for pointing it out.
3368
3369 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3370
3371         * Makefile.in: Remove files from lib directory with distclean target
3372
3373 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3374
3375         * include/winuser.h (CS_DROPSHADOW): Define.
3376
3377 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3378
3379         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3380         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3381         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3382         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3383
3384         Increase each constant by 1.
3385
3386 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3387
3388         [mingw-Bugs-1553275]
3389         * include/wingdi.h (SetLayout): Add prototype.
3390         (GetLayout): Likewise.
3391
3392 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3393
3394         [mingw-Bugs-1550139]
3395         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3396         Tanks to:  Samit Basu <samitbasu at sf dot net>
3397         (GetRecordInfoFromGuids): Add prototype.
3398
3399 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3400
3401         * include/winbase.h: Add comment about 'missing' SEM flag.
3402
3403 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3404
3405         * configure.in: Substitute with_cross_host in depending files.
3406         * configure: Regenerate.
3407         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3408         Set installation directories accordingly.
3409         * lib/ddk/Makefile.in: Ditto.
3410         * lib/directx/Makefile.in: Ditto.
3411
3412 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3413
3414         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3415         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3416         Bug reported by: <macleone at users dot sf dot net>
3417
3418 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3419
3420         Update some more IMAGE relocation type indicators
3421         to PECOFF v8 (May, 2006) specs.
3422
3423         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3424         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3425         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3426         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3427         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3428         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3429         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3430         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3431         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3432         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3433         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3434         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3435         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3436         IMAGE_REL_SHM_NOMODE): Add defines.
3437
3438         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3439         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3440         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3441         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3442         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3443         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3444         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3445         IMAGE_REL_M32R_TOKEN): Add defines.
3446
3447         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3448
3449 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3450
3451         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3452         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3453         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3454         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3455         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3456         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3457         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3458         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3459         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3460         Add defines.
3461
3462         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3463         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3464         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3465         Add defines.
3466
3467         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3468
3469         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3470         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3471         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3472         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3473         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3474         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3475
3476         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3477
3478         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3479         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3480         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3481         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3482         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3483         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3484         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3485         Add defines.
3486
3487         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3488         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3489         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3490         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3491         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3492         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3493         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3494         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3495         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3496         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3497         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3498         IMAGE_REL_IA64_ADDEND): Add defines.
3499
3500         (IMAGE_SCN_GPREL): Add define.
3501
3502 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3503
3504         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3505         * include/basetyps.h:  Likewise.
3506         (_COM_interface): New define.
3507         (interface): Define to _COM_interface, conditional on !__OBJC__.
3508         Replace 'interface' with '_COM_interface', throughout.
3509         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3510         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3511         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3512         * include/mshtml.h: Likewise.
3513         * include/oaidl.h: Likewise.
3514         * include/objfwd.h: Likewise.
3515         * include/objidl.h: Likewise.
3516         * include/ocidl.h: Likwise.
3517         * include/olectl.h: Likewise.
3518         * include/oleidl.h: Likewise.
3519         * include/shlobj.h: Likewise.
3520         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3521         * include/vfw.h: Likewise.
3522         * include/windows.h. Likewise. Add comment.
3523         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3524         throughout.
3525
3526         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3527         Add test for conflict with '@interface'
3528
3529 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3530
3531         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3532         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3533         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3534         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3535         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3536         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3537         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3538         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3539         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3540         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3541         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3542         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3543         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3544         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3545         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3546         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3547         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3548         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3549         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3550         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3551         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3552         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3553         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3554         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3555         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3556         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3557         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3558         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3559         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3560         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3561         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3562         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3563         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3564         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3565         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3566         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3567         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3568         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3569         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3570         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3571         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3572         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3573         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3574         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3575         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3576         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3577         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3578         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3579         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3580         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3581         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3582         CertDeleteCertificateFromStore): Define.
3583         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3584         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3585         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3586         CertAddCertificateContextToStore, CertCompareCertificate,
3587         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3588         Define.
3589
3590 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3591
3592         * lib/uuid.c: Remove.
3593
3594 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3595
3596         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3597         declarations. They were extracted from the registry with a script.
3598         * lib/devguid.c: Add new file with the implementation of the
3599         missing GUIDs.
3600         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3601
3602 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3603
3604         * include/winuser.h (WM_INPUT): Add missing Raw Input
3605         notification define.
3606         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3607         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3608
3609 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3610
3611         [mingw-Bugs-1525021]
3612         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3613         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3614         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3615         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3616         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3617         (IP_ADAPTER_ADDRESSES): Likewise.
3618
3619 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3620
3621         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3622         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3623         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3624         extras-uuid.c.
3625         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3626         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3627         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3628         * lib/hlguids-uuid.c: State source of CLSIDs.
3629
3630 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3631
3632         * lib/Makefile.in: Added extras-uuid as an object and source.
3633         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3634         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3635         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3636         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3637         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3638         * lib/extras-uuid.c: New file.
3639         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3640         net).
3641
3642 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3643
3644         [mingw-Bugs-1424461]
3645         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3646         throughout.
3647         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3648         _NO_W32_PSEUDO_MODIFIERS.
3649         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3650         throughout.
3651         *include/rpcnsip.h: Likewise.
3652         *include/windef.h: Don't define IN, OUT or OPTIONAL
3653         if _NO_W32_PSEUDO_MODIFIERS.
3654         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3655         throughout.
3656         *include/ddk/cfgmgr32.h: Likewise.
3657         *include/ddk/ddkmapi.h: Likewise.
3658         *include/ddk/hidclass.h: Likewise.
3659         *include/ddk/hidpi.h: Likewise.
3660         *include/ddk/kbdmou.h: Likewise.
3661         *include/ddk/mcd.h: Likewise.
3662         *include/ddk/miniport.h: Likewise.
3663         *include/ddk/minitape.h: Likewise.
3664         *include/ddk/ndis.h: Likewise.
3665         *include/ddk/ndistapi.h: Likewise.
3666         *include/ddk/ndiswan.h: Likewise.
3667         *include/ddk/ntapi.h: Likewise.
3668         *include/ddk/ntdd8042.h: Likewise.
3669         *include/ddk/ntddpcm.h: Likewise.
3670         *include/ddk/ntifs.h: Likewise.
3671         *include/ddk/ntpoapi.h: Likewise.
3672         *include/ddk/parallel.h: Likewise.
3673         *include/ddk/pfhook.h: Likewise.
3674         *include/ddk/scsiwmi.h: Likewise.
3675         *include/ddk/smbus.h: Likewise.
3676         *include/ddk/srb.h: Likewise.
3677         *include/ddk/storport.h: Likewise.
3678         *include/ddk/tdikrnl.h: Likewise.
3679         *include/ddk/upssvc.h: Likewise.
3680         *include/ddk/usbcamdi.h: Likewise.
3681         *include/ddk/usbscan.h: Likewise.
3682         *include/ddk/video.h: Likewise.
3683         *include/ddk/videoagp.h: Likewise.
3684         *include/ddk/win2k.h: Likewise.
3685         *include/ddk/winddi.h: Likewise.
3686         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3687         if _NO_W32_PSEUDO_MODIFIERS.
3688         Comment out IN, OUT and OPTIONAL, throughout.
3689         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3690         throughout.
3691         *include/ddk/ws2san.h: Likewise.
3692
3693 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3694
3695         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3696
3697 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3698
3699         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3700         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3701         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3702         * lib/hlguids-uuid.c: New file.
3703         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3704         net).
3705
3706 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3707
3708         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3709         objects.
3710         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3711         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3712         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3713         IID_IHlinkTarget): Remove.  Moved to new files.
3714         * lib/urlmon-uuid.c: New file.
3715         * lib/hlink-uuid.c: New file.
3716
3717 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3718
3719         * lib/Makefile.in: Added ativscp-uuid as source and object.
3720         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3721         IID_IActiveScriptParse, IID_IActiveScriptSite,
3722         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3723         * lib/ativscp-uuid.c: New file.
3724
3725 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3726
3727         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3728         Remove.  Moved to objidl-uuid.c
3729         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3730         IID_IServerSecurity): Defined.
3731
3732 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3733
3734         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3735         objects.
3736         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3737         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3738         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3739         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3740         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3741         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3742         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3743         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3744         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3745         files.
3746         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3747         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3748         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3749         * lib/cguid-uuid.c: New file.
3750         * lib/olectlid-uuid.c: New file.
3751
3752 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3753
3754         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3755         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3756         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3757         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3758         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3759         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3760         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3761         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3762         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3763         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3764         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3765         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3766         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3767         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3768         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3769         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3770         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3771         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3772         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3773         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3774         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3775         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3776         * lib/comcat-uuid.c: New file.
3777         * lib/docobj-uuid.c: New File.
3778         * lib/exdisp-uuid.c: New file.
3779         * lib/mlang-uuid.c: New file.
3780         * lib/oaidl-uuid.c: New file.
3781         * lib/objidl-uuid.c: New file.
3782         * lib/objsafe-uuid.c: New file.
3783
3784 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3785
3786         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3787         objects.
3788         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3789         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3790         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3791         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3792         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3793         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3794         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3795         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3796         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3797         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3798         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3799         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3800         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3801         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3802         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3803         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3804         * lib/oleidl-uuid.c: New file.
3805         * lib/oleacc-uuid.c: New file.
3806         * lib/ocidl-uuid.c: New file.
3807
3808 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3809
3810         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3811         objects.
3812         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3813         Remove.  Moved to unknwn-uuid and servprov-uuid.
3814         * lib/unknwn-uuid.c: New file.
3815         * lib/servprov-uuid.c: New file.
3816
3817 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3818
3819         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3820         enum.
3821
3822 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3823
3824         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3825
3826 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3827
3828         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3829         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3830         wingdi.h defines.
3831
3832 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3833
3834         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3835         duplicate defines.
3836
3837         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3838         removal.
3839         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3840
3841 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3842
3843         * configure.in: Update to newer autoconf.
3844         (thanks to Steve Ellcey)
3845         * configure: Regenerate.
3846         * aclocal.m4: New file.
3847
3848 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3849
3850         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3851
3852 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3853
3854         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3855         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3856         as macros.
3857         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3858
3859 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3860
3861         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3862         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3863         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3864         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3865         (MprAdminMIBSetTrapInfo): Declare functions.
3866         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3867         (MIB_SERVER_HANDLE): New typedef.
3868         (MprConfigTransportSetInfo): Declare function.
3869         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3870         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3871
3872 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3873
3874         * lib/rtutils.def: New file. Generated on Windows XP.
3875         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3876         * include/rtutils.h: New file.
3877         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3878         Commented out, they're missing from rtutils.def.
3879
3880 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3881
3882         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3883         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3884         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3885         (MprInfoRemoveAll): Declare functions.
3886
3887 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3888
3889         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3890         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3891         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3892         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3893         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3894         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3895         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3896         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3897         (MprConfigServerConnect,MprConfigServerDisconnect)
3898         (MprConfigServerGetInfo,MprConfigServerInstall)
3899         (MprConfigServerRestore,MprConfigTransportCreate)
3900         (MprConfigTransportDelete,MprConfigTransportEnum)
3901         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3902         (MprConfigTransportSetInfo): Declare functions.
3903
3904 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3905
3906         * include/mprapi.h (MprAdminBufferFree)
3907         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3908         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3909         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3910         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3911         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3912         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3913         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3914         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3915         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3916         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3917         (MprAdminInterfaceTransportSetInfo)
3918         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3919         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3920         (MprAdminServerConnect,MprAdminServerDisconnect)
3921         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3922         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3923         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3924
3925 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3926
3927         * include/ipxtfflt.h: New file.
3928
3929 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3930
3931         * include/mprapi.h: Fix header guard. Cleanup.
3932         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3933         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3934         (MprAdminConnectionHangupNotification)
3935         (MprAdminConnectionHangupNotification2)
3936         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3937         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3938         (MprAdminReleaseIpAddress): Declare functions.
3939         * lib/mprapi.def: Regenerate on Windows XP.
3940
3941 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3942
3943         * include/ipifcons.h: Cleanup.
3944         * include/ipxconst.h: Fix header guard.
3945         * include/ipxrtdef.h: include <ipxconst.h>.
3946
3947 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3948
3949         * include/ipxrtdef.h: Cleanup.
3950         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3951         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3952         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3953         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3954         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3955         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3956         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3957         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3958         * include/routprot.h: Cleanup.
3959         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3960         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3961         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3962         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3963         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3964         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3965         * include/fltdefs.h: New file.
3966         * include/ipinfoid.h: New file.
3967
3968 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3969
3970         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3971         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3972         (IAMCertifiedOutputProtection): Add interfaces.
3973         * include/adsprop.h: New file.
3974         * include/cmnquery.h: New file.
3975         * include/dsadmin.h: New file.
3976         * include/dsclient.h: New file.
3977         * include/dsgetdc.h: New file.
3978         * include/dsquery.h: New file.
3979         * include/dsrole.h: New file.
3980         * include/ntdsapi.h: New file.
3981         * include/ntdsbcli.h: New file.
3982         * include/objsel.h: New file.
3983
3984 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3985
3986         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
3987         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
3988         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
3989         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
3990         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
3991         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
3992         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
3993         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
3994
3995 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3996
3997         * include/qedit.h: New file.
3998         * include/errors.h: Cleanup.
3999
4000 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4001
4002         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
4003         avoid dependency on <string.h>.
4004         There's no Win32 equivalent for memcmp:
4005         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
4006
4007 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4008
4009         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
4010         instead of memset to avoid dependency on <string.h>.
4011         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
4012         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
4013         (AM_WST_STYLE): Add enums.
4014         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
4015         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
4016         structures.
4017         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
4018         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
4019         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
4020         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
4021         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
4022         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
4023         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
4024         (VFW_E_DVD_NO_RESUME_INFORMATION)
4025         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4026         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4027         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4028         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4029         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4030         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4031         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4032         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4033         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4034         * include/strmif.h: ... to here. New file.
4035         * include/aviriff.h: New file.
4036         * include/bdatypes.h: New file.
4037         * include/control.h: New file.
4038         * include/dvdmedia.h: New file.
4039         * include/il21dec.h: New file.
4040         * include/ks.h: New file.
4041         * include/ksmedia.h: New file.
4042         * include/mmreg.h: New file.
4043         * include/mpegtype.h: New file.
4044         * include/vidcap.h: New file.
4045         * include/vmr9.h: New file.
4046         * include/vptype.h: New file.
4047         * include/xprtdefs.h: New file.
4048
4049 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4050
4051         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4052         Documented as defined on Windows 2000 or later.
4053         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4054         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4055         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4056         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4057         but values unknown, Windows Vista or later.
4058         (CAL_UMALQURA): Cleanup.
4059         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4060         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4061         (CAL_SSHORTESTDAYNAME7): Cleanup.
4062         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4063         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4064
4065 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4066
4067         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4068         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4069         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4070         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4071         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4072         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4073         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4074         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4075         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4076         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4077         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4078         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4079         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4080         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4081         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4082         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4083         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4084         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4085         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4086         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4087         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4088         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4089         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4090         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4091         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4092         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4093         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4094         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4095         (DMDFO_CENTER): Define.
4096         (GetDCBrushColor,GetDCPenColor): Declare.
4097         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4098
4099 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4100
4101         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4102         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4103         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4104         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4105         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4106         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4107         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4108         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4109         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4110         (LANG_DARI,LANG_MALAGASY)
4111         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4112         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4113         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4114         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4115         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4116         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4117         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4118         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4119         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4120         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4121         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4122         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4123         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4124         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4125         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4126         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4127         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4128         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4129         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4130         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4131         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4132         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4133         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4134         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4135         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4136         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4137         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4138         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4139         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4140         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4141         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4142         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4143         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4144         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4145         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4146         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4147         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4148         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4149         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4150         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4151         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4152         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4153         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4154         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4155         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4156         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4157         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4158         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4159         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4160         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4161         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4162         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4163         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4164         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4165         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4166         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4167         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4168         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4169         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4170         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4171         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4172         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4173         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4174
4175 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4176
4177         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4178         it was moved.
4179
4180 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4181
4182         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4183         SPI_SETSCREENSAVERUNNING.
4184         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4185
4186 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4187
4188         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4189         It had been removed because it's no documented, but Cygwin needs it.
4190
4191 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4192
4193         * include/amvideo.h (IFullScreenVideo): Define.
4194         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4195         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4196
4197 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4198
4199         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4200         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4201         as available on Windows 98 and better.
4202         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4203         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4204         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4205
4206 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4207
4208         * include/amvideo.h: New file.
4209         * include/dshow.h: Include <amvideo.h>.
4210
4211 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4212
4213         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4214         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4215         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4216         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4217         (HWND_BROADCAST): Cleanup.
4218         (HWND_MESSAGE): Windows 2000 only.
4219         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4220         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4221         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4222         (SIF_ALL): Cleanup.
4223         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4224         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4225         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4226         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4227         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4228         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4229         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4230         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4231         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4232         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4233         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4234         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4235         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4236         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4237         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4238         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4239         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4240         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4241         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4242         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4243         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4244         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4245         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4246         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4247         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4248         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4249         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4250         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4251         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4252         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4253         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4254         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4255         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4256         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4257         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4258         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4259         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4260         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4261         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4262         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4263         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4264         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4265         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4266         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4267         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4268         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4269         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4270         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4271         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4272         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4273         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4274         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4275         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4276         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4277         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4278         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4279         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4280         (SPI_SCREENSAVERRUNNING): Removed.
4281         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4282         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4283         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4284         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4285
4286 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4287
4288         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4289         (MprAdminGetPDCServer): Add prototype.
4290         (MprAdminSendUserMessage): Add prototype.
4291         (MprAdminUserGetInfo): Add prototype.
4292         (MprAdminUserSetInfo): Add prototype.
4293         * lib/mprapi.def: Add stubs for above functions.
4294
4295 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4296
4297         * lib/directx/quartz.def: Move from here...
4298         * lib/quartz.def: ... to here.
4299
4300 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4301
4302         * include/amaudio.h: New file.
4303         * include/dshow.h: Include <amaudio.h>.
4304
4305 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4306
4307         * include/errors.h: New file.
4308         * include/dshow.h: Include <errors.h>.
4309
4310 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4311
4312         * include/dshow.h: New file.
4313         * include/evcode.h: New file.
4314         * include/audevcod.h: New file.
4315         * include/dvdevcod.h: New file.
4316
4317 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4318
4319         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4320         (MprAdminConnectionClearStats): Add prototype.
4321         (MprAdminConnectionEnum): Add  prototype.
4322         (MprAdminConnectionGetInfo): Add prototype.
4323         (MprAdminConnectionRemoveQuarantine): Add prototype.
4324         (MprAdminPortClearStats): Add prototype.
4325         (MprAdminPortDisconnect): Add prototype.
4326         (MprAdminPortEnum): Add prototype.
4327         (MprAdminPortGetInfo): Add prototype.
4328         (MprAdminPortReset): Add prototype.
4329         * lib/mprapi.def: New file.
4330
4331 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4332
4333         *  include/mprapi.h: #include <lmcons.h>
4334         (MAX_DEVICETYPE_NAME): Add define.
4335         (MAX_PHONE_NUMBER_LEN): Add define.
4336         (ATADDRESSLEN): Add define.
4337         (IPADDRESSLEN): Add define.
4338         (IPXADDRESSLEN): Add define.
4339         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4340         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4341         (RAS_FLAGS_PPP_CONNECTION): Add define.
4342         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4343         (RAS_FLAGS_RAS_CONNECTION): Add define.
4344         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4345         (RASCCPCA_STAC): Add define.
4346         (RASCCPCA_MPPC): Add define.
4347         (PPP_CCP_COMPRESSION): Add define.
4348         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4349         (PPP_CCP_ENCRYPTION40BIT): Add define.
4350         (PPP_CCP_ENCRYPTION128BIT): Add define.
4351         (PPP_CCP_ENCRYPTION56BIT): Add define.
4352         (PPP_CCP_HISTORYLESS): Add define.
4353         (RASPRIV_NoCallback): Add define.
4354         (RASPRIV_AdminSetCallback): Add define.
4355         (RASPRIV_CallerSetCallback): Add define.
4356         (RASPRIV_DialinPrivilege): Add define.
4357         (RASPRIV_CallbackType): Add define.
4358         (RASPRIV2_DialinPolicy): Add define.
4359         (PPP_LCP_PAP): Add define.
4360         (PPP_LCP_SPAP): Add define.
4361         (PPP_LCP_CHAP): Add define.
4362         (PPP_LCP_EAP): Add define.
4363         (PPP_LCP_CHAP_MD5): Add define.
4364         (PPP_LCP_CHAP_MS): Add define.
4365         (PPP_LCP_CHAP_MSV2): Add define.
4366         (PPP_LCP_MULTILINK_FRAMING): Add define.
4367         (enum _RAS_HARDWARE_CONDITION): Add.
4368         (enum _RAS_PORT_CONDITION): Add.
4369         (struct _PPP_ATCP_INFO): Add.
4370         (struct _PPP_ATCP_INFO): Add.
4371         (struct _PPP_IPCP_INFO): Add.
4372         (struct _PPP_IPCP_INFO2): Add.
4373         (struct _PPP_IPXCP_INFO): Add.
4374         (struct _PPP_LCP_INFO): Add.
4375         (struct _PPP_NBFCP_INFO): Add.
4376         (struct _PPP_INFO): Add.
4377         (struct _PPP_INFO_2): Add.
4378         (struct _RAS_CONNECTION_0): Add.
4379         (struct RAS_CONNECTION_1): Add.
4380         (struct _RAS_CONNECTION_2): Add.
4381         (struct RAS_PORT_0): Add.
4382         (struct _RAS_PORT_1): Add.
4383         (struct _RAS_USER_0): Add.
4384         (struct _RAS_USER_1): Add.
4385
4386 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4387
4388         * include/mprapi.h: New file.
4389         * include/routprot.h: New file.
4390         * include/ipxrtdef.h: New file.
4391         * include/ipxconst.h: New file.
4392         * include/stm.h: New file.
4393
4394 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4395
4396         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4397         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4398
4399 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4400
4401         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4402         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4403         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4404         versions.
4405         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4406
4407 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4408
4409         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4410         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4411
4412 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4413
4414         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4415
4416 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4417
4418         * include/basetyps.h (REFFMTID): Define properly.
4419
4420 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4421
4422         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4423         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4424
4425 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4426
4427         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4428         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4429         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4430         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4431         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4432         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4433         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4434         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4435         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4436         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4437         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4438         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4439         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4440         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4441         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4442         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4443         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4444         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4445         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4446         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4447         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4448         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4449         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4450         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4451         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4452         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4453         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4454         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4455         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4456         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4457         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4458         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4459         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4460         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4461         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4462         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4463         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4464         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4465         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4466         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4467         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4468         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4469         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4470         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4471         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4472         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4473         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4474         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4475         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4476         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4477         (IF_OPER_STATUS_OPERATIONAL): Define.
4478         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4479         Add function declaration.
4480         * include/mgm.h: New file.
4481         * lib/rtm.def: New file.
4482         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4483
4484 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4485
4486         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4487         This function cannot be made thread-safe, the API would have to be
4488         changed for that, just like strerror() -> strerror_r() and similar
4489         ISO C or POSIX functions...
4490
4491 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4492
4493         * include/edevdefs.h: New file.
4494
4495 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4496
4497         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4498         Use as guard for the WAVEFORMATEX structure instead of
4499         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4500         _WAVEFORMATEX_ for compatibility.
4501         Thanks to:    Andrew Jones <guln at sf dot net>
4502
4503 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4504
4505         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4506         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4507         Thanks to:    David Golub <david_golub at sf dot net>
4508
4509 2006-04-18  Eric House  <ehouse@eehouse.org>
4510
4511         PocketPC support.
4512         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4513         functions for using aygshell on PocketPC:
4514         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4515         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4516
4517         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4518         command bar API on PocketPC:
4519         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4520         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4521         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4522         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4523         CommandBar_InsertButton, CommandBar_Destroy.
4524
4525         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4526         fields not present on PocketPC.
4527         (GetCurrentThreadId): Conditionally declare as extern function
4528         without dllimport attribute on PocketPC.
4529         (ResetEvent): Likwise.
4530         (SetEvent): Likewise.
4531
4532         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4533         Conditionally declare as extern function without dllimport
4534          attribute on PocketPC.
4535         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4536         declare as extern function without dllimport attribute on PocketPC.
4537
4538 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4539
4540         * lib/test.c: Include icm.h.
4541
4542 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4543
4544         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4545         (CreateColorSpace): Add UNICODE mappings.
4546         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4547         * include/icm.h: New file.
4548         * lib/mscms.def: New file.
4549         * lib/icmui.def: New file.
4550
4551 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4552
4553         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4554         (IMAGE_FILE_MACHINE_AMD64): New define.
4555         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4556         New defines.
4557         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4558         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4559         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4560         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4561         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4562         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4563         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4564         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4565         New defines.
4566         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4567         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4568         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4569         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4570         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4571         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4572         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4573         definitions and typedefs.
4574         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4575         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4576         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4577         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4578         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4579         New structure definition and typedefs.
4580         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4581         Likewise.
4582         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4583
4584 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4585
4586         * lib/test.c: Fix typo in #inlcude.
4587         * include/aclui.h: INTERFACE should not remain
4588         defined at the end of the header.
4589         * include/servprov.h: Ditto.
4590
4591 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4592
4593         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4594
4595 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4596
4597         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4598
4599 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4600
4601         * include/wsahelp.h (system_header): Add pragma.
4602         * include/ws2spi.h (system_header): Add pragma.
4603         * include/rasdlg.h (system_header): Add pragma.
4604         * include/rasdlg.h (_RASDLG_H): Define.
4605         Define instead of _RASDLG_H_, this is the w32api standard.
4606         * include/mlang.h (_MLANG_H): Define.
4607         Define instead of _MLANG_H_, this is the w32api standard.
4608         * include/setupapi.h (_SETUPAPI_H): Define.
4609         Define instead of _SETUPAPI_H_, this is the w32api standard.
4610
4611 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4612
4613         * include/rpcndr.h (boolean): Add typedef.
4614         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4615         * include/rpcndr.h (_RPCNDR_H): Define.
4616         Define in addition to __RPCNDR_H__, this is the w32api standard.
4617
4618 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4619
4620         * include/w32api.h: Increment version to 3.7.
4621         * Makefile.in: Ditto.
4622
4623 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4624
4625         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4626         GET_MODULE_HANDLE_EX_FLAG_PIN,
4627         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4628         Thanks to:    Brandon Sneed <brandon at redf dot net>
4629
4630 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4631
4632         * include/secext.h: Enclose function declarations in extern "C"
4633         if __cplusplus.
4634
4635 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4636
4637         * include/comcat.h: INTERFACE should not remain defined
4638         at the end of the header.
4639         * include/docobj.h: Ditto.
4640         * include/exdisp.h: Ditto.
4641         * include/intshcut.h: Ditto.
4642         * include/mlang.h: Ditto.
4643         * include/mshtml.h: Ditto.
4644         * include/oaidl.h: Ditto.
4645         * include/objidl.h: Ditto.
4646         * include/objsafe.h: Ditto.
4647         * include/ocidl.h: Ditto.
4648         * include/oleacc.h: Ditto.
4649         * include/oledlg.h: Ditto.
4650         * include/oleidl.h: Ditto.
4651         * include/richole.h: Ditto.
4652         * include/shldisp.h: Ditto.
4653         * include/shlobj.h: Ditto.
4654         * include/unknwn.h: Ditto.
4655         * include/vfw.h: Ditto.
4656         Thanks to:    Brandon Sneed <brandon at redf dot net>
4657
4658 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4659
4660         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4661         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4662         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4663
4664 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4665
4666         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4667         here also.
4668
4669 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4670
4671         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4672         We should probably remove PROV_MS_MAIL but I'm keeping it for
4673         now for compatibility reasons.
4674         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4675
4676 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4677
4678         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4679         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4680         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4681
4682 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4683
4684         * include/wingdi.h [WINVER >= 0x0410]
4685         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4686         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4687
4688 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4689
4690         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4691         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4692         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4693         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4694         (L_MAX_URL_LENGTH): Define.
4695         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4696         Thanks to:    Brandon Sneed <brandon at redf dot net>
4697
4698 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4699
4700         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4701
4702 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4703
4704         * include/w32api.h (_W32API_H): Define.
4705         Define in addition to _W32API_H_, this is the w32api standard.
4706
4707 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4708
4709         * include/w32api.h (WindowsVista): Define.
4710
4711 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4712
4713         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4714         on SOCKET_ADDRESS only if winsock2.h has already been included.
4715
4716 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4717
4718         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4719
4720 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4721
4722         * include/iphlpapi.h (GAA_FLAG_*): Define.
4723         (GetAdaptersAddresses): Add function declaration.
4724         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4725         Thanks to:    ross <rossboulet at users dot sf dot net>
4726
4727 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4728
4729         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4730         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4731         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4732         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4733         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4734         SCOPE_LEVEL): Add enums.
4735         (IP_ADAPTER_*): Define.
4736
4737 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4738
4739         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4740         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4741
4742 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4743
4744         * include/objidl.h (PIDSI_*): Define.
4745         (PRSPEC_*): Define.
4746         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4747
4748 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4749
4750         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4751         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4752         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4753         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4754         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4755
4756 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4757
4758         * include/mq.h: New file.
4759         * lib/mqrt.def (MQ*): Define a few missing functions.
4760
4761 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4762
4763         * lib/mqrt.def: New file.
4764         Needs the mq.h file to work properly, working on it.
4765         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4766
4767 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4768
4769         * include/winerror.h (STG_E_*):  Define.
4770         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4771         * include/winerror.h (STG_S_*): Define.
4772         (CO_S_MACHINENAMENOTFOUND): Define.
4773         (RPC_E_*): Define.
4774         (NTE_*): Define.
4775
4776 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4777
4778         * include/commctrl.h (ListView_*):  Define and correct.
4779         (LVM_*): Define.
4780
4781 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4782
4783         * include/winuser.h (WM_IME_*): Define (DWORD type).
4784         (EM_*IMESTATUS): Define.
4785         (WM_*): Define.
4786         (XBUTTON*): Define.
4787         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4788
4789 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4790
4791         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4792         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4793
4794 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4795
4796         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4797         version conditional.
4798
4799 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4800
4801         * include/winspool.h (JOB_INFO_3): Add structure.
4802         (PROVIDOR_INFO_*{AW}): Add structure.
4803         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4804         (PRINTER_ENUM_VALUES{AW}): Add structure.
4805         (PRINTPROCESSOR_CAPS): Add structure.
4806
4807 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4808
4809         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4810         (PRINTER_INFO_7A): Correct definition.
4811
4812 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4813
4814         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4815         (DRIVER_INFO_*{AW}): Add structure.
4816         (PRINTER_INFO_*{AW}): Add structure.
4817         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4818
4819 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4820
4821         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4822         (DRIVER_*MODE): Define (DWORD type).
4823         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4824
4825 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4826
4827         * include/wincon.h (GetConsoleProcessList): Declare.
4828
4829 2006-03-27  Hansres Engel  <engel@node.ch>
4830
4831         * include/mlang.h: New file.
4832
4833 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4834
4835         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4836
4837 2006-03-26  Hansres Engel  <engel@node.ch>
4838
4839          Add Uniscribe API for typography and for complex scripts.
4840         * include/usp10.h: New file.
4841         * lib/usp10.def: New file.
4842
4843         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4844
4845         * include/imm.h (IMECHARPOSITION): Add structure.
4846         (RECONVERTSTRING): Likwise.
4847
4848         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4849
4850         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4851         (IMLangFontLink2): Likewise.
4852         (IMultiLanguage): Likewise.
4853
4854 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4855
4856         * include/wincon.h  (ENABLE_*): Add more defines.
4857
4858 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4859
4860         * include/winnt.h (INHERITED_ACE): Define.
4861         (VALID_INHERIT_FLAGS): Correct definition.
4862
4863 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4864
4865          * lib/wtsapi32.def: New file.
4866
4867 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4868
4869         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4870         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4871
4872 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4873
4874         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4875         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4876         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4877         (DSPRINT_*): Define (DWORD type).
4878         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4879
4880 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4881
4882         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4883         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4884
4885 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4886
4887         * include/shellapi.h [_WIN32_IE >= 0x0600]
4888         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4889         Windows XP SP1 and Windows XP respectively.
4890
4891 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4892
4893         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4894         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4895         * include/shellapi.h [_WIN32_IE >= 0x0500]
4896         (NIS_*): Introduced in Version 5.0.
4897
4898 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4899
4900         * include/wingdi.h (CS_*): Correct WINVER guard on
4901         Image Color Matching colour definitions.
4902
4903 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4904
4905         * include/shlobj.h (SFGAO_ISSLOW): Define.
4906         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4907         attribute constants.
4908
4909 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4910
4911         * include/wingdi.h [WINVER >= 0x0500]
4912         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4913         Thanks to: David A. Capello <dacap at users dot sf dot net>
4914
4915 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4916
4917         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4918         (INTERNET_STATE_*): Define flags.
4919         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4920
4921 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4922
4923         * include/sddl.h: New file.
4924
4925 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4926
4927         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4928         last change.
4929         Remove file level #pragma pack(push,4)/#pragma pop.
4930
4931 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4932
4933         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4934         value to force correct alignment.
4935
4936 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4937
4938         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4939         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4940         (PNM_CACHEHINT): Add backward compatibilty define.
4941         (LPNM_CACHEHINT): Likewise.
4942
4943 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4944
4945         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4946
4947 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4948
4949         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4950         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4951         * lib/shell32.def (PathResolve): Define.
4952
4953 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4954
4955         * include/shlobj.h (PathResolve): Fix typo.
4956
4957 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4958
4959         * include/shlobj.h (PathResolve): Define.
4960         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4961         PRF_DONTFINDLNK): Ditto.
4962         * lib/shell32.def (PathResolve): Define.
4963
4964 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4965
4966         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4967
4968 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4969
4970         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4971         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4972         (NotifyRouteChange@8): Define.
4973
4974 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4975
4976         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
4977         prototypes.
4978
4979 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4980
4981         * include/winnt.h (FORCEINLINE): Define.
4982
4983 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
4984
4985         * include/winnt.h (DECLSPEC_SELECTANY): Define.
4986
4987 2006-01-26  Filip Navara  <xnavara@volny.cz>
4988
4989         * include/winnt.h (DECLSPEC_ALIGN): Define.
4990
4991 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4992
4993         * include/commctrl.h: Correct spelling of 'compatibility' in
4994         comments.
4995         * include/setupapi.h: Likewise.
4996         * include/ws2tcpip.h: Likewise.
4997
4998 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
4999
5000         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
5001
5002 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
5003
5004         WATCOM compatibility changes.
5005         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
5006         rather than __attribute__.
5007         (DECL_EXPORT): Likewise.
5008         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
5009         (DDKFASTAPI): Likewise.
5010         (DDKCDECLAPI): Likwise.
5011         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
5012
5013 2006-01-23  Brandon Sneed  <brandon@redf.net>
5014
5015         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
5016         to exports.
5017
5018 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5019
5020         * include/w32api.h: Increment version to 3.6.
5021         * Makefile.in: Ditto.
5022
5023 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5024
5025         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5026         advapi32.dll functions.
5027
5028 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5029
5030         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5031         names for padding size constants.
5032
5033 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5034
5035         * include/aclapi.h (WINADVAPI): Add to prototypes.
5036         * include/winreg.h (WINADVAPI): Likewise.
5037         * include/winsvc.h (WINADVAPI): Likewise.
5038
5039 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5040
5041         * include/winbase.h (WINADVAPI): Define.
5042
5043 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5044
5045         * include/winuser.h (CreateWindowStation): Correctly identify first
5046         argument as constant.
5047         (CreateWindowStation@): Ditto.
5048
5049 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5050
5051         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5052         (TMT_*, BT_*): Add constants.
5053
5054 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5055
5056         * include/winsock2.h: Don't define struct sockaddr_storage when
5057         building Cygwin.
5058
5059 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5060
5061         * lib/ws2_32.c: New file, defining IPv6 constants.
5062         * lib/Makefile.in (SOURCES): Add ws2_32.c
5063         (EXTRA_OBJS): Add ws2_32.o.
5064
5065 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5066
5067         * lib/user32.def (PrivateExtractIconsA@32,
5068         PrivateExtractIconsW@32): Define.
5069         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5070
5071 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5072
5073         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5074
5075 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5076
5077         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5078
5079 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5080             Danny Smith <dannysmith@users.sourceforge.net>
5081
5082         * lib/msxml-uuid.c: New file to generate UUIDs for
5083         MSXML interfaces.
5084         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5085
5086 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5087
5088         * include/winbase.h (GetDevicePowerState): Add prototype.
5089         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5090
5091 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5092
5093         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5094         Define as macro if !_WIN64.
5095         (SetClassLongPtr{AW}): Likewise.
5096         (GCLP_*): Add GetClassLongPtr defines.
5097         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5098         (SetClassLongPtr{AW}): Likewise.
5099
5100 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5101
5102         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5103         (SetClassLongPtr{AW}): Likewise.
5104         (GCLP_*): Add GetClassLongPtr defines.
5105         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5106         (SetClassLongPtr{AW}): Likewise.
5107
5108 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5109
5110         * include/commdlg.h (OPENFILENAMEW): Add members for
5111         _WIN32_WINNT >= 0x0500.
5112         Thanks to Ricardo Dalcorsso Fodra.
5113         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5114
5115 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5116
5117         * include/wingdi.h (GetICMProfileA): Correct prototype.
5118         (GetICMProfileW): Likewise.
5119         Thanks to: Paul J Lucas
5120
5121 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5122
5123         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5124
5125 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5126
5127         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5128         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5129         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5130         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5131
5132 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5133
5134         * include/objbase.h: Fix typo.
5135         * include/w32api.h: Increment version to 3.5.
5136         * Makefile.in: Ditto.
5137
5138 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5139
5140         * include/w32api.h: Increment version to 3.4.
5141         * Makefile.in: Ditto.
5142
5143 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5144
5145         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5146         Use _WIN32_WINNT >= 0x0501 guard.
5147
5148 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5149
5150         * include/winbase.h (GetProcessId): Declare.
5151
5152 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5153
5154         * lib/ddk/newdev.def: Added.
5155         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5156
5157 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5158
5159         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5160         component.
5161         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5162
5163 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5164
5165         * lib/shell32.def (SHILCreateFromPath): Add stub.
5166         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5167
5168 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5169
5170         * include/winbase.h (RegisterWaitForSingleObject,
5171         RegisterWaitForSingleObjectEx): Define.
5172         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5173         (RegisterWaitForSingleObject@16): Changed to
5174         RegisterWaitForSingleObject@24.
5175         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5176
5177 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5178
5179         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5180         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5181
5182 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5183
5184         * include/reason.h [_WIN32_WINNT >= 0x0501]
5185         (SHTDN_REASON_*): New file.
5186         * include/objbase.h: Avoid double header guard.
5187
5188 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5189
5190         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5191         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5192         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5193
5194 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5195
5196         * include/shlobj.h (IContextMenu3): Define.
5197         * include/shlguid.h (IID_IContextMenu3): Declare.
5198         * lib/shell32.c (IID_IContextMenu3): Define.
5199
5200 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5201
5202         * include/shlobj.h (SHFormatDrive): Declaration of function
5203         and associated constants.
5204
5205 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5206
5207         * include/ddk/hidsdi.h:  New file.
5208         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5209         functions declared in hidsdi.h.
5210         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5211
5212 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5213
5214         * lib/imm32.def (ImmDisableIME): Add stub.
5215         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5216
5217 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5218
5219         * include/w32api.h: Increment version to 3.3.
5220         * Makefile.in: Ditto.
5221
5222 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5223
5224         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5225         Correct their values.
5226         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5227
5228 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5229
5230         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5231
5232 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5233
5234         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5235         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5236
5237 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5238
5239         * include/richedit.h (SETTEXTEX): Define structure and
5240         associated constants.
5241         (GT_SELECTION): Define GETTEXTEX flag constant.
5242
5243 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5244
5245         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5246
5247 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5248
5249         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5250         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5251         prototypes.
5252
5253 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5254
5255         * include/commctrl.h (RBBS_USECHEVRON): Define.
5256         (RBBS_*): Use hex notation, group together.
5257
5258 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5259
5260         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5261         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5262
5263 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5264
5265         * include/commctrl.h (TreeView_SetItemState): Initilise
5266         _tvi.hItem.
5267         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5268
5269 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5270
5271         * include/commctrl.h (NMLVFINDITEM): Add structure.
5272
5273 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5274
5275         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5276
5277 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5278
5279         * include/winnt.h (VER_SET_CONDITION): Define.
5280
5281 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5282
5283         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5284         (ATTACH_PARENT_PROCESS): Define.
5285         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5286         documentation.
5287
5288 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5289
5290         * include/winbase.h (QueueUserWorkItem): Add prototype.
5291
5292 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5293
5294         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5295         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5296         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5297         CM_CMYK_COLOR): Define.
5298
5299 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5300
5301         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5302         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5303         Thanks to: Christian  <chhd at users dot sf dot net>
5304
5305 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5306
5307         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5308         field.
5309         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5310
5311 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5312
5313         * include/winbase.h (GlobalDiscard): Define as macro.
5314         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5315
5316 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5317
5318         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5319         (WNetGetResourceParentW): Ditto.
5320         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5321         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5322
5323 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5324
5325         * include/wininet.h (FtpGetFileSize): Add prototype.
5326         (FtpCommand[AW]): Correct prototypes.
5327         Reported by: <siger at users dot sf dot net>
5328
5329 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5330
5331         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5332         (capGetDriverDescription[AW]): Likewise.
5333
5334 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5335
5336         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5337         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5338         (SE_IMPERSONATE_NAME TEXT): Ditto.
5339         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5340         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5341
5342 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5343
5344         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5345         change.
5346
5347 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5348
5349         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5350         Thanks to:
5351         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5352
5353 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5354
5355         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5356         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5357         (gai_strerror[AW]): Put into #if 0 block.
5358
5359 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5360
5361         * include/basetyps.h (__int16): Correct define.
5362
5363 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5364             Danny Smith  <dannysmith@users.sourceforge.net>
5365
5366         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5367         define for Open Watcom portability.
5368         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5369         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5370         of local c_rgodfDI* objects. Replace .rdata section attribute
5371         with 'const' keyword in definition of global c_dfDI* objects.
5372
5373 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5374
5375         * include/winioctl.h (IOCTL_VOLUME_BASE,
5376         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5377         Copy defines from include/ddk/ntdddvol.h.
5378         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5379
5380 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5381
5382         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5383
5384 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5385
5386         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5387         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5388
5389 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5390
5391         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5392
5393 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5394
5395         * lib/user32.def (MonitorFromPoint): Correct suffix.
5396
5397 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5398
5399         * include/wininet.h (InternetCheckConnectionA,
5400         InternetCheckConnectionW) Add prototypes.
5401         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5402         INTERNET_CONNECTION_CONFIGURED): Add defines.
5403
5404 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5405
5406         * include/commctrl.h (ComboBox_SetMinVisible,
5407         ComboBox_GetMinVisible): Added Macros.
5408         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5409         Added definitions.
5410
5411 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5412
5413         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5414         assembly code conditional on _X86_.
5415
5416 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5417
5418         * include/w32api.h: Increment version to 3.2.
5419         * Makefile.in: Ditto.
5420         * include/afxres.h: Remove the \r from the line ending.
5421         * include/errorrep.h: Ditto.
5422         * include/shldisp.h: Ditto.
5423         * include/tschema.h: Ditto.
5424         * lib/dhcpcsvc.def: Ditto.
5425         * lib/uxtheme.def: Ditto.
5426         * lib/wldap32.def: Ditto.
5427
5428 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5429
5430         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5431         Correct typo.
5432         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5433
5434 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5435
5436         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5437         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5438         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5439         SPI_GETFOREGROUNDLOCKTIMEOUT,
5440         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5441         *include/imm.h (WM_IME_REQUEST): Added definition.
5442         *include/shlobj.h (SLGP_RAWPATH,
5443         SLGP_UNCPRIORITY): Added definition.
5444
5445 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5446
5447         *include/winuser.h (HSHELL_FLASH): Added definition.
5448
5449 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5450
5451         * include/shldisp.h (IAutoComplete): Added interface definiton.
5452         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5453         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5454         * include/shlobj.h (IObjMgr): Added interface definiton.
5455         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5456         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5457         CLSID_ACListISF, IID_IACList): Added GUIDs.
5458         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5459         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5460         CLSID_ACListISF, IID_IACList): Added GUIDs.
5461
5462 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5463
5464         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5465         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5466         (CDRF_*): Use hex notation for constants.
5467
5468 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5469
5470         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5471         Reported by Eric Sharkey <sharkey at netrics dot com>
5472
5473 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5474
5475         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5476         TokenGroupsAndPrivileges, TokenSessionReference,
5477         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5478         Reformat.
5479         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5480         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5481
5482 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5483
5484         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5485         ImageList_Duplicate): Add stubs.
5486
5487 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5488
5489         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5490         Thanks to "Pete" <pross@xvid.org>
5491
5492 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5493
5494         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5495         AC_DST_NO_ALPHA, ...): Add defines.
5496         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5497         ULW_OPAQUE): Add defines.
5498
5499 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5500
5501         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5502         guard.
5503         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5504         suffix.
5505         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5506
5507 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5508
5509         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5510         (CreateProcessWithLogonW): Declare.
5511         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5512         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5513
5514 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5515
5516         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5517         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5518
5519 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5520
5521         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5522         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5523
5524 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5525
5526         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5527
5528 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5529
5530         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5531         Add defines.
5532         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5533
5534 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5535
5536         * include/shellapi.h (NIF_GUID): Add another define.
5537
5538 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5539
5540         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5541         Changed it twice due to inconsistent MSDN documentation.
5542         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5543
5544 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5545
5546         * include/shlobj.h (SHGFP_TYPE): Add enum.
5547
5548 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5549
5550         * include/winuser.h (WM_THEMECHANGED): Add define.
5551
5552 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5553
5554         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5555         ExFreeToPagedLookasideList): Guard inline versions with
5556         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5557         external functions for earlier _WIN32_WINNT.
5558
5559 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5560
5561         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5562
5563 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5564
5565         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5566         if  undefined and __W32API_USE_DLLIMPORT__.
5567         Add WINBASEAPI token to prototypes, throughout.
5568
5569 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5570
5571         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5572         (GetFiberData): Likewise.
5573         (NtCurrentTeb): Likewise.
5574
5575 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5576
5577         * include/shellapi.h (NIF_INFO): Add define.
5578         (NIIF_*) Add defines..
5579         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5580         (NIF_*): Convert constants to hex.
5581
5582 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5583
5584         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5585         GetGlyphIndicesW): Declare.
5586         (GGI_MARK_NONEXISTING_GLYPHS): Define
5587         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5588         GetGlyphIndicesW): Add stubs.
5589
5590 2004-10-24  Dan Aloni  <da-x@colinux.org>
5591
5592         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5593         ZwQueryFullAttributesFile): Declare.
5594         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5595         Declare.
5596         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5597         ZwQueryVolumeInformationFile): Add stubs.
5598
5599 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5600
5601         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5602         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5603
5604 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5605             Danny Smith  <dannysmith@users.sourceforge.net>
5606
5607         * include/winbase.h (InitializeSListHead, Interlocked*):
5608         Guard with !__USE_NTOSKRNL__.
5609
5610         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5611         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5612         Guard with  __USE_NTOSKRNL__.
5613         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5614         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5615         && _WIN32_WINNT >= 0x0501
5616         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5617         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5618         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5619         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5620
5621         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5622         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5623         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5624         ExWindowStationObjectType, IoAdapterObjectType,
5625         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5626         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5627         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5628         Uncomment stubs.
5629
5630 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5631
5632         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5633         definition
5634         (IoReleaseRemoveLock): Add definition.
5635
5636 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5637
5638         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5639         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5640         Add prototypes.
5641         * include/winddk.h (ExInterlockedAddUlong,
5642         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5643         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5644         ExInterlockedPushEntryList): Change calling convention to
5645         DDKAPI.
5646         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5647         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5648         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5649         Add prototypes for DDKFASTAPI versions.
5650         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5651         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5652         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5653         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5654         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5655         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5656         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5657         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5658         Add fastcall stubs.
5659         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5660         Exi386InterlockedIncrementLong); Add stdcall stubs.
5661
5662 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5663
5664         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5665          if __W32API_USE_DLLIMPORT__ is defined.
5666         * include/winuser.h (WINUSERAPI): Likewise.
5667
5668 2004-09-29  Filip Navara  <xnavara@volny.cz>
5669
5670         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5671         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5672         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5673         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5674         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5675         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5676         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5677         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5678         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5679         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5680         winnt4.h, ws2san.h): Fixed packing.
5681         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5682         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5683         HID_INTERFACE_NOTIFY_PNP): Likewise.
5684         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5685         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5686         <ayerkes@speakeasy.net>.
5687         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5688         declaration.
5689         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5690         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5691         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5692         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5693         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5694         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5695         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5696         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5697         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5698         (SYNCH_LEVEL): Added definition.
5699         (KPCR, KPCR_TIB): Fixed declaration.
5700         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5701         included and _WIN32_WINNT >= 0x0501.
5702         (RtlEqualLuid): Fixed macro definition.
5703         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5704         KeRaiseIrql on i386 architectures.
5705
5706 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5707
5708         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5709         declaration.
5710         (IHTMLSelectionObject): Correct get_type declaration.
5711         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5712         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5713         IHTMLBodyElement2): Add interfaces.
5714         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5715         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5716         typedefs.
5717         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5718         Add IIDs.
5719
5720 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5721
5722         * include/w32api.h: Increment version to 3.1.
5723         * Makefile.in: Ditto.
5724
5725 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5726
5727         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5728         MonitorFromWindow): Add prototypes.
5729         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5730         MonitorFromWindowMonitorFromWindow): Add stubs.
5731         * include/shellapi.h (DuplicateIcon): Add prototype.
5732
5733 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5734
5735         * include/winuser.h (WINUSERAPI): New define.
5736         Use it to mark user32.dll imports, throughout.
5737
5738 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5739
5740         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5741         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5742         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5743         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5744         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5745         HidD_GetPreparsedData, HidD_GetProductString,
5746         HidD_GetSerialNumberString, HidD_SetConfiguration,
5747         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5748         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5749
5750 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5751
5752         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5753         Add XP defines.
5754         (PCOORD): Add typedef.
5755         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5756
5757 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5758
5759         * include/winldap.h: Don't check value of UNICODE.
5760         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5761
5762 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5763
5764         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5765
5766 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5767
5768         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5769         guard.
5770
5771 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5772
5773         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5774
5775 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5776
5777         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5778
5779 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5780
5781         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5782
5783 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5784
5785         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5786
5787 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5788
5789         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5790         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5791         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5792         Add defines.
5793         (CALG_SHA1): Add define.
5794         (HP_HMAC_INFO): Add define.
5795         (HMAC_INFO): Add struct.
5796         (BLOBHEADER): Add typedef.
5797
5798 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5799
5800         * include/commctrl.h (TreeView_SetItemState): Define macro.
5801
5802 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5803
5804         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5805         macros together.
5806
5807 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5808
5809         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5810         (FILEGROUPDESCRIPTOR): LIkewise.
5811
5812 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5813
5814         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5815
5816 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5817
5818         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5819         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5820         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5821         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5822         (IMAGE_ORDINAL): Map to ...
5823         (IMAGE_ORDINAL{32,64}: New defines.
5824         (IMAGE_THUNK_DATA):  Map to ...
5825         (IMAGE_THUNK_DATA{32,64}: New structures.
5826         (IMAGE_THUNK_DATA): Map to ...
5827         (IMAGE_THUNK_DATA{32,64}: New structures.
5828         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5829         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5830         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5831         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5832
5833 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5834
5835         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5836         _WIN32_WINNT >= 0x0500.
5837
5838 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5839
5840         * include/winbase.h (GetWriteWatch): Correct prototype.
5841         (WRITE_WATCH_FLAG_RESET): Define.
5842         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5843
5844 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5845
5846         * include/commctrl.h (Animate_OpenEx): Define.
5847         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5848         (ListView_GetNumberOfWorkAreas): Correct macro.
5849         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5850         ListView_SetItemCountEx, ListView_GetISearchString,
5851         TreeView_GetLastVisible, Header_CreateDragImage,
5852         Header_SetImageList, Header_GetImageList): Define.
5853         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5854         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5855         TBSTATE_ELLIPSES): Define.
5856         (MonthCal_SetRange): Correct macro.
5857         (ImageList_Duplicate): Declare.
5858
5859 2004-05-29  Filip Navara  <xnavara@volny.cz>
5860
5861         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5862
5863 2004-05-25  Al Slater  <al.slater@scluk.com>
5864
5865         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5866         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5867
5868 2004-05-15  Filip Navara  <xnavara@volny.cz>
5869
5870         * include/ddk/kbdmou.h: New file.
5871         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5872         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5873         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5874         _vsnwprintf, sprintf, swprintf): Export.
5875
5876 2004-05-15  Filip Navara  <xnavara@volny.cz>
5877
5878         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5879         headers.
5880
5881 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5882
5883         * include/wingdi.h: Correct non-unicode typedefs of
5884         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5885
5886 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5887
5888         * include/winsock.h (IN_CLASSA): Fix macro.
5889         * include/winsock2.h (IN_CLASSA): Fix macro.
5890
5891 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5892
5893         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5894         * include/aclui.h: Remove '\r', throughout.
5895         * include/msacm.h: Likewise.
5896         * lib/aclui.def: Likewise.
5897
5898 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5899
5900         * lib/comctl32.def (SetWindowSubclass): Add stub.
5901         Thanks to Eugene <egladysh@users.sourceforge.net>.
5902
5903 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5904
5905         * include/winbase.h (EXECUTION_STATE): Add typedef.
5906         (SetThreadExecutionState): Declare.
5907         * include/wingdi.h (_WINGDI_): Define.
5908         * include/objbase.h (_OBJBASE_H_): Define.
5909
5910 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5911
5912         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5913         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5914         (SM_CMETRICS): Adjust value.
5915         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5916         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5917         Add defines.
5918         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5919
5920 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5921
5922         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5923         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5924         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5925         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5926         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5927         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5928
5929 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5930
5931         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5932         DNSREC_ADDITIONAL): Add defines.
5933
5934 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5935
5936         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5937
5938 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5939
5940         * include/aclui.h: New file.
5941         * lib/aclui.def: New file.
5942         * lib/test.c: Add aclui.h to includes.
5943
5944 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5945
5946         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5947         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5948         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5949
5950 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5951
5952         * include/wingdi.h: Protect non-unicode case of below.
5953
5954 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5955
5956         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5957         LPENUMLOGFONTEXDV with appropriate version check.
5958
5959 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5960
5961         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5962         DSPROPSETID_DirectSoundDevice): Add defines.
5963
5964 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5965
5966         * include/msacm.h: New file.
5967
5968 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5969
5970         * include/objbase.h (STGFMT): Declare enum.
5971         (STGOPTIONS): Declare structure.
5972         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5973         (STGOPTIONS_VERSION): Define.
5974         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5975
5976 2004-04-13  Filip Navara  <xnavara@volny.cz>
5977
5978         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
5979         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
5980         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
5981         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
5982         HELP_SETWINPOS): Define.
5983         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
5984         (SPI_*): Add new definitions for WINVER >= 0x500.
5985         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
5986         (InternalGetWindowText, SetWindowsHookW): Declare.
5987         * include/winbase.h (InitializeSListHead): Avoid conflicting
5988         definition with DDK headers.
5989
5990 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
5991
5992         * include/winuser.h (GetLastError): Move from here...
5993         * include/winbase.h: ... to here.
5994
5995 2004-04-13  Filip Navara  <xnavara@volny.cz>
5996
5997         * include/winspool.h (DocumentPropertiesW): Correct prototype.
5998
5999 2004-04-13  Filip Navara  <xnavara@volny.cz>
6000
6001         * include/wingdi.h (ENHMETAHEADER): Add definitions for
6002         WINVER >= 0x400.
6003         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
6004         (ENUMLOGFONTEXW): Fix definition.
6005         (ENUMLOGFONTEXDV[AW]): Declare.
6006
6007 2004-04-13  Filip Navara  <xnavara@volny.cz>
6008
6009         * include/wingdi.h: Declare the DirectDraw structures only if
6010         the DirectDraw kernel mode headers aren't included.
6011         (EMFINFO): Declare.
6012         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
6013         STROBJ_bEnumPositionsOnly): Correct prototypes.
6014
6015 2004-04-13  Filip Navara  <xnavara@volny.cz>
6016
6017         * include/objidl.h (PRPCOLEMESSAGE): Declare.
6018         * include/rpc.h (RPCRTAPI): Define.
6019         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
6020         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
6021         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
6022         (I_RpcBindingSetAsync): Correct prototype.
6023         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
6024         to w2kReserved.
6025         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6026         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6027         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6028         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6029         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6030         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6031         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6032         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6033         NdrUserMarshalFree): Declare.
6034         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6035         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6036
6037 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6038
6039         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6040         LPC_MESSAGE_BASE_SIZE): Define.
6041         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6042
6043 2004-04-13  Filip Navara  <xnavara@volny.cz>
6044
6045         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6046         Declare.
6047
6048 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6049
6050         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6051         MONITORINFO when compiling as C++.
6052
6053 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6054
6055         * README.w32api: List separate copyright conditions for some headers.
6056         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6057
6058 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6059
6060         * include/wingdi.h (RGB): Correct macro.
6061
6062 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6063
6064         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6065
6066 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6067
6068         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6069
6070 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6071
6072         * lib/Makefile.in: Add directx to .PHONY target.
6073         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6074         Don't include stdio.h or tchar.h.
6075         Replace _T() macro with TEXT() macro, throughout.
6076         Replace _stprintf with wsprintf, throughout.
6077
6078 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6079
6080         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6081         Add define.
6082         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6083         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6084         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6085
6086 2004-03-27  Filip Navara  <xnavara@volny.cz>
6087
6088         * include/directx: New subdir.
6089         * lib/directx: Ditto.
6090         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6091         dxerr9.h): New files.
6092         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6093         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6094         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6095         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6096         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6097         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6098         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6099         strmiids.c, test.c): Ditto.
6100         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6101         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6102
6103 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6104
6105         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6106         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6107         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6108
6109 2004-03-24  Filip Navara  <xnavara@volny.cz>
6110
6111         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6112         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6113
6114 2004-03-24  Filip Navara  <xnavara@volny.cz>
6115
6116         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6117         TaggedQueueing to TaggedQueuing.
6118         (_HW_INITIALIZATION_DATA): Likewise.
6119
6120 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6121
6122         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6123         prototype.
6124         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6125
6126 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6127
6128         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6129         (MmMapIoSpace): Likewise.
6130         Thanks to Dan Aloni  <da-x@colinux.org>
6131
6132 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6133
6134         * include/shellapi.h (NIM_* NIS_*): Define constants for
6135         notification icons with _WIN32_IE >= 0x0500.
6136         (NOTIFYICONDATA): Add new structure members for notification
6137         icons with _WIN32_IE >= 0x0500.
6138
6139 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6140
6141         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6142         Add defines.
6143         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6144         (GROUPID) Add typedef.
6145         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6146         (CreateUrlCacheGroup): Add prototype.
6147         (DeleteUrlCacheGroup): Add prototype.
6148         (FindFirstUrlCacheGroup): Add prototype.
6149         (FindNextUrlCacheGroup): Add prototype.
6150         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6151         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6152
6153 2004-03-10  Al Slater  <al.slater@scluk.com>
6154
6155         * include/winsock2.h: Add missing LPFN_ typdefs for
6156         function pointers.
6157         Clean up whitespace.
6158
6159 2004-03-05  Filip Navara  <xnavara@volny.cz>
6160
6161         * include/ddk/scsi.h: Replace assert with ASSERT.
6162         * include/ddk/video.h: Ditto.
6163         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6164         * include/ddk/tdi.h: Correct packing.
6165
6166 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6167
6168         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6169         NONAMELESSUNION case.
6170
6171 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6172
6173         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6174         __VARIANT_NAME_ constants.
6175
6176 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6177
6178         * include/uxtheme.h: Include <commctrl.h>
6179
6180 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6181
6182         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6183
6184 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6185
6186         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6187         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6188         together.
6189         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6190         (V_I8, V_I8REF): Correct macros.
6191         (V_DECIMAL): Correct macro definitions.
6192         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6193         constants.
6194         (VTBIT_*): Define constants.
6195         (UDATE): Add structure definition.
6196         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6197         functions.
6198         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6199         (SafeArrayCreateVectorEx): Declare function.
6200         (Var*): declare VARIANT manipulation functions.
6201         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6202         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6203         macros.
6204
6205 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6206
6207         * include/oaidl.h (FADF_*): Define missing constants.
6208         (IDispatch_*): Define COBJ macros.
6209         (VARIANT): Add missing union members llVal and ullVal.
6210         (wireVARIANT): Likewise.
6211         (ITypeinfo_*): Define COBJ macros.
6212         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6213         LPDISPATCH* to LPDISPATCH.
6214         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6215         VAR_CALENDAR_*): Add missing constants.
6216         (SafeArray[Get/Set]*): Add prototypes.
6217         (Var*From*):  Add missing prototypes.
6218         (NUMPRS_*): Add defines.
6219         (NUMPARSE): Define structure.
6220         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6221         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6222         * include/winuser.h (COLOR_*): Define missing constants.
6223         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6224         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6225
6226 2004-02-23  Filip Navara  <xnavara@volny.cz>
6227
6228         * include/ddk/video.h: Corrected packing.
6229
6230 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6231
6232         * include/GL/glu.h (GLU_ERROR): Define.
6233         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6234
6235 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6236
6237         * include/GL/glu.h: Include <stddef.h>.
6238         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6239
6240 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6241
6242         * include/w32api.h: Increment version to 3.0.
6243         * Makefile.in: Ditto.
6244         * README.win32api: Modify license to Public Domain per agreement as
6245         found in the mingw-dvlpr list archive.
6246
6247 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6248
6249         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6250         (DIRECTORY_TRAVERSE): Ditto.
6251         (DIRECTORY_CREATE_OBJECT): Ditto.
6252         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6253         (DIRECTORY_ALL_ACCESS): Ditto.
6254         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6255
6256 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6257
6258         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6259
6260         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6261         Thanks to Mike Nordell <tamlin at algonet dot se>.
6262
6263 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6264
6265         * lib/dnsapi.def: New file.
6266         * lib/test.c: Include windns.h.
6267
6268 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6269
6270         * include/windns.h: New file.
6271
6272 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6273
6274         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6275         defines.
6276         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6277         (SQLSetDescFieldW): Correct prototype.
6278         (SQLSetDescFieldA): Add prototype.
6279         (SQLGetDescFieldW): Add prototype.
6280
6281 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6282
6283         * include/winuser.h (DFC_POPUPMENU): Add define.
6284
6285 2004-02-07  Dan Aloni  <da-x@gmx.net>
6286
6287         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6288         suffix.
6289
6290 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6291
6292         * include/oleacc.h (LIBID_Accessibility): Declare.
6293         * lib/uuid.c (LIBID_Accessibility): Define.
6294
6295 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6296
6297         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6298         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6299
6300 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6301
6302         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6303         defines.
6304
6305 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6306
6307         * include/winuser.h (RT_MANIFEST): Make conditional on
6308         RC_INVOKED.
6309         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6310         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6311         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6312         defines.
6313
6314 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6315
6316         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6317
6318 2004-01-15  Filip Navara  <xnavara@volny.cz>
6319
6320         * include/ddk/mcd.h: Don't care about value of DBG define.
6321         * include/ddk/srb.h: Ditto.
6322         * include/ddk/storport.h: Ditto.
6323         * include/ddk/video.h: Ditto.
6324         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6325         GetAddressByNameW): Correct protoype.
6326         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6327
6328 2004-01-05  Filip Navara  <xnavara@volny.cz>
6329
6330         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6331         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6332         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6333         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6334         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6335         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6336         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6337         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6338         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6339         SSF_*): Add defines.
6340         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6341         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6342         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6343         Correct.
6344         (IEnumIDList): Add COBJMACROS.
6345         * include/winuser.h (MIM_*): Add define.
6346
6347 2004-01-04  Filip Navara  <xnavara@volny.cz>
6348
6349         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6350         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6351         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6352         PERSIST_FOLDER_TARGET_INFO): Define structures.
6353         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6354         IPersistFolder2, IPersistFolder3): Add COM interface
6355         definitions.
6356         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6357         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6358         Add COBJMACROS.
6359         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6360         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6361         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6362
6363 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6364
6365         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6366         declarations.
6367         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6368
6369 2004-01-03  Filip Navara  <xnavara@volny.cz>
6370
6371         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6372         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6373         declare IID's.
6374         (IErrorInfo): Add COBJMACROS.
6375         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6376         (CoGetPSClsid): Add protototype,
6377         (CoRegisterPSClsid): Likewise.
6378         * include/objidl.h (IMarshal): Correct methods.
6379         (IMallocSpy): Likewise,
6380         (LPPSFACTORYBUFFER): Add typedef.
6381         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6382         IID.
6383         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6384         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6385         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6386         structures.
6387         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6388         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6389         IQuickActivate): Define interfaces. Declare IID's.
6390         (IPersistPropertyBag2): Add COBJMACROS.
6391         (LPOLEUNDOMANAGER): Add typedef.
6392         (LPPROPERTYBAG2): Likewise.
6393         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6394         (BINDSPEED): Add definition.
6395         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6396         IDropTarget): Add COBJMACROS.
6397         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6398         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6399         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6400         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6401         Add IID definitions.
6402
6403 2004-01-02  Filip Navara  <xnavara@volny.cz>
6404
6405         * include/ddk/winddk.h: Don't care about value of
6406         DBG define.
6407
6408 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6409             Filip Navara  <xnavara@volny.cz>
6410
6411         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6412         _DDK_DUMMYUNION_N_MEMBER): New macros.
6413         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6414         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6415         Use them.
6416
6417 2004-01-01  Filip Navara  <xnavara@volny.cz>
6418
6419         * include/objbase.h: Don't care about value of DBG define.
6420         * include/objidl.h: Add some COBJMACROS.
6421         * include/ocidl.h: Ditto.
6422         * include/oleidl.h: Ditto.
6423         * include/servprov.h: Ditto.
6424         * include/shlobj.h: Ditto.
6425         * include/shlobj.h (IContextMenu2): Correct parent in
6426         DECLARE_INTERFACE.
6427         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6428         Define interfaces.
6429         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6430         Add new constants for _SETUPAPI_VER >= 0x501.
6431
6432 2004-01-01  Filip Navara  <xnavara@volny.cz>
6433
6434         * include/winnt.h (NtCurrentTeb): Add inline definition.
6435
6436 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6437
6438         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6439         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6440
6441 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6442
6443         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6444         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6445         * include/ddk/cfg.h (DN_*): Add defines.
6446
6447 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6448
6449         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6450
6451 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6452
6453         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6454         (NMTVGETINFOTIP): Add structure.
6455
6456 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6457
6458         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6459         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6460         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6461
6462 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6463
6464         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6465         Add macros.
6466         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6467         constants.
6468         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6469         (SHCOLUMNDAT): Likwise.
6470         (SHCOLUMNID): Likewise.
6471         (SHCOLUMNINFO): Likewise.
6472         (SHCOLSTATE): Add enum.
6473         (IColumnProvider): Add COM interface.
6474         (IQueryInfo): Likewise.
6475         (IShellIconOverlayIdentifier): Likewise.
6476         * include/shlguid.h (IID_IColumnProvider) Declare.
6477         (IID_IQueryInfo): Likweise.
6478         (IID_IShellIconOverlayIdentifier): Likwise.
6479         * lib/shell32.c (IID_IColumnProvider) Define.
6480         (IID_IQueryInfo): Likweise.
6481         (IID_IShellIconOverlayIdentifier): Likwise.
6482
6483 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6484
6485         * include/winuser.h (RT_MANIFEST): Add define.
6486
6487 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6488
6489         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6490
6491 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6492
6493         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6494         (GetFiberData): Likewise.
6495         (GetCurrentFiber): Change volatile to __volatile__.
6496         (GetFiberData): Likewise.
6497
6498 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6499
6500         * lib/Makefile.in: Use make function to locate .mri file to allow
6501         building in directory other than source directory.
6502
6503 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6504
6505         * lib/vfw32.def: Remove, replacing with ...
6506         * lib/msvfw32.def: New file.
6507         * lib/avicap32.def: New file.
6508         * lib/avifil32.def: New file.
6509         * lib/vfw32.mri: New file.
6510         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6511         import libs with multiple dll's.
6512         (LIBS): Add MIMPLIBS.
6513         (DISTFILES): Add MRI_FILES.
6514         (libvfw32.a): Build using mri script.
6515
6516 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6517
6518         * include/winnt.h (PAGE_*): Group defines together. Change
6519         constants to hex notation.
6520
6521 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6522
6523         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6524
6525 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6526
6527         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6528         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6529         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6530         Add prototypes.
6531         * lib/shell32.def: Add stubs.
6532
6533         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6534         compiler warnings.
6535
6536 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6537
6538         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6539
6540 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6541
6542         * include/windows.h (CopyCursor): Define as macro.
6543
6544 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6545
6546         * include/winnt.h (CONTAINING_RECORD): Add macro.
6547
6548 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6549
6550         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6551         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6552         defines.
6553
6554 2003-10-13  Filip Navara  <xnavara@volny.cz>
6555
6556         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6557         defines for Dynamic Storage Arrays.
6558         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6559         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6560         and defines for Flat ScrollBars.
6561         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6562         DefSubclassProc): Add prototypes for subclassing.
6563         (DrawShadowText): Add prototype.
6564         (COMCTL32_VERSION): Define.
6565
6566 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6567
6568         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6569         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6570
6571 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6572
6573         * include/winnt.h (SM_REMOTESESSION): Add define.
6574         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6575
6576 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6577
6578         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6579         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6580         duplicate definitions.
6581         (KP_X, KP_Y): Correct typos.
6582
6583 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6584
6585         * include/afxres.h: New file.
6586
6587         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6588         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6589         ENM_SCROLLEVENTS): Add constants.
6590
6591         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6592
6593 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6594
6595         * include/errorep.h: New file.
6596
6597         * lib/faultrep.def: New file.
6598
6599 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6600
6601         * include/winbase.h (AddVectoredExceptionHandler): Define if
6602         _WIN32_WINNT >= 0x0500.
6603
6604         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6605         _WIN32_WINNT >= 0x0500.
6606
6607 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6608
6609         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6610         _WIN32_WINNT >= 0x0501.
6611
6612 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6613
6614         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6615         UnregisterWaitEx): Add functions.
6616
6617         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6618         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6619         or guard function. The MSDN says it is available on Windows XP and
6620         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6621         Huh?
6622
6623         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6624         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6625         ZombifyActCtx, QueryActCtxW): Add functions.
6626
6627         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6628         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6629         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6630         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6631
6632         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6633         SetFirmwareEnvironmentVariable[AW]): Add functions.
6634
6635         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6636         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6637         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6638         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6639         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6640
6641         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6642         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6643
6644         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6645         (ACTIVATION_CONTEXT_INFO_CLASS,
6646         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6647         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6648         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6649         Add structures.
6650
6651         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6652         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6653         SetFileShortName[AW], SetFileValidData,
6654         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6655         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6656
6657 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6658
6659         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6660         ResetWriteWatch): Add function.
6661
6662         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6663         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6664         Add functions.
6665
6666         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6667         (GetSystemWow64Directory[AW], HeapQueryInformation,
6668         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6669         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6670         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6671         RemoveVectoredExceptionHandler): Add functions.
6672
6673         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6674         Add enumeration.
6675
6676         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6677         Add function.
6678
6679         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6680         Add function. The MSDN Magazine of June 2003 reads:
6681                 RestoreLastError is an enigma. It's code is identical to
6682                 SetLastError. It's unclear to me why it was made into a
6683                 separate API.
6684
6685         * lib/user32.def (GetSystemWindowsDirectory[AW],
6686         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6687         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6688         InterlockedFlushSList, InterlockedPopEntrySList,
6689         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6690         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6691         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6692         RestoreLastError): Add functions.
6693
6694 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6695
6696         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6697         GetProcessIoCounters): Add functions.
6698
6699         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6700         Move around, needed by GetComputerNameEx.
6701
6702         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6703         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6704         Add functions.
6705
6706         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6707         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6708
6709         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6710         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6711         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6712         Windows XP SP1 and better.
6713
6714         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6715         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6716         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6717         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6718         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6719         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6720         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6721         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6722         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6723
6724         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6725         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6726         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6727         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6728         Add functions.
6729
6730 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6731
6732         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6733         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6734         DebugSetProcessKillOnExit): Add functions.
6735
6736         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6737         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6738         DnsHostnameToComputerName[AW]): Add functions.
6739
6740         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6741         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6742         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6743
6744 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6745
6746         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6747         on Windows XP and later.
6748
6749 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6750
6751         * include/commctrl.h (TreeView_Select): Returns BOOL.
6752
6753 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6754
6755         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6756
6757         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6758         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6759
6760         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6761         CreateTimerQueueTimer): Add function.
6762
6763         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6764         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6765
6766         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6767         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6768
6769         * include/winnt.h (WT_*): Add constants.
6770
6771         * lib/user32.def (CancelDeviceWakeupRequest,
6772         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6773         DeactivateActCtx): Add functions.
6774
6775 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6776
6777         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6778         Add function. Sometimes I don't understand MSDN. This function is
6779         available on Windows XP and Server 2003, but the SDK is supposed to
6780         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6781         Mmmh...
6782
6783         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6784         Guard function. Same remark as above.
6785
6786         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6787         Add functions.
6788
6789 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6790
6791         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6792         Add constants.
6793
6794         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6795         structures.
6796
6797         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6798         function. MSDN says the first argument is HACTCTX but I'm not sure
6799         where such a specialized handle is defined, so use HANDLE instead.
6800
6801         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6802         CheckNameLegalDOS8Dot3[AW]): Add functions.
6803
6804         * lib/user32.def (ActivateActCtx, AttachConsole,
6805         CheckNameLegalDOS8Dot3[AW]): Add functions.
6806
6807         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6808         Unfortunately I don't know which header to put the declarations in.
6809
6810 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6811
6812         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6813         Add constants.
6814
6815         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6816         constants for National Language Support.
6817
6818         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6819         Language Support.
6820
6821         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6822         Language Support.
6823
6824         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6825         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6826         Add functions.
6827
6828         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6829         functions. Strange... I am unable to find which library contains
6830         these functions. Can't find anything with pexports. Any clue?
6831
6832         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6833         SetUserGeoID): Add functions.
6834
6835 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6836
6837         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6838         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6839
6840         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6841         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6842         value for constants.
6843
6844 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6845
6846         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6847         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6848         the algorithms.
6849
6850 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6851
6852         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6853
6854 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6855
6856         * include/wincrypt.h (KP_*): Add constants. Needed by
6857         CryptSetKeyParam() and other functions.
6858
6859 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6860
6861         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6862         Add constants, related to Console Accessibility.
6863
6864 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6865
6866         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6867         wrong value for constant.
6868
6869 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6870
6871         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6872
6873         * include/uxtheme.h: Cleanup.
6874         * include/tmschema.h: Cleanup.
6875
6876 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6877
6878         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6879         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6880
6881 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6882
6883         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6884
6885 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6886
6887         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6888         both winuser.h and dbt.h.
6889         * include/dbt.h (BSF_*, BSM_*): Likewise.
6890
6891         * include/winuser.h (struct tagRAWINPUT): Remove
6892         _ANONYMOUS_UNION tag from named union.
6893         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6894
6895 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6896
6897         * include/dhcpcdsk.h: New file.
6898         Note that MSDN is confused about whether it should start constant
6899         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6900         experience suggests it's DHCPCAPI with `C'.
6901
6902         * lib/dhcpcsvc.def: New file.
6903
6904 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6905
6906         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6907         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6908
6909         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6910         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6911         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6912         for use in RAWINPUTDEVICE.
6913
6914         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6915         (GetRawInputDeviceInfo[AW]): Ooops... there are
6916         ANSI/Unicode versions of this function.
6917
6918         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6919         are ANSI/Unicode versions of this function.
6920
6921 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6922
6923         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6924         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6925         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6926         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6927         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6928         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6929         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6930         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6931         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6932         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6933         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6934         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6935         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6936         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6937         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6938         RIDI_DEVICEINFO): Add constants.
6939
6940         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6941         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6942         RAWINPUTDEVICELIST): Add structures.
6943
6944         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6945         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6946         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6947
6948         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6949         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6950         GetRegisteredRawInputDevices): Add functions.
6951
6952 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6953
6954         * include/winable.h (BlockInput): Add function.
6955
6956         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6957         For use with WINDOWINFO structure.
6958
6959         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6960         Add function.
6961
6962         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6963         Add function.
6964
6965         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6966         Add function...
6967
6968         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6969         ...and duplicate.
6970
6971         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6972         Guard function...
6973
6974         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6975         ...and duplicate.
6976
6977         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
6978         Guard function...
6979
6980         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
6981         ...and duplicate.
6982
6983         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
6984         HARDWAREINPUT, INPUT): Guard structures...
6985
6986         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
6987         HARDWAREINPUT, INPUT): ...and duplicate.
6988
6989         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
6990         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
6991
6992         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
6993         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
6994
6995         * include/winuser.h: Move around some lines. Reformat according
6996         to recommended or dominant style. Remove FAR keyword.
6997
6998         * include/winable.h: Move around some lines.
6999
7000         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
7001         LockWorkStation, UnhookWinEvent): Add functions.
7002
7003 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7004
7005         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
7006         PW_CLIENTONLY): Add function and constant.
7007
7008         * lib/user32.def (PrintWindow): Add function.
7009
7010 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7011
7012         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
7013
7014         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
7015
7016 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7017
7018         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
7019         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
7020         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
7021
7022         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
7023
7024 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7025
7026         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7027         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7028         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7029
7030         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7031         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7032         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7033
7034         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7035         Add function.
7036
7037         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7038         Add functions.
7039
7040 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7041
7042         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7043         ACE_OBJECT_TYPE_PRESENT): Add constants.
7044         For use with OBJECTS_AND_NAME structure.
7045
7046 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7047
7048         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7049         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7050         void* instead.
7051
7052         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7053         PINHERITED_FROM[AW]): Add structures.
7054
7055         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7056
7057 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7058
7059         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7060
7061 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7062
7063         * lib/version.def (LIBRARY): Quote name.
7064
7065 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7066
7067         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7068         and constants.
7069
7070         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7071         GR_USEROBJECTS): Add functions and constants.
7072
7073         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7074         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7075
7076         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7077         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7078         constants.
7079
7080         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7081         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7082
7083 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7084
7085         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7086         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7087         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7088         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7089         BSF_RETURNHDESK): Add functions and constants.
7090
7091         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7092         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7093
7094         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7095         GetProcessDefaultLayout, SetProcessDefaultLayout,
7096         RealChildWindowFromPoint, SetProcessDefaultLayout,
7097         SwitchToThisWindow): Add functions.
7098
7099         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7100         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7101         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7102         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7103         RealChildWindowFromPoint, SetProcessDefaultLayout,
7104         SwitchToThisWindow): Add function.
7105
7106 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7107
7108         * include/winuser.h (DeregisterShellHookWindow): Add function.
7109
7110         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7111
7112         * lib/user32.def (EndTask): Add function.
7113
7114         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7115         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7116
7117         * include/winable.h: Reorder target macros.
7118
7119         * lib/*.def: Cleanup.
7120
7121 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7122
7123         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7124         function.
7125
7126         * lib/user32.def (AnimateWindow): Add function. By the way
7127         there are ~ 140 symbols missing from this file when comparing
7128         to user32.dll on Windows XP.
7129
7130 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7131
7132         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7133         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7134         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7135         AnimateWindow().
7136
7137 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7138
7139         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7140         LPGUITHREADINFO): Add function and associated typedef...
7141
7142         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7143         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7144         seems to be required on older versions of Windows.
7145
7146 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7147
7148         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7149         function. MSDN suggests using gluErrorUnicodeStringWIN
7150         instead of gluErrorString, as it allows both ANSI and Unicode
7151         error strings.
7152
7153         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7154         returned pointer const for consistency reasons.
7155
7156 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7157
7158         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7159         Function exists in glu32.def but is undocumented on MSDN.
7160         A Google search came up with this declaration.
7161
7162 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7163
7164         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7165         headers from OpenGL Sample Implementation. Windows ships with
7166         GLU 1.2 so some constants and functions were removed. Then some
7167         typedef's and function declarations were reworked to look like
7168         the previous GL/glu.h.
7169
7170 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7171
7172         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7173         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7174         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7175
7176         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7177         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7178         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7179         and `enum THEMESIZE'.
7180
7181 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7182
7183         * include/uxtheme.h: New file.
7184         * include/tmschema.h: New file.
7185         * include/uxtheme.def: New file.
7186         * lib/test.c: Include uxtheme.h, tmschema.h.
7187
7188 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7189
7190         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7191         Add defines.
7192
7193 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7194
7195         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7196         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7197         <winable.h> as seems to be required on older versions of
7198         Windows.
7199
7200 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7201
7202         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7203         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7204         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7205         Add defines, the last one only on Windows XP...
7206
7207         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7208         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7209         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7210         them in <winable.h> as seems to be required on older
7211         versions of Windows.
7212
7213 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7214
7215         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7216         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7217         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7218         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7219         back into <winuser.h>...
7220
7221         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7222         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7223         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7224         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7225         comment out in <winable.h>. MSDN may say <winable.h> but this
7226         breaks many programs. It seems it used to be <winable.h> on
7227         older versions of Windows.
7228
7229 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7230
7231         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7232         Thanks to Will Levine  <willll@users.sourceforge.net>
7233
7234 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7235
7236         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7237         const struct sockaddr*.
7238         (LPWSPCONNECT): Likewise.
7239         (LPWSPJOINLEAF): Likewise.
7240         (LPWSPSENDTO): Likewise.
7241         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7242
7243 2003-09-15  Filip Navara  <xnavara@volny.cz>
7244
7245         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7246         Add definitions.
7247
7248 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7249
7250         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7251         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7252         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7253         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7254         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7255
7256         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7257         (EnumDisplayDevices[A,W]): Likewise.
7258
7259 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7260
7261         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7262         throughout.
7263
7264 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7265
7266         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7267         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7268         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7269         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7270         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7271         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7272         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7273         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7274         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7275         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7276         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7277         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7278         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7279         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7280         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7281         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7282         with documentation.
7283         * include/olectl.h: Do #include <ocidl.h>.
7284         * include/ocidl.h: Don't #include <olectl.h>.
7285
7286 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7287
7288         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7289         Change guards to use numeric constants, throughout.
7290
7291 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7292
7293         * include/w32api.h: Increment version to 2.5.
7294         * Makefile.in: Ditto.
7295
7296 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7297
7298         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7299         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7300
7301 2003-09-08  Filip Navara  <xnavara@volny.cz>
7302
7303         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7304         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7305
7306 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7307
7308         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7309         * include/winbase.h (_NT5, etc): Ditto.
7310
7311 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7312
7313         * lib/snmpapi.def (LIBRARY) Add library name.
7314         Remove '\r', throughout.
7315         * lib/wsnmp32.def: Remove '\r', throughout.
7316         * lib/igmpagnt.def: Likewise.
7317
7318 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7319
7320         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7321         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7322         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7323         (MWMO_*): Add flags.
7324
7325         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7326         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7327         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7328         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7329
7330 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7331
7332         * lib/test.c: Add vfw.h to includes.
7333         * include/mmsystem.h: Add #ifndef guard to definition of
7334         mmioFOURCC macro.
7335         * include/vfw.h: Protect __OBJC__ from COM declarations.
7336
7337 2003-08-26  Filip Navara  <xnavara@volny.cz>
7338
7339         * include/vfw.h: New file.
7340
7341 2003-08-26  Filip Navara  <xnavara@volny.cz>
7342
7343         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7344         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7345         PIO_COMPLETION_ROUTINE.
7346
7347 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7348
7349         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7350         includes.
7351
7352 2003-08-26  Filip Navara  <xnavara@volny.cz>
7353
7354         * include/snmp.h: New file.
7355         * include/winsnmp.h: New file.
7356         * include/mgmtapi.h: New file.
7357         * lib/snmpapi.def: New file.
7358         * lib/wsnmp32.def: New file.
7359         * lib/igmpagnt.def: New file.
7360         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7361         (SnmpMgrGetTrapEx): Ditto.
7362         (SnmpMgrMIB2Disk): Remove.
7363         (dbginit): Remove.
7364
7365 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7366
7367         * include/ddk/ntifs.h: Change all C++ style comments to C.
7368         * include/GL/gl.h: Ditto.
7369
7370 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7371
7372         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7373         (SFGAO_HIDDEN): Add define.
7374
7375 2003-08-25  Filip Navara  <xnavara@volny.cz>
7376
7377         * include/commctrl.h (ILCF_*): Add defines.
7378         (ILD_*): Ditto.
7379         (HDS_*): Ditto.
7380         (IPN_FIRST, IPN_LAST): Cast to UINT.
7381         (SBN_FIRST, SBN_LAST): Add defines.
7382         (PGN_*): Ditto.
7383         (HDF_JUSTIFYMASK): Fix typo.
7384         (HDM_*): Add defines.
7385         (HICF_*): Ditto.
7386         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7387         (TBSTATE_MARKED): Add define.
7388         (TBSTYLE_EX_*): Add defines.
7389         (TBCDRF_*): Ditto.
7390         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7391         (TB_*): Ditto.
7392         (TBN_*): Ditto.
7393         (TBNRF_*): Ditto.
7394         (TTF_*): Ditto.
7395         (TBCD_*): Ditto.
7396         (TBDDRET_*): Ditto.
7397         (TBIMHT_*): Ditto.
7398         (TTM_*): Ditto.
7399         (UDM_*): Ditto.
7400         (TBIF_BYINDEX): Define as hex constant.
7401         (CDIS_*): Add defines.
7402         (CDDS_SUBITEM): Add define.
7403         (LVIF_*): Add defines.
7404         (LVM_*): Ditto.
7405         (LVGIT_UNFOLDED): Add define.
7406         (TVM_): Add defines.
7407         (TVE_EXPANDPARTIAL): Add define.
7408         (TVGN_LASTVISIBLE): Ditto.
7409         (TVN_*): Add defines.
7410         (TVNRET_*): Add defines.
7411         (TCIF_STATE): Add define.
7412         (NM_TOOLTIPSCREATED): Ditto.
7413         (CCM_*): Add defines.
7414         (INFOTIPSIZE): Add numeric value.
7415         (ODT_LISTVIEW): Ditto.
7416         (MCM_GETMAXTODAYWIDTH): Ditto.
7417         (MCHT_*): Add defines.
7418         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7419         (PGF_*): Add defines.
7420         (PGM_*): Ditto.
7421         (TBINSERTMARK): Add structure.
7422         (LPIMAGEINFO) Add typedef.
7423         (LPHDHITTESTINFO): Ditto.
7424         (NMLVGETINFOTIP[AW]: Add structures.
7425         (NMTBCUSTOMDRAW): Add structure.
7426         (TTTOOLINFOA_V*_SIZE): Add macros.
7427         (TTTOOLINFOW_V1_SIZE): Ditto.
7428         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7429         (LVITEM[AW]: Ditto.
7430         (TCITEM[AW]):Ditto.
7431         (CCSIZEOF_STRUCT): Correct macro definition.
7432         (ListView_*): Add new macros.
7433         (HIMAGELIST): Correct typedef.
7434         (HTREEITEM): Ditto.
7435
7436 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7437
7438         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7439         TCHITTESTINFO for backward compatibility.
7440         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7441         compatibility.
7442
7443 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7444
7445         * include/objidl.h (COBJMACROS): Define macros only
7446         if using C interace.
7447         * include/unknwn.h: Ditto.
7448         * include/comcat.h: Ditto.
7449
7450 2003-08-24  Filip Navara  <xnavara@volny.cz>
7451
7452         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7453         PSH_NOCONTEXTHELP): Define.
7454         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7455         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7456         (LPDLGTEMPLATE[AW]): Add typedefs.
7457
7458 2003-08-22  Filip Navara  <xnavara@volny.cz>
7459
7460         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7461         Add prototypes.
7462         BuildImpersonateTrustee[AW]): Add prototypes.
7463         GetMultipleTrustee[AW]): Add prototypes.
7464         GetMultipleTrusteeOperation[AW]): Add prototypes.
7465
7466 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7467
7468         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7469
7470 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7471
7472         * include/shlobj.h (IPersistFolder::GetClassID):
7473         Correct declaration.
7474         (CMF_*) Add missing defines.
7475
7476 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7477
7478         * include/winuser.h (DC_BUTTONS): Add define.
7479
7480 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7481
7482         * include/winuser.h (DC_GRADIENT): Add define.
7483
7484 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7485
7486         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7487         older TBSTYLE_* constants.
7488
7489 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7490
7491         * include/commctrl.h (TB_*) Group defines together.
7492
7493 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7494
7495         * include/winuser.h (ICON_SMALL2): Define.
7496         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7497         Define.
7498         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7499         (IDragSourceHelper) Define interface.
7500         (IDropTargetHelper): Likewise.
7501         (IExtractIcon): Unicode it.
7502         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7503         OnStateChange and IncludeObject methods.
7504
7505 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7506
7507         * include/commctrl.h (TreeView_GetScrollTime,
7508         TreeView_SetScrollTime): Define macros.
7509         * include/winuser.h (GetShellWindow): Add prototype.
7510         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7511
7512 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7513
7514         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7515         IID_IDragSourceHelper): Declare.
7516         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7517         IID_IDragSourceHelper): Define.
7518
7519 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7520
7521         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7522         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7523         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7524
7525 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7526
7527         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7528         CGID_ShellServiceObject): Remove definitions.
7529         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7530
7531 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7532
7533         * include/shlobj.h (SHELLSTATE): Add structure.
7534         (SHGetSetSettings): Add prototype.
7535         (SHGetSettings): Add prototype.
7536         * lib/shell32.def (SHGetSetSettings): Add stub.
7537
7538 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7539
7540         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7541         (Header_OrderToIndex): Add macro.
7542         (Header_GetOrderArray): Add macro.
7543
7544         * include/commdlg.h (FR_MATCHALEFHAMZA,
7545         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7546
7547 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7548
7549         * include/commctrl.h (TVM_GETSCROLLTIME,
7550         TVM_SETSCROLLTIME): Add defines.
7551
7552 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7553
7554         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7555         (SHGetInstanceExplorer): Correct return type.
7556         (SHGetFolderPath[AW]): Likewise.
7557         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7558         for report.
7559
7560 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7561
7562         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7563
7564 2003-08-01  Filip Navara  <xnavara@volny.cz>
7565
7566         * include/winldap.h: New file.
7567         * include/ntldap.h: New file.
7568         * include/winber.h: New file.
7569         * lib/winldap32.def: New file.
7570
7571 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7572
7573         * include/ddk/atm.h: Remove stray '.';
7574
7575 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7576
7577         * include/ddk/winddk.h: Remove trailing ';' from macros,
7578         throughout. Add () around defines with cast returns, throughout.
7579
7580 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7581
7582         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7583         (SFGAOF, SHGDNF): Add typedef's.
7584         (SHCONTF): Extend enum.
7585
7586 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7587
7588         * include/shellapi.h: Include all structs within pshpack2.h/
7589         poppack.h block.
7590
7591 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7592
7593         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7594         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7595         _WIN32_WINDOWS, not WINVER.
7596         (AllowSetForegroundWindow,LockSetForegroundWindow,
7597         SetLayeredWindowAttributes): Likewise.
7598         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7599         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7600         Add stubs.
7601
7602 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7603
7604         * include/objidl.h (IMalloc): Fix typo.
7605
7606 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7607
7608         * include/dkk/ntifs.h: Fix typo in guard for
7609         #pragma GCC system_header.
7610
7611 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7612
7613         * include/objidl.h (PropVariant): Add CHAR cVal field
7614         to union.
7615         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7616         FMTID_UserDefinedProperties): Declare.
7617
7618 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7619
7620         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7621
7622 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7623
7624         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7625         DUPLICATE_SAME_ACCESS): Remove defines.
7626         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7627         ddk/ntapi.h defines.
7628         (SEM_*) : Likewise.
7629         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7630         ddk/ntifs.h defines.
7631         (FILE_*): Likewise.
7632         (MEM_IMAGE, SEC_*): Likewise.
7633         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7634         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7635         (TOKEN_*): Sync with ddk/ntifs.h defines.
7636         * include/ddk/ntapi.h: Add comments noting definitions in
7637         winbase.h.
7638         * include/ddk/ntifs.h: Add comments noting definitions in
7639         winnt.h.
7640         * include/ddk/winddk.h: Add comments noting definitions in
7641         winnt.h.
7642
7643 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7644
7645         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7646         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7647
7648 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7649
7650         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7651
7652 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7653
7654         Clean up warnings in ddk.
7655
7656         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7657         conditional on  __cplusplus.
7658         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7659         defines, throughout.
7660         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7661         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7662         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7663         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7664         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7665         defines, throughout.
7666         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7667         defines, throughout. Remove trailing semicolon from *_S 'structure'
7668         macro expansion, throughout. Remove trailing semicolon from
7669         DECLARE_UNKNOWN_STRUCT macro expansion.
7670         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7671         _ANONYMOUS_UNION.
7672         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7673         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7674         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7675         Add _ANONYMOUS_UNION.
7676         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7677         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7678         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7679         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7680         match proto in ntapi.h.
7681         (ZwSetInformationObject): Likewise.
7682         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7683         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7684         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7685         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7686         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7687         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7688         last comma.
7689         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7690         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7691         trailing semicolon when expanding macro.
7692         (GENERAL_LOOKASIDE_S): Likewise.
7693         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7694         Change inline to __inline, throughout.
7695         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7696
7697 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7698
7699         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7700         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7701         KPRIORITY.
7702         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7703         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7704         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7705         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7706         to anonymous structs.
7707
7708 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7709
7710         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7711
7712         * include/winuser.h (mouse_event): Correct type of fifth param,
7713         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7714
7715 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7716
7717         * include/winnt.h (HANDLE): Define based on STRICT filter.
7718         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7719         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7720
7721 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7722
7723         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7724         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7725         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7726         for report.
7727
7728 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7729
7730         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7731
7732 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7733
7734         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7735         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7736         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7737         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7738         (TPM_RECURSE): Add guard for Win98/Win2K.
7739         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7740
7741 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7742
7743         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7744         avoid user namespace conflicts.
7745
7746 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7747
7748         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7749         _IE3, _IE4, _IE5, _IE6): Add definitions.
7750         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7751         >= Win98.
7752         Change existing guards to use the above macro names as appropriate.
7753         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7754         Note: Also added to mingw/include/_mingw.h.
7755
7756 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7757
7758         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7759         PathFindSuffixArrayA, PathFindSuffixArrayW,
7760         PathFindExtensionA, PathFindExtensionW, StrStrW
7761         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7762         explicit type.
7763
7764 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7765
7766         * include/richedit.h (PARAFORMAT2): Add definition.
7767         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7768         missing constants.
7769
7770 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7771
7772         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7773         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7774         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7775         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7776
7777 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7778
7779         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7780         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7781         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7782         that these are obsolete no-ops.
7783
7784 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7785
7786         * include/winbase.h (GetProcessWorkingSetSize,
7787         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7788         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7789         Correct prototypes.
7790
7791 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7792
7793         * include/winuser.h (TPM_RECURSE): Add define.
7794
7795 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7796
7797         * lib/test.c: #include <powrprof.h>.
7798
7799 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7800
7801         * include/powerprof.h: New file.
7802         * lib/powerprof.def: New file.
7803
7804 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7805
7806         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7807         protection.
7808
7809 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7810
7811         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7812         hInstance members to HINSTANCE.
7813         Thanks to: Brenden T. <brenden@rcsis.com>
7814
7815 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7816
7817         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7818         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7819
7820 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7821
7822         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7823         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7824         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7825         Remove.
7826         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7827
7828 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7829
7830         * lib/oleacc.def: New file.
7831         * include/winable.h: New file.
7832         * include/oleacc.h: Add extern "C" guard.
7833         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7834         (AccessibleChildren, AccessibleObjectFromEvent,
7835         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7836         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7837         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7838         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7839         * include/winuser.h (NotifyWinEvent): Add prototype.
7840         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7841         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7842         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7843         OBJID_SOUND): Move from here to...
7844         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7845         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7846         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7847         OBJID_SOUND): Here, as per documentation.
7848         * lib/test.c: Include winable.h.
7849         * lib/user32.def (NotifyWinEvent): Add missing export.
7850
7851 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7852
7853         * include/winbase.h (HeapCompact): Correct prototype.
7854         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7855         SLIST_HEADER): Add.
7856
7857 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7858
7859         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7860
7861 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7862
7863         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7864
7865 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7866
7867         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7868         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7869
7870 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7871
7872         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7873         lpGlyphs field to LPWSTR.
7874
7875 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7876
7877         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7878         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7879         (PP_*): Add defines.
7880         (CryptContextAddRef): Add prototype.
7881         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7882
7883 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7884
7885         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7886
7887 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7888
7889         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7890         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7891         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7892         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7893         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7894         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7895         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7896         readability.
7897         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7898         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7899
7900 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7901
7902         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7903         Unname anonymous unions if NONAMELESSUNION not defined.
7904
7905 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7906
7907         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7908
7909 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7910
7911         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7912         anonymous unions as GCC extension.
7913
7914 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7915
7916         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7917         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7918         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7919         commented out).
7920         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7921
7922 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7923
7924         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7925         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7926         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7927
7928 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7929
7930         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7931         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7932         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7933         IProvideClassInfo2,IConnectionPointContainer,
7934         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7935         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7936         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7937         IPicture,IPictureDisp): Move from here to...
7938         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7939         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7940         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7941         IProvideClassInfo2,IConnectionPointContainer,
7942         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7943         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7944         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7945         IPicture,IPictureDisp): Here, as per documentation.
7946
7947 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7948
7949         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7950         * include/winbase.h (TerminateJobObject,
7951         AssignProcessToJobObject): Likewise.
7952         * include/servprov.h: New header.
7953         * lib/test.c: Include servprov.h.
7954
7955 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7956
7957         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7958         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7959         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7960         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7961         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7962         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7963
7964 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7965
7966         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7967         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7968         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7969
7970 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7971
7972         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7973         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7974         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7975         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7976         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
7977         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
7978         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
7979
7980 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
7981
7982         * include/commctrl.h (TBM_*): Add missing trackbar defines.
7983
7984 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
7985
7986         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
7987         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
7988
7989 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
7990
7991         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
7992         (SetDCPenColor, SetDCBrushColor): Add prototypes.
7993         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
7994
7995 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
7996
7997         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
7998
7999 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8000
8001         * include/oaidl.h (ITypeMarshal): Add interface.
8002
8003 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8004
8005         * include/winioctl.h: Clean up formatting.
8006         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
8007         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
8008         (DISK_CACHE_INFORMATION): Likewise.
8009         (DISK_DETECTION_INFO): Likewise.
8010         (DISK_PARTITION_INFO): Likewise.
8011         (PARTITION_INFORMATION_EX): Likewise.
8012         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
8013
8014 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8015
8016         * include/winbase.h (DeleteVolumeMountPoint[AW],
8017         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
8018         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
8019         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
8020         SetVolumeMountPoint[AW]): Add prototypes.
8021         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
8022         IOCTL_DISK_SET_PARTITION_INFO_EX,
8023         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
8024         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
8025         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8026         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8027         IOCTL_DISK_GET_CACHE_INFORMATION,
8028         IOCTL_DISK_SET_CACHE_INFORMATION,
8029         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8030         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8031         FSCTL_MOVE_FILE): Define.
8032         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8033         DISK_CACHE_INFORMATION,
8034         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8035         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8036         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8037         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8038         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8039         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8040         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8041         MOVE_FILE_DATA,
8042         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8043         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8044         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8045         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8046         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8047         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8048         F3_240M_512, and F3_32M_512.
8049         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8050         stubs.
8051
8052 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8053
8054         * include/wingdi.h (DM_SPECVERSION): Define.
8055         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8056         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8057         appropriate _WIN32_WINNT values.
8058
8059 2003-04-15  Chris January  <chris@atomice.net>
8060
8061         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8062         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8063
8064 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8065
8066         * include/winuser.h (VK_*): Add missing defines.
8067
8068 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8069
8070         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8071         documented typedefs for struct _NM_UPDOWN.
8072         Add defines for backward comapatibility.
8073         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8074         * include/wininet.h (IRF_*): Add missing defines.
8075
8076 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8077
8078         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8079
8080 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8081
8082         * include/sspi.h: Add comment for FreeCredentialsHandle.
8083
8084 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8085
8086         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8087
8088 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8089
8090         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8091
8092 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8093
8094         * lib/uuid.c (IID_IHTML*): Move definitions to...
8095         * lib/mshtml-uuid.c: New file.
8096         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8097
8098 2003-03-30  Michael Sazonov  <traip@comset.net>
8099
8100         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8101         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8102         IHTMLImgElement): Add interface definitions.
8103
8104 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8105
8106         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8107         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8108         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8109         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8110         RC_INVOKED guard.
8111         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8112         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8113
8114 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8115
8116         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8117
8118 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8119
8120         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8121         TranslateName[AW]): Add prototypes.
8122         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8123         TranslateName[AW]): Add stubs.
8124         * lib/test.c: Include secext.h.
8125
8126 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8127
8128         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8129         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8130         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8131         _SpinLock.
8132
8133 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8134
8135         * include/w32api.h: Increment version to 2.4.
8136         * Makefile.in: Ditto.
8137
8138 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8139
8140         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8141         Move structure from here...
8142         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8143
8144         * include/ddk/ntapi.h (JOBOBJECT_*):
8145         Remove structures and enums definitions.
8146         (JOB_OBJECT*): Move defines from here...
8147         * include/winnt.h (JOB_OBJECT* ): To here.
8148
8149         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8150         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8151         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8152         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8153         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8154         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8155         and associated defines from here ...
8156         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8157         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8158         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8159         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8160         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8161         SYSTEM_POWER_CAPABILITIES):To here.
8162
8163         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8164         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8165         from here...
8166         * include/winnt.h (DEVICE_POWER_STATE,
8167         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8168
8169 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8170
8171         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8172         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8173         (NdisUpdateSharedMemory): Likewise.
8174         (NdisMFreeSharedMemory: Likewise.
8175         (NdisMMapIoSpace: Likewise.
8176
8177 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8178
8179         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8180         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8181         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8182
8183 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8184
8185         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8186         (EnumResourceNames[AW]): Ditto.
8187         (EnumResourceTypes[AW]): Ditto.
8188         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8189
8190 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8191
8192         * include/winuser.h (SendInput): Add prototype.
8193         * lib/user32.def (SendInput): Add stub.
8194
8195 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8196
8197         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8198         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8199
8200 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8201
8202         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8203         (JOBOBJECT_*): Define corresponding structures.
8204
8205 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8206
8207         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8208         typedef.
8209
8210 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8211
8212         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8213         (Process32{First,Next}{,W}): Ditto.
8214         (Thread32{First,Next}): Ditto.
8215         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8216
8217 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8218
8219         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8220         Thanks to Jim Barton <jmbarton@users.sf.net>.
8221
8222 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8223
8224         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8225         member SectionAlignment.
8226
8227 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8228
8229         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8230         warnings.
8231         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8232         * Makefile.in (bindist): Correct process.
8233         * lib/Makefile.in (install): Ditto.
8234         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8235
8236 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8237
8238         * include/rasdlg.h: New file.
8239         * lib/rasdlg.def: New file.
8240         * lib/test.c: Include rasdlg.h.
8241
8242 2003-03-06  Christopher January  <chris@atomice.net>
8243
8244         * include/winbase.h (FindFirstVolume): Add declaration.
8245         (FindNextVolume): Add declaration.
8246         (FindVolumeClose): Add declaration.
8247         (GetSystemTimes): Add declaration.
8248         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8249
8250 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8251
8252         *lib/kernel32.def (GetSystemTimes): Add stub.
8253
8254 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8255
8256         * oleidl.h (IOleObject): Correct GetUserType prototype.
8257         (IViewObject2): Correct GetExtent prototype.
8258         * olectl.h (DISPIP_): Add new defines
8259         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8260
8261 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8262
8263         * include/olectl.h (OleLoadPictureEx) Add prototype.
8264         (OleLoadPictureFile): Ditto.
8265         (OleLoadPictureFileEx): Ditto.
8266         (OleLoadPicturePath): Ditto.
8267         (OleSavePictureFile): Ditto.
8268
8269 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8270
8271         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8272         (CoAddReleaseServerProcess): Ditto.
8273         (CoResumeClassObjects): Ditto.
8274         (CoSuspendClassObjects): Ditto.
8275         * include/oleauto.h (V_I1): Define.
8276         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8277
8278 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8279
8280         * include/oleidl.h (USERCLASSTYPE): Add enum.
8281         * include/ocidl.h (IObjectWithSite): Add interface.
8282
8283 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8284
8285         Fixup UNICODE thinko in 2003-02-22 patch.
8286         * include/wingdi.h (AddFontMemResourceEx): Add.
8287         (RemoveFontMemResourceEx): Ditto.
8288         (AddFontMemResourceEx[AW]): Remove.
8289         (RemoveFontMemResourceEx[AW]): Ditto
8290         * lib/gdi32.def: (AddFontResourceEx): Add.
8291         (RemoveFontMemResourceEx): Ditto.
8292         (AddFontMemResourceEx[AW]): Remove.
8293         (RemoveFontResourceEx[AW]): Ditto.
8294
8295 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8296
8297         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8298         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8299
8300 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8301
8302         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8303         (RemoveFontMemResourceEx[AW]): Ditto
8304         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8305         (RemoveFontMemResourceEx[AW]): Ditto.
8306
8307 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8308
8309         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8310         (NtCurrentTeb): Remove.
8311
8312 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8313
8314         * include/wsahelp.h: Remove ';' after closing
8315         #ifdef __cplusplus brace.
8316         * include/ws2spi.h: Likewise.
8317
8318 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8319
8320         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8321         (GlobalMemoryStatusEx): Add prototype.
8322         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8323
8324 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8325
8326         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8327
8328 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8329
8330         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8331         (RemoveFontResourceEx[AW]): Ditto
8332         (FR_PRIVATE): Define.
8333         (FR_NOT_ENUM): Define.
8334         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8335         (RemoveFontResourceEx[AW]): Ditto.
8336
8337 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8338
8339         * include/w32api.h: Increment version to 2.3.
8340         * Makefile.in: Ditto.
8341
8342 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8343
8344         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8345         (Ke386QueryToAccessMap): Ditto.
8346         (Ke386SetIoAccessMap): Ditto.
8347         Thanks to Marcel Telka <telka@users.sf.net>
8348         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8349         * include/security.h: Include secext.h.
8350         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8351         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8352         * include/GL/gl.h: Remove include of glext.h.
8353         Thanks to Greg Couch <gregcouch@users.sf.net>
8354
8355 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8356
8357         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8358         using GUID_DEFINED instead.
8359         * include/sqltypes.h: Ditto.
8360         * include/winnt.h: Ditto.
8361         * include/ddk/scsiwmi.h: Ditto.
8362
8363 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8364
8365         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8366         prototypes.
8367         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8368
8369 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8370
8371         * include/commctrl.h (TCM_*): Add missing defines.
8372
8373 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8374             Danny Smith  <dannysmith@users.sourceforge.net>
8375
8376         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8377         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8378         for (_WIN32_IE >= 0x0400).
8379         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8380         fields for (_WIN32_IE >= 0x0400).
8381
8382 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8383
8384         * include/winbase.h (CreateFiber): Change first parameter
8385         to SIZE_T.
8386         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8387         if (_WIN32_WINNT >= 0x0500).
8388
8389 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8390
8391         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8392         Add missing typedefs.
8393         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8394         prototypes.
8395         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8396
8397 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8398
8399         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8400         define.
8401         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8402
8403 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8404
8405         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8406         define.
8407         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8408         definition.
8409         (WAIT_FAILED): Cast to DWORD.
8410         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8411         definition.
8412
8413 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8414
8415         * include/winerror.h: Protect against multiple
8416         definition of WSA* error codes.
8417         * include/winsock.h: Likewise.
8418         * include/winsock2.h: Likewise.
8419
8420 2003-01-27  Bang Dong-Heui
8421             Bang Jun-Young  <junyoung@netbsd.org>
8422
8423         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8424         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8425         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8426
8427
8428 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8429
8430         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8431         (WINVER >= 0x501).
8432
8433 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8434
8435         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8436         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8437         fields for (WINVER >= 0x501).
8438
8439 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8440
8441         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8442         Add stubs.
8443         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8444         options.
8445
8446 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8447
8448         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8449         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8450
8451 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8452
8453         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8454         SE_REGISTRY_WOW64_32KEY.
8455         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8456
8457 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8458
8459         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8460         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8461         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8462
8463 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8464
8465         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8466
8467 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8468
8469         * lib/dxguid.c: Don't #include <objbase.h>.
8470         * include/unknwn.h: Partially revert change of 2002-12-26.
8471         Don't include <ole2.h>.
8472
8473 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8474
8475         * lib/dinput.c: Don't #include <objbase.h>.
8476
8477 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8478
8479         * include/windows.h (ole2.h):Do #include for
8480         __WATCOMC__.
8481
8482 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8483
8484         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8485         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8486         definition.
8487         (WHEEL_PAGESCROLL): Likewise.
8488         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8489
8490 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8491
8492         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8493         (WHEEL_PAGESCROLL): Add define.
8494
8495 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8496
8497         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8498         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8499         compatability. Add RECT field. Add UNICODE mappings for new
8500         names.
8501         (tagNMREBARCHEVRON): Add struct and typedefs for
8502         _WIN32_IE >= 0x0500.
8503
8504 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8505
8506         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8507         (LVHITTESTINFO): Likewise.
8508
8509         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8510         (GRADIENT_RECT): Likewise.
8511
8512 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8513
8514         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8515         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8516         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8517         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8518         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8519         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8520         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8521         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8522         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8523         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8524         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8525         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8526         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8527         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8528         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8529         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8530         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8531         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8532         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8533         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8534         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8535         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8536         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8537         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8538         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8539         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8540         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8541         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8542         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8543         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8544         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8545         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8546         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8547         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8548         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8549         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8550         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8551         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8552         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8553         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8554         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8555         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8556         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8557         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8558         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8559         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8560         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8561         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8562         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8563         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8564         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8565         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8566         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8567         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8568         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8569         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8570         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8571         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8572         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8573         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8574         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8575         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8576         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8577         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8578         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8579         Add missing error codes.
8580
8581 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8582
8583         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8584         asm code.
8585         (GetFiberData): Likewise.
8586
8587 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8588
8589         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8590         asm code.
8591         (GetFiberData): Likewise.
8592
8593 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8594
8595         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8596         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8597         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8598         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8599         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8600         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8601         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8602         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8603         error codes.
8604         Re-sort codes.
8605
8606 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8607
8608         * include/winspool.h (PRINTER_INFO_6): Add.
8609         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8610
8611 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8612
8613         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8614
8615         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8616         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8617         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8618         Add stubs.
8619
8620 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8621
8622         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8623         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8624
8625 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8626
8627         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8628
8629 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8630
8631         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8632         VIETNAMESE_CHARSET): Remove duplicate defines.
8633         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8634
8635 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8636
8637         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8638         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8639
8640 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8641
8642         * include/unknwn.h: Include windows.h and ole2.h before header
8643         guard to avoid circular inclusion of COM headers.
8644
8645 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8646
8647         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8648         ReuseDDElParam): Use __WIN64 compatible typedefs.
8649
8650 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8651
8652         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8653         lpInheritProperty member const.
8654         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8655         const.
8656
8657 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8658
8659         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8660         COM_NO_WINDOWS_H.
8661         * include/unknwn.h: Ditto.
8662
8663 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8664
8665         * include/imm.h (ImmGetCompositionFont[AW],
8666         ImmSetCompositionFont[AW]): Add NOGDI guard.
8667
8668 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8669
8670         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8671         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8672         before using.
8673         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8674         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8675         definition.
8676         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8677         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8678         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8679         definition.
8680         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8681         (LPCGUID): Likewise.
8682         * include/ddk/tdi.h: Close "Listen flags" comment.
8683         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8684         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8685         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8686         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8687         * include/ddk/win2k.h: Likewise.
8688         * include/ddk/winddi.h: Likewise.
8689         * include/ddk/winddk.h: Likewise.
8690         * include/ddk/winnt4.h: Likewise.
8691         * include/ddk/ws2san.h: Likewise.
8692         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8693         * include/ddk/video.h: Don't process rest of file ifdef
8694         __WINDDI_H.
8695         * include/ddk/winddi.h: Don't process rest of file ifdef
8696         __VIDEO_H.
8697         * include/ddk/usb.h: Don't process rest of file ifdef
8698         __USBDI_H.
8699         * include/ddk/usbdi.h: Don't process rest of file ifdef
8700         __USB_H.
8701         * include/ddk/usbcamdi.h: Don't process rest of file if
8702         !defined(__USB_H) && !defined(__USBDI_H)
8703
8704 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8705
8706         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8707         prototypes.
8708         * include/winuser.h (GetAncestor) Add prototype.
8709         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8710         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8711         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8712         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8713         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8714         defines.
8715         * lib/user32.def (GetAncestor@8): Add stub.
8716
8717 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8718
8719         * include/windows.h: Guard inclusion of wingdi.h,
8720         commdlg.h, winspool.h, ole2.h with NOGDI.
8721         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8722         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8723         Guard with NOGDI.
8724
8725 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8726
8727         * include/oleacc.h (SELFLAG_*): Change to enum.
8728
8729 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8730
8731         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8732         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8733
8734 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8735
8736         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8737         to UINT.
8738         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8739
8740 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8741
8742         * include/winuser.h (AllowSetForegroundWindow,
8743         LockSetForegroundWindow): Add prototypes.
8744         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8745         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8746         * lib/winuser.def (AllowSetForegroundWindow,
8747         LockSetForegroundWindow): Add stubs.
8748
8749 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8750
8751         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8752         UNICODE mappings.
8753         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8754         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8755         compatability. Add lParam field. Add UNICODE mappings for new
8756         names.
8757
8758 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8759
8760         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8761         Wrap with pshpack2.h/poppack.h to correct alignment.
8762
8763 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8764
8765         * include/commctrl.h (LVBKIF_*): Add defines.
8766         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8767         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8768         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8769         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8770         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8771         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8772         (ListView_GetBkImage): Add define.
8773         (ListView_SetBkImage): Add define.
8774         (LVBKIMAGE): Add structures and typedefs.
8775
8776 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8777
8778         * include/w32api.h: Increment to version 2.2
8779         * Makefile.in: Ditto.
8780
8781 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8782
8783         * lib/Makefile.in (dist, install): Correct the install destinations.
8784         * lib/ddk/Makefile.in (dist, install): Ditto.
8785
8786 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8787
8788         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8789         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8790         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8791         in definitions.
8792         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8793         IID_IOleControlSite89): Remove.
8794
8795 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8796
8797         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8798         (IID_IStdMarshalInfo): Ditto.
8799
8800 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8801
8802         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8803         (IID_IPersistStorage): Ditto.
8804
8805 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8806
8807         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8808         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8809         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8810         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8811         Correct definitions.
8812
8813 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8814
8815         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8816         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8817         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8818         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8819         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8820         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8821         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8822         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8823         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8824         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8825         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8826         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8827         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8828         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8829         xfilter.h): Change comment to refer w32api package, not MinGW.
8830
8831 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8832
8833         * include/ddk/ntddk.h: Include winnt.h as system header.
8834
8835 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8836
8837         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8838         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8839         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8840         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8841         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8842         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8843         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8844         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8845         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8846         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8847         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8848         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8849         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8850         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8851         xfilter.h): Fix typo in disclaimer comment.
8852
8853 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8854
8855         * include/exdisp.h: Include oaidl.h as system header.
8856
8857 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8858
8859         * include/w32api.h (__W32API_VERSION): Fix.
8860
8861 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8862
8863         * lib/uuid.c (IID_ICatInformation): Correct definition.
8864
8865 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8866
8867         * include/oleauto.h (DeregisterTypeLib): Remove.
8868         (UnRegisterTypeLib): Add prototype.
8869
8870 2002-11-07  Christopher January  <chris@atomice.net>
8871
8872         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8873
8874 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8875
8876         * include/winnt.h (VerSetConditionMask): Add prototype.
8877         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8878
8879 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8880
8881         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8882         definitions and ANSI/UNICODE mappings.
8883         Cleanup whitespace.
8884
8885 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8886
8887         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8888         * configure.in: Ditto.
8889         * lib/Makefile.in: Ditto.
8890         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8891         autoconf-2.53.
8892         * configure: Regenerate.
8893
8894 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8895
8896         * include/windows.h: Don't include basetyps.h.
8897         * include/objfwd.h: Do include basetyps.h.
8898
8899 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8900
8901         * include/objbase.h: Include rpc.h and rpcndr.h
8902         before header guard.
8903
8904 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8905
8906         * include/olectl.h (PROPPAGEINFO): Change type of
8907         field cb to ULONG.
8908
8909 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8910
8911         * lib/ntdll.def (RtlAcquireResourceExclusive,
8912         RtlAcquireResourceShared, RtlDeleteResource,
8913         RtlInitializeResource, RtlReleaseResource,
8914         RtlTimeToSecondsSince1970) : Added missing exports.
8915
8916 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8917
8918         * include/oleacc.h: New file.
8919         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8920         (OBJID_*) Add defines.
8921         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8922         * lib/test.c: Include oleacc.h.
8923
8924 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8925
8926         * include/ddk: New subdir.
8927         * lib/ddk: Ditto.
8928         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8929         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8930         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8931         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8932         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8933         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8934         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8935         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8936         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8937         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8938         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8939         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8940         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8941         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8942         xfilter.h): New files.
8943         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8944         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8945         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8946         win32k.def): Ditto.
8947
8948 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8949
8950         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8951         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8952         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8953         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8954         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8955         RtlAddAccessAllowedAce, RtlCreateAcl,
8956         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8957         RtlGetAce, RtlGetControlSecurityDescriptor,
8958         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8959         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8960         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8961         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8962         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8963         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8964         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8965         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8966         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8967         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8968         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8969         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8970         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8971
8972 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8973
8974         *include/windef.h (WPARAM): Update typedef.
8975         (LPARAM): Ditto.
8976         (LRESULT): Ditto.
8977
8978 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8979
8980         * include/shlobj.h (CSIDL_*): Add defines.
8981
8982 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
8983
8984         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
8985         has been included first.
8986
8987 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
8988
8989         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
8990         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
8991         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
8992
8993 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8994
8995         * include/winuser.h (DS_SHELLFONT): Define.
8996
8997 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
8998
8999         * include/winnt.h (VER_SUITE_BLADE): Define.
9000
9001 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
9002
9003         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
9004         Add _WIN32_IE guard. Correct prototype for wide version.
9005         (SHGetFolderPath): Add comment on shfolder.dll.
9006         (SHGetFolderLocation): Add prototyope for WinME and W2K.
9007         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
9008
9009 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
9010
9011         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
9012         * lib/shfolder.def: New file.
9013
9014 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
9015
9016         * include/winsock.h (timeval): Guard struct and associated
9017         macros with _TIMEVAL_DEFINED.
9018         * include/winsock2.h (timeval): Likewise.
9019
9020 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9021
9022         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
9023         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
9024         SHCreateShellItem,SHEmptyRecycleBin[AW],
9025         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9026         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9027         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9028         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9029         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9030         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9031         SHLoadNonloadedIconOverlayIdentifiers,
9032         SHOpenFolderAndSelectItems,SHParseDisplayName,
9033         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9034         SHSetLocalizedName,SHSetUnreadMailCountW,
9035         SHUpdateRecycleBinIcon: Add missing stubs.
9036
9037 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9038
9039         * include/windef.h (WINVER): Add documentation.
9040         (_WIN32_WINNT): Ditto.
9041         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9042
9043 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9044
9045         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9046
9047 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9048
9049         * include/winbase.h (AllocateUserPhysicalPages,
9050         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9051         FreeUserPhysicalPages): Add prototypes.
9052         * lib/kernel32.def: Add function stubs for above.
9053
9054 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9055
9056         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9057         Add WINVER guards for dialog box command id defines.
9058
9059 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9060
9061         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9062
9063 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9064
9065         * include/wincon.h: Define GetConsoleWindow(void).
9066
9067 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9068
9069         * include/w32api.h: Increment version to 2.1.
9070         * Makefile.in: Ditto.
9071
9072 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9073
9074         * include/winsock2.h (SOCKET_ADDRESS): Define if
9075         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9076         (CSADDR_INFO): Ditto.
9077         (nspapi.h) : Don't include. Removed FIXME comment.
9078         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9079         __CSADDR_T_DEFINED is not defined.
9080         (CSADDR_INFO): Ditto.
9081         (BLOB): Add structure and typedef if not already defined.
9082         (NS_*): Add defines.
9083         (SERVICE_*): Ditto.
9084         (SERVICE_ADDRESS): Add structure and typedefs.
9085         (SERVICE_ADDRESSES): Ditto.
9086         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9087         (LPSERVICE_ASYNC_INFO): Add typedef.
9088         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9089         mappings.
9090         * include/wsipx.h: New file.
9091         * include/svcguid.h: New file.
9092         * lib/test.c: Include wspix.h and svcguid.h.
9093
9094 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9095
9096         * include/wsahelp.h: New file.
9097         * lib/test.c: Include wsahelp.h.
9098
9099 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9100
9101         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9102         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9103
9104 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9105
9106         * include/ws2spi.h: Modify comment about being part of
9107         mingw32 package.
9108         (winsock2.h): Change "" to <>.
9109
9110 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9111
9112         * include/ws2spi.h: New file.
9113         * lib/test.c: Include ws2spi.h.
9114
9115 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9116
9117         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9118         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9119         functions.
9120
9121 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9122
9123         * include/winuser.h (CURSOR_SHOWING) Add define.
9124         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9125
9126 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9127
9128         * include/winerror.h: Cast OLE error codes to HRESULT.
9129         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9130
9131 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9132
9133         * include/wincrypt.h (ALG_*): Add defines.
9134         (CALG_*): Ditto.
9135         (CRYPT_*): Ditto.
9136         (PP_*): Ditto.
9137         (PROV_*): Ditto.
9138         (PRIVATEKEYBLOB): Add define.
9139
9140 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9141
9142         * include/shlobj.h (SHGetFolderPath): Add define.
9143         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9144         (SHGetFolderPath): Ditto.
9145
9146 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9147
9148         * include/commdlg.h: Don't include COM headers or use
9149         COM-dependent symbols if __OBJC__.
9150
9151 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9152
9153         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9154         Add prototypes.
9155
9156 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9157
9158         * include/shellapi.h (FOF_NOERRORUI): Add define.
9159
9160 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9161
9162         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9163
9164 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9165
9166         * include/objidl.h (IEnumMoniker): Correct declaration.
9167
9168 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9169
9170         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9171
9172 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9173
9174         * include/commctrl.h: Whitespace change.
9175
9176 2002-08-09  Lars Munch  <lars@segv.dk>
9177
9178         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9179         struct name _TVHITTESTINFO and typedefs and add defines for
9180         backward compatability.
9181         (ListView_SetExtendedListViewStyleEx): Add macro.
9182
9183 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9184
9185         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9186         Add prototypes.
9187         * lib/msimg32.def: New file, with stubs for above.
9188
9189 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9190
9191         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9192         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9193         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9194         and UNICODE mappings.
9195
9196 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9197
9198         * include/winbase.h (ReadFileScatter, WriteFileGather):
9199         Change second parameter to pointer.
9200
9201 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9202
9203         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9204         UNICODE mappings.
9205         * lib/wininet.def: Regenerate.
9206
9207 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9208
9209         * include/windef.h (PVOID): Move typedef to...
9210         * include/winnt: ...here.
9211         (PVOID64): New typedef.
9212
9213         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9214         * include/winbase.h (ReadFileScatter, WriteFileGather):
9215         Add prototypes.
9216
9217         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9218         (PROCESSOR_INTEL_IA64): Add define.
9219
9220 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9221
9222         * include/oleidl.h (MK_ALT): Define.
9223
9224 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9225
9226         * include/exdisp.h: New file.
9227         * include/exdispid.h: New file.
9228         * include/mshtml.h: New file.
9229         * lib/test.c: #include exdisp.h and mshtml.h
9230         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9231         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9232         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9233         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9234         New GUIDs.
9235
9236 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9237
9238         * include/docobj.h: New file.
9239         * include/idispids.h: New file.
9240         * include/objidl.h (IID_IMoniker): Declare.
9241         * include/ocidl.h (READYSTATE): New enum.
9242         (IOleInPlaceSiteEx): New interface.
9243         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9244         identifier.
9245         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9246         IOleInPlaceSite): New interfaces.
9247         * lib/test.c: #include docobj.h,idispids.h,
9248
9249 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9250
9251         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9252         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9253
9254 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9255
9256         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9257         * include/commdlg.h: Likewise.
9258
9259 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9260
9261         * include/oleauto.h (V_UNION): Correct definition for case of
9262         NONAMELESSUNION:
9263         (V_VT): Likewise.
9264
9265 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9266
9267         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9268         not bool, for C as well as C++.
9269
9270 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9271
9272         * include/shlwapi.h: New file.
9273         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9274         Victor Porton  <porton@narod.ru> for contributions.
9275         * lib/shlwapi.def: New file.
9276         * lib/test.c: #include shlwapi.h.
9277
9278 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9279
9280         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9281         character.
9282         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9283         long long.
9284         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9285         does not need external *Fiber library functions.
9286
9287 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9288
9289         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9290         definition.
9291         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9292         avoid compile error when already defined.
9293
9294 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9295
9296         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9297
9298 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9299
9300         * include/commdlg.h: Define CDN_* notification message constants
9301         as UINT.
9302
9303 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9304
9305         * include/commctrl.h: Define notification message constants for
9306         NMHDR.code as UINT.
9307
9308 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9309
9310         * include/ddeml.h (MH_*) Add defines.
9311         (MONHSZSTRUCT): Add structure and typedefs.
9312         (MONLINKSTRUCT): Ditto.
9313         (MONCONVSTRUCT): Ditto.
9314         (MONCBSTRUCT): Ditto.
9315         (MONERRSTRUCT): Ditto.
9316         (MONMSGSTRUCT): Ditto.
9317         * include/windef.h: Don't define __cdecl or _cdecl for
9318         __WATCOM__.
9319         Don't define _export or __export for __WATCOM__.
9320         * include/windows.h (imm.h): #include.
9321         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9322
9323 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9324
9325         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9326         rpcndr.h.
9327
9328 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9329
9330         * include/winbase.h (OpenThread): Add prototype.
9331         * lib/kernel32.def (OpenThread): Add symbol.
9332
9333 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9334
9335         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9336
9337 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9338
9339         * include/rpc.h: Conditionally include <windows.h> before
9340         header guard.
9341         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9342         header guard.
9343
9344 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9345
9346         * include/commctrl.h (WC_*): Remove some duplicate defines.
9347
9348 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9349
9350         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9351         UNICODE mappings.
9352         (IPM*): Add defines.
9353         (IPN_*): Add defines.
9354         (NMIPADDRESS): Add structure and typedefs.
9355         (MAKEIPADDRESS): Add macro.
9356         (MAKEIPRANGE): Add macro.
9357         (FIRST_IPADDRESS): Add macro.
9358         (SECOND_IPADDRESS): Add macro.
9359         (THIRD_IPADDRESS): Add macro.
9360         (FOURTH_IPADDRESS): Add macro.
9361
9362 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9363
9364         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9365
9366 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9367
9368         * include/winbase.h (WINBASEAPI): Don't define if prior
9369         definition.
9370
9371         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9372         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9373         PARTITION_UNIX): Add defines.
9374         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9375         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9376         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9377         (IsContainerPartition): Add macro.
9378
9379 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9380
9381         * include/commctrl.h: (CBEIF_*): Add defines.
9382         (CBEN_*): Add defines and UNICODE mappings
9383         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9384         (CBEMAXSTRLEN): Add define.
9385         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9386         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9387         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9388         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9389
9390 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9391
9392         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9393         union member _VARIANT_BOOL bool.
9394
9395 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9396
9397         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9398
9399 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9400
9401         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9402         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9403         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9404         Add typedefs.
9405         (CCHAR): Correct typedef.
9406         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9407         Add defines.
9408
9409 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9410
9411         * README.w32api: Correct spelling error.
9412
9413 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9414
9415         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9416         INPUT_HARDWARE): Add defines.
9417         (HDEVNOTIFY): Add typedef.
9418         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9419         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9420         typedefs.
9421         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9422         GetClassInfoEx[AW],GetKeyboardLayoutList,
9423         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9424         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9425         RegisterClassEx[AW]): Correct prototypes.
9426
9427 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9428
9429         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9430         prototypes.
9431         * include/winsvc.h (StartServiceW): Correct prototype.
9432         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9433         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9434         GetTickCount,InterlockedExchangeAdd,
9435         WritePrivateProfileStruct[AW]: Correct prototypes.
9436         (GetEnvironmentStrings): Correct mapping to
9437         GetEnvironmentStringsA.
9438         * include/winver.h (VerQueryValueA,VerQueryValueW):
9439         Correct prototypes.
9440         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9441         prototype.
9442         * include/winreg.h (RegQueryMultipleValues[AW],
9443         RegQueryValueEx[AW]):Correct prototypes.
9444         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9445         PPOLYTEXTW): Add typedefs.
9446         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9447         structures and typedefs.
9448         (MM_MAX_NUMAXES): Add define.
9449         (EnumFontsW,GetEnhMetaFilePixelFormat,
9450         wglGetLayerPaletteEntries): Correct prototypes.
9451         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9452         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9453         RPC_S_SEND_INCOMPLETE): Add defines.
9454
9455 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9456
9457         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9458         Add defines.
9459
9460 2002-06-16  Egor Duda  <deo@logos-m.ru>
9461
9462         * include/ntdll.h: New file.
9463         * lib/ntdll.def: Add NtShutdownSystem.
9464
9465 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9466
9467         * lib/dinput.def (DirectInputCreateEx): Add stub.
9468         * lib/ntdll.def: New file.
9469
9470 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9471
9472         * include/w32api.h: Change to version 2.0 to reflect the change
9473         in the license.
9474         * README: Renamed.
9475         * README.w32api: Renamed from README.  Modified license to remove
9476         the restriction of notifying the author based on the fact that the
9477         author is unreachable at the notified address.
9478         * Makefile.in (VERSION): Change to 2.0.
9479
9480 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9481
9482         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9483         * Makefile.in (bindist): Correct the MinGW distribution.
9484
9485 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9486
9487         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9488         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9489
9490 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9491
9492         * lib/test.c: #include comcat.h.
9493
9494 2002-06-13  John K. Hohm  <jhohm@acm.org>
9495
9496         * include/comcat.h: New file.
9497
9498 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9499
9500         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9501         (GETTEXTEX): Add structure definition.
9502
9503 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9504
9505         * include/windows.h (ole2.h): #include if !__OBJC__ and
9506         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9507
9508 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9509
9510         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9511
9512 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9513
9514         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9515         PACCESS_DENIED_ACE): Add typedefs.
9516
9517 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9518
9519         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9520
9521 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9522
9523         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9524
9525 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9526
9527         * include/windef.h: Fix typo in last change.
9528
9529 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9530
9531         * include/windef.h: Add no-op __try, __except, __finally
9532         defines from ...
9533         * include/excpt.h: Remove file.
9534         * include/windows.h: Don't include excpt.h.
9535
9536 2002-05-30  Christopher January  <chris@atomice.net>
9537
9538         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9539         Add missing typedefs.
9540
9541 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9542
9543         * include/w32api.h: Increment version to 1.5
9544         * Makefile.in: Ditto.
9545
9546
9547 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9548
9549         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9550         LP[W]STR with LPC[W]STR.
9551         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9552         Clean up whitespace.
9553
9554 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9555
9556         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9557
9558 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9559
9560         * Makefile.in: Increment VERSION to 1.4.
9561         (conf_prefix): New variable.
9562         (bindist): Modify target to use $(conf_prefix).
9563
9564 2002-05-20  Philip Aston  <philipa@mail.com>
9565
9566         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9567
9568 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9569
9570         * include/lmaccess.h: (NetAccess*, NetGroup*,
9571         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9572         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9573
9574 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9575
9576         * include/commctrl.h (ImageList_DragShowNolock): Remove
9577         conflicting redeclaration.
9578
9579 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9580
9581         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9582         STRICT and related defines to ...
9583         * include/windef.h: Here.
9584
9585 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9586
9587         * include/winsock2.h (int32): Remove typedef.
9588         (SERVICETYPE): Add typedef.
9589         (struct _flowspec):Revise struct definition,  Comment
9590         on types used for members.
9591
9592 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9593
9594         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9595         more defines added in earlier change.
9596         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9597
9598 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9599
9600         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9601         added in last change.
9602
9603 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9604
9605         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9606         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9607
9608 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9609
9610         * include/commctrl.h (SNDMSG): Define and use throughout
9611         in other macros instead of SendMessage.
9612         * include/commdlg.h (SNDMSG): Ditto.
9613
9614 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9615
9616         * include/GL/gl.h: New file.
9617         * include/GL/glext.h: Ditto.
9618         * include/GL/glu.h: Ditto.
9619
9620 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9621
9622         * include/w32api.h: Increment version.
9623         * Makefile.in: Ditto.
9624
9625 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9626
9627         * Makefile.in (bindist): Use * instead of . for file list for tar
9628         command.
9629
9630 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9631
9632         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9633
9634 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9635
9636         * include/objidl.h (IRunningObjectTable.Register): Correct
9637         prototype.
9638         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9639         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9640
9641 2002-03-31  Victor Porton  <porton@narod.ru>
9642
9643         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9644
9645 2002-03-29  David Robinow  <drobinow@yahoo.com>
9646
9647         * include/wingdi.h (SetPixelFormat): Correct prototype.
9648
9649 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9650
9651         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9652
9653 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9654
9655         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9656         Add defines.
9657
9658 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9659
9660         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9661         * include/shlobj.h (IContextMenu2): Put methods in right order.
9662         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9663         CINTERFACE before defining.
9664
9665 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9666
9667         * include/accctrl.h: Add #pragma GCC system_header
9668         if __GNUC__ >= 3.
9669         * include/aclapi.h: Same.
9670         * include/basetsd.h: Same.
9671         * include/basetyps.h: Same.
9672         * include/cderr.h: Same.
9673         * include/cguid.h: Same.
9674         * include/commctrl.h: Same.
9675         * include/commdlg.h: Same.
9676         * include/cpl.h: Same.
9677         * include/cplext.h: Same.
9678         * include/custcntl.h: Same.
9679         * include/dbt.h: Same.
9680         * include/dde.h: Same.
9681         * include/ddeml.h: Same.
9682         * include/dlgs.h: Same.
9683         * include/excpt.h: Same.
9684         * include/httpext.h: Same.
9685         * include/imagehlp.h: Same.
9686         * include/imm.h: Same.
9687         * include/initguid.h: Same.
9688         * include/intshcut.h: Same.
9689         * include/ipexport.h: Same.
9690         * include/iphlpapi.h: Same.
9691         * include/ipifcons.h: Same.
9692         * include/iprtrmib.h: Same.
9693         * include/iptypes.h: Same.
9694         * include/isguids.h: Same.
9695         * include/largeint.h: Same.
9696         * include/lm.h: Same.
9697         * include/lmaccess.h: Same.
9698         * include/lmalert.h: Same.
9699         * include/lmapibuf.h: Same.
9700         * include/lmat.h: Same.
9701         * include/lmaudit.h: Same.
9702         * include/lmbrowsr.h: Same.
9703         * include/lmchdev.h: Same.
9704         * include/lmconfig.h: Same.
9705         * include/lmcons.h: Same.
9706         * include/lmerr.h: Same.
9707         * include/lmerrlog.h: Same.
9708         * include/lmmsg.h: Same.
9709         * include/lmremutl.h: Same.
9710         * include/lmrepl.h: Same.
9711         * include/lmserver.h: Same.
9712         * include/lmshare.h: Same.
9713         * include/lmsname.h: Same.
9714         * include/lmstats.h: Same.
9715         * include/lmsvc.h: Same.
9716         * include/lmuse.h: Same.
9717         * include/lmuseflg.h: Same.
9718         * include/lmwksta.h: Same.
9719         * include/lzexpand.h: Same.
9720         * include/mapi.h: Same.
9721         * include/mciavi.h: Same.
9722         * include/mcx.h: Same.
9723         * include/mmsystem.h: Same.
9724         * include/mswsock.h: Same.
9725         * include/nb30.h: Same.
9726         * include/nddeapi.h: Same.
9727         * include/nspapi.h: Same.
9728         * include/ntdef.h: Same.
9729         * include/ntsecapi.h: Same.
9730         * include/ntsecpkg.h: Same.
9731         * include/oaidl.h: Same.
9732         * include/objbase.h: Same.
9733         * include/objfwd.h: Same.
9734         * include/objidl.h: Same.
9735         * include/odbcinst.h: Same.
9736         * include/ole.h: Same.
9737         * include/ole2.h: Same.
9738         * include/ole2ver.h: Same.
9739         * include/oleauto.h: Same.
9740         * include/olectl.h: Same.
9741         * include/olectlid.h: Same.
9742         * include/oledlg.h: Same.
9743         * include/oleidl.h: Same.
9744         * include/pbt.h: Same.
9745         * include/prsht.h: Same.
9746         * include/psapi.h: Same.
9747         * include/rapi.h: Same.
9748         * include/ras.h: Same.
9749         * include/raserror.h: Same.
9750         * include/rassapi.h: Same.
9751         * include/regstr.h: Same.
9752         * include/richedit.h: Same.
9753         * include/richole.h: Same.
9754         * include/rpc.h: Same.
9755         * include/rpcdce.h: Same.
9756         * include/rpcdce2.h: Same.
9757         * include/rpcdcep.h: Same.
9758         * include/rpcndr.h: Same.
9759         * include/rpcnsi.h: Same.
9760         * include/rpcnsip.h: Same.
9761         * include/rpcnterr.h: Same.
9762         * include/rpcproxy.h: Same.
9763         * include/schannel.h: Same.
9764         * include/schnlsp.h: Same.
9765         * include/scrnsave.h: Same.
9766         * include/security.h: Same.
9767         * include/setupapi.h: Same.
9768         * include/shellapi.h: Same.
9769         * include/shlguid.h: Same.
9770         * include/shlobj.h: Same.
9771         * include/sql.h: Same.
9772         * include/sqlext.h: Same.
9773         * include/sqltypes.h: Same.
9774         * include/sqlucode.h: Same.
9775         * include/sspi.h: Same.
9776         * include/subauth.h: Same.
9777         * include/tlhelp32.h: Same.
9778         * include/unknwn.h: Same.
9779         * include/userenv.h: Same.
9780         * include/w32api.h: Same.
9781         * include/winbase.h: Same.
9782         * include/wincon.h: Same.
9783         * include/wincrypt.h: Same.
9784         * include/windef.h: Same.
9785         * include/windows.h: Same.
9786         * include/windowsx.h: Same.
9787         * include/winerror.h: Same
9788         * include/wingdi.h: Same.
9789         * include/wininet.h: Same.
9790         * include/winioctl.h: Same.
9791         * include/winnetwk.h: Same.
9792         * include/winnls.h: Same.
9793         * include/winnt.h: Same.
9794         * include/winperf.h: Same.
9795         * include/winreg.h: Same.
9796         * include/winresrc.h: Same.
9797         * include/winsock.h: Same.
9798         * include/winsock2.h: Same.
9799         * include/winspool.h: Same.
9800         * include/winsvc.h: Same.
9801         * include/winuser.h: Same.
9802         * include/winver.h: Same.
9803         * include/ws2tcpip.h: Same.
9804         * include/wsnetbs.h: Same.
9805         * include/wtypes.h: Same.
9806         * include/zmouse.h: Same.
9807         * include/mapi.h: Change header guard name to _MAPI_H  for
9808         consistency.
9809
9810 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9811
9812         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9813         Remove unnecessary inclusion of <wtypes.h>.
9814         * ChangeLog: Fix omission of name in recent entries.
9815
9816 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9817
9818         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9819
9820 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9821
9822         * include/mswsock.h: Group winsock2 dependants
9823         together and protect with #ifdef _WINSOCK2_H.
9824         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9825         has been included.
9826
9827 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9828
9829         * include/mswsock.h (TP_*): Add new defines.
9830         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9831         (WSAMSG): Likewise.
9832         (WSACMSGHDR): Likewise.
9833         (DisconnectEx): Add new prototype.
9834         (WSARecvMsg): Likewise.
9835         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9836
9837 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9838
9839         * ChangeLog: Fix typo in last entry.
9840         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9841         * include/ws2tcpip.h: (IP_*): Add new defines.
9842         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9843         (NI_*): Add getnameinfo constants and bitmasks.
9844         (AI_*): Add getaddrinfo flags.
9845         (EAI_*): Add getaddrinfo error codes.
9846         (ip_mreq_source): Add new structure.
9847         (ip_msfilter): Add new structure.
9848         (IP_MSFILTER_SIZE): Add new macro.
9849         (in_pktinfo): Add new structure.
9850         Add preliminary IPv6 support.
9851         (in6_addr): Add new structure and some defines.
9852         (sockaddr_in6): Add new structure.
9853         (in6addr_any, in6addr_loopback): Declare extern structures.
9854         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9855         initialization macros for above.
9856         (IN6_ARE_ADDR_EQUAL): Define macro.
9857         (IN6_IS_ADDR_*): Define address testing macros.
9858         (socklen_t) Add new typedef.
9859         (ipv6_mreq): Add new structure.
9860         (in6_pktinfo): Same.
9861         (addrinfo): Same.
9862         (freeaddrinfo):Add new prototype.
9863         (getaddrinfo): Same.
9864         (gai_strerror[AW]): Same.
9865         (getnameinfo): Same.
9866         (sockaddr_in6_old): Add structure.
9867         (sockaddr_gen): Add union definition.
9868         (INTERFACE_INFO): Use sockaddr_gen as members.
9869         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9870         with INTERFACE_INFO on NT4 prior to sp4.
9871
9872 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9873
9874         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9875         when selecting winsock interface.
9876         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9877         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9878         Expand FIXME comment.
9879         (WSACOMPLETIONTYPE): Add enum.
9880         (WSACOMPLETION): Add structure and typedefs.
9881         (WSANSPIoctl): Add function prototpe and callback typedef.
9882         (SIO_NSP_NOTIFY_CHANGE): Add define.
9883         (sockaddr_storage): Add structure and typedefs.
9884
9885 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9886
9887         * include/winuser.h (OIC_*): Add resource constants.
9888
9889 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9890
9891         * include/ntsecpkg.h: New file.
9892         * include/schannel.h: New file.
9893         * include/schnlsp.h: New file.
9894         * include/security.h: New file.
9895         * include/sspi.h: New file.
9896         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9897         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9898         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9899         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9900         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9901         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9902         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9903         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9904         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9905         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9906         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9907         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9908         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9909         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9910         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9911         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9912         CERT_CHAIN_CONTEXT): Add missing structures.
9913         (CertCloseStore, CertGetCertificateChain,
9914         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9915         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9916         CertFindCertificateInStore, CertFreeCertificateContext,
9917         CertGetIssuerCertificateFromStore,
9918         CertFindChainInStore): Add missing functions.
9919         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9920         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9921         * lib/crypt32.def: New file.
9922         * lib/secur32.def: Add mising stubs.
9923         * lib/test.c: Include new headers.
9924
9925 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9926
9927         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9928         parameter.
9929
9930 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9931
9932         * lib/test.c: Include mapi.h.
9933         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9934         Thanks to: "Ron"  <ron@debian.org>
9935
9936 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9937
9938         * include/mapi.h: New file.
9939         * lib/mapi.def: Add missing function stubs.
9940
9941 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9942
9943         * include/winuser.h (GetWindowLongPtr[AW],
9944         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9945
9946 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9947
9948         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9949         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9950         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9951         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9952
9953 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9954
9955         * lib/test.c: Include wsnetbs.h.
9956
9957 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9958
9959         * include/wsnetbs.h: New file.
9960
9961 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9962
9963         * include/winnt.h: Remove merge conflict.
9964
9965 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9966
9967         * include/winnt.h (_TCHAR): Add typedefs.
9968
9969 2002-01-25  Tim Hughes  <tjh@delcam.com>
9970
9971         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9972         defines.
9973
9974 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9975
9976         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
9977         Add defines.
9978         (LPACCESSTIMEOUT): Add typedef.
9979
9980 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
9981
9982         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
9983
9984 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
9985
9986         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
9987         _HDITEM[AW], with parallel changes to typedefs. Use defines for
9988         backward compatability with old names. Update UNICODE mappings.
9989         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
9990         for struct _HD_LAYOUT and add defines for backward
9991         compatability with old names.
9992         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
9993         parallel chages to typedefs. Add defines for backward
9994         compatability with old names.
9995         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
9996
9997 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
9998
9999         * include/winnt.h: Add missing MEM_ defines, and convert existing to
10000         hex for readability.
10001
10002 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
10003
10004         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
10005         and typedefs.
10006         (SPI_SETSCREENSAVERRUNNING): Add define.
10007         (LLKHF_ALTDOWN): Add define.
10008         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
10009         PFD_DEPTH_DONTCARE): Add defines.
10010
10011 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
10012
10013         * include/objbase.h (CoGetObject): Add prototype.
10014
10015 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
10016
10017         * include/winuser.h (ENUM_CURRENT_SETTINGS,
10018         ENUM_REGISTRY_SETTINGS): Add defines.
10019
10020 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10021
10022         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
10023         (FILE_ATTRIBUTE_DEVICE): Add define.
10024
10025 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10026
10027         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10028
10029 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10030
10031         * ChangeLog: correct date in last entry.
10032
10033 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10034
10035         * include/winuser.h (MONITORENUMPROC): Add typedef.
10036         (EnumDisplayMonitors): Add prototype.
10037         * lib/user32.def (EnumDisplayMonitors): Add stub.
10038
10039 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10040
10041         * include/ntsecapi.h:  Fixed missing void parameter type in some
10042         prototypes.
10043         * include/objbase.h: Ditto.
10044         * include/rapi.h: Ditto.
10045         * include/rpc.h: Ditto.
10046         * include/rpcdce.h: Ditto.
10047         * include/rpcdcep.h: Ditto.
10048         * include/rpcndr.h: Ditto.
10049         * include/rpcnsip.h: Ditto.
10050         * include/rpcproxy.h: Ditto.
10051         * include/windef.h: Ditto.
10052
10053 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10054
10055         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10056
10057 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10058
10059         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10060          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10061         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10062         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10063         WS_EX_NOINHERITLAYOUT): Add defines.
10064         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10065         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10066         MEM_WRITE_WATCH): Add defines.
10067
10068
10069 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10070
10071         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10072         Add prototype.
10073         (SetCriticalSectionSpinCount): Likewise.
10074
10075 2001-12-30  Guido Serassio  <serassio@libero.it>
10076
10077         * include/winsvc.h: Add EnumServiceStatusEx(),
10078         QueryServiceStatusEx()
10079         & RegisterServiceCtrlHandlerEx()
10080
10081 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10082
10083         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10084
10085 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10086
10087         * lib/Makefile.in: Revert inst_installdir definitions to working
10088         versions.
10089
10090 2001-12-17  Guido Serassio  <serassio@libero.it>
10091
10092         * include/winsvc.h: Add ChangeServiceConfig2() &
10093         QueryServiceConfig2() definition
10094
10095 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10096
10097         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10098         on MSDN documentation for XP.
10099
10100 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10101
10102         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10103         mappings.
10104
10105 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10106
10107         * include/commctrl.h (ACS_*): Add new defines.
10108         (PGS_*): Ditto.
10109         (CBES_*): Ditto.
10110         (TBSTYLE_*): Ditto.
10111         (TB_*): Ditto.
10112         (TTS_*): Ditto.
10113         (UDS_HOTTRACK): Add define.
10114         (SBT_TOOLTIPS): Ditto.
10115         (TBS_*): Add new defines.
10116         (HDS_*): Ditto.
10117         (LVS_EX_*) Ditto.
10118         (LVKF_*): Ditto.
10119         (TCM_GETEXTENDEDSTYLE): Add define.
10120         (TVS_NOHSCROLL): Ditto.
10121         (TVIF_INTEGRAL): Ditto.
10122         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10123         (TCS_*): Add new defines.
10124         (CBEM_*): Add defines.
10125         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10126         (tagTVITEMEX[AW]: Ditto.
10127         (tagTVINSERTSTRUCT[AW]: Add union member.
10128         * include/winbase.h (VirtualAllocEx): Add prototype.
10129         * include/winuser.h (SS_*): Add new defines.
10130
10131 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10132
10133         * Makefile.in: Increment VERSION.
10134         * include/w32api.h: Ditto.
10135
10136 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10137
10138         * Makefile.in: Increment VERSION.
10139         * include/w32api.h: Ditto.
10140
10141 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10142
10143         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10144         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10145         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10146         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10147         SetupDiOpenDevRegKey): Correct function names.
10148
10149 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10150
10151         * include/winuser.h (IDC_STATIC): Don't define.
10152
10153 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10154
10155         Cleanup merge between SourceForge and winsup CVS.
10156         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10157         definitions.
10158         * include/winnt.h (VER_NT*): Remove duplicate defines.
10159         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10160
10161 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10162
10163         * include/accctrl.h: Change \r\n to \n.
10164
10165 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10166
10167         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10168         Add structure definition.
10169         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10170         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10171         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10172         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10173         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10174         UnenableRouter) Declare functions.
10175         * lib/iphlpapi.def: Add function names to import lib.
10176
10177 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10178
10179         * include/winnt.h (PACCESS_MASK): Add typedef.
10180         * include/aclapi.h: New file.
10181         * include/acctrl.h: New file.
10182         * lib/advapi32.def: Add missing symbols.
10183         * lib/test.c: Add #include <aclapi.h>.
10184
10185 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10186
10187         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10188         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10189         here ...
10190         * include/winnt.h: ... to here.
10191         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10192         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10193         and typedefs.
10194         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10195         Add defines.
10196
10197 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10198
10199         * w32api/include/winnt.h: prepare SSE register support.
10200         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10201         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10202         (struct CONTEXT): ExtendedRegisters field added.
10203
10204 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10205
10206         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10207         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10208         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10209         tagLASTINPUTINFO ): Define new structures.
10210         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10211         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10212         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10213         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10214         SetMenuInfo): Add new prototypes.
10215         * lib/user32.def: Add import stubs for above functions.
10216
10217         * include/winuser.h (IDC_STATIC): Protect against prior
10218         definition.
10219
10220 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10221
10222         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10223         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10224
10225 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10226
10227         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10228         warnings with _AUTHORITY #defines.
10229
10230 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10231
10232         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10233         implementation.
10234         (GetFiberData): Ditto.
10235
10236 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10237
10238         * include/winnt.h: Backout last change.
10239
10240 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10241
10242         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10243         GetCurrentFiber: Create a prototype before the implementation.
10244         GetFiberData: Ditto.
10245
10246 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10247
10248         * include/winuser.h (IDC_STATIC): Add define.
10249         Thanks to: Benoit Laniel.
10250
10251 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10252
10253         * include/commdlg.h: Include <unknwn.h> rather than local
10254         definition of LPUKNOWN.
10255         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10256         Emit warning.
10257
10258 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10259
10260         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10261         for Watcom.
10262         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10263         functions of the form 'type * function(...)' in a way compatible
10264         with both Watcom and GCC.
10265         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10266         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10267         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10268         * include/windows.h: Watcom can use anonymous structs/unions.
10269         * include/winnt.h: Watcom can use 64 bit ints.
10270         (GetCurrentFiber): Add another inline definition using
10271         Watcom inline assembly syntax.
10272         (GetFiberData): Likewise.
10273         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10274         (gethostbyname): Likewise.
10275         (gethostbyaddr}: Likewise.
10276         (getservbyport}: Likewise.
10277         (getservbyname}: Likewise.
10278         (getprotobynumber}: Likewise.
10279         (getprotobyname}: Likewise.
10280         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10281         (gethostbyname}: Likewise.
10282         (gethostbyaddr}: Likewise.
10283         (getservbyport}: Likewise.
10284         (getservbyname}: Likewise.
10285         (getprotobynumber}: Likewise.
10286         (getprotobyname}: Likewise.
10287         * lib/diinut.c: Correction for Watcom.
10288         * lib/kernel32.c (GetCurrentFiber): Add another definition
10289         using Watcom inline assembly syntax.
10290         (GetFiberData): Likewise.
10291         * lib/scrnsave.c (WinMain): Add break after default:
10292         clause.
10293
10294 2001-11-04  "stefan"  <stefan@lkcc.org>
10295
10296         * include/winnt.h (GetCurrentFiber): Add prototype.
10297         (GetFiberData): Likewise.
10298
10299 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10300
10301         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10302         parallel invocations.
10303
10304 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10305
10306         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10307
10308 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10309
10310         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10311         __attribute__((com_interface)) for __GNUC__ >= 3.
10312
10313 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10314
10315         * include/commdlg.h (PRINTPAGERANGE): Add structure
10316         definition.
10317         (PRINTDLGEX[AW]): Likewise.
10318         (PrintDlgEx[AW]): Add function declaration.
10319         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10320         * ChangeLog: Fix typo in last entry.
10321
10322 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10323
10324         * include/objbase.h (CoGetClassObject): Change third parameter
10325         to COSERVERINFO*.
10326
10327 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10328
10329         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10330         Thanks to: Kim Saunders.
10331         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10332         Thanks to: Pat Thoyts.
10333         * include/winnt.h: Change C++ style comment to C style.
10334         * include/shlobj.h: Ditto.
10335         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10336         list.
10337         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10338         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10339         (enum not limited to range of int).
10340         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10341         (struct with no named members), ifndef NONAMELESSUNION.
10342
10343 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10344
10345         * include/winuser.h (CREATESTRUCT): UNICODE it.
10346         (CBT_CREATEWND): Likewise.
10347
10348 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10349
10350         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10351         (WNetGetResourceInformationW): Ditto.
10352         (WNetGetResourceInformation): Add define.
10353
10354 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10355
10356         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10357         before extracting words.
10358
10359 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10360
10361         * include/winnt.h: Add PF_* defines.
10362         Thanks to: "Wizord"  <wizord@argoslabs.com>
10363
10364 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10365
10366         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10367         field as _ANONYMOUS_STRUCT.
10368         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10369         for UNICODE.
10370         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10371         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10372         test.
10373
10374 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10375
10376         * include/commctrl.h: Add some ListView constants.
10377
10378 2001-09-17  Earnie Boyd  <earnie@sf.net>
10379
10380         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10381         portion of the directory from the install.
10382         (inst_libdir): Ditto.
10383         * Makefile.in (VERSION): Increment.
10384         * include/w32api.h: Increment version.
10385
10386 2001-09-13  Earnie Boyd  <earnie@SF.net>
10387
10388         * lib/Makefile.in (inst_includedir): Change to always use w32api
10389         subdirectory for target == cygwin.
10390         (inst_libdir): Ditto.
10391
10392 2001-09-13  Earnie Boyd  <earnie@SF.net>
10393
10394         * lib/Makefile.in (config_prefix): New variable.
10395         (inst_includedir): Manipulate special value only if target == cygwin
10396         and build == target and prefix != config_prefix.
10397         (inst_libdir): Ditto.
10398
10399 2001-09-12  Earnie Boyd  <earnie@SF.net>
10400
10401         * Makefile.in (TARFLAGS): New variable.
10402         (TARFILEEXT): Ditto.
10403
10404 2001-09-12  Earnie Boyd  <earnie@SF.net>
10405
10406         * Makefile.in: Increment version.
10407         * include/w32api.h: Ditto.
10408         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10409
10410 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10411
10412         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10413         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10414         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10415
10416 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10417
10418         * include/wininet.h (InternetAutodial): Add prototype.
10419         (InternetAutodialHangup): Ditto.
10420         (InternetDial): Ditto.
10421         (InternetGetConnectedState): Ditto.
10422         (InternetGoOnline): Ditto.
10423         (InternetHangUp): Ditto.
10424         (InternetSetDialState): Ditto.
10425         Add associated INTERNET_* auto dial flags.
10426         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10427
10428 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10429
10430         * lib/Makefile.in: Move the setting of variable libdir to after the
10431         setting of exec_prefix since the value of libdir is dependant on it.
10432
10433 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10434
10435         * include/winbase.h: Add missing closing parentheses to
10436         InterlockedExchangePointer declaration.
10437
10438 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10439
10440         * include/shlobj.h (CFSTR_* ): Add new defines.
10441         Thanks to: "Ron" <ron@debian.org> .
10442         Unicode them.
10443
10444 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10445
10446         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10447         anonymous structs are available rather than just testing preprocessor
10448         variable directly.
10449
10450 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10451
10452         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10453         with new `LARGE_INTEGER' definition.
10454
10455 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10456
10457         * include/winsock2.h: Remove "extra token" after #endif.
10458
10459 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10460
10461         * config.guess: Remove the \r from the end of line.
10462         * config.sub: Ditto.
10463
10464 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10465
10466         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10467         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10468
10469 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10470
10471         * config.guess: Add the MSYS system.
10472         * config.sub: Ditto.
10473         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10474         * incldue/winsock2.h: Ditto.
10475
10476 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10477
10478         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10479         non-anonymous (Xxx.u.LowPart) access to HighPart and
10480         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10481
10482 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10483
10484         * include/wingdi.h (HANGUL_CHARSET): Add define.
10485
10486 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10487
10488         * include/setupapi.h: Formatting.
10489
10490 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10491
10492         * include/shlobj.h: Remove \r from the line endings.
10493
10494 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10495
10496         * include/setupapi.h : New file.
10497         * lib/setupapi.def:New file.
10498         * lib/test.c: Include setupapi.h.
10499
10500 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10501         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10502
10503 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10504
10505         * include/richedit.h (ENLINK): Add structure definition.
10506         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10507
10508 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10509
10510         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10511         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10512         (GCS_*): Make UNICODE.
10513         (CSIDL_*): Add more defines.
10514         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10515         (_DISK_GEOMETRY): Ditto.
10516         (_DISK_PERFORMANCE): Ditto.
10517         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10518
10519 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10520
10521         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10522         of block protected by #ifndef VOID.
10523         (This reverts 1998-12-01 Anders Norlander change.)
10524         * include/odbcinst.h: End file with newline.
10525         * include/raserror.h: Ditto.
10526
10527 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10528
10529         * include/winsock2.h (#include <wtypes.h): Don't.
10530         (_BLOB): Define instead, if not already done.
10531         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10532         * include/wtypes.h (_BLOB): Guard against prior definition.
10533
10534 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10535
10536         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10537         as __extension__.
10538         (tagTYPEDESC): Ditto.
10539         (_wireBRECORD): Add structure definition.
10540         (_wireSAFEARR_BRECORD): Ditto.
10541         (_wireSAFEARR_HAVEIID): Ditto.
10542         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10543         SAFEARR_HAVEIID HaveIidStr.
10544         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10545         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10546         pparray to wirePSAFEARRAY*.
10547         (_wireVARIANT): Add field wireBRECORD brecVal.
10548         (wireVARIANT): Change typedef to struct _wireVariant*.
10549         (IRecordInfo): Add interface definition.
10550         (LPRECORDINFO): Add typedef for IRecordInfo*.
10551         (IID_IRecordInfo): Add forward decalaration.
10552
10553 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10554
10555         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10556         * include/nddeapi.h: Likewise.
10557
10558 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10559
10560         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10561         Add more includes of w32api headers.
10562
10563 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10564
10565         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10566         Swap asm code with that of GetFiberData.
10567         (GetFiberData): Ditto.
10568         * lib/kernel32.c: New file, containing library versions of
10569         GetCurrentFiber and GetFiberData.
10570         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10571
10572 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10573
10574         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10575         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10576
10577 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10578
10579         * lib/oleaut32.def: Regenerate.
10580
10581 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10582
10583         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10584
10585 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10586
10587         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10588         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10589         * include/oaidl.h: ... to here.
10590         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10591         (IErrorInfo::GetGUID): Change arg to GUID.
10592         (LPSUPPORTERRORINFO): Add typedef.
10593         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10594
10595 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10596
10597         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10598         defines.
10599
10600 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10601
10602         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10603
10604 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10605
10606         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10607         Thanks to: Jason Craig  <jacraig@softhome.net>
10608
10609 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10610
10611         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10612         and UNICODE mappings, if _WIN32_IE >= 0x400.
10613         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10614         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10615         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10616         (tagNMLVCUSTOMDRAW): Likewise.
10617         (tagNMTVCUSTOMDRAW): Likewise.
10618         (tagNMLVCACHEHINT): Likewise.
10619
10620 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10621
10622         * include/basetsd.h (#include <_mingw.h>): Remove.
10623         (__int64): Define.
10624
10625 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10626
10627         * include/wingdi.h (AC_SRC_OVER): Add define.
10628         (struct _BLENDFUNCTION): Add.
10629
10630 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10631
10632         * include/shlobj.h:  Add BIF_* defines.
10633
10634 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10635
10636         * include/winerror.h (E_PENDING): Add error code define.
10637
10638 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10639
10640         * include/basetsd.h (#include <_mingw.h>): Add directive.
10641
10642 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10643
10644         * include/winbase.h (InterlockedCompareExchange): Change args
10645         and return value from PVOID to LONG.
10646         (InterlockedExchange): Change first arg to LPLONG.
10647         (InterlockedCompareExchangePointer): New macro.
10648         (InterlockedExchangePointer): New macro.
10649
10650 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10651
10652         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10653         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10654
10655 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10656
10657         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10658         (IMalloc::Free()): Ditto.
10659
10660 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10661
10662         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10663         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10664         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10665
10666 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10667
10668         * include/shlobj.h (struct _browseinfo): UNICODE it.
10669         (SHBrowseForFolder): Ditto.
10670         (SHGetPathFromIDList): Ditto.
10671
10672 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10673
10674         * include/basetsd.h: RC_INVOKED protection and realignment.
10675         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10676
10677 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10678
10679         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10680         line.
10681
10682 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10683
10684         * lib/mapi32.def: Add MAPISendMail.
10685
10686 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10687
10688         * include/w32api.h: Update version.
10689         * Makefile.in: Ditto.
10690
10691 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10692
10693         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10694         compiler warnings.
10695
10696 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10697
10698         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10699         previous definition in include/ntsecapi.h.
10700         * include/ntsecapi.h: Vice versa.
10701
10702 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10703
10704         * include/winnt.h: Add defines for group attributes.
10705         Add define for SYSTEM_LUID.
10706         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10707         `PTOKEN_PRIMARY_GROUP'.
10708
10709 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10710
10711         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10712         for cygwin.
10713
10714 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10715
10716         * include/winsock2.h: Protect one *more* newlib defines when compiling
10717         cygwin.
10718
10719 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10720
10721         * include/winsock2.h: Protect some more newlib defines when compiling
10722         cygwin.
10723
10724 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10725
10726         * include/winsock.h: Protect some more newlib defines when compiling
10727         cygwin.
10728
10729 2001-04-17  Egor Duda  <deo@logos-m.ru>
10730
10731         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10732         as __extenstion__ when appropriate.
10733         * include/mmsystem.h: Mark anonymous structs and unions as
10734         __extension__ to prevent compiler warning when invoked with
10735         -pedantic
10736         * include/oaidl.h: Ditto.
10737         * include/objidl.h: Ditto.
10738         * include/olectl.h: Ditto.
10739         * include/prsht.h: Ditto.
10740         * include/shlobj.h: Ditto.
10741         * include/winbase.h: Ditto.
10742         * include/winnt.h: Ditto.
10743         * include/wtypes.h: Ditto.
10744
10745 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10746
10747         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10748         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10749
10750 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10751
10752         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10753
10754 2001-04-11  John Fortin  <fortinj@attglobal.net>
10755
10756         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10757         (*LPBOOL): Ditto.
10758
10759 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10760
10761         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10762         code will be included in every module which includes this header.
10763         (GetFiberData): Ditto.
10764
10765 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10766
10767         * include/winnt.h (GetCurrentFiber): Fix typo.
10768
10769 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10770
10771         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10772         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10773         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10774         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10775         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10776
10777         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10778         (GetCurrentFiber): Ditto.
10779         Thanks to: Andy Younger  <AndyY@redlemon.com>
10780
10781         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10782         DirectX 8 from complaining.
10783         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10784
10785 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10786
10787         * include/commctrl.h Updated TreeView and ListView defines and macros.
10788
10789 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10790
10791         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10792         and above.
10793
10794 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10795         * include/winuser.h (VK_KANA): New definition.
10796         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10797
10798 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10799
10800         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10801         (RT_FONT): Ditto.
10802         * include/basetsd.h (INT32): Ditto.
10803         * include/windef.h (ATOM): Ditto.
10804         (BOOL): Ditto.
10805         (BYTE): Ditto.
10806         * include/winbase.h (FreeResource): Ditto.
10807         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10808
10809 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10810
10811         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10812         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10813         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10814         macro now defined in newlib sys/types.h.  Emit warning if defined.
10815         * include/winsock2.h: Ditto.
10816         * include/windows.h (Win32_Winsock): Replace with new macros
10817         __USE_W32_SOCKETS and warn of deprecation.
10818
10819 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10820
10821         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10822         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10823
10824 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10825
10826         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10827         (TB_GETBUTTONSIZE): Ditto.
10828         (TCS_HOTTRACK): Ditto.
10829         Thanks to: Chris Hansen <popeofpop@softhome.net>
10830
10831 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10832
10833         * Makefile.in: (snapshot): Add target.
10834         * lib/Makefile.in: (install-headers): Use installdir variable.
10835         (installdir): Set value based on target-alias.
10836
10837 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10838
10839         * include/w32api.h: (_W32API_VERSION): Remove.
10840         (__W32API_VERSION): Add.
10841         (__W32API_MAJOR_VERSION): Ditto.
10842         (__W32API_MINOR_VERSION): Ditto.
10843
10844 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10845
10846         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10847         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10848         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10849         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10850
10851 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10852
10853         * include/mswsock.h: New file.
10854         * include/ws2tcpip.h: New file.
10855         * include/winsock.h (IPPROTO_IGMP): New define.
10856         (IPPROTO_GGP): Correct value.
10857         (SO_* macros): Remove mswsock defines.
10858         (TCP_BSDURGENT): Likewise.
10859         (IP_* macros): Add comment warning of WinSock2 incompatibility
10860         (WSARecvEx): Remove mswsock prototype.
10861         (TransmitFile): Likewise.
10862         (AcceptEx): Likewise.
10863         (GetAcceptExSockaddrs): Likewise.
10864         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10865         (#include <mswsock.h>): Add directive and explanatory comment
10866         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10867         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10868         (#include <winsock.h>): Replace directive with winsock.h file content
10869         The following changes apply to the merged file:
10870         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10871         (SOMAXCONN): Likewise
10872         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10873         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10874         in ws2tcpip.h)
10875         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10876         (FD_*_BIT and FD_* defines): Place together and extend to
10877         FD_MAX_EVENTS 10
10878         (AF* defines): Extend to AF_MAX 10
10879         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10880         (WSAUnhookBlockingHook): Likewise.
10881         (WSASetBlockingHook): Likewise.
10882         (WSACancelBlockingCall): Likewise.
10883         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10884         (#include <mswsock.h>): Delete directive inherited from winsock.h
10885         (WSA_QOS* defines): Add QualityOfService error codes.
10886         (SIO_* defines): Add new macros
10887         * include/ipexport.h (IP_STATUS flags): Add definitions.
10888         (IP_FLAG_DF): Likewise.
10889         (IP_OPT_* ): Likewise.
10890         (struct ip_option_information): Likewise.
10891         (struct icmp_echo_reply): Likewise.
10892
10893 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10894
10895         * include/commctrl.h: Revert TEXT change.
10896         * include/lmalert.h: Ditto.
10897         * include/lmcons.h: Ditto.
10898         * include/lmsname.h: Ditto.
10899         * include/lmsvc.h: Ditto.
10900         * include/ntsecapi.h: Ditto.
10901         * include/oledlg.h: Ditto.
10902         * include/ras.h: Ditto.
10903         * include/regstr.h: Ditto.
10904         * include/richedit.h: Ditto.
10905         * include/wininet.h: Ditto.
10906         * include/winnt.h: Ditto.
10907
10908 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10909
10910         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10911         * include/lmalert.h: Ditto.
10912         * include/lmcons.h: Ditto.
10913         * include/lmsname.h: Ditto.
10914         * include/lmsvc.h: Ditto.
10915         * include/ntsecapi.h: Ditto.
10916         * include/oledlg.h: Ditto.
10917         * include/ras.h: Ditto.
10918         * include/regstr.h: Ditto.
10919         * include/richedit.h: Ditto.
10920         * include/wininet.h: Ditto.
10921         * include/w32api.h: New File.
10922
10923 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10924
10925         * include/shlobj.h: Add missing SLR_* flags.
10926
10927 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10928
10929         * lib/Makefile.in: (host_alias): Add variable.
10930         (host_build): Ditto:
10931         (xinstall): Removed
10932         (xinstall-libraries): Ditto.
10933         (xinstall-headers): Ditto.
10934         (xuninstall): Ditto.
10935         (xuninstall-libraries): Ditto.
10936         (xuninstall-headers): Ditto.
10937         * Makefile.in: (host_alias): Add variable.
10938         (build_alias): Ditto.
10939
10940 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10941
10942         * include/winnt.h: (__TEXT): Add private macro.
10943         (_TEXT): Modify definition to use __TEXT.
10944         (_T): Ditto.
10945         This change allows the passing of a MACRO as an argument and have that
10946         MACRO resolved first.
10947         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10948
10949 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10950
10951         * Makefile.in: Increment VERSION to 0.5
10952         * include/winnt.h: Change TEXT to _TEXT throughout.
10953         (SID_RELEASE): Define.
10954         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10955
10956 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10957
10958         * Apply Phil Krylov patches.
10959         2001-01-19  Phil Krylov  <phil@mail.ru>
10960         * include/commctrl.h: (HDI_IMAGE) New definition.
10961         (HDI_DI_SETITEM) Ditto.
10962         (HDI_ORDER) Ditto.
10963         (HDI_FILTER) Ditto.
10964         (HDF_BITMAP_ON_RIGHT) Ditto.
10965         (HDF_IMAGE) Ditto.
10966         (HDM_SETORDERARRAY) Ditto.
10967         (Header_SetOrderArray) Ditto.
10968         (ICC_BAR_CLASSES) Ditto.
10969         (struct _HD_ITEMA) Change definition.
10970         (struct _HD_ITEMW) Ditto.
10971         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10972         (InitCommonControlsEx()) Ditto.
10973         2001-01-23  Phil Krylov  <phil@mail.ru>
10974         * include/richedit.h: Many Richedit 2.0 definitions.
10975
10976 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10977
10978         * include/winuser.h: (IDC_HAND)  New resource identifier.
10979         Thanks to: Mark Jordon <mark_jordan@ieee.org>
10980
10981 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10982
10983         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
10984         Fix typo's.
10985
10986 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10987
10988         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
10989         (GetUnmarshalClass): CLSID argument needs to be a pointer.
10990         Thanks To: <bge@users.sourceforge.net>
10991
10992 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10993
10994         * Apply Danny Smith patch 102386
10995         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10996         * lib/rasapi32.def: add symbols available in NT4 and W2k
10997
10998 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
10999
11000         * Apply Danny Smith patch 102382
11001         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11002         * lib/mswsock.def: remove leading underscores from symbol names
11003
11004 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11005
11006         * Apply Danny Smith patch 102446
11007         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11008         * include/sql.h (ODBCVER): change default to 0x0351.
11009         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
11010         (SQLColAttributes): likewise.
11011         (SQLBindParam): add prototype for ODBC 3.x function.
11012         (SQLCloseCursor): likewise.
11013         (SQLColAttribute): likewise.
11014         (SQLCopyDesc):likewise.
11015         (SQLEndTran): likewise.
11016         (SQLFetchScroll): likewise.
11017         (SQLGetConnectAttr): likewise.
11018         (SQLGetDescField): likewise.
11019         (SQLGetDescRec): likewise.
11020         (SQLGetDiagField): likewise.
11021         (SQLGetDiagRec): likewise.
11022         (SQLGetEnvAttr): likewise.
11023         (SQLGetStmtAttr): likewise.
11024         (SQLSetConnectAttr): likewise.
11025         (SQLSetDescField):likewise.
11026         (SQLSetDescRec): likewise.
11027         (SQLSetEnvAttr): likewise.
11028         (SQLSetStmtAttr): likewise.
11029         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11030         _WIN64 compatability;
11031         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11032         (SQL_ACTIVE_CONNECTIONS): likewise.
11033         (SQL_ACTIVE_STATEMENTS): likewise.
11034         (SQL_ALL_EXCEPT_LIKE): likewise.
11035         (SQL_API_ALL_FUNCTIONS): likewise.
11036         (SQL_API_LOADBYORDINAL): likewise.
11037         (SQL_API_SQLBINDPARAMETER): likewise.
11038         (SQL_API_SQLBROWSECONNECT): likewise.
11039         (SQL_API_SQLCOLATTRIBUTES): likewise.
11040         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11041         (SQL_API_SQLDESCRIBEPARAM): likewise.
11042         (SQL_API_SQLDRIVERCONNECT): likewise.
11043         (SQL_API_SQLDRIVERS): likewise.
11044         (SQL_API_SQLEXTENDEDFETCH): likewise.
11045         (SQL_API_SQLFOREIGNKEYS): likewise.
11046         (SQL_API_SQLMORERESULTS): likewise.
11047         (SQL_API_SQLNATIVESQL): likewise.
11048         (SQL_API_SQLNUMPARAMS): likewise.
11049         (SQL_API_SQLPARAMOPTIONS): likewise.
11050         (SQL_API_SQLPRIMARYKEYS): likewise.
11051         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11052         (SQL_API_SQLPROCEDURES): likewise.
11053         (SQL_API_SQLSETPOS): likewise.
11054         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11055         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11056         (SQL_ASYNC_ENABLE): likewise.
11057         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11058         (SQL_ASYNC_ENABLE_OFF): likewise.
11059         (SQL_ASYNC_ENABLE_ON): likewise.
11060         (SQL_ATTR_READONLY): likewise.
11061         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11062         (SQL_ATTR_WRITE): likewise.
11063         (SQL_AUTOCOMMIT): likewise.
11064         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11065         (SQL_AUTOCOMMIT_OFF): likewise.
11066         (SQL_AUTOCOMMIT_ON): likewise.
11067         (SQL_BEST_ROWID): likewise.
11068         (SQL_BIGINT): likewise.
11069         (SQL_BINARY): likewise.
11070         (SQL_BIND_BY_COLUMN): likewise.
11071         (SQL_BIND_TYPE): likewise.
11072         (SQL_BIND_TYPE_DEFAULT): likewise.
11073         (SQL_BIT): likewise.
11074         (SQL_BOOKMARK_PERSISTENCE): likewise.
11075         (SQL_BP_CLOSE): likewise.
11076         (SQL_BP_DELETE): likewise.
11077         (SQL_BP_DROP): likewise.
11078         (SQL_BP_OTHER_HSTMT): likewise.
11079         (SQL_BP_SCROLL): likewise.
11080         (SQL_BP_TRANSACTION): likewise.
11081         (SQL_BP_UPDATE): likewise.
11082         (SQL_C_BINARY): likewise.
11083         (SQL_C_BIT): likewise.
11084         (SQL_C_BOOKMARK): likewise.
11085         (SQL_C_CHAR): likewise.
11086         (SQL_C_DATE): likewise.
11087         (SQL_C_DEFAULT): likewise.
11088         (SQL_C_DOUBLE): likewise.
11089         (SQL_C_FLOAT): likewise.
11090         (SQL_C_LONG): likewise.
11091         (SQL_C_SHORT): likewise.
11092         (SQL_C_SLONG): likewise.
11093         (SQL_C_SSHORT): likewise.
11094         (SQL_C_STINYINT): likewise.
11095         (SQL_C_TIME): likewise.
11096         (SQL_C_TIMESTAMP): likewise.
11097         (SQL_C_TINYINT): likewise.
11098         (SQL_C_ULONG): likewise.
11099         (SQL_C_USHORT): likewise.
11100         (SQL_C_UTINYINT): likewise.
11101         (SQL_CB_NON_NULL): likewise.
11102         (SQL_CB_NULL): likewise.
11103         (SQL_CC_CLOSE): likewise.
11104         (SQL_CC_DELETE): likewise.
11105         (SQL_CC_PRESERVE): likewise.
11106         (SQL_CN_ANY): likewise.
11107         (SQL_CN_DIFFERENT): likewise.
11108         (SQL_CN_NONE): likewise.
11109         (SQL_COLATT_OPT_MAX): likewise.
11110         (SQL_COLATT_OPT_MIN): likewise.
11111         (SQL_COLUMN_ALIAS): likewise.
11112         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11113         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11114         (SQL_COLUMN_COUNT): likewise.
11115         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11116         (SQL_COLUMN_DRIVER_START): likewise.
11117         (SQL_COLUMN_LABEL): likewise.
11118         (SQL_COLUMN_LENGTH): likewise.
11119         (SQL_COLUMN_MONEY): likewise.
11120         (SQL_COLUMN_NAME): likewise.
11121         (SQL_COLUMN_NULLABLE): likewise.
11122         (SQL_COLUMN_OWNER_NAME): likewise.
11123         (SQL_COLUMN_PRECISION): likewise.
11124         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11125         (SQL_COLUMN_SCALE): likewise.
11126         (SQL_COLUMN_SEARCHABLE): likewise.
11127         (SQL_COLUMN_TABLE_NAME): likewise.
11128         (SQL_COLUMN_TYPE): likewise.
11129         (SQL_COLUMN_TYPE_NAME): likewise.
11130         (SQL_COLUMN_UNSIGNED): likewise.
11131         (SQL_COLUMN_UPDATABLE): likewise.
11132         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11133         (SQL_CONCUR_DEFAULT): likewise.
11134         (SQL_CONCUR_LOCK): likewise.
11135         (SQL_CONCUR_READ_ONLY): likewise.
11136         (SQL_CONCUR_ROWVER): likewise.
11137         (SQL_CONCUR_TIMESTAMP): likewise.
11138         (SQL_CONCUR_VALUES): likewise.
11139         (SQL_CONCURRENCY): likewise.
11140         (SQL_CONN_OPT_MAX): likewise.
11141         (SQL_CONN_OPT_MIN): likewise.
11142         (SQL_CONNECT_OPT_DRVR_START): likewise.
11143         (SQL_CONVERT_BIGINT): likewise.
11144         (SQL_CONVERT_BINARY): likewise.
11145         (SQL_CONVERT_BIT): likewise.
11146         (SQL_CONVERT_CHAR): likewise.
11147         (SQL_CONVERT_DATE): likewise.
11148         (SQL_CONVERT_DECIMAL): likewise.
11149         (SQL_CONVERT_DOUBLE): likewise.
11150         (SQL_CONVERT_FLOAT): likewise.
11151         (SQL_CONVERT_FUNCTIONS): likewise.
11152         (SQL_CONVERT_INTEGER): likewise.
11153         (SQL_CONVERT_LONGVARBINARY): likewise.
11154         (SQL_CONVERT_LONGVARCHAR): likewise.
11155         (SQL_CONVERT_NUMERIC): likewise.
11156         (SQL_CONVERT_REAL): likewise.
11157         (SQL_CONVERT_SMALLINT): likewise.
11158         (SQL_CONVERT_TIME): likewise.
11159         (SQL_CONVERT_TIMESTAMP): likewise.
11160         (SQL_CONVERT_TINYINT): likewise.
11161         (SQL_CONVERT_VARBINARY): likewise.
11162         (SQL_CONVERT_VARCHAR): likewise.
11163         (SQL_CORRELATION_NAME): likewise.
11164         (SQL_CR_CLOSE): likewise.
11165         (SQL_CR_DELETE): likewise.
11166         (SQL_CR_PRESERVE): likewise.
11167         (SQL_CUR_DEFAULT): likewise.
11168         (SQL_CUR_USE_DRIVER): likewise.
11169         (SQL_CUR_USE_IF_NEEDED): likewise.
11170         (SQL_CUR_USE_ODBC): likewise.
11171         (SQL_CURRENT_QUALIFIER): likewise.
11172         (SQL_CURSOR_DYNAMIC): likewise.
11173         (SQL_CURSOR_FORWARD_ONLY): likewise.
11174         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11175         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11176         (SQL_CURSOR_STATIC): likewise.
11177         (SQL_CURSOR_TYPE): likewise.
11178         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11179         (SQL_CVT_BIGINT): likewise.
11180         (SQL_CVT_BINARY): likewise.
11181         (SQL_CVT_BIT): likewise.
11182         (SQL_CVT_CHAR): likewise.
11183         (SQL_CVT_DATE): likewise.
11184         (SQL_CVT_DECIMAL): likewise.
11185         (SQL_CVT_DOUBLE): likewise.
11186         (SQL_CVT_FLOAT): likewise.
11187         (SQL_CVT_INTEGER): likewise.
11188         (SQL_CVT_LONGVARBINARY): likewise.
11189         (SQL_CVT_LONGVARCHAR): likewise.
11190         (SQL_CVT_NUMERIC): likewise.
11191         (SQL_CVT_REAL): likewise.
11192         (SQL_CVT_SMALLINT): likewise.
11193         (SQL_CVT_TIME): likewise.
11194         (SQL_CVT_TIMESTAMP): likewise.
11195         (SQL_CVT_TINYINT): likewise.
11196         (SQL_CVT_VARBINARY): likewise.
11197         (SQL_CVT_VARCHAR): likewise.
11198         (SQL_DATABASE_NAME): likewise.
11199         (SQL_DATE): likewise.
11200         (SQL_DRIVER_HDBC): likewise.
11201         (SQL_DRIVER_HENV): likewise.
11202         (SQL_DRIVER_HLIB): likewise.
11203         (SQL_DRIVER_HSTMT): likewise.
11204         (SQL_DRIVER_NAME): likewise.
11205         (SQL_DRIVER_ODBC_VER): likewise.
11206         (SQL_DRIVER_VER): likewise.
11207         (SQL_ENSURE): likewise.
11208         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11209         (SQL_EXT_API_LAST): likewise.
11210         (SQL_EXT_API_START): likewise.
11211         (SQL_FD_FETCH_BOOKMARK): likewise.
11212         (SQL_FD_FETCH_PREV): likewise.
11213         (SQL_FD_FETCH_RESUME): likewise.
11214         (SQL_FETCH_PREV): likewise.
11215         (SQL_FETCH_RESUME): likewise.
11216         (SQL_FILE_NOT_SUPPORTED): likewise.
11217         (SQL_FILE_QUALIFIER): likewise.
11218         (SQL_FILE_TABLE): likewise.
11219         (SQL_FILE_USAGE): likewise.
11220         (SQL_FN_CVT_CONVERT): likewise.
11221         (SQL_FN_NUM_ABS): likewise.
11222         (SQL_FN_NUM_ACOS): likewise.
11223         (SQL_FN_NUM_ASIN): likewise.
11224         (SQL_FN_NUM_ATAN): likewise.
11225         (SQL_FN_NUM_ATAN2): likewise.
11226         (SQL_FN_NUM_CEILING): likewise.
11227         (SQL_FN_NUM_COS): likewise.
11228         (SQL_FN_NUM_COT): likewise.
11229         (SQL_FN_NUM_DEGREES): likewise.
11230         (SQL_FN_NUM_EXP): likewise.
11231         (SQL_FN_NUM_FLOOR): likewise.
11232         (SQL_FN_NUM_LOG): likewise.
11233         (SQL_FN_NUM_LOG10): likewise.
11234         (SQL_FN_NUM_MOD): likewise.
11235         (SQL_FN_NUM_PI): likewise.
11236         (SQL_FN_NUM_POWER): likewise.
11237         (SQL_FN_NUM_RADIANS): likewise.
11238         (SQL_FN_NUM_RAND): likewise.
11239         (SQL_FN_NUM_ROUND): likewise.
11240         (SQL_FN_NUM_SIGN): likewise.
11241         (SQL_FN_NUM_SIN): likewise.
11242         (SQL_FN_NUM_SQRT): likewise.
11243         (SQL_FN_NUM_TAN): likewise.
11244         (SQL_FN_NUM_TRUNCATE): likewise.
11245         (SQL_FN_STR_ASCII): likewise.
11246         (SQL_FN_STR_CHAR): likewise.
11247         (SQL_FN_STR_CONCAT): likewise.
11248         (SQL_FN_STR_DIFFERENCE): likewise.
11249         (SQL_FN_STR_INSERT): likewise.
11250         (SQL_FN_STR_LCASE): likewise.
11251         (SQL_FN_STR_LEFT): likewise.
11252         (SQL_FN_STR_LENGTH): likewise.
11253         (SQL_FN_STR_LOCATE): likewise.
11254         (SQL_FN_STR_LOCATE_2): likewise.
11255         (SQL_FN_STR_LTRIM): likewise.
11256         (SQL_FN_STR_REPEAT): likewise.
11257         (SQL_FN_STR_REPLACE): likewise.
11258         (SQL_FN_STR_RIGHT): likewise.
11259         (SQL_FN_STR_RTRIM): likewise.
11260         (SQL_FN_STR_SOUNDEX): likewise.
11261         (SQL_FN_STR_SPACE): likewise.
11262         (SQL_FN_STR_SUBSTRING): likewise.
11263         (SQL_FN_STR_UCASE): likewise.
11264         (SQL_FN_SYS_DBNAME): likewise.
11265         (SQL_FN_SYS_IFNULL): likewise.
11266         (SQL_FN_SYS_USERNAME): likewise.
11267         (SQL_FN_TD_CURDATE): likewise.
11268         (SQL_FN_TD_CURTIME): likewise.
11269         (SQL_FN_TD_DAYNAME): likewise.
11270         (SQL_FN_TD_DAYOFMONTH): likewise.
11271         (SQL_FN_TD_DAYOFWEEK): likewise.
11272         (SQL_FN_TD_DAYOFYEAR): likewise.
11273         (SQL_FN_TD_HOUR): likewise.
11274         (SQL_FN_TD_MINUTE): likewise.
11275         (SQL_FN_TD_MONTH): likewise.
11276         (SQL_FN_TD_MONTHNAME): likewise.
11277         (SQL_FN_TD_NOW): likewise.
11278         (SQL_FN_TD_QUARTER): likewise.
11279         (SQL_FN_TD_SECOND): likewise.
11280         (SQL_FN_TD_TIMESTAMPadd): likewise.
11281         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11282         (SQL_FN_TD_WEEK): likewise.
11283         (SQL_FN_TD_YEAR): likewise.
11284         (SQL_FN_TSI_DAY): likewise.
11285         (SQL_FN_TSI_FRAC_SECOND): likewise.
11286         (SQL_FN_TSI_HOUR): likewise.
11287         (SQL_FN_TSI_MINUTE): likewise.
11288         (SQL_FN_TSI_MONTH): likewise.
11289         (SQL_FN_TSI_QUARTER): likewise.
11290         (SQL_FN_TSI_SECOND): likewise.
11291         (SQL_FN_TSI_WEEK): likewise.
11292         (SQL_FN_TSI_YEAR): likewise.
11293         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11294         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11295         (SQL_GB_NO_RELATION): likewise.
11296         (SQL_GB_NOT_SUPPORTED): likewise.
11297         (SQL_GD_BLOCK): likewise.
11298         (SQL_GD_BOUND): likewise.
11299         (SQL_GET_BOOKMARK): likewise.
11300         (SQL_GROUP_BY): likewise.
11301         (SQL_INFO_DRIVER_START): likewise.
11302         (SQL_INFO_FIRST): likewise.
11303         (SQL_INFO_LAST): likewise.
11304         (SQL_INTERVAL_DAY): likewise.
11305         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11306         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11307         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11308         (SQL_INTERVAL_HOUR): likewise.
11309         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11310         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11311         (SQL_INTERVAL_MINUTE): likewise.
11312         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11313         (SQL_INTERVAL_MONTH): likewise.
11314         (SQL_INTERVAL_SECOND): likewise.
11315         (SQL_INTERVAL_YEAR): likewise.
11316         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11317         (SQL_KEYSET_SIZE): likewise.
11318         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11319         (SQL_KEYWORDS): likewise.
11320         (SQL_LCK_EXCLUSIVE): likewise.
11321         (SQL_LCK_NO_CHANGE): likewise.
11322         (SQL_LCK_UNLOCK): likewise.
11323         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11324         (SQL_LIKE_ONLY): likewise.
11325         (SQL_LOCK_TYPES): likewise.
11326         (SQL_LOGIN_TIMEOUT): likewise.
11327         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11328         (SQL_LONGVARBINARY): likewise.
11329         (SQL_LONGVARCHAR): likewise.
11330         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11331         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11332         (SQL_MAX_DSN_LENGTH): likewise.
11333         (SQL_MAX_LENGTH): likewise.
11334         (SQL_MAX_LENGTH_DEFAULT): likewise.
11335         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11336         (SQL_MAX_OWNER_NAME_LEN): likewise.
11337         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11338         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11339         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11340         (SQL_MAX_ROWS): likewise.
11341         (SQL_MAX_ROWS_DEFAULT): likewise.
11342         (SQL_MODE_DEFAULT): likewise.
11343         (SQL_MODE_READ_ONLY): likewise.
11344         (SQL_MODE_READ_WRITE): likewise.
11345         (SQL_MULT_RESULT_SETS): likewise.
11346         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11347         (SQL_NC_END): likewise.
11348         (SQL_NC_START): likewise.
11349         (SQL_NEED_LONG_DATA_LEN): likewise.
11350         (SQL_NNC_NON_NULL): likewise.
11351         (SQL_NNC_NULL): likewise.
11352         (SQL_NO_TOTAL): likewise.
11353         (SQL_NON_NULLABLE_COLUMNS): likewise.
11354         (SQL_NOSCAN): likewise.
11355         (SQL_NOSCAN_DEFAULT): likewise.
11356         (SQL_NOSCAN_OFF): likewise.
11357         (SQL_NOSCAN_ON): likewise.
11358         (SQL_NUM_EXTENSIONS): likewise.
11359         (SQL_NUM_FUNCTIONS): likewise.
11360         (SQL_NUMERIC_FUNCTIONS): likewise.
11361         (SQL_OAC_LEVEL1): likewise.
11362         (SQL_OAC_LEVEL2): likewise.
11363         (SQL_OAC_NONE): likewise.
11364         (SQL_ODBC_API_CONFORMANCE): likewise.
11365         (SQL_ODBC_CURSORS): likewise.
11366         (SQL_ODBC_KEYWORDS): likewise.
11367         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11368         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11369         (SQL_ODBC_SQL_OPT_IEF): likewise.
11370         (SQL_ODBC_VER): likewise.
11371         (SQL_OPT_TRACE): likewise.
11372         (SQL_OPT_TRACE_DEFAULT): likewise.
11373         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11374         (SQL_OPT_TRACE_OFF): likewise.
11375         (SQL_OPT_TRACE_ON): likewise.
11376         (SQL_OPT_TRACEFILE): likewise.
11377         (SQL_OSC_CORE): likewise.
11378         (SQL_OSC_EXTENDED): likewise.
11379         (SQL_OSC_MINIMUM): likewise.
11380         (SQL_OSCC_COMPLIANT): likewise.
11381         (SQL_OSCC_NOT_COMPLIANT): likewise.
11382         (SQL_OU_DML_STATEMENTS): likewise.
11383         (SQL_OU_INDEX_DEFINITION): likewise.
11384         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11385         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11386         (SQL_OU_TABLE_DEFINITION): likewise.
11387         (SQL_OUTER_JOINS): likewise.
11388         (SQL_OWNER_TERM): likewise.
11389         (SQL_OWNER_USAGE): likewise.
11390         (SQL_PACKET_SIZE): likewise.
11391         (SQL_PC_NOT_PSEUDO): likewise.
11392         (SQL_POS_add): likewise.
11393         (SQL_POS_DELETE): likewise.
11394         (SQL_POS_OPERATIONS): likewise.
11395         (SQL_POS_POSITION): likewise.
11396         (SQL_POS_REFRESH): likewise.
11397         (SQL_POS_UPDATE): likewise.
11398         (SQL_POSITIONED_STATEMENTS): likewise.
11399         (SQL_PROCEDURE_TERM): likewise.
11400         (SQL_PROCEDURES): likewise.
11401         (SQL_PS_POSITIONED_DELETE): likewise.
11402         (SQL_PS_POSITIONED_UPDATE): likewise.
11403         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11404         (SQL_QL_END): likewise.
11405         (SQL_QL_START): likewise.
11406         (SQL_QU_DML_STATEMENTS): likewise.
11407         (SQL_QU_INDEX_DEFINITION): likewise.
11408         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11409         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11410         (SQL_QU_TABLE_DEFINITION): likewise.
11411         (SQL_QUALIFIER_LOCATION): likewise.
11412         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11413         (SQL_QUALIFIER_TERM): likewise.
11414         (SQL_QUALIFIER_USAGE): likewise.
11415         (SQL_QUERY_TIMEOUT): likewise.
11416         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11417         (SQL_QUICK): likewise.
11418         (SQL_QUIET_MODE): likewise.
11419         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11420         (SQL_RD_DEFAULT): likewise.
11421         (SQL_RD_OFF): likewise.
11422         (SQL_RD_ON): likewise.
11423         (SQL_RETRIEVE_DATA): likewise.
11424         (SQL_ROW_NUMBER): likewise.
11425         (SQL_ROW_UPDATES): likewise.
11426         (SQL_ROWSET_SIZE): likewise.
11427         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11428         (SQL_ROWVER): likewise.
11429         (SQL_SC_NON_UNIQUE): likewise.
11430         (SQL_SC_TRY_UNIQUE): likewise.
11431         (SQL_SC_UNIQUE): likewise.
11432         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11433         (SQL_SCROLL_DYNAMIC): likewise.
11434         (SQL_SCROLL_FORWARD_ONLY): likewise.
11435         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11436         (SQL_SCROLL_OPTIONS): likewise.
11437         (SQL_SCROLL_STATIC): likewise.
11438         (SQL_SEARCHABLE): likewise.
11439         (SQL_SIGNED_OFFSET): likewise.
11440         (SQL_SIMULATE_CURSOR): likewise.
11441         (SQL_SO_DYNAMIC): likewise.
11442         (SQL_SO_FORWARD_ONLY): likewise.
11443         (SQL_SO_KEYSET_DRIVEN): likewise.
11444         (SQL_SO_MIXED): likewise.
11445         (SQL_SO_STATIC): likewise.
11446         (SQL_SPEC_MAJOR): likewise.
11447         (SQL_SPEC_MINOR): likewise.
11448         (SQL_SPEC_STRING): likewise.
11449         (SQL_SQ_COMPARISON): likewise.
11450         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11451         (SQL_SQ_EXISTS): likewise.
11452         (SQL_SQ_IN): likewise.
11453         (SQL_SQ_QUANTIFIED): likewise.
11454         (SQL_SQLSTATE_SIZE): likewise.
11455         (SQL_SS_addITIONS): likewise.
11456         (SQL_SS_DELETIONS): likewise.
11457         (SQL_SS_UPDATES): likewise.
11458         (SQL_STATIC_SENSITIVITY): likewise.
11459         (SQL_STMT_OPT_MAX): likewise.
11460         (SQL_STMT_OPT_MIN): likewise.
11461         (SQL_STRING_FUNCTIONS): likewise.
11462         (SQL_SUBQUERIES): likewise.
11463         (SQL_SYSTEM_FUNCTIONS): likewise.
11464         (SQL_TABLE_STAT): likewise.
11465         (SQL_TABLE_TERM): likewise.
11466         (SQL_TIME): likewise.
11467         (SQL_TIMEDATE_add_INTERVALS): likewise.
11468         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11469         (SQL_TIMEDATE_FUNCTIONS): likewise.
11470         (SQL_TIMESTAMP): likewise.
11471         (SQL_TINYINT): likewise.
11472         (SQL_TRANSLATE_DLL): likewise.
11473         (SQL_TRANSLATE_OPTION): likewise.
11474         (SQL_TXN_ISOLATION): likewise.
11475         (SQL_TXN_VERSIONING): likewise.
11476         (SQL_TYPE_DRIVER_END): likewise.
11477         (SQL_TYPE_DRIVER_START): likewise.
11478         (SQL_TYPE_MAX): likewise.
11479         (SQL_TYPE_MIN): likewise.
11480         (SQL_TYPE_NULL): likewise.
11481         (SQL_U_UNION): likewise.
11482         (SQL_U_UNION_ALL): likewise.
11483         (SQL_UB_DEFAULT): likewise.
11484         (SQL_UB_OFF): likewise.
11485         (SQL_UB_ON): likewise.
11486         (SQL_UNICODE): likewise.
11487         (SQL_UNICODE_CHAR): likewise.
11488         (SQL_UNICODE_LONGVARCHAR): likewise.
11489         (SQL_UNICODE_VARCHAR): likewise.
11490         (SQL_UNION): likewise.
11491         (SQL_UNSEARCHABLE): likewise.
11492         (SQL_UNSIGNED_OFFSET): likewise.
11493         (SQL_USE_BOOKMARKS): likewise.
11494         (SQL_VARBINARY): likewise.
11495         (SQL_TRUE): add define for ODBC3.x.
11496         (SQL_FALSE): likewise.
11497         (SQL_AM_CONNECTION): likewise.
11498         (SQL_AM_NONE): likewise.
11499         (SQL_AM_STATEMENT): likewise.
11500         (SQL_API_SQLALLOCHANDLE): likewise.
11501         (SQL_API_SQLBINDPARAM): likewise.
11502         (SQL_API_SQLCLOSECURSOR): likewise.
11503         (SQL_API_SQLCOLATTRIBUTE): likewise.
11504         (SQL_API_SQLCOPYDESC): likewise.
11505         (SQL_API_SQLENDTRAN): likewise.
11506         (SQL_API_SQLFETCHSCROLL): likewise.
11507         (SQL_API_SQLFREEHANDLE): likewise.
11508         (SQL_API_SQLGETCONNECTATTR): likewise.
11509         (SQL_API_SQLGETDESCFIELD): likewise.
11510         (SQL_API_SQLGETDESCREC): likewise.
11511         (SQL_API_SQLGETDIAGFIELD): likewise.
11512         (SQL_API_SQLGETDIAGREC): likewise.
11513         (SQL_API_SQLGETENVATTR): likewise.
11514         (SQL_API_SQLGETSTMTATTR): likewise.
11515         (SQL_API_SQLSETCONNECTATTR): likewise.
11516         (SQL_API_SQLSETDESCFIELD): likewise.
11517         (SQL_API_SQLSETDESCREC): likewise.
11518         (SQL_API_SQLSETENVATTR): likewise.
11519         (SQL_API_SQLSETSTMTATTR): likewise.
11520         (SQL_ARD_TYPE): likewise.
11521         (SQL_AT_add_CONSTRAINT): likewise.
11522         (SQL_ATTR_APP_PARAM_DESC): likewise.
11523         (SQL_ATTR_APP_ROW_DESC): likewise.
11524         (SQL_ATTR_AUTO_IPD): likewise.
11525         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11526         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11527         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11528         (SQL_ATTR_IMP_ROW_DESC): likewise.
11529         (SQL_ATTR_METADATA_ID): likewise.
11530         (SQL_ATTR_OUTPUT_NTS): likewise.
11531         (SQL_CATALOG_NAME): likewise.
11532         (SQL_CODE_DATE): likewise.
11533         (SQL_CODE_TIME): likewise.
11534         (SQL_CODE_TIMESTAMP): likewise.
11535         (SQL_COLLATION_SEQ): likewise.
11536         (SQL_CURSOR_SENSITIVITY): likewise.
11537         (SQL_DATE_LEN): likewise.
11538         (SQL_DATETIME): likewise.
11539         (SQL_DEFAULT): likewise.
11540         (SQL_DESC_ALLOC_AUTO): likewise.
11541         (SQL_DESC_ALLOC_TYPE): likewise.
11542         (SQL_DESC_ALLOC_USER): likewise.
11543         (SQL_DESC_COUNT): likewise.
11544         (SQL_DESC_DATA_PTR): likewise.
11545         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11546         (SQL_DESC_INDICATOR_PTR): likewise.
11547         (SQL_DESC_LENGTH): likewise.
11548         (SQL_DESC_NAME): likewise.
11549         (SQL_DESC_NULLABLE): likewise.
11550         (SQL_DESC_OCTET_LENGTH): likewise.
11551         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11552         (SQL_DESC_PRECISION): likewise.
11553         (SQL_DESC_SCALE): likewise.
11554         (SQL_DESC_TYPE): likewise.
11555         (SQL_DESC_UNNAMED): likewise.
11556         (SQL_DESCRIBE_PARAMETER): likewise.
11557         (SQL_DIAG_ALTER_DOMAIN): likewise.
11558         (SQL_DIAG_ALTER_TABLE): likewise.
11559         (SQL_DIAG_CALL): likewise.
11560         (SQL_DIAG_CLASS_ORIGIN): likewise.
11561         (SQL_DIAG_CONNECTION_NAME): likewise.
11562         (SQL_DIAG_CREATE_ASSERTION): likewise.
11563         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11564         (SQL_DIAG_CREATE_COLLATION): likewise.
11565         (SQL_DIAG_CREATE_DOMAIN): likewise.
11566         (SQL_DIAG_CREATE_INDEX): likewise.
11567         (SQL_DIAG_CREATE_SCHEMA): likewise.
11568         (SQL_DIAG_CREATE_TABLE): likewise.
11569         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11570         (SQL_DIAG_CREATE_VIEW): likewise.
11571         (SQL_DIAG_DELETE_WHERE): likewise.
11572         (SQL_DIAG_DROP_ASSERTION): likewise.
11573         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11574         (SQL_DIAG_DROP_COLLATION): likewise.
11575         (SQL_DIAG_DROP_DOMAIN): likewise.
11576         (SQL_DIAG_DROP_INDEX): likewise.
11577         (SQL_DIAG_DROP_SCHEMA): likewise.
11578         (SQL_DIAG_DROP_TABLE): likewise.
11579         (SQL_DIAG_DROP_TRANSLATION): likewise.
11580         (SQL_DIAG_DROP_VIEW): likewise.
11581         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11582         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11583         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11584         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11585         (SQL_DIAG_GRANT): likewise.
11586         (SQL_DIAG_INSERT): likewise.
11587         (SQL_DIAG_MESSAGE_TEXT): likewise.
11588         (SQL_DIAG_NATIVE): likewise.
11589         (SQL_DIAG_NUMBER): likewise.
11590         (SQL_DIAG_RETURNCODE): likewise.
11591         (SQL_DIAG_REVOKE): likewise.
11592         (SQL_DIAG_ROW_COUNT): likewise.
11593         (SQL_DIAG_SELECT_CURSOR): likewise.
11594         (SQL_DIAG_SERVER_NAME): likewise.
11595         (SQL_DIAG_SQLSTATE): likewise.
11596         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11597         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11598         (SQL_DIAG_UPDATE_WHERE): likewise.
11599         (SQL_FALSE): likewise.
11600         (SQL_FETCH_ABSOLUTE): likewise.
11601         (SQL_FETCH_LAST): likewise.
11602         (SQL_FETCH_PRIOR): likewise.
11603         (SQL_FETCH_RELATIVE): likewise.
11604         (SQL_HANDLE_DBC): likewise.
11605         (SQL_HANDLE_DESC): likewise.
11606         (SQL_HANDLE_ENV): likewise.
11607         (SQL_HANDLE_STMT): likewise.
11608         (SQL_INSENSITIVE): likewise.
11609         (SQL_INTEGRITY): likewise.
11610         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11611         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11612         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11613         (SQL_MAX_IDENTIFIER_LEN): likewise.
11614         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11615         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11616         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11617         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11618         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11619         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11620         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11621         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11622         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11623         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11624         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11625         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11626         (SQL_MAXIMUM_ROW_SIZE): likewise.
11627         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11628         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11629         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11630         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11631         (SQL_NAMED): likewise.
11632         (SQL_NONSCROLLABLE): likewise.
11633         (SQL_NTSL): likewise.
11634         (SQL_NULL_HANDLE): likewise.
11635         (SQL_NULL_HDESC): likewise.
11636         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11637         (SQL_PRED_BASIC): likewise.
11638         (SQL_PRED_CHAR): likewise.
11639         (SQL_PRED_NONE): likewise.
11640         (SQL_ROW_IDENTIFIER): likewise.
11641         (SQL_SCROLLABLE): likewise.
11642         (SQL_SENSITIVE): likewise.
11643         (SQL_SUCCEEDED(rc)): likewise.
11644         (SQL_TIME_LEN): likewise.
11645         (SQL_TIMESTAMP_LEN): likewise.
11646         (SQL_TRANSACTION_CAPABLE): likewise.
11647         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11648         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11649         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11650         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11651         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11652         (SQL_TYPE_DATE): likewise.
11653         (SQL_TYPE_TIME): likewise.
11654         (SQL_TYPE_TIMESTAMP): likewise.
11655         (SQL_UNKNOWN_TYPE): likewise.
11656         (SQL_UNNAMED): likewise.
11657         (SQL_UNSPECIFIED): likewise.
11658         (SQL_XOPEN_CLI_YEAR): likewise.
11659         (SQLAllocConnect): add comment marking as deperecated.
11660         (SQLAllocEnv): likewise.
11661         (SQLAllocStmt): likewise.
11662         (SQLFreeConnect): likewise.
11663         (SQLFreeEnv): likewise.
11664         (SQLGetConnectOption): likewise.
11665         (SQLGetStmtOption): likewise.
11666
11667         * include/sqlext.h (#include <sqlucode.h>): add directive.
11668         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11669         (SQLColAttributes): likewise.
11670         (SQLBulkOperations): add function prototype.
11671         (SQLAllocHandleStd): likewise
11672         (TraceReturn): add Trace API prototype.
11673         (TraceVersion): likewise.
11674         (ODBCGetTryWaitValue):likewise.
11675         (ODBCSetTryWaitValue): likewise.
11676         (SQL_LOCK_RECORD): correct function macro.
11677         (SQL_REFRESH_RECORD): likewise.
11678         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11679         _WIN64 compatability.
11680         move defines for non-core functions from sql.h to sqlext.h (refer
11681         changes for sql.h)
11682         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11683         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11684         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11685         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11686         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11687         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11688         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11689         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11690         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11691         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11692         (SQL_AF_ALL): likewise.
11693         (SQL_AF_AVG): likewise.
11694         (SQL_AF_COUNT): likewise.
11695         (SQL_AF_DISTINCT): likewise.
11696         (SQL_AF_MAX): likewise.
11697         (SQL_AF_MIN): likewise.
11698         (SQL_AF_SUM): likewise.
11699         (SQL_AGGREGATE_FUNCTIONS): likewise.
11700         (SQL_ALL_CATALOGS): likewise.
11701         (SQL_ALL_SCHEMAS): likewise.
11702         (SQL_ALL_TABLE_TYPES): likewise.
11703         (SQL_ALTER_DOMAIN): likewise.
11704         (SQL_AM_CONNECTION): likewise.
11705         (SQL_AM_NONE): likewise.
11706         (SQL_AM_STATEMENT): likewise.
11707         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11708         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11709         (SQL_API_SQLALLOCHANDLESTD): likewise.
11710         (SQL_API_SQLBULKOPERATIONS): likewise.
11711         (SQL_ASYNC_MODE): likewise.
11712         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11713         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11714         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11715         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11716         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11717         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11718         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11719         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11720         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11721         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11722         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11723         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11724         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11725         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11726         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11727         (SQL_ATTR_ACCESS_MODE): likewise.
11728         (SQL_ATTR_ASYNC_ENABLE): likewise.
11729         (SQL_ATTR_AUTOCOMMIT): likewise.
11730         (SQL_ATTR_CONCURRENCY): likewise.
11731         (SQL_ATTR_CONNECTION_POOLING): likewise.
11732         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11733         (SQL_ATTR_CP_MATCH): likewise.
11734         (SQL_ATTR_CURRENT_CATALOG): likewise.
11735         (SQL_ATTR_CURSOR_TYPE): likewise.
11736         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11737         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11738         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11739         (SQL_ATTR_ENLIST_IN_XA): likewise.
11740         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11741         (SQL_ATTR_KEYSET_SIZE): likewise.
11742         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11743         (SQL_ATTR_MAX_LENGTH): likewise.
11744         (SQL_ATTR_MAX_ROWS): likewise.
11745         (SQL_ATTR_NOSCAN): likewise.
11746         (SQL_ATTR_ODBC_CURSORS): likewise.
11747         (SQL_ATTR_ODBC_VERSION): likewise.
11748         (SQL_ATTR_PACKET_SIZE): likewise.
11749         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11750         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11751         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11752         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11753         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11754         (SQL_ATTR_PARAMSET_SIZE): likewise.
11755         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11756         (SQL_ATTR_QUIET_MODE): likewise.
11757         (SQL_ATTR_RETRIEVE_DATA): likewise.
11758         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11759         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11760         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11761         (SQL_ATTR_ROW_NUMBER): likewise.
11762         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11763         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11764         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11765         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11766         (SQL_ATTR_TRACE): likewise.
11767         (SQL_ATTR_TRACEFILE): likewise.
11768         (SQL_ATTR_TRANSLATE_LIB): likewise.
11769         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11770         (SQL_ATTR_TXN_ISOLATION): likewise.
11771         (SQL_ATTR_USE_BOOKMARKS): likewise.
11772         (SQL_BATCH_ROW_COUNT): likewise.
11773         (SQL_BATCH_SUPPORT): likewise.
11774         (SQL_BRC_EXPLICIT): likewise.
11775         (SQL_BRC_PROCEDURES): likewise.
11776         (SQL_BRC_ROLLED_UP): likewise.
11777         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11778         (SQL_BS_ROW_COUNT_PROC): likewise.
11779         (SQL_BS_SELECT_EXPLICIT): likewise.
11780         (SQL_BS_SELECT_PROC): likewise.
11781         (SQL_C_INTERVAL_DAY): likewise.
11782         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11783         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11784         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11785         (SQL_C_INTERVAL_HOUR): likewise.
11786         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11787         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11788         (SQL_C_INTERVAL_MINUTE): likewise.
11789         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11790         (SQL_C_INTERVAL_MONTH): likewise.
11791         (SQL_C_INTERVAL_SECOND): likewise.
11792         (SQL_C_INTERVAL_YEAR): likewise.
11793         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11794         (SQL_C_NUMERIC): likewise.
11795         (SQL_C_SBIGINT): likewise.
11796         (SQL_C_TYPE_DATE): likewise.
11797         (SQL_C_TYPE_TIME): likewise.
11798         (SQL_C_TYPE_TIMESTAMP): likewise.
11799         (SQL_C_UBIGINT): likewise.
11800         (SQL_C_VARBOOKMARK): likewise.
11801         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11802         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11803         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11804         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11805         (SQL_CA_CREATE_ASSERTION): likewise.
11806         (SQL_CA1_ABSOLUTE): likewise.
11807         (SQL_CA1_BOOKMARK): likewise.
11808         (SQL_CA1_BULK_ADD): likewise.
11809         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11810         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11811         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11812         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11813         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11814         (SQL_CA1_LOCK_UNLOCK): likewise.
11815         (SQL_CA1_NEXT): likewise.
11816         (SQL_CA1_POS_DELETE): likewise.
11817         (SQL_CA1_POS_POSITION): likewise.
11818         (SQL_CA1_POS_REFRESH): likewise.
11819         (SQL_CA1_POS_UPDATE): likewise.
11820         (SQL_CA1_POSITIONED_DELETE): likewise.
11821         (SQL_CA1_POSITIONED_UPDATE): likewise.
11822         (SQL_CA1_RELATIVE): likewise.
11823         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11824         (SQL_CA2_CRC_APPROXIMATE): likewise.
11825         (SQL_CA2_CRC_EXACT): likewise.
11826         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11827         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11828         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11829         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11830         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11831         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11832         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11833         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11834         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11835         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11836         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11837         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11838         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11839         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11840         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11841         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11842         (SQL_CATALOG_LOCATION): likewise.
11843         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11844         (SQL_CATALOG_TERM): likewise.
11845         (SQL_CATALOG_USAGE): likewise.
11846         (SQL_CCOL_CREATE_COLLATION): likewise.
11847         (SQL_CCS_COLLATE_CLAUSE): likewise.
11848         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11849         (SQL_CCS_LIMITED_COLLATION): likewise.
11850         (SQL_CDO_COLLATION): likewise.
11851         (SQL_CDO_CONSTRAINT): likewise.
11852         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11853         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11854         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11855         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11856         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11857         (SQL_CDO_CREATE_DOMAIN): likewise.
11858         (SQL_CDO_DEFAULT): likewise.
11859         (SQL_CL_END): likewise.
11860         (SQL_CL_START): likewise.
11861         (SQL_COL_PRED_BASIC): likewise.
11862         (SQL_COL_PRED_CHAR): likewise.
11863         (SQL_COLUMN_DRIVER_START): likewise.
11864         (SQL_COLUMN_IGNORE): likewise.
11865         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11866         (SQL_CONVERT_GUID): likewise.
11867         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11868         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11869         (SQL_CONVERT_WCHAR): likewise.
11870         (SQL_CONVERT_WLONGVARCHAR): likewise.
11871         (SQL_CONVERT_WVARCHAR): likewise.
11872         (SQL_CP_DEFAULT): likewise.
11873         (SQL_CP_MATCH_DEFAULT): likewise.
11874         (SQL_CP_OFF): likewise.
11875         (SQL_CP_ONE_PER_DRIVER): likewise.
11876         (SQL_CP_ONE_PER_HENV): likewise.
11877         (SQL_CP_RELAXED_MATCH): likewise.
11878         (SQL_CP_STRICT_MATCH): likewise.
11879         (SQL_CREATE_ASSERTION): likewise.
11880         (SQL_CREATE_CHARACTER_SET): likewise.
11881         (SQL_CREATE_COLLATION): likewise.
11882         (SQL_CREATE_DOMAIN): likewise.
11883         (SQL_CREATE_SCHEMA): likewise.
11884         (SQL_CREATE_TABLE): likewise.
11885         (SQL_CREATE_TRANSLATION): likewise.
11886         (SQL_CREATE_VIEW): likewise.
11887         (SQL_CS_AUTHORIZATION): likewise.
11888         (SQL_CS_CREATE_SCHEMA): likewise.
11889         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11890         (SQL_CT_COLUMN_COLLATION): likewise.
11891         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11892         (SQL_CT_COLUMN_DEFAULT): likewise.
11893         (SQL_CT_COMMIT_DELETE): likewise.
11894         (SQL_CT_COMMIT_PRESERVE): likewise.
11895         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11896         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11897         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11898         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11899         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11900         (SQL_CT_CREATE_TABLE): likewise.
11901         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11902         (SQL_CT_LOCAL_TEMPORARY): likewise.
11903         (SQL_CT_TABLE_CONSTRAINT): likewise.
11904         (SQL_CTR_CREATE_TRANSLATION): likewise.
11905         (SQL_CU_DML_STATEMENTS): likewise.
11906         (SQL_CU_INDEX_DEFINITION): likewise.
11907         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11908         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11909         (SQL_CU_TABLE_DEFINITION): likewise.
11910         (SQL_CVT_GUID): likewise.
11911         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11912         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11913         (SQL_CVT_WCHAR): likewise.
11914         (SQL_CVT_WLONGVARCHAR): likewise.
11915         (SQL_CVT_WVARCHAR): likewise.
11916         (SQL_DA_DROP_ASSERTION): likewise.
11917         (SQL_DATETIME_LITERALS): likewise.
11918         (SQL_DB_DEFAULT): likewise.
11919         (SQL_DB_DISCONNECT): likewise.
11920         (SQL_DB_RETURN_TO_POOL): likewise.
11921         (SQL_DC_DROP_COLLATION): likewise.
11922         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11923         (SQL_DD_CASCADE): likewise.
11924         (SQL_DD_DROP_DOMAIN): likewise.
11925         (SQL_DD_RESTRICT): likewise.
11926         (SQL_DDL_INDEX): likewise.
11927         (SQL_DELETE_BY_BOOKMARK): likewise.
11928         (SQL_DESC_ARRAY_SIZE): likewise.
11929         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11930         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11931         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11932         (SQL_DESC_BASE_TABLE_NAME): likewise.
11933         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11934         (SQL_DESC_BIND_TYPE): likewise.
11935         (SQL_DESC_CASE_SENSITIVE): likewise.
11936         (SQL_DESC_CATALOG_NAME): likewise.
11937         (SQL_DESC_CONCISE_TYPE): likewise.
11938         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11939         (SQL_DESC_DISPLAY_SIZE): likewise.
11940         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11941         (SQL_DESC_LABEL): likewise.
11942         (SQL_DESC_LITERAL_PREFIX): likewise.
11943         (SQL_DESC_LITERAL_SUFFIX): likewise.
11944         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11945         (SQL_DESC_MAXIMUM_SCALE): likewise.
11946         (SQL_DESC_MINIMUM_SCALE): likewise.
11947         (SQL_DESC_NUM_PREC_RADIX): likewise.
11948         (SQL_DESC_PARAMETER_TYPE): likewise.
11949         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11950         (SQL_DESC_SCHEMA_NAME): likewise.
11951         (SQL_DESC_SEARCHABLE): likewise.
11952         (SQL_DESC_TABLE_NAME): likewise.
11953         (SQL_DESC_TYPE_NAME): likewise.
11954         (SQL_DESC_UNSIGNED): likewise.
11955         (SQL_DESC_UPDATABLE): likewise.
11956         (SQL_DI_CREATE_INDEX): likewise.
11957         (SQL_DI_DROP_INDEX): likewise.
11958         (SQL_DIAG_COLUMN_NUMBER): likewise.
11959         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11960         (SQL_DIAG_ROW_NUMBER): likewise.
11961         (SQL_DL_SQL92_DATE): likewise.
11962         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11963         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11964         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11965         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11966         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11967         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11968         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11969         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11970         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11971         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11972         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11973         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11974         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11975         (SQL_DL_SQL92_TIME): likewise.
11976         (SQL_DL_SQL92_TIMESTAMP): likewise.
11977         (SQL_DM_VER): likewise.
11978         (SQL_DRIVER_HDESC): likewise.
11979         (SQL_DROP_ASSERTION): likewise.
11980         (SQL_DROP_CHARACTER_SET): likewise.
11981         (SQL_DROP_COLLATION): likewise.
11982         (SQL_DROP_DOMAIN): likewise.
11983         (SQL_DROP_SCHEMA): likewise.
11984         (SQL_DROP_TABLE): likewise.
11985         (SQL_DROP_TRANSLATION): likewise.
11986         (SQL_DROP_VIEW): likewise.
11987         (SQL_DS_CASCADE): likewise.
11988         (SQL_DS_DROP_SCHEMA): likewise.
11989         (SQL_DS_RESTRICT): likewise.
11990         (SQL_DT_CASCADE): likewise.
11991         (SQL_DT_DROP_TABLE): likewise.
11992         (SQL_DT_RESTRICT): likewise.
11993         (SQL_DTC_DONE): likewise.
11994         (SQL_DTR_DROP_TRANSLATION): likewise.
11995         (SQL_DV_CASCADE): likewise.
11996         (SQL_DV_DROP_VIEW): likewise.
11997         (SQL_DV_RESTRICT): likewise.
11998         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
11999         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
12000         (SQL_EXT_API_LAST): likewise.
12001         (SQL_EXT_API_START): likewise.
12002         (SQL_FETCH_BY_BOOKMARK): likewise.
12003         (SQL_FETCH_FIRST_SYSTEM): likewise.
12004         (SQL_FETCH_FIRST_USER): likewise.
12005         (SQL_FN_CVT_CAST): likewise.
12006         (SQL_FN_STR_BIT_LENGTH): likewise.
12007         (SQL_FN_STR_CHAR_LENGTH): likewise.
12008         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
12009         (SQL_FN_STR_OCTET_LENGTH): likewise.
12010         (SQL_FN_STR_POSITION): likewise.
12011         (SQL_FN_TD_CURRENT_DATE): likewise.
12012         (SQL_FN_TD_CURRENT_TIME): likewise.
12013         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
12014         (SQL_FN_TD_EXTRACT): likewise.
12015         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
12016         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
12017         (SQL_FUNC_EXISTS(exists,api)): likewise.
12018         (SQL_GB_COLLATE): likewise.
12019         (SQL_HANDLE_SENV): likewise.
12020         (SQL_IK_ALL): likewise.
12021         (SQL_IK_ASC): likewise.
12022         (SQL_IK_DESC): likewise.
12023         (SQL_IK_NONE): likewise.
12024         (SQL_INDEX_KEYWORDS): likewise.
12025         (SQL_INFO_DRIVER_START): likewise.
12026         (SQL_INFO_LAST): likewise.
12027         (SQL_INFO_SCHEMA_VIEWS): likewise.
12028         (SQL_INITIALLY_DEFERRED): likewise.
12029         (SQL_INITIALLY_IMMEDIATE): likewise.
12030         (SQL_INSERT_STATEMENT): likewise.
12031         (SQL_INTERVAL): likewise.
12032         (SQL_IS_INSERT_LITERALS): likewise.
12033         (SQL_IS_INSERT_SEARCHED): likewise.
12034         (SQL_IS_INTEGER): likewise.
12035         (SQL_IS_POINTER): likewise.
12036         (SQL_IS_SELECT_INTO): likewise.
12037         (SQL_IS_SMALLINT): likewise.
12038         (SQL_IS_UINTEGER): likewise.
12039         (SQL_IS_USMALLINT): likewise.
12040         (SQL_ISV_ASSERTIONS): likewise.
12041         (SQL_ISV_CHARACTER_SETS): likewise.
12042         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12043         (SQL_ISV_COLLATIONS): likewise.
12044         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12045         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12046         (SQL_ISV_COLUMNS): likewise.
12047         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12048         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12049         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12050         (SQL_ISV_DOMAINS): likewise.
12051         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12052         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12053         (SQL_ISV_SCHEMATA): likewise.
12054         (SQL_ISV_SQL_LANGUAGES): likewise.
12055         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12056         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12057         (SQL_ISV_TABLES): likewise.
12058         (SQL_ISV_TRANSLATIONS): likewise.
12059         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12060         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12061         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12062         (SQL_ISV_VIEWS): likewise.
12063         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12064         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12065         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12066         (SQL_NO_COLUMN_NUMBER): likewise.
12067         (SQL_NO_ROW_NUMBER): likewise.
12068         (SQL_NOT_DEFERRABLE): likewise.
12069         (SQL_NUM_EXTENSIONS): likewise.
12070         (SQL_NUM_FUNCTIONS): likewise.
12071         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12072         (SQL_OIC_CORE): likewise.
12073         (SQL_OIC_LEVEL1): likewise.
12074         (SQL_OIC_LEVEL2): likewise.
12075         (SQL_OV_ODBC2): likewise.
12076         (SQL_OV_ODBC3): likewise.
12077         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12078         (SQL_PARAM_ARRAY_SELECTS): likewise.
12079         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12080         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12081         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12082         (SQL_PARAM_ERROR): likewise.
12083         (SQL_PARAM_IGNORE): likewise.
12084         (SQL_PARAM_PROCEED): likewise.
12085         (SQL_PARAM_SUCCESS): likewise.
12086         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12087         (SQL_PARAM_UNUSED): likewise.
12088         (SQL_PARC_BATCH): likewise.
12089         (SQL_PARC_NO_BATCH): likewise.
12090         (SQL_PAS_BATCH): likewise.
12091         (SQL_PAS_NO_BATCH): likewise.
12092         (SQL_PAS_NO_SELECT): likewise.
12093         (SQL_ROW_IGNORE): likewise.
12094         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12095         (SQL_ROW_PROCEED): likewise.
12096         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12097         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12098         (SQL_SC_SQL92_ENTRY): likewise.
12099         (SQL_SC_SQL92_FULL): likewise.
12100         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12101         (SQL_SCC_ISO92_CLI): likewise.
12102         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12103         (SQL_SCHEMA_TERM): likewise.
12104         (SQL_SCHEMA_USAGE): likewise.
12105         (SQL_SDF_CURRENT_DATE): likewise.
12106         (SQL_SDF_CURRENT_TIME): likewise.
12107         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12108         (SQL_SFKD_CASCADE): likewise.
12109         (SQL_SFKD_NO_ACTION): likewise.
12110         (SQL_SFKD_SET_DEFAULT): likewise.
12111         (SQL_SFKD_SET_NULL): likewise.
12112         (SQL_SFKU_CASCADE): likewise.
12113         (SQL_SFKU_NO_ACTION): likewise.
12114         (SQL_SFKU_SET_DEFAULT): likewise.
12115         (SQL_SFKU_SET_NULL): likewise.
12116         (SQL_SG_DELETE_TABLE): likewise.
12117         (SQL_SG_INSERT_COLUMN): likewise.
12118         (SQL_SG_INSERT_TABLE): likewise.
12119         (SQL_SG_REFERENCES_COLUMN): likewise.
12120         (SQL_SG_REFERENCES_TABLE): likewise.
12121         (SQL_SG_SELECT_TABLE): likewise.
12122         (SQL_SG_UPDATE_COLUMN): likewise.
12123         (SQL_SG_UPDATE_TABLE): likewise.
12124         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12125         (SQL_SG_USAGE_ON_COLLATION): likewise.
12126         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12127         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12128         (SQL_SG_WITH_GRANT_OPTION): likewise.
12129         (SQL_SNVF_BIT_LENGTH): likewise.
12130         (SQL_SNVF_CHAR_LENGTH): likewise.
12131         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12132         (SQL_SNVF_EXTRACT): likewise.
12133         (SQL_SNVF_OCTET_LENGTH): likewise.
12134         (SQL_SNVF_POSITION): likewise.
12135         (SQL_SP_BETWEEN): likewise.
12136         (SQL_SP_COMPARISON): likewise.
12137         (SQL_SP_EXISTS): likewise.
12138         (SQL_SP_IN): likewise.
12139         (SQL_SP_ISNOTNULL): likewise.
12140         (SQL_SP_ISNULL): likewise.
12141         (SQL_SP_LIKE): likewise.
12142         (SQL_SP_MATCH_FULL): likewise.
12143         (SQL_SP_MATCH_PARTIAL): likewise.
12144         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12145         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12146         (SQL_SP_OVERLAPS): likewise.
12147         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12148         (SQL_SP_UNIQUE): likewise.
12149         (SQL_SQL_CONFORMANCE): likewise.
12150         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12151         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12152         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12153         (SQL_SQL92_GRANT): likewise.
12154         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12155         (SQL_SQL92_PREDICATES): likewise.
12156         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12157         (SQL_SQL92_REVOKE): likewise.
12158         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12159         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12160         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12161         (SQL_SR_CASCADE): likewise.
12162         (SQL_SR_DELETE_TABLE): likewise.
12163         (SQL_SR_GRANT_OPTION_FOR): likewise.
12164         (SQL_SR_INSERT_COLUMN): likewise.
12165         (SQL_SR_INSERT_TABLE): likewise.
12166         (SQL_SR_REFERENCES_COLUMN): likewise.
12167         (SQL_SR_REFERENCES_TABLE): likewise.
12168         (SQL_SR_RESTRICT): likewise.
12169         (SQL_SR_SELECT_TABLE): likewise.
12170         (SQL_SR_UPDATE_COLUMN): likewise.
12171         (SQL_SR_UPDATE_TABLE): likewise.
12172         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12173         (SQL_SR_USAGE_ON_COLLATION): likewise.
12174         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12175         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12176         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12177         (SQL_SRJO_CROSS_JOIN): likewise.
12178         (SQL_SRJO_EXCEPT_JOIN): likewise.
12179         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12180         (SQL_SRJO_INNER_JOIN): likewise.
12181         (SQL_SRJO_INTERSECT_JOIN): likewise.
12182         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12183         (SQL_SRJO_NATURAL_JOIN): likewise.
12184         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12185         (SQL_SRJO_UNION_JOIN): likewise.
12186         (SQL_SRVC_DEFAULT): likewise.
12187         (SQL_SRVC_NULL): likewise.
12188         (SQL_SRVC_ROW_SUBQUERY): likewise.
12189         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12190         (SQL_SSF_CONVERT): likewise.
12191         (SQL_SSF_LOWER): likewise.
12192         (SQL_SSF_SUBSTRING): likewise.
12193         (SQL_SSF_TRANSLATE): likewise.
12194         (SQL_SSF_TRIM_BOTH): likewise.
12195         (SQL_SSF_TRIM_LEADING): likewise.
12196         (SQL_SSF_TRIM_TRAILING): likewise.
12197         (SQL_SSF_UPPER): likewise.
12198         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12199         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12200         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12201         (SQL_SU_DML_STATEMENTS): likewise.
12202         (SQL_SU_INDEX_DEFINITION): likewise.
12203         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12204         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12205         (SQL_SU_TABLE_DEFINITION): likewise.
12206         (SQL_SVE_CASE): likewise.
12207         (SQL_SVE_CAST): likewise.
12208         (SQL_SVE_COALESCE): likewise.
12209         (SQL_SVE_NULLIF): likewise.
12210         (SQL_UB_FIXED): likewise.
12211         (SQL_UB_VARIABLE): likewise.
12212         (SQL_UNION_STATEMENT): likewise.
12213         (SQL_UPDATE_BY_BOOKMARK): likewise.
12214         (SQL_US_UNION): likewise.
12215         (SQL_US_UNION_ALL): likewise.
12216         (SQL_DESC_ROWVER): likewise.
12217         (SQL_GUID): likewise.
12218         (SQL_C_GUID): likewise.
12219         (ODBC_STD): likewise.
12220         (SQLAllocHandle): likewise.
12221         (SQLAllocEnv(p)): likewise.
12222         (SQL_YEAR): likewise.
12223         (SQL_MONTH): likewise.
12224         (SQL_DAY): likewise.
12225         (SQL_HOUR): likewise.
12226         (SQL_MINUTE): likewise.
12227         (SQL_SECOND): likewise.
12228         (SQL_YEAR_TO_MONTH): likewise.
12229         (SQL_DAY_TO_HOUR): likewise.
12230         (SQL_DAY_TO_MINUTE): likewise.
12231         (SQL_DAY_TO_SECOND): likewise.
12232         (SQL_HOUR_TO_MINUTE): likewise.
12233         (SQL_HOUR_TO_SECOND): likewise.
12234         (SQL_MINUTE_TO_SECOND): likewise.
12235         (SQL_ATTR_ANSI_APP): likewise.
12236         (SQL_AA_TRUE): likewise.
12237         (SQL_AA_FALSE): likewise.
12238
12239         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12240         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12241         (struct tagSQL_DAY_SECOND): likewise.
12242         (struct tagSQL_INTERVAL_STRUCT): likewise.
12243         (struct tagSQL_NUMERIC_STRUCT): likewise.
12244         (struct tagSQLGUID): add for 0DBC3.50.
12245         (enum SQLINTERVAL): add for ODBC3.x.
12246         (SQLWCHAR): add typedef.
12247         (SQLTCHAR): add typedef, conditional on UNICODE.
12248         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12249         (SQLULEN): likewise.
12250         (SQLROWOFFSET): likewise.
12251         (SQLROWCOUNT): likewise.
12252         (SQLTRANSID): likewise.
12253         (SQLSETPOSIROW): likewise.
12254         (SQLHANDLE): add ODBC3.x typedef.
12255         (SQLHDESC): likewise.
12256         (SQLDATE): likewise.
12257         (SQLDECIMAL): likewise.
12258         (SQLDOUBLE): likewise.
12259         (SQLFLOAT): likewise.
12260         (SQLNUMERIC): likewise.
12261         (SQLREAL): likewise.
12262         (SQLTIME): likewise.
12263         (SQLTIMESTAMP): likewise.
12264         (SQLVARCHAR): likewise.
12265         (SQLBIGINT): likewise.
12266         (SQLUBIGINT): likewise.
12267         (SQL_DATE_STRUCT): likewise.
12268         (SQL_TIME_STRUCT): likewise.
12269         (SQL_TIMESTAMP_STRUCT): likewise.
12270         (ODBCINT64): add ODBC3.x define.
12271
12272         * lib/odbc32.def : regenerate.
12273
12274 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12275
12276         * Apply Danny Smith patch 102275
12277         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12278         * include/objbase.h: (COM_RIGHTS): Add definition.
12279         (tagSTDMSHLFLAGS): add enumeration.
12280         (CoInitializeEx): Add prototypes.
12281         (CoGetStdMarshalEx): ditto.
12282         (CoCreateInstanceEx): ditto.
12283         (CoInitializeSecurity): ditto.
12284         (CoGetCallContext): ditto.
12285         (CoQueryProxyBlanket): ditto.
12286         (CoSetProxyBlanket): ditto.
12287         (CoCopyProxy): ditto.
12288         (CoQueryClientBlanket): ditto.
12289         (CoImpersonateClient): ditto.
12290         (CoRevertToSelf): ditto.
12291         (CoQueryAuthenticationServices): ditto.
12292         (CoSwitchCallContext): ditto.
12293         (CoGetInstanceFromFile): ditto.
12294         (CoGetInstanceFromIStorage): ditto.
12295         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12296         (SOLE_AUTHENTICATION_INFO): ditto.
12297         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12298         (COLE_DEFAULT_PRINCIPAL): Add definition.
12299         (COLE_DEFAULT_AUTHINFO): Ditto.
12300         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12301         (RPC_PROTSEQ_VECTOR) Fix typo.
12302         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12303         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12304         attribute.
12305
12306 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12307
12308         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12309         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12310         New file.
12311
12312 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12313
12314         * include/winnt.h: Add PTOKEN_USER.
12315
12316 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12317
12318         * include/sqlucode.h: Apply Danny Smith patch 102443
12319         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12320         New file.
12321
12322 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12323
12324         * lib/odbccp32.def: Apply Danny Smith patch 102442
12325         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12326         New file.
12327
12328 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12329
12330         * include/odbcinst.h: Apply Danny Smith patch 102441
12331         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12332         New file.
12333
12334 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12335
12336         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12337
12338 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12339
12340         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12341
12342 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12343
12344         * lib/Makefile.in: Install headers and libraries in tooldir.
12345
12346 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12347
12348         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12349         SORT_STRINGSORT: ditto.
12350         CMAP*: ditto.
12351         CTRY_*: add new defines.
12352         LGRPID_*: ditto.
12353         LCMAP*: change defines to hex notation.
12354         CALID: change from ULONG to DWORD.
12355         CALTYPE: ditto.
12356         _cpinfoex[AW]: add structure.
12357         FoldString: correct Unicode mappings.
12358         GetCPInfoEx[AW]: add prototypes.
12359         EnumCalendarInfoEx[AW]: ditto.
12360         EnumDateFormatsEx[AW]: ditto.
12361         EnumSystemLanguageGroups[AW]: ditto.
12362         EnumLanguageGroupLocales[AW]: ditto.
12363         EnumUILanguages[AW]: ditto.
12364         GetSystemDefaultUILanguage[AW]: ditto.
12365         GetUserDefaultUILanguage[AW]: ditto.
12366         IsValidLanguageGroup[AW]: ditto.
12367         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12368         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12369         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12370         UILANGUAGE_ENUMPROC[AW]: ditto
12371         DATEFMT_ENUMPROCEX[AW]: ditto
12372         LPCURRENCYFMT[AW]: add structure pointer typedef
12373         LPNUMBERFMT[AW]: ditto
12374
12375 2000-12-02  Matt Hargett  <matt@use.net>
12376
12377         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12378         possible return code for the SetFilePointer() win32 API call.
12379
12380 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12381
12382         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12383
12384 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12385
12386         * Makefile.in: increment VERSION.
12387         (dist:) Rename to srcdist.  Create new dist target to call
12388         srcdist and bindist targets.
12389         (srcdist:) New target.
12390         (clean-top:) add call to mostlyclean-top and add rm of distribution
12391         tarballs.
12392         * lib/Makefile.in: (uninstall:) modify to remove files from the
12393         new w32api subdirectory and to remove w32api subdirectory.
12394         (xuninstall:) Ditto.
12395         TODO: Add a task to redo the clean targets of Makefile.in
12396
12397 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12398
12399         * lib/Makefile.in: Install header files in w32api subdirectory.
12400
12401 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12402
12403         * CONTRIBUTIONS: New file.
12404         * README: Change the maintained by header.
12405         * TODO: Add a note about checking the TODO.
12406
12407 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12408
12409         * Merge in accepted changes from
12410         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12411         * include/basetyps.h: add comment for GUID_DEFINED
12412         * include/lm.h: add includes for lmerr.h and lmserver.h
12413         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12414         * include/lmerr.h:  add error codes
12415         * include/lmserver.h: replace LPTSTR with LPWSTR,
12416         LPTCSTR with LPWCSTR in structures and prototypes
12417         * include/lmshare.h: ditto
12418         * include/lmuse.h: ditto
12419         * include/lmstats.h: ditto
12420         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12421         * include/winbase.h: change first argument of CommConfigDialog to const
12422         * include/windowsx.h: add macros  defining FAR versions of
12423         mem and string functions for porting from Win16 code
12424         * include/winioctl.h:  added IOCTL_STORAGE defines
12425         * include/winnetwk.h:  added WNNC_NET flags
12426         * include/winnt.h: add include of <basetsd.h>;
12427         add structs; add pointer typedefs  for TOKEN structs
12428         * include/winsock.h: add guard around BSD-ish typedefs
12429         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12430         * include/basetsd.h: new file
12431         * include/raserror.h: ditto
12432         * include/rassapi.h: ditto
12433         * include/ras.h: ditto
12434         comment from Earnie: replaced original ras.h contribution with Danny's
12435         contribution as it is more complete.
12436         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12437
12438 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12439
12440         * Makefile.in: increment VERSION.  Change tar file name for dist and
12441         bindist targets to be more standard.
12442         * config.guess: Update with the currently published file.
12443         * config.sub: ditto.
12444         * configure.in: Use value of build_alias instead of testing for
12445         directory names to set BUILDENV.
12446         * configure: ditto.
12447         * lib/Makefile.in: Change the name of the targets install,
12448         install-headers and install-libraries to xinstall, xinstall-headers
12449         and xinstall-libraries for system target specified installation.
12450         Recreate targets install, install-headers and install-libraries for
12451         exec-prefix specified installation.  Ditto for the uninstall targets of
12452         the same name.
12453
12454 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12455
12456         * include/iprtrmib.h: Further layout changes according to standard.
12457         * include/iptypes.h: Ditto.
12458         * include/ntdef.h: Ditto.
12459         * include/ntsecapi.h: Ditto.
12460         * include/subauth.h: Ditto.
12461
12462 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12463
12464         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12465
12466 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12467
12468         * include/ntsecapi.h: New file.
12469         * include/subauth.h: Ditto.
12470         * include/ipexport.h: Fix global header define not to contain
12471         trailing underscore. Change layout according to standard.
12472         * include/iphlpapi.h: Ditto.
12473         * include/ipifcons.h: Ditto.
12474         * include/iprtrmib.h: Ditto.
12475         * include/iptypes.h: Ditto.
12476         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12477         of inclusion of ntsecapi.h and subauth.h.
12478         * lib/secur32.def: New stub for secur32.dll.
12479
12480 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12481
12482         * include/ras.h: New file.
12483         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12484         RasEnumDevicesW.
12485
12486 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12487
12488         * include/ntdef.h: Add define for NTAPI.
12489
12490 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12491
12492         * include/ipexport.h: Add missing `extern "C"' directives.
12493         * include/iphlpapi.h: Ditto.
12494         * include/iprtrmib.h: Ditto.
12495         * include/iptypes.h: Ditto.
12496
12497 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12498
12499         * include/ipifcons.h: New header file.
12500         * include/iprtrmib.h: Move operational states to ipifcons.h.
12501         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12502         declaration.
12503
12504 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12505
12506         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12507
12508 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12509
12510         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12511         * include/iptypes.h: New header file.
12512         * include/ipexport.h: Ditto.
12513         * include/iphlpapi.h: Ditto.
12514         * include/iprtrmib.h: Ditto.
12515
12516 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12517
12518         * include/ntdef.h: New file.
12519
12520 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12521
12522         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12523         to TOKEN_INFORMATION_CLASS type.
12524         Add QUOTA_LIMITS type.
12525
12526 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12527
12528         * include/userenv.h: New header file.
12529         * lib/userenv.def: New stub for userenv.dll.
12530
12531 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12532
12533         * include/winuser.h: Correct PCWPSTRUCT typo.
12534         (discovered by Axel Riese)
12535
12536 2000-07-27  DJ Delorie  <dj@redhat.com>
12537
12538         * include/windows.h: optimize non-inclusion of repeat headers
12539
12540 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12541
12542         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12543         LPTOKEN_SOURCE.
12544
12545 2000-07-11  DJ Delorie  <dj@cygnus.com>
12546
12547         * include/shlobj.h: add CSIDL_COMMON_*
12548
12549 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12550
12551         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12552         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12553         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12554         FILE_FLAG_OPEN_NO_RECALL.
12555         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12556         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12557         * winnt.h: Add typedef for GUID.
12558         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12559         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12560         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12561         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12562         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12563         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12564         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12565         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12566         * lib/psapi.def: New file.
12567
12568 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12569
12570         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12571         previously defined.
12572         * windef.h : Ditto.
12573
12574 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12575
12576         * include/winnt.h: Add some missing defines related to locale
12577         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12578
12579 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12580
12581         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12582
12583 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12584
12585         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12586
12587 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12588
12589         * include/wininet.h: Add another "INTERNET_OPTIONS".
12590
12591 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12592
12593         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12594
12595 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12596
12597         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12598         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12599         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12600         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12601
12602 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12603
12604         * include/winbase.h: Change first argument of ENUMRES* types to
12605         coincide with Microsoft usage.
12606
12607 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12608
12609         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12610
12611 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12612
12613         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12614         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12615         * include/winnt.h (SEC_*): Add macros.
12616         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12617         * include/ole.h: Workaround for C++ parser bug.
12618         * include/rpcdcep.h: Likewise.
12619         * include/winsock.h: Likewise.
12620
12621 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12622
12623         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12624
12625 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12626
12627         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12628         * include/wtypes.h (PBLOB, LPBLOB): Define.
12629         * include/winsock2.h: Much more complete version.
12630         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12631
12632         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12633         * include/winsock.h (FD_CLR): Add missing ')'.
12634         (timercmp): Fix macro to handle all 6 comparison operators.
12635         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12636         (AF_MAX): Update.
12637         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12638
12639         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12640         namespace pollution.
12641         * include/rpcndr.h: Likewise.
12642         * include/winnt.h: Likewise.
12643         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12644         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12645         * lib/ole32.def: Add missing exports.
12646         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12647         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12648         (NT_TIB): Define.
12649         * include/tlhelp32.h: New file.
12650
12651 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12652
12653         * include/rapi.h: New file.
12654         * lib/rapi.def: New file.
12655
12656 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12657
12658         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12659
12660 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12661
12662         * Snapshot 2000-02-03.
12663
12664 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12665
12666         * include/winnt.h: Add ARM support.
12667
12668 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12669
12670         From Greg Primes <gregory.l.priem@intel.com>:
12671         * include/oaidl.h (DESCKIND): Define macro.
12672         (ITypeComp): Define interface.
12673         (ITypeComp): Likewise.
12674         * rpcndr.h (DECLSPEC_UUID): Define macro.
12675         (MIDL_INTERFACE): Likewise.
12676
12677         * include/psapi.h: New file.
12678         * include/imagehlp.h: New file.
12679         * lib/imagehlp.def: New file.
12680
12681         * include/oaidl.h (tagVARIANT): Update fields.
12682
12683         From Craig Lanning <CraigL@DyCon.com>:
12684         * include/commctrl.h: Add some TCS_* macros.
12685         * include/winnls.h (IsValidLocale): Add prototype.
12686
12687 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12688
12689         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12690         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12691         * include/objbase.h: Likewise.
12692         * include/objidl.h: Likewise.
12693         * include/ocidl.h: New file.
12694         * include/oleauto.h: Likewise.
12695         * include/wtypes.h: Likewise.
12696         * lib/oleaut32.def: Likewise.
12697
12698         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12699         Thanks to "Jon Leichter" <jon@symas.com>.
12700         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12701         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12702         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12703         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12704         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12705         Dorsselaer" <frans@bia-bv.demon.nl>.
12706         * include/httpext.h: New file. Thanks to Jan Nijtmans
12707         <j.nijtmans@chello.nl>.
12708         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12709         redefinition of LPCWAVEFORMATEX in DirectX headers.
12710         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12711         <krzych00@priv7.onet.pl>.
12712         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12713         * include/windef.h (HRESULT): Guard definition to avoid
12714         redefinition in DirectX headers.
12715         * include/winnt.h: Add target macros from windows.h.
12716         * include/windows.h: Update synch comment for target macros.
12717         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12718         (_ANONYMOUS_UNION): Likewise.
12719         * include/wingdi.h (AbortPrinter): Move from here ...
12720         * include/winspool.h (AbortPrinter): to here and fix linkage.
12721         (MONITOR_INFO_2{A,W}): Define.
12722         * include/winsock.h (htons): Fix argument.
12723         (htonl): Likewise.
12724         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12725         (GROUP): Define.
12726         (GUID): Define conditionally.
12727         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12728         (WSASocket*): Declare.
12729         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12730
12731         * lib/dsetup.def: Remove leading underscore.
12732         * lib/dsound.def: Likewise.
12733         * lib/ws2_32.def: Likewise.
12734
12735 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12736
12737         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12738         handles.
12739
12740         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12741         * lib/dinput.c: Include windows.h for GCC.
12742         * lib/dxguid.c: Likewise.
12743         (INITGUID): Define macro.
12744
12745         * include/objidl.h (ISequentialStream): Define interface.
12746         (IStream): Derive from ISequentialStream.
12747
12748         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12749         Clone}): Mark as PURE.
12750         (IDataObject::EnumDAdvise): Likewise.
12751         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12752         (IViewObject::Unfreeze): Likewise.
12753         (IViewObject2::Unfreeze): Likewise.
12754
12755         * include/objidl.h: Add various IID_ declarations.
12756         * include/olectl.h: Likewise.
12757         * include/oleidl.h: Likewise.
12758
12759 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12760
12761         * Snapshot 1999-12-21.
12762
12763         * include/winbase.h (CancelIO): Rename to CancelIo.
12764         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12765         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12766
12767         * Merge with winsup-19991218.
12768         * include/winnt.h: Add defines for W2K ACL control flags.
12769
12770         * Merge with Anders Norlander's 19991130 snapshot.
12771
12772         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12773         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12774
12775         Patch from Harold Weissfield
12776         * include/shellapi.h: Added some ABN_* defines.
12777
12778         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12779         * lib/comctl32.def (_TrackMouseEvent): Import.
12780         * include/winuser.h: Misc. fixes from Sang Cho
12781         <sangcho@alpha94.chongju.ac.kr>.
12782         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12783         value of _WIN32_WINNT.
12784         * include/winuser.h: Reorganize SM_* defines in numerical order.
12785
12786 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12787
12788         * include/windef.h: Make RECTL a distinct type from RECT.
12789         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12790         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12791         (COMPAREITEMSTRUCT): Fix fields.
12792         (SERIALKEYSA): Likewise.
12793         (SERIALKEYSW): Likewise..
12794         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12795         (WIN32_FIND_DATAA): Likewise.
12796         (WIN32_FIND_DATAW): Likewise.
12797         * include/commdlg.h (SNDMSG): Define.
12798         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12799         (SO_CONNECT_TIME): Likewise.
12800         (AcceptEx): Declare.
12801         (GetAcceptExSockaddrs): Likewise.
12802         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12803         * include/winspool.h: Add RC_INVOKED guard.
12804         * lib/wsock32.def (AcceptEx@32): Export.
12805         (GetAcceptExSockaddrs@32): Likewise.
12806
12807 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12808
12809         * Snapshot 1999-11-18.
12810
12811         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12812         Octopod C++ IDE (and MSVC compatibility).
12813         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12814         * include/shellapi.h (ShellAbout*): Fix typo.
12815         * wingdi.h (FW_ULTRABOLD): Likewise.
12816         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12817         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12818         Add packing directives for various structures. All structure
12819         sizes now conform to MSVC.
12820
12821 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12822
12823         Released 1999-11-07.
12824
12825 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12826
12827         * include/winsock2.h: New file. Mostly a stub for now.
12828         * include/winbase.h (DllMain): Delete prototype.
12829         * include/commctrl.h (Header_SetItem): Fix macro.
12830         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12831         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12832         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12833
12834         Merge in changes from wxWindows.
12835         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12836         * include/oaidl.h (DISPID_*): Add macros.
12837         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12838         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12839         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12840         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12841
12842         Merge in changes from Octopod C++ IDE group.
12843         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12844         (Header_InsertItem): Fix macro.
12845         * include/oaidl.h (IID_IDispatch): Declare.
12846         (IID_ISupportErrorInfo): Likewise.
12847         (IDispatch): Rename Invoked to Invoke.
12848         * include/objidl.h (IPersist): Fix GetClassID.
12849         * include/oleauto.h (VectorFromBstr): Declare.
12850         (BstrFromVector): Likewise.
12851         * include/olectl.h (OLEMISC_*): Update.
12852         * include/olectlid.h (IID_IDispatch): Declare.
12853         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12854         (IOleInPlaceFrame): Fix.
12855         (ISupportErrorInfo): Define.
12856         (IErrorInfo): Define.
12857         * include/winuser.h (SIF_TRACKPOS): Define.
12858
12859 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12860
12861         Fix Merge errors:
12862         * include/winnt.h (PSID): Uncomment definition.
12863         (PISID): Rename from PSID.
12864         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12865         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12866
12867         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12868         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12869         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12870         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12871         include/shellapi.h, include/winbase.h, include/wingdi.h,
12872         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12873
12874 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12875
12876         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12877         Marius Kjeldahl <kjeldahl@hotmail.com>.
12878
12879 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12880
12881         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12882         (ERROR_SEVERITY_*): Likewise.
12883
12884 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12885
12886         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12887         (DllMain): Fix prototype.
12888
12889 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12890
12891         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12892         (cderr.h): Don't include.
12893         * include/winuser.h: Fix macro definitions.
12894
12895 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12896
12897         Merge with winsup 1999-07-29:
12898         * include/wincon.h (MOUSE_WHEELED): Define.
12899         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12900         (SECURITY_DESCRIPTOR): Add struct type.
12901         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12902         is equal to PVOID in the Platform SDK! So don't depend on accessing
12903         members through ->.
12904
12905 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12906
12907         * lib/Makefile.in (install-headers): Don't @ commands.
12908         (install-libraries): Ditto.
12909
12910 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12911
12912         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12913
12914 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12915
12916         Patch from Mumit Khan:
12917         * include/windows.h: Fix typo in winsock.h include guard and add
12918         _UWIN to the list.
12919         * include/winnt.h (__int64): Undefine first.
12920         (struct _SID): Declare.
12921
12922 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12923
12924         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12925
12926 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12927
12928         Patch from Mumit Khan:
12929         * Makefile.in: Do the right thing when cross-compiling.
12930         * include/windef.h: Don't define _export and __export if already
12931         defined.
12932
12933 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12934
12935         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12936         (DECLARE_INTERFACE_): Ditto.
12937
12938 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12939
12940         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12941
12942         Reported by Brad Porter
12943         * include/wingdi.h (FW_ULTRALIGHT): Add.
12944         (FW_DEMIBOLD): Add.
12945         (FW_ULTRABOLD): Add.
12946         (FW_BLACK): Add.
12947         (JOHAB_CHARSET): Add.
12948         (VIETNAMESE_CHARSET): Add.
12949
12950
12951 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12952
12953         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12954         * lib/Makefile.in (Makefile): Regenerate.
12955         * include/pshpack[1248].h: New files, if a program would use any of
12956         them.
12957         * include/poppack.h: Ditto.
12958         * include/windef.h (_WIN32_WINNT): Define
12959         * include/windows.h: Remove DUMMYUNIONNAME[45].
12960         * include/windows.h: Correctly define _M_IX86 to reflect the target
12961         processor.
12962         * include/windows.h: Add preliminary support for other architectures.
12963         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12964         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12965         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12966         issue with LARGE_INTEGER.
12967         (ANSI_NULL): Define.
12968         (PSZ): Define.
12969         (ACL_REVISION[1234]): Define.
12970         (MIN/MAX_ACL_REVISION): Define.
12971         (PTCHAR): Define.
12972         (LANG_USER_DEFAULT): Define.
12973         (LANG_SYSTEM_DEFAULT): Define.
12974         (LOCALE_NEUTRAL): Define.
12975         (SORTVERSIONFROMLCID): Define.
12976         * include/windef.h (UNREFERENCED_PARAMETER): Define.
12977         (UNREFERENCED_LOCAL_VARIABLE): Define.
12978         (DBG_UNREFERENCED_PARAMETER): Define.
12979         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
12980         * lib/mswsock.def: New file. Imports for mswsock.dll.
12981         * include/custcntl.h: New file. Necessary to compile some SDK
12982         samples.
12983         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
12984         (WM_MOUSEWHEEL): Define.
12985         (WHEEL_DELTA): Define.
12986         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
12987         (WM_NEXTMENU): Define.
12988         (CharNextA): Fix prototype.
12989         (CharNextW): Ditto.
12990
12991 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
12992
12993         * include/winsock.h: Enclose in extern "C" if C++, huh?
12994         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
12995
12996 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
12997
12998         * include/windef.h (NULL): Define only ifndef
12999         (TRUE): Ditto, was previously only defined ifndef FALSE
13000         (PASCAL): Define as _pascal
13001         (__pascal): Define
13002         (WINAPIV): Define
13003         (min,max): Define only ifndef NOMINMAX
13004
13005 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13006
13007         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
13008         You must define _WIN32_IE if you want support for it.
13009         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
13010
13011 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
13012
13013         * include/wincon.h: Add some ButtonState flags and EventFlags.
13014
13015 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13016
13017         * include/basetyps.h: Don't support COM when __OBJC__ defined because
13018         interface define causes mayhem.
13019         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
13020         defined.
13021         * include/windows.h: Undefine BOOL if __OBJC__ defined
13022
13023 1999-05-09  Chris Faylor  <cgf@cygnus.com>
13024
13025         * include/winnls.h: Define additional code pages.
13026
13027 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13028
13029         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13030         order, corrected.
13031         (RtlZeroMemory): Use RtlFillMemory
13032
13033 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13034
13035         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13036         to get the correct size when used in some structs.
13037         (ULARGE_INTEGER): Ditto.
13038         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13039         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13040
13041 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13042
13043         * include/wininet.h: Enclose in extern "C" if c++
13044         (INTERNET_BUFFERSA/W): Define struct
13045         * include/wininet.h: Add some HSR_* defines
13046
13047 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13048
13049         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13050         * include/winnt.h (UNALIGNED): Define
13051         * include/windef.h (DECLSPEC_NORETURN): Define
13052
13053         * include/wininet.h (INTERNET_MAX_NAME): Remove
13054         (INTERNET_MAX_SCHEME_LENGTH): Define
13055         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13056         * include/wininet.def: Completely redone, it was losing badly.
13057
13058 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13059
13060         * lib/dplayx.def: Remove '_' prefixes
13061         * lib/shell32.def: Remove imports for IID_ContextMenu
13062
13063 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13064
13065         * Makefile.in (dist): Support dist target
13066         * lib/Makefile.in (dist): Likewise
13067         * lib/Makefile.in (uninstall-headers): Fix command
13068         * Makefile.in (bindist): Target to build a prebuilt dist
13069
13070         * lib/ws2_32.def: Winsock2 implib
13071
13072         * include/largeint.h: New header
13073         * include/largeint.c: Large integer support library
13074         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13075         (EXTRA_OBJS): Add largeint.o
13076
13077         * include/Makefile: Remove
13078         * lib/Makefile: Remove
13079         * Makefile: Remove
13080         * configure.in: New autoconf script
13081         * configure: generated configure script
13082         * Makefile.in: autoconf makefile template
13083         * lib/Makefile.in: Ditto
13084         * include/test.c: mv to lib/test.c
13085         * include/res.rc: mv to lib/res.rc
13086         * include/TODO: mv to .
13087         * include/Notes: mv to ./NOTES
13088
13089 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13090
13091         * include/zmouse.h (WHEEL_DELTA): Define
13092
13093 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13094
13095         * include/ddeml.h (HSZPAIR): Declare.
13096         * include/zmouse.h: New file.
13097
13098 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13099
13100         * lib/d3dim.def: New implib
13101         * lib/d3drm.def: Ditto
13102         * lib/d3dxof.def: Ditto
13103         * lib/ddraw.def: Ditto
13104         * lib/dinput.def: Ditto
13105         * lib/dplayx.def: Ditto
13106         * lib/dsetup.def: Ditto
13107         * lib/dsound.def: Ditto
13108         * lib/dinput.c: Guid library for DirectInput
13109         * lib/dxguid.c: Guid library for DirectX
13110
13111 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13112
13113         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13114         by Ron Aaron).
13115         * include/windowsx.h (GET_Y_LPARAM): Also missing
13116         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13117         by Mumit Khan).
13118
13119 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13120
13121         * include/scrnsave.h: New header file for screen saver library
13122         * lib/scrnsave.c: New file: screen saver library
13123
13124 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13125
13126         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13127         works well in when UNICODE is defined
13128
13129 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13130
13131         * include/winuser.h(STYLESTRUCT): New struct
13132         * include/wingdi.h:(GOBJENUMPROC): This function type should
13133         return void.
13134
13135 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13136
13137         * include/basetyps.h (LPGUID): New typedef
13138         * lib/glut.def: Import library defintions for glut.dll
13139         * lib/glu32.def: Ditto for glut32.dll
13140         * include/winnt.h: Fixed handling of wchar_t typedef
13141         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13142         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13143
13144 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13145
13146         * include/winbase.h(AbnormalTermination): Define as FALSE
13147         * include/commctrl.h: Support for new progress bar messages/styles
13148
13149 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13150
13151         * include/commdlg.h(PageSetupDlg): New define
13152         * include/richedit.h: Missing SCF_* defines
13153         * include/winnt.h: Lots o' defines
13154         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13155
13156 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13157
13158         * include/commdlg.h: Removed pack pragma
13159         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13160
13161 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13162
13163         * Makefile: Set version to 0.1.5
13164         * lib/Makefile (clean): Fix typo
13165
13166         * include/commctrl.h: Removed pack pragma
13167         * include/cpl.h: Likewise
13168         * include/dbt.h: Likewise
13169         * include/dde.h: Likewise
13170         * include/nddeapi.h: Likewise
13171         * include/shellapi.h: Likewise
13172         * include/wincrypt.h: Likewise
13173         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13174
13175         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13176         (servent): Likewise
13177         (protoent): Likewise
13178
13179         * include/windows.h: Prevent inclusion of winsock.h if we are
13180         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13181
13182 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13183
13184         * include/winbase.h (CREATE_FORCEDOS): New define
13185
13186 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13187
13188         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13189         (COORD): Likewise
13190         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13191         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13192         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13193         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13194
13195         * include/ddeml.h: Removed unnecessary `#pragma pack'
13196         * include/imm.h: Likewise
13197         * include/nddeapi.h: Likewise
13198         * include/nspapi.h: Likewise
13199         * include/regstr.h: Likewise
13200         * include/wincon.h: Likewise
13201         * include/windef.h: Likewise
13202         * include/winioctl.h: Likewise
13203         * include/winnls.h: Likewise
13204         * include/winsvc.h: Likewise
13205         * include/winuser.h: Likewise
13206         * include/winver.h: Likewise
13207         * include/wtypes.h: Likewise
13208
13209 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13210
13211         * Makefile (VERSION): Set to 0.1.4
13212         * include/basetyps.h: Check for NOCOMOBJECT
13213         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13214         on comobject attribute.
13215         * lib/kernel32.def: Added a few functions
13216         * include/windef.h (DWORD): Changed back to unsigned long
13217
13218         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13219         winresrc.h in turn includes the necessary headers. This makes things
13220         much simpler, no need to protect blocks of code in headers that
13221         should not be seen by the resource compiler.
13222
13223 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13224
13225         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13226         * include/wincon.h: Added console event type flags
13227         * include/winnt.h (FILE_SHARE_DELETE): Added
13228           (SECURITY_DESCRIPTOR): typedef as DWORD
13229
13230         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13231         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13232         define u_* types only if _SYS_TYPES_H is not defined.
13233
13234 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13235
13236         * COPYING.LIB: Deleted
13237         * README: Updated to reflect license changes
13238         * include/shlobj.h: Remove extra comma on some enums
13239         * include/windef.h: Changed DWORD typedef from unsigned long to
13240         unsigned int in order to avoid warnings on bit fields that
13241         use DWORD.
13242         * include/Makefile (test): Compile with all warnings
13243         * include/unknwn.h: Include objfwd.h
13244         * include/winsock.h: Added missing copyright notices.
13245
13246 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13247
13248         * lib/winmm.def: Corrected LIBRARY statement
13249         * include/mmsystem.h: Define mmioSeek codes if not already defined
13250         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13251         (CreateStatusWindowW): Likewise
13252
13253         * include/winresrc.h: Include only files necessary instead of windows.h
13254         * include/dde.h: Allow inclusion in resource scripts.
13255         * include/winnt.h: Likewise
13256         * include/commctrl.h: Likewise
13257         * include/prsht.h: Likewise
13258         * README: Updated
13259
13260 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13261
13262         * include/sqltypes.h (SQLHANDLE): Added this type
13263         (SQLHDESC): Likewise
13264         * include/sql.h (SQLFreeHandle): Added this prototype
13265         (SQLAllocHandle): Likewise
13266
13267 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13268
13269         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13270         conflicts with cygwin headers.
13271
13272 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13273
13274         * Makefile: Changed VERSION to 0.1.3
13275         * Makefile (dist-lib): New target to make import library only
13276         distribution
13277         * Makefile (dist-hdr): New target to make headers only distribution
13278         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13279         building one single distribution file.
13280         * dist.mak: Deleted
13281
13282         * include/lm.h: New file
13283         * include/lmcons.h: New file
13284         * include/lmalert.h: New file
13285         * include/lmaudit.h: New file
13286         * include/lmconfig.h: New file
13287         * include/lmapibuf.h: New file
13288         * include/lmaccess.h: New file
13289         * include/lmchdev.h: New file
13290         * include/lmremutl.h: New file
13291         * include/lmrepl.h: New file
13292         * include/lmerrlog.h: New file
13293         * include/lmat.h: New file
13294         * include/lmuse.h: New file
13295         * include/lmuseflg.h: New file
13296         * include/lmserver.h: New file
13297         * include/lmerr.h: New file
13298         * include/lmsname.h: New file
13299         * include/lmstats.h: New file
13300         * include/lmsvc.h: New file
13301         * include/lmwksta.h: New file
13302         * include/lmbrowsr.h: New file
13303
13304 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13305
13306         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13307         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13308
13309         * include/initguid.h: New file
13310
13311         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13312         int not supported
13313
13314         * include/winnt.h: Added USN
13315         * include/winnt.h: Changed handling of 64 bit int support
13316
13317         * include/windows.h: Added support for BC,LCC and MSVC
13318
13319         * include/windows.h: Changed handling machine architecture defines
13320
13321         * include/olectl.h: New file
13322
13323 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13324
13325         * include/oleidl.h: Added IViewObject and IViewObject2
13326
13327         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13328         IStorage::MoveElement
13329
13330         * include/oledlg.h: New file
13331
13332         * include/winresrc.h: New file
13333
13334         * include/wingdi.h: Added LPDOCINFO
13335
13336         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13337         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13338         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13339         TabCtrl_SetImageList and TabCtrl_GetItemCount
13340         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13341
13342         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13343
13344         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13345         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13346
13347         * include/commdlg.h: Added LPDEVNAMES
13348
13349         * include/windows.h: Include excpt.h
13350
13351         * include/excpt.h: New file. This file just contains some
13352         stubs for SEH that do nothing.
13353
13354         * include/commctrl.h: Added general WM_NOTIFY codes
13355
13356         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13357         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13358         not be in the headers.
13359         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13360         * include/winuser.h: Added old WM_SIZE parameter names so
13361         wxWindows compiles.
13362         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13363         * include/winuser.h: Added LPDLGITEMTEMPLATE
13364         * include/winuser.h: HTCAPTION was missing value
13365         * include/winuser.h: Added WM_ACTIVE flags
13366
13367         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13368         _fxx defines for memmove, memset and memcmp
13369
13370         * include/windef.h: Changed _export and __export to empty defines
13371
13372         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13373         String parameters were not const and ExtractAssociatedIcon takes
13374         a WORD pointer not DWORD pointer as last parameter.
13375
13376         * Makefile: Changed VERSION to 0.1.2
13377
13378         * include/ole2ver.h: New file
13379
13380         * Makefile: Removed all dependencies on GLUT
13381
13382         * include/GL/glut.h: Removed file because of decision to remove
13383         files that are not part of the library.
13384         * lib/glut.def: Likewise
13385         * lib/glut32.def: Likewise
13386
13387         * include/windows.h: Include winperf.h
13388
13389         * include/winperf.h: New file
13390
13391         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13392
13393         * include/winnls.h: Added calendar types
13394         * include/winnls.h: Added country codes
13395
13396 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13397
13398         * include/windef.h: Added PROC and NEARPROC
13399
13400         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13401         * include/wingdi.h: Added OpenGL types and prototypes
13402         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13403         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13404         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13405         * include/wingdi.h: Added truetype character outline types
13406         * include/wingdi.h: Added DEVMODE initialization flags
13407         * include/wingdi.h: Added panose codes
13408         * include/wingdi.h: Added missing character sets
13409         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13410         NONANTIALIASED_QUALITY
13411         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13412         * include/wingdi.h: Added pointer types for EXTLOGPEN
13413         * include/wingdi.h: Added PATTERN type
13414         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13415         * include/wingdi.h: Added new text metric flags
13416         * include/wingdi.h: Added pitch and family flags
13417         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13418         * include/wingdi.h: Added METAHEADER
13419         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13420         * include/wingdi.h: Added TA_MASK
13421         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13422         * include/wingdi.h: Added error codes
13423
13424         * include/winuser.h: Added missing winhelp structures
13425         * include/winuser.h: Added dialog flags/styles/messages
13426         * include/winuser.h: Added EM_SETMARGIN codes
13427         * include/winuser.h: Made it possiblie to use IDI_XX values
13428         in resource files.
13429         * include/winuser.h: Added missing LoadImage load flags
13430         * include/winuser.h: Added missing message box flags
13431         * include/winuser.h: Added ScrollWindow codes
13432         * include/winuser.h: Added DT_WORD_ELLIPSIS
13433         * include/winuser.h: Added drag and drop support
13434         * include/winuser.h: Added WM_MENUCHAR return codes
13435         * include/winuser.h: Added DLGWINDOWEXTRA
13436         * include/winuser.h: Added missing SetWindowPos flags.
13437         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13438         * include/winuser.h: Added IDHOT_xx defines
13439         * include/winuser.h: Added MOD_WIN
13440         * include/winuser.h: Added missing defines and structs for owner draw
13441         controls.
13442         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13443         WPF_SETMINPOSITION
13444         * include/winuser.h: Added DrawAnimatedRects flags
13445         * include/winuser.h: Added WM_PRINT codes
13446         * include/winuser.h: Added CS_IME class style
13447         * include/winuser.h: Added WM_SIZE codes
13448         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13449         * include/winuser.h: Added WM_NCHITTEST return codes
13450         * include/winuser.h: Added WM_SIZING parameters
13451         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13452         * include/winuser.h: Added menu loop codes.
13453         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13454         NF_REQUERY
13455         * include/winuser.h: Added WM_POWER flags
13456         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13457         * include/winuser.h: Added missing message filter codes
13458         * include/winuser.h: Added WM_KEYXX message flags
13459         * include/winuser.h: Added WM_SHOWMESSAGE flags
13460         * include/winuser.h: Added old ShowWindow commands
13461         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13462         structures.
13463
13464         * include/mciavi.h: New file for the MCI AVI driver that for some
13465         reason is not in mmsystem.h.
13466
13467         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13468         * include/winbase.h: Added SECURITY_xx for CreateFile
13469         * include/winbase.h: Added RTS and DTS control values
13470         * include/winbase.h: Fixed SYSTEM_INFO structure
13471         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13472         * include/winbase.h: Added FILE_TYPE_REMOTE
13473         * include/winbase.h: Added modem status flags
13474         * include/winbase.h: Added HINSTANCE_ERROR
13475         * include/winbase.h: Added DefineDosDevice defines
13476         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13477         * include/winbase.h: Added STARTF_XX flags
13478         * include/winbase.h: Fixed typo on _lcreat prototype.
13479         * include/winbase.h: Moved DBG_XX to winnt.h
13480         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13481         winnt.h
13482
13483         * include/unknwn.h: Added extern declaration of IID_IUnknown
13484
13485         * include/windowsx.h: Added hmemcpy.
13486
13487         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13488         * include/winnt.h: Added PACCESS_TOKEN
13489         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13490         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13491         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13492         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13493         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13494         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13495
13496         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13497         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13498         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13499
13500         * include/winsvc.h: Removed conflicting defines which were supposed
13501         to be in winnt.h
13502
13503         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13504         and SERVICE_ERROR_TYPE.
13505
13506         * include/winnt.h: Added SERVICE_XX defines.
13507         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13508         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13509
13510         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13511         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13512         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13513         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13514
13515 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13516
13517         * include/winbase.h: Corrected prototype for CreateProcessA
13518
13519         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13520         driver extensions.
13521
13522         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13523         be LPSHELLFOLDER* not LPSHELLFOLDER.
13524
13525         * include/windows.h: Include commdlg.h
13526
13527         * include/winuser.h: Added MDICREATESTRUCT
13528
13529         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13530         CB_ERRSPACE, and CB_OKAY
13531
13532         * include/wingdi.h: Added LPBITMAPINFOHEADER
13533
13534         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13535         are meaningless.
13536         * include/rpcdce2.h: Likewise.
13537
13538         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13539
13540         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13541         * include/olectlid.h: Likewise
13542         * include/shlguid.h: Likewise
13543
13544         * include/coguid.h: Delete file since it was for 16 bit windows only.
13545
13546         * lib/*.def: Appended .dll to library name where needed.
13547
13548         * include/windef.h: Define _stdcall and __stdcall only if not
13549         previously defined instead of undefining first.
13550
13551         * include/dlgs.h: Put RC_INVOKED around structure defs
13552
13553         * include/intshcut.h: New file
13554         * include/isguids.h: New file
13555
13556         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13557
13558 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13559
13560         * include/winnt.h: Added check if _T is defined before defining it
13561
13562         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13563
13564         * include/dlgs.h: New file
13565
13566         * include/winbase.h: Removed DllEntryPoint define
13567
13568         * include/winbase.h: Added SetupComm prototype
13569
13570         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13571         supported anyway.
13572
13573         * include/basetyps.h: Removed use of COMOBJECT define, instead
13574         DECLARE_INTERFACE directly uses comobject attribute when GCC
13575         is used.
13576
13577         * include/wtypes.h: STGC enum was missing typedef
13578
13579         * include/objidl.h: ADVC enum was missing typedef
13580
13581         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13582         they are nested within the VOID definition.
13583
13584         * include/winbase.h: Added stream ids and attributes
13585
13586         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13587         to an ANYSIZE_ARRAY array.
13588
13589 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13590
13591         * include/windef.h: defined _declspec as __declspec since
13592         some programs (like VWCL) use _declspec instead of __declspec
13593
13594         * include/winnt.h: added COMPRESS_FORMAT defines
13595
13596         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13597
13598         * include/winnt.h: added HEAP_XXXX defines
13599
13600         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13601
13602         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13603         specification.
13604
13605         * include/winnt.h: added NTAPI define
13606
13607 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13608
13609         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13610         instead of CHAR or WCHAR.
13611
13612         * include/winnt.h: added _T define
13613
13614         * include/winnt.h: added test for _TCHAR_DEFINED
13615
13616         * include/winnt.h: included string.h for memory macros
13617
13618         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13619
13620         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13621
13622         * include/prsht.h: added PropSheet_XXX macros
13623
13624
13625 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13626
13627         * include/winspool.h: Changed DeletePrinterProcessor and
13628         DeletePrinterProvidor to DeletePrintXX.
13629
13630         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13631         LOGCOLORSPACEW.
13632
13633         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13634         variants
13635
13636         * include/wingdi.h: Likewise for GetLogColorSpace
13637
13638         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13639
13640         * include/richedit.h: Added missing defines and structures
13641
13642         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13643
13644         * include/winuser.h: Added HWND_DESKTOP
13645
13646 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13647
13648         * Makefile: Include ChangeLog when building source
13649         distribution (srcdist)
13650
13651         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13652         are always defined as STDAPI and STDAPI_
13653
13654         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13655         are always defined as STDAPI and STDAPI_
13656
13657         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13658
13659         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13660
13661         * ChangeLog started