OSDN Git Service

Incorporate <winnls.h> updates for Vista and Windows-7.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2020-01-15  Keith Marshall  <keith@users.osdn.me>
2
3         Incorporate <winnls.h> updates for Vista and Windows-7.
4
5         * include/winnls.h: Reorganize into logical definition groups.
6         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (LOCALE_CUSTOM_DEFAULT)
7         (LOCALE_CUSTOM_UI_DEFAULT, LOCALE_CUSTOM_UNSPECIFIED, LOCALE_SNAME)
8         (LOCALE_SDURATION, LOCALE_SKEYBOARDSTOINSTALL, LOCALE_SSCRIPTS)
9         (LOCALE_SNAN, LOCALE_SPOSINFINITY, LOCALE_SNEGINFINITY)
10         (LOCALE_SISO3166CTRYNAME2, LOCALE_SISO639LANGNAME2)
11         (LOCALE_SSHORTESTDAYNAME1, LOCALE_SSHORTESTDAYNAME2)
12         (LOCALE_SSHORTESTDAYNAME3, LOCALE_SSHORTESTDAYNAME4)
13         (LOCALE_SSHORTESTDAYNAME5, LOCALE_SSHORTESTDAYNAME6)
14         (LOCALE_SSHORTESTDAYNAME7, CAL_SSHORTESTDAYNAME1)
15         (CAL_SSHORTESTDAYNAME2, CAL_SSHORTESTDAYNAME3, CAL_SSHORTESTDAYNAME4)
16         (CAL_SSHORTESTDAYNAME5, CAL_SSHORTESTDAYNAME6, CAL_SSHORTESTDAYNAME7)
17         (CAL_UMALQURA, C3_HIGHSURROGATE, C3_LOWSURROGATE): New symbolic
18         constants; define each as a manifest constant macro.
19         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (CAL_SMONTHDAY)
20         (CAL_SABBREVERASTRING): Likewise.
21         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (GetCalendarInfoEx): New
22         function; declare its prototype.
23
24 2020-01-14  Keith Marshall  <keith@users.osdn.me>
25
26         Make <winnls.h> header effectively self-contained.
27
28         * include/winnls.h: Tidy layout; assert copyright.
29         Include <winbase.h>, so supporting stand-alone inclusion.
30         (pragma GCC system_header): Remove redundant GCC version guard.
31         (WINVER, _WIN32_WINNT): Always use symbolic version comparisons.
32         (__AW_ALIAS__): Use it to selectively typedef...
33         [UNICODE vs. ! UNICODE] (CPINFOEX, LPCPINFOEX, CURRENCYFMT)
34         (LPCURRENCYFMT, NUMBERFMT, LPNUMBERFMT): ...each of these generic data
35         types; delete redundant UNICODE vs. non-UNICODE variants.
36         (__AW_SUFFIXED__): Likewise, use it to selectively define...
37         [UNICODE vs. ! UNICODE] (CALINFO_ENUMPROC, CALINFO_ENUMPROCEX)
38         (LANGUAGEGROUP_ENUMPROC, LANGGROUPLOCALE_ENUMPROC, LOCALE_ENUMPROC)
39         (CODEPAGE_ENUMPROC, DATEFMT_ENUMPROC, DATEFMT_ENUMPROCEX)
40         (TIMEFMT_ENUMPROC, UILANGUAGE_ENUMPROC, CompareString)
41         (EnumCalendarInfo, EnumDateFormats, EnumSystemCodePages)
42         (EnumSystemLocales, EnumTimeFormats, FoldString, GetCalendarInfo)
43         (GetCPInfoEx, GetCurrencyFormat, GetDateFormat, GetGeoInfo)
44         (GetLocaleInfo, GetNumberFormat, GetStringTypeEx, GetTimeFormat)
45         (LCMapString, SetCalendarInfo, SetLocaleInfo, EnumCalendarInfoEx)
46         (EnumDateFormatsEx, EnumSystemLanguageGroups, EnumLanguageGroupLocales)
47         (EnumUILanguages): ...these generic names; delete redundant variants.
48         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
49
50 2019-07-06  Keith Marshall  <keith@users.osdn.me>
51
52         Prepare and publish MinGW.org WSL-5.2.2 release.
53
54         * All files (wsl-5.2.2-release): Tag assigned.
55
56 2019-06-07  Keith Marshall  <keith@users.osdn.me>
57
58         Add missing definitions; fix MinGW-Bug #39129
59
60         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
61         (PAGE_TARGETS_NO_UPDATE): Likewise.
62
63 2019-05-03  Keith Marshall  <keith@users.osdn.me>
64
65         Correct a typographic error; fix MinGW-Bug #39193
66
67         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
68         add a missing closing parenthesis.
69
70 2019-04-08  Keith Marshall  <keith@users.osdn.me>
71
72         Correct a typographic error; fix MinGW-Bug #39117
73
74         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
75         (STATUSCLASSNAME): ...to this.
76
77 2019-02-03  Keith Marshall  <keith@users.osdn.me>
78
79         Clean up winsock default version selection stratagem.
80
81         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
82         internal recursion breaking retest block; following evaluation of...
83         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
84         included, reproducing the original version selection logic from...
85         * include/_winsock.h: ...here; file is now obsolete; delete it.
86
87         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
88         before including <winsock.h>
89
90         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
91         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
92         instead of deleted file <_winsock.h>
93
94         * tests/headers.at: Regenerated.
95
96 2019-01-22  Keith Marshall  <keith@users.osdn.me>
97
98         Prepare and publish MinGW.org WSL-5.2.1 release.
99
100         * All files (wsl-5.2.1-release): Tag assigned.
101
102 2019-01-22  Keith Marshall  <keith@users.osdn.me>
103
104         Incorporate user-customized <features.h> configuration.
105
106         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
107         stub; this is an empty file, yielding the default configuration.
108
109 2018-12-23  Keith Marshall  <keith@users.osdn.me>
110
111         Prepare and publish MinGW.org WSL-5.2 release.
112
113         * All files (wsl-5.2-release): Tag assigned.
114
115 2018-12-18  Keith Marshall  <keith@users.osdn.me>
116
117         Make <winver.h> header effectively self-contained.
118
119         * include/winver.h: Include <windef.h>
120
121 2018-11-23  Keith Marshall  <keith@users.osdn.me>
122
123         Fix MinGW-Bug #2248 (SF ticket).
124
125         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
126         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
127
128 2018-11-23  Keith Marshall  <keith@users.osdn.me>
129
130         Apply some more cosmetic layout adjustments.
131
132         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
133         for each untagged aggregate type definition.
134
135 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
136
137         Fix MinGW-Bug #38736 (OSDN ticket).
138
139         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
140         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
141
142 2018-11-18  Keith Marshall  <keith@users.osdn.me>
143
144         Make <commctrl.h> header effectively self-contained.
145
146         * include/commctrl.h: Tidy layout; assert copyright.
147         Include <winbase.h> and <prsht.h>; both are required to resolve
148         inter-header dependencies, so achieving effective self-containment.
149         Correctly parenthesize argument references in macro definitions.
150         (pragma GCC system_header): Remove redundant GCC version guard.
151         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
152         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
153         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
154         Use them; they facilitate maintenance of robust definitions for...
155         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
156         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
157
158 2018-11-16  Keith Marshall  <keith@users.osdn.me>
159
160         Make <prsht.h> header effectively self-contained.
161
162         * include/prsht.h: Tidy layout; assert copyright.
163         Include <winuser.h> to resolve inter-header dependencies.
164         Correctly parenthesize argument references in macro definitions.
165         (pragma GCC system_header): Remove redundant GCC version guard.
166         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
167         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
168         from checking consistency of alternative definition sources.
169         (__AW_SUFFIXED__): Use it; it improves robustness of...
170         [UNICODE vs. ! UNICODE]: ...generic definitions.
171         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
172
173 2018-10-29  Keith Marshall  <keith@users.osdn.me>
174
175         Clean up <wincon.h>; consolidate its version dependencies.
176
177         * include/wincon.h: Tidy layout; assert copyright.
178         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
179         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
180         of these; group and consolidate respective version dependencies.
181         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
182         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
183         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
184         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
185         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
186         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
187         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
188         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
189         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
190         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
191         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
192         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
193         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
194         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
195         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
196         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
197         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
198         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
199         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
200         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
201         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
202         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
203         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
204         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
205         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
206         Redefine, expressing all values in hexadecimal rather than decimal;
207         this is consistent with Microsoft documentation, and it is also more
208         logical, since all represent bit-flags, bit-fields, or bit-masks.
209
210 2018-10-24  Keith Marshall  <keith@users.osdn.me>
211
212         Make <wincon.h> header effectively self-contained.
213
214         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
215         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
216         [__GNUC__ >= 3]: Remove condition; used only in association with...
217         (#pragma GCC system_header): ...this, it is redundant in this context.
218         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
219
220 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
221
222         Improve WinXP/Vista console I/O support.
223
224         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
225         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
226         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
227         name aliases; define them, mapping them conditionally to represent...
228         [UNICODE]: ...their corresponding UTF-16LE function names, else...
229         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
230         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
231         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
232         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
233         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
234         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
235         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
236         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
237         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
238         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
239         (GetConsoleFontSize): ...declare function.
240         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
241         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
242         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
243         [_WIN32_WINNT >= 0x0501]: ...this prevails.
244         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
245         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
246         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
247         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
248         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
249         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
250         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
251         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
252         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
253         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
254         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
255         (GetCurrentConsoleFont): Declare functions.
256         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
257         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
258         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
259         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
260         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
261         map to an anonymous structure, and are visible only when...
262         [_WIN32_WINNT >= 0x0600]: ...this prevails.
263         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
264         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
265         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
266         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
267         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
268         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
269         ...these typedefs.
270         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
271         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
272         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
273         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
274         (SetCurrentConsoleFontEx): Declare functions.
275
276 2018-09-03  Keith Marshall  <keith@users.osdn.me>
277
278         Prepare and publish MinGW.org WSL-5.1.1 release.
279
280         * All files (wsl-5.1.1-release): Tag assigned.
281
282 2018-07-29  Keith Marshall  <keith@users.osdn.me>
283
284         Don't restrict <winerror.h> exposure when including <winsock.h>
285
286         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
287         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
288         all dependent filter references.
289
290 2018-07-11  Keith Marshall  <keith@users.osdn.me>
291
292         Make <wincrypt.h> header effectively self-contained.
293
294         * include/wincrypt.h: Include <winbase.h>
295
296 2018-07-11  Keith Marshall  <keith@users.osdn.me>
297
298         Correct <wincrypt.h> typographic errors; fix issue [#38391]
299
300         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
301         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
302         (ALG_CLASS_HASH): ...this, which represents the correct reference.
303         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
304         struct definition is not directly associated with any type name.
305         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
306
307 2018-02-26  Keith Marshall  <keith@users.osdn.me>
308
309         Prepare and publish MinGW.org WSL-5.1 release.
310
311         * All files (wsl-5.1-release): Tag assigned.
312
313 2018-02-24  Keith Marshall  <keith@users.osdn.me>
314
315         Make <iptypes.h> header effectively self-contained.
316
317         * include/iptypes.h: Assert copyright; tidy layout.
318         Include <windef.h>; it is required for self-containment.
319         (__need_time_t): Define for selective inclusion of <sys/types.h>
320         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
321         (_WIN32_WINNT): Always compare it symbolically.
322         (__dhcp_time_t): New temporary data type macro; define it...
323         [_WIN64]: ...as equivalent to __time64_t, otherwise...
324         [!_WIN64]: ...equivalent to __time32_t, and then...
325         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
326         (LeaseObtained, LeaseExpires): ...these fields.
327
328 2017-12-20  Keith Marshall  <keith@users.osdn.me>
329
330         Make <winreg.h> header effectively self-contained.
331
332         * include/winreg.h: Include <winbase.h>, thus achieving effective
333         self-containment; since this also indirectly includes <_mingw.h>,
334         there is no longer any need to include it directly.
335
336 2017-12-20  Keith Marshall  <keith@users.osdn.me>
337
338         Clean up, following issue [#2262] patch application.
339
340         * include/winreg.h: Tidy layout; correct copyright assertion.
341         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
342         [UNICODE] (__AW): Do not use deleted macro; replace it with...
343         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
344         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
345         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
346         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
347         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
348         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
349         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
350         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
351         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
352         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
353         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
354         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
355         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
356         all "4.x" branches specified these incorrectly, dependent on...
357         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
358         "legacy" branch, whence the "5.x" branches are propagated, correctly
359         required an alternative condition which is the equivalent of...
360         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
361
362 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
363
364         Update registry management API, per issue [#2262].
365
366         * include/winreg.h: Merge changes from 4.1-dev branch.
367         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
368         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
369         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
370         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
371         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
372         (RRF_ZEROONFAILURE): New manifest constants; define them.
373         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
374         (RegOverridePredefKey): Add previously omitted function prototypes.
375         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
376         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
377         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
378         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
379         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
380         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
381         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
382         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
383         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
384         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
385         (RegDeleteKeyValueA, RegDeleteKeyValueW)
386         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
387         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
388         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
389         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
390         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
391         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
392         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
393         (RegSetKeyValue): Define, mapping each to its respective function...
394         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
395         [defined UNICODE] (__AW): ...for the UTF-16LE case.
396
397         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
398         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
399         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
400         (RegSaveKeyExW@16): Remove them; relocate them to...
401         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
402         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
403         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
404         (RegSaveKeyExW@16): ...their correct location, here.
405         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
406         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
407         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
408         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
409         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
410         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
411         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
412
413 2017-12-16  Keith Marshall  <keith@users.osdn.me>
414
415         Provide default definition for _WIN32_IE feature test macro.
416
417         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
418         (_WIN32_IE_IE50): ...this default value.
419
420         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
421         a conflicting proposal for the default value.
422
423 2017-12-06  Keith Marshall  <keith@users.osdn.me>
424
425         Prepare and publish MinGW.org WSL-5.0.2 release.
426
427         * All files (wsl-5.0.2-release): Tag assigned.
428
429 2017-11-28  Keith Marshall  <keith@users.osdn.me>
430
431         Make <wsnetbs.h> header effectively self-contained.
432
433         * include/wsnetbs.h: Assert copyright; tidy layout; include
434         "_winsock.h", so making this header effectively self-contained, and
435         thus relieving the user of a responsibility for ensuring that some
436         other appropriate WinSock header has been included first.
437
438 2017-11-28  Keith Marshall  <keith@users.osdn.me>
439
440         Factor <winsock.h> duplicate content out of <winsock2.h>
441
442         * include/winsock2.h: Remove all declarations and definitions which
443         are identically specified in <winsock.h>, but keep them in scope by...
444         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
445         declarations and definitions therefrom, which introduce conflicts.
446         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
447         definitions and declarations.
448
449         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
450         WinSock v1.1 and WinSock v2, the latter of which will override when
451         correctly included by <winsock2.h>
452
453 2017-11-24  Keith Marshall  <keith@users.osdn.me>
454
455         Make <winsock.h> and <winsock2.h> duplicate code congruent.
456
457         * include/winsock.h (SOMAXCONN): Move definition into...
458         [!__INSIDE_MSYS__]: ...this guarded scope.
459
460         * include/winsock2.h: Rearrange as necessary.
461         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
462         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
463         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
464         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
465         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
466         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
467         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
468         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
469         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
470         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
471         [!defined __INSIDE_MSYS__]: ...as this, throughout.
472         (gethostname): Update function prototype, adding...
473         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
474
475         * include/ws2spi.h: Tidy layout; assert copyright.
476         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
477         (LPFD_SET): Delete all type references; use...
478         (fd_set *): ...this instead.
479
480 2017-11-14  Keith Marshall  <keith@users.osdn.me>
481
482         Establish default selection for WinSock API declaration.
483
484         * include/windows.h include/nspapi.h: Include...
485         * include/_winsock.h: ...this new system private header; it selects...
486         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
487         provided by conditional inclusion of <winsock2.h>, otherwise...
488         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
489         as provided by inclusion of <winsock.h>
490
491         * tests/headers.at <_winsock.h>: Add reference.
492
493 2017-11-14  Keith Marshall  <keith@users.osdn.me>
494
495         Update gethostname() declaration; drop Cygwin specificity.
496
497         * include/winsock.h (gethostname): Declare unconditionally; add...
498         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
499         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
500         [!defined __INSIDE_MSYS__]: ...as this, throughout.
501
502 2017-11-09  Keith Marshall  <keith@users.osdn.me>
503
504         Normalize fd_set event macros for <winsock2.h> compatibility.
505
506         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
507         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
508         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
509         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
510         count to a bit flag with value of 1, in each case respectively.
511         [_WINSOCK2_H]: Extend shift count enumeration, to include...
512         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
513         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
514         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
515         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
516         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
517         of 1 greater than the offset of the last defined flag; hence...
518         (FD_ALL_EVENTS): ...derive this mask for all event flags.
519
520 2017-11-09  Keith Marshall  <keith@users.osdn.me>
521
522         Filter potential WinSock v2 conflicts out of <winsock.h>
523
524         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
525         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
526         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
527         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
528         not define any of these; they are not compatible with WinSock v2.
529         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
530         appropiately in <winsock2.h>
531
532 2017-11-09  Keith Marshall  <keith@users.osdn.me>
533
534         Filter out <winsock.h> typedef anomalies.
535
536         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
537         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
538         them as type definitions, but warn of potential conflict with...
539         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
540         function; declare its prototype.
541
542 2017-11-08  Keith Marshall  <keith@users.osdn.me>
543
544         Overhaul WinSock fd_set content management macros.
545
546         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
547         original implementations of each of these macros, redirecting to...
548         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
549         inline functions, respectively; these are more robust, and correct a
550         defect in the original FD_SET macro implementation, whereby duplicate
551         descriptors could be added to an fd_set array, but would not then be
552         removed by the corresponding FD_CLR macro.
553
554         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
555         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
556         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
557         function, which is implemented in each of these libraries.
558
559 2017-11-07  Keith Marshall  <keith@users.osdn.me>
560
561         Identify features which have been deprecated in WinSock v2.
562
563         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
564         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
565         (__MINGW_ATTRIB_DEPRECATED): ...to this.
566
567         * include/winsock.h include/winsock2.h: Qualify...
568         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
569         (WSACancelBlockingCall): ...each of these function prototypes, with...
570         (__WINSOCK2_DEPRECATED): ...this attribute.
571
572 2017-11-07  Keith Marshall  <keith@users.osdn.me>
573
574         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
575
576         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
577         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
578         with preferred convention for system feature test macros.
579
580 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
581
582         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
583
584         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
585         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
586         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
587         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
588         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
589         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
590         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
591         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
592         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
593         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
594         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
595
596         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
597         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
598
599 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
600
601         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
602
603         * include/wtypes.h: Tidy layout; assert copyright.
604         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
605         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
606         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
607         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
608         (__BLOB_T_DEFINED): ...this; do not define...
609         (_WTYPES_H): ...this external guard.
610
611         * include/nspapi.h: Tidy layout; assert copyright.
612         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
613         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
614         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
615         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
616         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
617         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
618         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
619         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
620         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
621         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
622         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
623         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
624         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
625         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
626         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
627         (__AW_ALIAS__): ...this, for definition of each of...
628         (SERVICE_INFO, LPSERVICE_INFO): ...these.
629
630         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
631         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
632         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
633         include nspapi.h selectively, to acquire them.
634
635 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
636
637         Factor <winerror.h> duplicate content out of winsock headers.
638
639         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
640         conditional block, and all of its content; selectively include...
641         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
642         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
643         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
644         define them, to segregate WSA error messages applicable to WinSock v2
645         only, from those applicable to both WinSock v1.1 and WinSock v2.
646         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
647         codes, except WSABASEERR, relative to WSABASEERR itself.
648
649 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
650
651         Factor <sys/time.h> duplicate content out of winsock headers.
652
653         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
654         conditional block, and all its content; include <sys/time.h> instead.
655         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
656         processing this header, such that only selected content from other
657         internally referenced headers is exposed.
658
659 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
660
661         Source BSD non-standard type definitions from mingwrt header.
662
663         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
664         conditional block, and its entire type definition content; include...
665         * include/sys/bsdtypes.h: ...this common file instead; it defines...
666         (u_char, u_int, u_long, u_short): ...these non-standard data types.
667
668 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
669
670         Correct misuse of __INSIDE_MSYS__ feature test.
671
672         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
673         omits "defined" operator; it should be expressed consistently as...
674         [! defined __INSIDE_MSYS__]: ...this; correct it.
675
676 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
677
678         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
679
680         * include/winsock.h: Tidy layout; assert copyright.
681         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
682
683         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
684         sections, which are common with <winsock.h>, are laid out congruently.
685         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
686         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
687         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
688         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
689         [UNICODE]: ...alternative typedefs, and function name aliases...
690         [!UNICODE]: ...versus this case.
691
692 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
693
694         Resolve secondary issue arising from MinGW-Bug [#2350]
695
696         * include/winuser.h (GetTitleBarInfo)
697         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
698         it conflicted with current MSDN documentation, so now falls within...
699         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
700
701 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
702
703         Resolve MinGW-Bug [#2350]
704
705         * include/winuser.h (GetTitleBarInfo): Move prototype after...
706         (PTITLEBARINFO): ...this type definition; it is used as a function
707         argument type, so must be defined beforehand.
708
709 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
710
711         Extend testsuite to cover winsock fd_set macro operations.
712
713         * tests/winsock.at: New file; it implements appropriate tests, and
714         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
715         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
716
717         * tests/testsuite.at.in (winsock.at): Integrate it.
718         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
719         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
720         default list of libraries, or resets the list to this initial default.
721         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
722         library specifications, to be used until subsequently reset.
723
724 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
725
726         Prepare and tag for release of MinGW.org WSL-5.0.1
727
728         * All files (wsl-5.0.1-release): Tag assigned.
729
730 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
731
732         Automate testsuite dependency generation.
733
734         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
735         enumerate all such wildcard matches as prerequisites, instead of...
736         (headers.at): ...this sole explicit dependency.
737
738 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
739
740         Make <winnt.h> header effectively self-contained.
741
742         * include/winnt.h (_WINNT_H): Defer definition unless included via...
743         (windef.h): ...this; include it, to enforce inclusion order, then...
744         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
745
746 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
747
748         Consolidate <winuser.h> version specific conditionals.
749
750         * include/winuser.h: Reorganize file content; group manifest constant
751         definitions into one nested collection of conditional blocks, with one
752         block per Windows version evolution; do likewise for type definitions
753         and function prototypes which are always exposed, and separately...
754         [! defined NOGDI]: ...for those which may be suppressed, when GDI
755         support is not required.
756
757 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
758
759         Make <winuser.h> header effectively self-contained.
760
761         * include/winuser.h (stdarg.h): Include it, in addition to...
762         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
763         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
764
765 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
766
767         Consolidate <wingdi.h> version specific conditionals.
768
769         * include/wingdi.h: Reorganize file content; group manifest constant
770         definitions into a single nested collection of conditional blocks, for
771         those definitions which are common to both Win9x and WinNT, with one
772         block per Windows version evolution, sorting alphabetically within
773         each block; do likewise for additional manifest constant definitions
774         which are specific to WinNT, and also for data type definitions and
775         function prototypes.
776
777 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
778
779         Tidy, and make <wingdi.h> header effectively self-contained.
780
781         * include/wingdi.h: Tidy layout; assert copyright.
782         (windef.h): Include it; this achieves self-containment.
783         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
784         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
785         (__AW_ALIAS__): ...this, when defining each of...
786         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
787         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
788         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
789         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
790         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
791         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
792         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
793         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
794         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
795         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
796         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
797         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
798         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
799         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
800         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
801         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
802         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
803         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
804         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
805         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
806         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
807         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
808         (wglUseFontOutlines, GetGlyphIndices): ...these.
809
810 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
811
812         Declare CONDITION_VARIABLE API, per feature request [#2314]
813
814         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
815         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
816         (InitializeConditionVariable, SleepConditionVariableCS)
817         (SleepConditionVariableSRW, WakeAllConditionVariable)
818         (WakeConditionVariable): ...declare prototypes.
819
820 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
821
822         Declare SRWLOCK API, to support feature request [#2314]
823
824         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
825         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
826         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
827         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
828         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
829         (TryAcquireSRWLockShared): Declare additional prototypes.
830
831 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
832
833         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
834
835         * include/winerror.h: Tidy layout; assert copyright.
836
837         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
838         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
839         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
840         both locations; it permitted inconsistency between the two.
841
842 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
843
844         Consolidate <winbase.h> version specific conditionals.
845
846         * include/winbase.h: Reorganize file content; group manifest constant
847         definitions into one nested collection of conditional blocks, with one
848         block per Windows version evolution, sorting alphabetically within each
849         block; do likewise for data type definitions and function prototypes.
850
851 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
852
853         Tidy, and make <winbase.h> header effectively self-contained.
854
855         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
856         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
857         (__AW_EXTENDED__): ...this; subsequently reimplement...
858         (__AW_ALIAS__): ...this, with original name, now encapsulating...
859         (__AW_SUFFIXED__): ...this.
860
861         * include/dbt.h (__AW_ALIAS__): Replace all references with...
862         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
863         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
864         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
865
866         * include/winbase.h: Tidy layout; assert copyright.
867         (stdarg.h, windef.h): Include them, to achieve self-containment.
868         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
869         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
870         [__AW_ALIAS__]: ...this, to correctly specify each of...
871         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
872         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
873         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
874         [__AW_SUFFIXED__]: ...this, to correctly map each of...
875         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
876         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
877         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
878         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
879         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
880         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
881         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
882         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
883         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
884         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
885         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
886         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
887         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
888         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
889         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
890         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
891         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
892         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
893         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
894         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
895         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
896         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
897         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
898         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
899         (GetPrivateProfileInt, GetPrivateProfileSection)
900         (GetPrivateProfileSectionNames, GetPrivateProfileString)
901         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
902         (GetProfileString, GetShortPathName, GetStartupInfo)
903         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
904         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
905         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
906         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
907         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
908         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
909         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
910         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
911         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
912         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
913         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
914         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
915         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
916         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
917         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
918         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
919         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
920         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
921         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
922         (WritePrivateProfileString, WritePrivateProfileStruct)
923         (WriteProfileSection, WriteProfileString): ...these, and add...
924         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
925         (GetFirmwareEnvironmentVariable): ...these previously missing generic
926         function name aliases.
927
928 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
929
930         Refactor mingwrt and w32api common makefile content.
931
932         * Makefile.in (w32api-srcdist-config-files): Rename it...
933         (w32api-srcdist-common-files): ...as this phoney build rule.
934         (shared_include_file): New macro; define it, and include named file.
935         (configure, config.status, Makefile, config.status.missing, _mingw.h)
936         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
937         out; relocate them to new file in common parent directory...
938         * ../Makefile.comm: ...here.
939
940 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
941
942         Correct a copyright notice update omission.
943
944         * configure.ac: Extend copyright date range to include 2017.  Also
945         clean up superfluous trailing whitespace.
946
947 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
948
949         Fix generated header file dependencies.
950
951         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
952         [VERSION.m4]: ...this; package version changes are no longer made...
953         [configure.ac]: ...here; delete associated prerequisite reference.
954         (distclean-local): Delete them.
955
956 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
957
958         Prepare and tag for release of w32api-5.0 package set.
959
960         * All files (wsl-5.0-release): Tag assigned.
961
962 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
963
964         Implement basic test suite infrastructure.
965
966         * tests: New subdirectory; it hosts...
967         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
968         * tests/headers.at: ...these new files; they implement the basic test
969         suite infrastructure, initially comprising header integrity checks.
970
971         * configure.ac (AC_PROG_CXX): Check it.
972         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
973         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
974         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
975         tests/Makefile.
976
977         * Makefile.in (check test tests): New rules; all are synonymous.
978         (check-recursive): New rule; invoked by each of the preceding three.
979         (w32api-srcdist-testsuite-files): New rule; implement and use it...
980         (w32api-srcdist-files): ...here.
981
982 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
983
984         Add missing constant definition, per issue [#2249].
985
986         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
987
988 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
989
990         Avoid unnecessary duplication of configuration files.
991
992         * Makefile.in (vpath install-sh): Define it; it matches...
993         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
994         rule for creating duplicate file reference links in $top_srcdir.
995         (configure): Add '-I ..' option, when running autoconf.
996         (w32api-srcdist-files): Rename it as...
997         (w32api-srcdist-package-files): ...this; remove dependencies on...
998         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
999         (w32api-srcdist-config-files): ...this new distributable files
1000         enumeration goal; add it as one new prerequisite of...
1001         (w32api-srcdist-files): ...this repurposed goal; also depends on...
1002         (w32api-srcdist-package-files): ...this; populate it using...
1003         (SRCDIST_ADD): ...this macro; redefine it accordingly.
1004
1005 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
1006
1007         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
1008
1009         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
1010         it was previously transcribed incorrectly, as being equivalent to...
1011         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
1012         (FILE_DEVICE_DISK): ...this.
1013
1014 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1015
1016         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
1017
1018         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
1019         alternative generic symbol mapping definitions, and typedefs, with...
1020         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
1021         their respective ANSI and UNICODE specific references.
1022
1023 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1024
1025         Deprecate obsolete <winable.h> and <pbt.h> headers.
1026
1027         * Makefile.in (%.h.in): Generalize vpath definition.
1028         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
1029         (w32api_generated_headers, replace_headers, macro_name): New macros.
1030         (install-w32api-headers): Add dependency on w32api_dist_headers.
1031         (%.h): New static pattern rule; it generates generic dependants of...
1032         * include/obsolete.h.in: ...this new template for obsolete headers.
1033
1034         * include/winable.h include/pbt.h: Delete them; they are obsolete;
1035         replace them by install-time generated generic stubs.
1036
1037 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1038
1039         Update <winuser.h> and <dbt.h>; fix issue [#2317].
1040
1041         * include/winuser.h: Tidy layout; add copyright notice.
1042         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
1043         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
1044         selective inclusion of content from other headers; delete when done.
1045         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1046         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1047         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1048         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1049         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1050         them selectively from <dbt.h>, where they are properly defined.
1051         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1052         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1053         formerly UINT, which doesn't match 64-bit size required for Win64.
1054         (SetTimer): Likewise; also declare similar return type.
1055         (WINEVENTPROC): Add missing CALLBACK attribute.
1056         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1057
1058         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1059         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1060
1061         * include/dbt.h: Tidy layout; add copyright notice.
1062         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1063         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1064         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1065         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1066         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1067         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1068         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1069         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1070         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1071         structure typedef names, and their respectively corresponding...
1072         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1073         type names.
1074
1075 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1076
1077         Fix a minor ISO-C++11 conformity issue.
1078
1079         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1080         by ISO-C++11, between concatenated string literal elements.
1081         (GetFiberData, NtCurrentTeb): Likewise.
1082
1083 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1084
1085         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1086
1087         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1088         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1089
1090 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1091
1092         Prepare and tag all files for release of w32api-3.18.1
1093
1094         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1095
1096 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1097
1098         Resolve improper macro expansion issue [#2307].
1099
1100         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1101         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1102         dependent macro WITHIN the expansion of each of these; hence...
1103
1104         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1105         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1106         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1107         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1108         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1109         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1110         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1111         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1112         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1113         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1114         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1115         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1116         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1117         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1118         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1119         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1120         ...adjust these dependent macro definitions accordingly.
1121
1122         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1123         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1124         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1125         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1126         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1127         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1128         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1129         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1130         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1131         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1132
1133 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1134
1135         Update install-sh to match mingw.org/build-aux package.
1136
1137         * install-sh: Delete it; use version in parent directory instead,
1138         recreating local copy, (as symlink, if supported), on demand.
1139
1140 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1141
1142         Eliminate redundant configuration files.
1143
1144         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1145         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1146
1147         * configure.ac (AC_PROG_LN_S): Add configuration check.
1148
1149 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1150
1151         Discard redundant config.guess and config.sub files.
1152
1153         * config.guess config.sub: Delete them; they are no longer required.
1154         * Makefile.in (SRCDIST_ADD): Remove related references.
1155
1156 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1157
1158         Merge recent legacy branch updates to 5.0-active branch.
1159
1160         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1161         * include/sdkddkver.h include/setupapi.h include/windows.h
1162         * include/winnt.h include/winuser.h include/winver.h
1163         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1164
1165 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1166
1167         Prepare and tag all files for release of w32api-3.18.
1168
1169 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1170
1171         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1172
1173         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1174         references from $(MAKE) command lines; make passes them implicitly.
1175
1176 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1177
1178         Backport MemoryBarrier() implementation from 4.0-dev branch.
1179
1180         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1181         Earnie's original inline implementation, but declared 'static' to fix
1182         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1183         fallback identified by issue [#2131], and to remove references to...
1184         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1185         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1186         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1187         back to inline assembly code when necessary.
1188
1189         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1190         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1191         code, for hosts which do not support the SSE2 'mfence' instruction.
1192
1193 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1194
1195         Merge further W32API updates from Cygwin CVS.
1196         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1197
1198         * include/setupapi.h include/winuser.h include/winver.h
1199         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1200
1201 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1202
1203         Update mapping of GCC to MSVC host identification macros.
1204
1205         * include/windows.h: Assert copyright; tidy layout.
1206         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1207         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1208         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1209         managed implicitly, by GCC, when including the associated headers.
1210
1211         * include/winnt.h: Assert copyright; tidy layout.
1212         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1213         (__aligned__, __always_inline__, __selectany__): Prefer these...
1214         (aligned, always_inline, selectany): ...to these attribute forms.
1215         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1216         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1217         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1218         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1219         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1220         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1221         (_M_IX86): ...also removing this, but relocate it to...
1222         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1223         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1224         appropriate.
1225
1226         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1227         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1228
1229 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1230
1231         Merge W32API updates, from Cygwin CVS, into legacy branch.
1232         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1233
1234         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1235         2012-04-28 commit to Cygwin CVS.
1236
1237         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1238         * include/routprot.h include/shlwapi.h include/userenv.h
1239         * include/winbase.h include/wincon.h include/windef.h
1240         * include/winerror.h include/wingdi.h include/winnt.h
1241         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1242         match Cygwin CVS state, as of 2012-07-06.
1243
1244         * include/wincrypt.h: Updated to remove duplicate manifest constant
1245         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1246         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1247         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1248         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1249         copies of these further duplicated definitions, identified during
1250         the merging operation.
1251
1252 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1253
1254         Synchronize package version management with MinGW Runtime.
1255
1256         * VERSION.m4: New file; link it to keep in sync with identically named
1257         file in top level composite package source directory; it defines...
1258         (__VERSION__): ...this new composite package version macro.
1259
1260         * aclocal.m4: Link it, to keep in sync with identically named files in
1261         top level composite source and sibling mingwrt sub-package directories.
1262         (__VERSION__): New macro; include VERSION.m4 to define it.
1263         (__BUG_REPORT_URL__): New macro; define it.
1264
1265         * configure.ac (AC_INIT): Assign package version and bug report URL...
1266         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1267         automatic inclusion of aclocal.m4
1268
1269         * Makefile.in (configure): Add dependency on VERSION.m4
1270
1271 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1272
1273         Eliminate redundant <parts/winioctl.h> header.
1274
1275         * include/parts/winioctl.h: Delete it; distribute its content...
1276         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1277         ...among these, separating it into discrete sections based on...
1278         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1279         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1280         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1281         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1282
1283         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1284         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1285
1286 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1287
1288         Enforce consistent specification of package version.
1289
1290         * include/w32api.h: Rename as...
1291         * include/w32api.h.in: ...this build-time template file.
1292         (__W32API_VERSION): Redefine it, in terms of...
1293         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1294         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1295         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1296         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1297         (%PACKAGE_VERSION_PATCH%): ...these.
1298
1299         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1300         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1301         mingwrt/include/_mingw.h.in file.
1302
1303         * Makefile.in (all-w32api-libs): Add dependency on...
1304         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1305         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1306         they apply appropriate substitutions to the renamed template files.
1307         (install-w32api-headers): Explicitly add w32api.h
1308
1309 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1310
1311         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1312
1313         * include/parts/winioctl.h: New file; it provides infrastructure for
1314         sharing of common code between DDK headers and primary <winioctl.h>
1315         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1316         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1317         macros; they facilitate more consise expression of factored out IOCTL
1318         and FSCTL macros; define them.
1319
1320         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1321         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1322         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1323         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1324
1325         * include/ddk/winddk.h: Assert copyright; tidy layout.
1326         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1327         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1328         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1329         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1330         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1331         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1332         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1333         (FILE_WRITE_ACCESS): Likewise.
1334         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1335         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1336         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1337         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1338         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1339         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1340         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1341         (PPARTITION_INFORMATION_MBR): Likewise.
1342         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1343         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1344         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1345         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1346         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1347         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1348         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1349         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1350         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1351         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1352         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1353         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1354         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1355         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1356         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1357         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1358         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1359         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1360         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1361         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1362         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1363         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1364         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1365         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1366         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1367         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1368         was defined only when including this enumeration from winioctl.h
1369         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1370         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1371         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1372         include parts/winioctl.h
1373
1374         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1375         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1376         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1377         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1378         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1379         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1380         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1381         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1382         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1383         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1384         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1385         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1386         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1387         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1388         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1389
1390         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1391         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1392         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1393         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1394         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1395         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1396         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1397         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1398         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1399         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1400         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1401         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1402         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1403         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1404         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1405         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1406         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1407         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1408         these macros are now defined in parts/winioctl.h; include it.
1409         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1410         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1411         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1412         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1413         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1414         (VALID_NTFT): Redefine as enumeration; factor it out.
1415         (IsRecognizedPartition, IsContainerPartition): Factor out.
1416         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1417         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1418         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1419         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1420         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1421         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1422         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1423         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1424         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1425         (struct _PARTITION_INFORMATION): Change field data types for...
1426         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1427         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1428         with Windows DDK convention, then factor out struct, together with...
1429         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1430         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1431         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1432         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1433         (struct _GET_LENGTH_INFORMATION)
1434         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1435         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1436         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1437         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1438         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1439         (PFORMAT_EX_PARAMETERS): Factor out.
1440         (struct _REASSIGN_BLOCKS): Change field data types for...
1441         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1442         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1443         convention, then factor out the struct definition, together with...
1444         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1445         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1446         (PSET_PARTITION_INFORMATION): Factor out.
1447         (struct _VERIFY_INFORMATION): Change field data type for...
1448         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1449         factor out the entire struct definition, together with...
1450         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1451         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1452         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1453         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1454         (PDISK_GROW_PARTITION): Factor out.
1455
1456         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1457         definitions from Windows DDK headers, by including parts/winioctl.h;
1458         delete duplicate definitions already identified as having been factored
1459         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1460         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1461         UCHAR, resulting in no significant changes, except that...
1462         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1463         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1464         (StorageManagerName): ...these previously missing fields, originally
1465         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1466         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1467
1468 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1469
1470         Windows application module version information API updates.
1471
1472         * include/winver.h: Assert copyright; tidy layout.
1473         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1474         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1475         having both ANSI and UTF-16LE specific alternative implementations.
1476         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1477         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1478         note that both are generic, with ANSI and UTF-16LE implementations,
1479         but the ANSI implementations are missing from MSVCRT.DLL when...
1480         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1481
1482         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1483         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1484
1485 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1486
1487         Revert a failed experimental macro construct.
1488
1489         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1490         code, and doesn't work in the C preprocessor conditional context where
1491         its associated constant definitions are most likely to be required.
1492         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1493         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1494         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1495         now in terms of their preferred equivalents from <sdkddkver.h>
1496
1497 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1498
1499         Code clean-up; fix MinGW-Bug [#2263].
1500
1501         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1502         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1503         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1504
1505         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1506         style comments, using ISO-C conforming style; remove all redundant
1507         parameter names from function prototype declarations, throughout.
1508         (pragma GCC system_header): Remove pointless conditional guard.
1509         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1510         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1511         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1512         alternatives, respectively; they offer improved self-documentation.
1513         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1514         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1515         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1516         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1517         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1518         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1519         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1520         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1521         from their __AW_STRING_A__ equivalent string constant definitions.
1522         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1523         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1524         a hexadecimal expression of the mask value over the former decimal.
1525         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1526         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1527         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1528         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1529         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1530         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1531         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1532         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1533         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1534         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1535         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1536         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1537         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1538         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1539         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1540         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1541         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1542         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1543         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1544         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1545         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1546         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1547         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1548         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1549         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1550         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1551         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1552         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1553         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1554         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1555         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1556         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1557         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1558         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1559         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1560         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1561         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1562         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1563         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1564         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1565         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1566         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1567         express them in hexadecimal, in preference to original decimal form.
1568         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1569         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1570         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1571         a string literal, but was missing delimiting quotes; insert them.
1572         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1573         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1574         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1575         aliases for each of the UNICODE/non-UNICODE cases respectively.
1576         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1577         was declared as type LPTSTR, but should be type LPSTR.
1578         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1579         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1580         type LPSTR, but should be type LPWSTR.
1581         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1582         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1583         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1584
1585 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1586
1587         Correct defect in build system compilation rule.
1588
1589         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1590         source file; it expands to also include prerequisite header files,
1591         which should not appear on the compilation command line.  Rewrite
1592         rule in static pattern format, and use $< instead.
1593
1594 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1595
1596         Build system corrections for GCC build time support.
1597
1598         * configure.ac (AC_PROG_CC): Don't use this; we need...
1599         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1600         building with only a stage 1 partially built GCC installation.
1601
1602         * Makefile.in (install-headers): New make objective; map it to...
1603         (install-w32api-headers): ...this, for which it is a logical alias.
1604
1605 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1606
1607         Overhaul and streamline build system configuration.
1608
1609         * configure.in: Delete obsolete file; replace with...
1610         * configure.ac: New file; rewritten per current autoconf conventions.
1611
1612         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1613         it now processes the entire build without using separate sub-makes.
1614
1615         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1616         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1617
1618 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1619
1620         Remove unused aclocal.m4 configuration file.
1621
1622         * aclocal.m4: Delete it; it provides no content used by this package.
1623
1624 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1625
1626         Adapt platform feature checks to NTDDI_VERSION conventions.
1627
1628         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1629         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1630         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1631         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1632         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1633
1634         * include/w32api.h: Assert copyright; include sdkddkver.h.
1635         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1636         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1637         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1638         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1639         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1640         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1641         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1642         macro definitions by long integer constants, and mark as deprecated.
1643         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1644         mingwrt/include/_mingw.h, whence we similarly relocate...
1645         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1646
1647         * include/windef.h: Assert copyright; include w32api.h, whence we
1648         infer default assignments, per included sdkddkver.h, for each of...
1649         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1650         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1651
1652 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1653
1654         Remove generated configure script from revision control.
1655
1656         * configure: Delete from SCM; maintainer must regenerate it, when
1657         required, as SCM will now ignore it.
1658
1659 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1660
1661         Cosmetic adjustment to match MSDN documentation.
1662
1663         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1664         of parameter #1 to be LPCVOID, in preference to formerly specified,
1665         and functionally equivalent, 'const LPVOID'.
1666
1667 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1668
1669         Correct typos, as identified by issue [#1534].
1670
1671         * include/setupapi.h (SetupCancelTemporary): Should be...
1672         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1673         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1674         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1675         (SetupQueryA, SetupQueryW): ...these respectively to...
1676         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1677         (SetupDiGetWizardage): Misspelled; correct it to...
1678         (SetupDiGetWizardPage): ...this.
1679
1680 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1681
1682         Declare WTSVirtualChannel API functions per issue [#1342].
1683
1684         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1685         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1686         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1687         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1688         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1689
1690         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1691
1692 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1693
1694         Correct MENUITEMINFO structure definition per issue [#1659].
1695
1696         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1697         field was defined as type DWORD; correct it to type ULONG_PTR.
1698
1699 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1700
1701         Extend visibility of winsock definitions when building Cygwin.
1702
1703         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1704         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1705         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1706         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1707         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1708         [__INSIDE_MSYS__]: ...keep them hidden.
1709
1710         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1711         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1712         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1713         [__INSIDE_MSYS__]: ...also keep them hidden.
1714
1715 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1716
1717         Correct version guard for WinXP minimum requirement.
1718
1719         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1720         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1721         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1722         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1723
1724 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1725
1726         Add missing <shobjidl.h> and associated UUID implementation.
1727
1728         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1729         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1730
1731 2012-03-19  Ben Greear  <greear@users.sf.net>
1732
1733         Adjust header file definition order, to fix issue [#1570].
1734
1735         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1736         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1737
1738 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1739
1740         Add missing return value, flagged by 'make test'.
1741
1742         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1743         Return NO_ERROR in virtual definition.
1744
1745 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1746
1747         Remove duplicate definitions, identified by 'make test'.
1748
1749         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1750         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1751         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1752         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1753         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1754         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1755
1756         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1757         correctly defined (per MSDN) in <wincrypt.h>
1758
1759 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1760
1761         Correct misuse of #ifdef, identified by 'make test'.
1762
1763         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1764         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1765
1766 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1767
1768         Replace more incorrectly named manifest constants.
1769
1770         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1771         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1772         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1773         definitions respectively; retain for backward compatibility only.
1774
1775 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1776
1777         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1778
1779         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1780
1781 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1782
1783         Add missing MAPVK manifest constant definitions.
1784
1785         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1786         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1787
1788 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1789
1790         Correct some misspelled manifest constant names.
1791
1792         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1793         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1794         alias to original misspelling, to maintain backward compatibility.
1795         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1796         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1797         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1798         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1799
1800 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1801
1802         Add a missing Win2K sockets IOCTL feature.
1803
1804         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1805
1806 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1807
1808         Fix an incorrectly typed structure member.
1809
1810         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1811         should be LPSTR; correct it.
1812
1813 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1814
1815         Add another missing manifest constant definition.
1816
1817         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1818
1819 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1820
1821         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1822
1823         * include/windef.h (PACKED): Delete macro definition; its name is not
1824         reserved, and may thus conflict with a user defined name; replace it...
1825         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1826         use __attribute__((packed)) directly instead.
1827
1828 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1829
1830         Fix bad typedef, per MinGW-Bug [#1529].
1831
1832         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1833         conform with MSDN reference, as identified by Safety0ff.
1834
1835 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1836
1837         Add a missing manifest constant definition.
1838
1839         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1840
1841 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1842
1843         Win2K and Vista userenv updates.
1844
1845         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1846         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1847         (ExpandEnvironmentStringsForUser): Define function aliases.
1848         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1849         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1850         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1851         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1852         (GetProfileType): Declare function prototypes.
1853         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1854         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1855         New manifest constants; define them.
1856
1857 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1858
1859         * Makefile.in: Increment CYGRELEASE to 2.
1860
1861 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1862
1863         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1864
1865 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1866
1867         * include/w32api.h: Increment version to 3.17.
1868         * Makefile.in: Ditto.
1869
1870 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1871
1872         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1873         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1874         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1875         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1876
1877 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1878
1879         * include/w32api.h: Increment version to 3.16.
1880         * Makefile.in: Ditto.
1881
1882 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1883
1884         * include/commctrl.h (NMTCKEYDOWN): Define.
1885
1886 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1887
1888         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1889         Define.
1890
1891 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1892
1893         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1894         PSAPI_WORKING_SET_INFORMATION): Define.
1895
1896 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1897
1898         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1899
1900 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1901
1902         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1903
1904 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1905
1906         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1907         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1908         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1909
1910 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1911
1912         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1913         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1914         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1915
1916 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1917
1918         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1919         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1920
1921 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1922
1923         * include/winbase.h (__MINGW_EXTENSION): Define.
1924         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1925         struct to correct issue with -std=c99.
1926
1927 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1928
1929         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1930         (TIMER_BASIC_INFORMATION): Define.
1931         (NtQueryTimer): Define.
1932         (ZwQueryTimer): Define.
1933
1934 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1935
1936         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1937
1938 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1939
1940         * include/winbase.h (GetComputerNameEx): Define.
1941
1942 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1943
1944         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1945
1946 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1947
1948         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1949         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1950         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1951         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1952         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1953         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1954         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1955         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1956         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1957
1958 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1959
1960         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1961         Add defines for backward compatibility.
1962
1963 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
1964
1965         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
1966         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
1967         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
1968         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
1969         EnumResourceTypesW): Ditto.
1970         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
1971
1972 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1973
1974         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
1975
1976 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
1977
1978         * include/bdatypes.h: Add missing semicolons.
1979
1980 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1981
1982         * include/w32api.h: Increment version to 3.15.
1983         * Makefile.in: Ditto.
1984
1985 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1986
1987         * Makefile.in: Update naming convention and compression format (lzma),
1988         leaving existing naming convention and compression format as is for Cygwin.
1989
1990 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1991
1992         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
1993         STATE_SYSTEM_PROTECTED): Define.
1994
1995         Thank you to Marcus von Appen for reporting the issue.
1996
1997 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1998
1999         * include/winuser.h (CF_DIBV5): Define.
2000         (CF_MAX): Adjust accordingly.
2001
2002         Thank you to Lenard Lindstrom for reporting the issue.
2003
2004 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2005
2006         * include/sspi.h (QuerySecurityContextToken): Define.
2007         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
2008
2009         Thank you to Magnus Hagander for reporting the issue.
2010
2011 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
2012
2013         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
2014
2015 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2016
2017         * include/shlwapi (ASSOCDATA): Update definition.
2018
2019         Thank you to Frederic Deschamps for reporting the issue.
2020
2021 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2022
2023         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
2024         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
2025         COPY_FILE_NO_BUFFERING): Define.
2026
2027         Thank you to Roland Schwingel for reporting the issue.
2028
2029 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2030
2031         * include/winuser.h (HHOOK): Move definition from here...
2032         * include/windef.h: ...to here, as per MSDN.
2033
2034         Thank you to Samuel Thibault for reporting the issue.
2035
2036 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2037
2038         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
2039         MSDN, change return type to LPCH.
2040         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
2041
2042         Thank you to Emmanuel Stapf for reporting the issue.
2043
2044 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2045
2046         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
2047         * include/windowsx.h (SNDMSG): Ditto.
2048
2049 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2050
2051         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2052
2053         Thank you to Ozkan Sezer for reporting the issue.
2054
2055 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2056
2057         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2058
2059         Thank you to Chris Oldwood for reporting the issue.
2060
2061 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2062
2063         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2064
2065         Thank you to Rick Walsh for reporting the issue.
2066
2067 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2068
2069         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2070
2071 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2072
2073         * include/winbase.h (OVERLAPPED): Correct definition.
2074
2075 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2076
2077         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2078         definition.
2079
2080         Thank you to Pasi Ruokola for reporting the issue.
2081
2082 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2083
2084         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2085
2086         Thank you to cheznonnon for reporting the issue.
2087
2088 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2089
2090         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2091
2092 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2093
2094         * winnt.h: Fix several SUBLANG ID errors (ref:
2095         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2096         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2097         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2098         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2099         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2100         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2101         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2102         (SUBLANG_LAO_LAO): ... this.
2103         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2104         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2105         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2106         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2107         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2108         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2109         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2110         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2111         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2112         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2113         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2114
2115 2010-08-24  LRN  <lrn1986@gmail.com>
2116
2117         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2118         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2119         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2120         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2121         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2122         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2123         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2124         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2125         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2126         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2127         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2128         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2129         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2130         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2131         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2132         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2133         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2134         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2135         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2136         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2137         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2138         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2139         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2140         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2141         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2142         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2143         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2144         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2145         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2146         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2147         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2148         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2149         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2150         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2151         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2152         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2153         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2154         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2155         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2156         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2157         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2158         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2159         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2160         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2161         WAVE_FORMAT_DTS2): Define.
2162         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2163         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2164         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2165         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2166         Define.
2167
2168 2010-08-23  LRN  <lrn1986@gmail.com>
2169
2170         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2171         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2172         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2173         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2174         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2175         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2176         GetFinalPathNameByHandleW): Define.
2177
2178 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2179
2180         * lib/CheckConflicts.sh: New file.
2181
2182 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2183
2184         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2185         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2186         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2187         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2188         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2189         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2190         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2191         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2192         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2193         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2194         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2195         conflicting definition.
2196         * lib/th32.def: Remove.
2197         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2198         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2199         definition.
2200
2201 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2202
2203         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2204
2205 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2206
2207         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2208
2209 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2210
2211         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2212         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2213         * include/ddk/winddk.h: Ditto.
2214
2215 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2216
2217         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2218         CreateSymbolicLinkA, CreateSymbolicLink): Define
2219
2220 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2221
2222         * lib/kernel32.def(FatalExit): Correct definiton.
2223
2224 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2225
2226         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2227         from 2010-07-17 since it breaks several applications.
2228
2229 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2230
2231         * lib/kernel32.def: Regenerate using gendef.
2232
2233 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2234
2235         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2236
2237 2010-07-20  Michael James  <james.me@gmail.com>
2238
2239         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2240
2241 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2242
2243         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2244         definition.
2245         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2246         NdrMarshSCtxtHdl): Ditto.
2247         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2248         definition in favour of typedef definition.
2249
2250         Thank you to Yuta Tomino for reporting the issues.
2251
2252 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2253
2254         * include/gdiplus.h: New file.
2255         * include/gdiplus/gdiplus.h: New file.
2256         * include/gdiplus/gdiplusbase.h: New file.
2257         * include/gdiplus/gdiplusbrush.h: New file.
2258         * include/gdiplus/gdipluscolor.h: New file.
2259         * include/gdiplus/gdipluscolormatrix.h: New file.
2260         * include/gdiplus/gdipluseffects.h: New file.
2261         * include/gdiplus/gdiplusenums.h: New file.
2262         * include/gdiplus/gdiplusflat.h: New file.
2263         * include/gdiplus/gdiplusgpstubs.h: New file.
2264         * include/gdiplus/gdiplusgraphics.h: New file.
2265         * include/gdiplus/gdiplusheaders.h: New file.
2266         * include/gdiplus/gdiplusimageattributes.h: New file.
2267         * include/gdiplus/gdiplusimagecodec.h: New file.
2268         * include/gdiplus/gdiplusimaging.h: New file.
2269         * include/gdiplus/gdiplusimpl.h: New file.
2270         * include/gdiplus/gdiplusinit.h: New file.
2271         * include/gdiplus/gdipluslinecaps.h: New file.
2272         * include/gdiplus/gdiplusmatrix.h: New file.
2273         * include/gdiplus/gdiplusmem.h: New file.
2274         * include/gdiplus/gdiplusmetafile.h: New file.
2275         * include/gdiplus/gdiplusmetaheader.h: New file.
2276         * include/gdiplus/gdipluspath.h: New file.
2277         * include/gdiplus/gdipluspen.h: New file.
2278         * include/gdiplus/gdipluspixelformats.h: New file.
2279         * include/gdiplus/gdiplusstringformat.h: New file.
2280         * include/gdiplus/gdiplustypes.h: New file.
2281         * lib/gdiplus.c: New file containing GDI+ variable definitions
2282         and GUIDs.
2283         * lib/gdiplus.def: New file.
2284         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2285         add gdiplus.c to SOURCES.
2286         * lib/test.c: Include gdiplus.h.
2287
2288 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2289
2290         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2291         GetPerformanceInfo): Define.
2292         * lib/psapi.def (GetPerformanceInfo): Define.
2293         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2294         CryptEnumProviders): Define.
2295
2296 2010-02-17  LRN  <lrn1986@gmail.com>
2297
2298         * include/shlguid.h (IID_IFolderView): Define.
2299         * include/shlobj.h (IFolderView interface): Define.
2300         * lib/shell32.c (IID_IFolderView): Export.
2301
2302 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2303
2304         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2305         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2306
2307 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2308
2309         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2310
2311 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2312
2313         * include/shlobj.h (SHParseDisplayName): Fix definition.
2314
2315 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2316
2317         * include/w32api.h: Increment version to 3.14.
2318         * Makefile.in: Ditto.
2319
2320 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2321
2322         * include/shlobj.h (SHParseDisplayName): Define.
2323
2324         Thanks to James Roberts-Thomson for the report.
2325
2326 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2327
2328         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2329
2330         Thanks to Alexander Vassilev for the report.
2331
2332 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2333
2334         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2335
2336         Thanks to Thomas Denk for the report.
2337
2338 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2339
2340         * include/winbase.h (UnmapViewOfFile): Correct definition.
2341
2342         Thanks to Dimitry Sibiryakov for the report.
2343
2344 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2345
2346         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2347
2348 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2349
2350         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2351         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2352
2353 2009-20-10  Michael James  <james.me@gmail.com>
2354
2355         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2356         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2357         >= 0x0501.
2358         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2359         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2360         RemoveWindowSubclass@12): Add exports.
2361         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2362
2363 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2364
2365         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2366         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2367         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2368         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2369         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2370         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2371         RegisterTouchWindow, UnregisterTouchWindow): Define.
2372         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2373         RegisterTouchWindow, UnregisterTouchWindow): Define.
2374
2375 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2376
2377         * include/winver.h (VerQueryValue[AW]): Correct definition.
2378
2379 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2380
2381         * include/shlobj.h (SHARD): Add enum.
2382         (SHARD_PATH): Define based on UNICODE.
2383
2384         Thanks to Jacek Caban for the report.
2385
2386 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2387
2388         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2389
2390         Thanks to Bruno Martinez for the report.
2391
2392 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2393
2394         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2395         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2396         SHGetIconOverlayIndex): Define.
2397
2398         Thanks to Tim Kosse for the report.
2399
2400 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2401
2402         * include/wincon.h (AttachConsole): Correct guard.
2403
2404         Thanks to Alexander Shaduri for the report.
2405
2406 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2407
2408         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2409         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2410
2411 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2412
2413         * include/winerror.h: Fix typos in macro names.
2414
2415 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2416
2417         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2418         definition.
2419
2420 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2421
2422         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2423
2424 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2425
2426         Honor DESTDIR for winsup/mingw and winsup/w32api.
2427         Detect and report error if installation paths are win32
2428         format, but DESTDIR is non-empty.
2429
2430         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2431         when invoking make in subdirs.
2432         * lib/Makefile.in (DESTDIR): Honor per convention.
2433         (need-DESTDIR-compatibility): New macro; define it and a
2434         corresponding rule.
2435         (fail-DESTDIR-compatibility): New dependency goal.
2436         (install-libraries, install-headers, uninstall-libraries,
2437         uninstall-headers): Require need-DESTDIR-compatibility.
2438         * lib/ddk/Makefile.in: Ditto.
2439         * lib/directx/Makefile.in: Ditto.
2440
2441 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2442
2443         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2444         _WIN32_WINNT >= 0x0500.
2445         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2446         WRITE_RESTRICTED): Define.
2447         (IsTokenRestricted): Declare for >= Win 2000.
2448
2449 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2450
2451         * include/wtsapi32.h (WTSQuerySessionInformationA,
2452         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2453         Moved to (_WIN32_WINNT >= 0x0500) guard.
2454         (thanks to Pierre Ossman)
2455
2456 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2457
2458         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2459         IS_SURROGATE_PAIR): Define.
2460
2461 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2462
2463         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2464         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2465         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2466         * include/ddk/ntifs.h: Ditto.
2467         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2468
2469 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2470
2471         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2472         from here...
2473         * lib/gdo32.dll: ...to here.
2474
2475 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2476
2477         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2478         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2479         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2480         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2481         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2482         entry points.
2483
2484 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2485
2486         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2487         WTSEnumerateSessionsA): Add function prototypes.
2488         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2489         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2490         defines dependent on UNICODE setting.
2491
2492 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2493
2494         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2495         and vice versa.
2496         * include/ddk/ntifs.h: Ditto.
2497         * include/ddk/winddk.h: Ditto.
2498         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2499         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2500         in header, but missing in lib.  Omit NT4-only entry points.
2501
2502 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2503
2504         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2505         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2506         * lib/shell32.def (SHGetImageList): Define.
2507
2508 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2509
2510         * winnt.h: Add Vista token security extensions.
2511         (SID_HASH_SIZE): Define.
2512         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2513         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2514         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2515         (SID_HASH_ENTRY): Define.
2516         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2517         (struct _TOKEN_LINKED_TOKEN): Define.
2518         (struct _TOKEN_MANDATORY_LABEL): Define.
2519         (struct _TOKEN_MANDATORY_POLICY): Define.
2520         (struct _TOKEN_ELEVATION): Define.
2521         (struct _TOKEN_ACCESS_INFORMATION): Define.
2522         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2523         information enumeration values.
2524
2525 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2526
2527         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2528         from ddk/ntifs.h.
2529
2530 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2531
2532         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2533
2534 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2535
2536         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2537
2538 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2539
2540         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2541         NtSetEaFile.
2542
2543 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2544
2545         * include/winbase.h (SCS_64BIT_BINARY): Define.
2546
2547 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2548
2549         * include/w32api.h: Increment version to 3.13.
2550         * Makefile.in: Ditto.
2551
2552 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2553
2554         * lib/glut.def: remove.
2555         * lib/glut32.def: ditto.
2556
2557 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2558
2559         * include/winbase.h (PROCESS_DEP_ENABLE,
2560         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2561         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2562         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2563
2564 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2565
2566         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2567
2568 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2569
2570         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2571
2572 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2573
2574         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2575
2576 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2577
2578         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2579         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2580         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2581         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2582         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2583         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2584         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2585         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2586         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2587         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2588         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2589         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2590         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2591         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2592         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2593         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2594         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2595         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2596         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2597         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2598         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2599         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2600         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2601         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2602         (capSendMessage): Don't undef.
2603
2604 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2605
2606         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2607         undefined.
2608
2609 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2610
2611         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2612         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2613         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2614         SUBLANG_ROMANIAN_MOLDOVA): Define.
2615
2616 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2617
2618         * include/shlwapi.h (ASSOCSTR): Update enum.
2619
2620 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2621
2622         * include/w32api.h: Increment version to 3.12.
2623         * Makefile.in: Ditto.
2624
2625 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2626
2627         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2628
2629 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2630
2631         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2632
2633 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2634
2635         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2636         Thanks to Richard Hughes for report.
2637
2638 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2639
2640         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2641         naming standard for Cygwin.
2642
2643 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2644
2645         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2646
2647 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2648
2649         * include/ddk/scsi.h: Define READ_TOC formats.
2650         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2651
2652 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2653
2654         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2655         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2656         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2657         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2658         NdisMCancelTimer): Define.
2659         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2660         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2661         eliminate warnings.
2662         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2663         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2664         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2665         Export.
2666
2667 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2668
2669         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2670         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2671
2672 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2673
2674         * include/ddk/winddk.h (KeRaiseIrql): Define.
2675         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2676
2677 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2678
2679         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2680         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2681         (InterlockedIncrement, InterlockedDecrement): fix warning.
2682         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2683         (KeNumberProcessors): Export.
2684
2685 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2686
2687         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2688         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2689         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2690         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2691         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2692
2693 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2694
2695         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2696
2697         Thanks to Tim Kosse <botg at users dot sf dot net>.
2698
2699 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2700
2701         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2702         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2703         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2704         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2705         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2706         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2707         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2708
2709 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2710
2711         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2712         WTSQuerySessionInformation, WTSFreeMemory): Define.
2713
2714 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2715
2716         * lib/gdi32.def (SetLayout): Export.
2717
2718 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2719
2720         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2721         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2722         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2723         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2724         CertSetCertificateContextProperty, CertCompareCertificateName,
2725         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2726         CryptGetDefaultProviderW and many corresponding macroes): Define.
2727         * lib/crypt32.def (Export the above 11 functions): Export.
2728         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2729         macroes): Define.
2730
2731
2732 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2733
2734         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2735         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2736
2737 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2738
2739         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2740
2741 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2742
2743         * include/lmaccess.h (struct _USER_INFO_4): Define.
2744         (struct _USER_INFO_23): Define.
2745         (struct _GROUP_INFO_3): Define.
2746
2747 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2748
2749         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2750         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2751         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2752         MIB_TCP6TABLE_OWNER_PID): Define.
2753         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2754
2755 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2756
2757         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2758         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2759         of 0x0502.
2760         Bug reported by Thomas Denk.
2761
2762 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2763
2764         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2765         InterlockedCompareExchange, InterlockedExchange,
2766         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2767         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2768         Bug reported by Erik Blake.
2769
2770 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2771
2772         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2773         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2774         Bug reported by Brian Hawley.
2775
2776 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2777
2778         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2779         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2780         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2781         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2782         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2783         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2784         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2785         (DsGetDcNameW, DsGetDcNameA): Declare.
2786         (DsGetDcName): Define.
2787         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2788
2789 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2790
2791         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2792
2793         Thanks to Tim Kosse <botg at users dot sf dot net>.
2794
2795 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2796
2797         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2798
2799         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2800
2801 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2802
2803         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2804         (FILE_SUPPORTS_TRANSACTIONS): Define.
2805
2806 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2807
2808         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2809         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2810
2811 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2812
2813         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2814         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2815         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2816         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2817         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2818         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2819         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2820         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2821         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2822         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2823         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2824         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2825         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2826         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2827         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2828         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2829         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2830         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2831         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2832         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2833         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2834         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2835         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2836         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2837         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2838         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2839         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2840         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2841         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2842         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2843         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2844         capDriverConnect, capDriverDisconnect, capDriverGetName,
2845         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2846         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2847         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2848         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2849         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2850         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2851         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2852         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2853         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2854         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2855         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2856         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2857         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2858         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2859         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2860
2861 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2862
2863         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2864         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2865         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2866         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2867         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2868         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2869         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2870         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2871         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2872         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2873         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2874         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2875         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2876         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2877         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2878         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2879         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2880         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2881         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2882         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2883         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2884         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2885         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2886         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2887         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2888         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2889         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2890         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2891         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2892         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2893         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2894         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2895         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2896         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2897         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2898         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2899         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2900         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2901         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2902         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2903         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2904         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2905         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2906         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2907         *SpUserModeInitializeFn): Define.
2908         * include/sspi.h (SECURITY_STRING): Define.
2909
2910 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2911
2912         * include/specstrings.h: Add more dummy defines.
2913
2914 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2915
2916         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2917         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2918         (SECURITY_MANDATORY_LOW_RID): Define.
2919         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2920         (SECURITY_MANDATORY_HIGH_RID): Define.
2921         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2922         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2923         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2924         (SE_GROUP_INTEGRITY): Define.
2925         (SE_GROUP_INTEGRITY_ENABLED): Define.
2926
2927 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2928
2929         * include/sddl.h (ConvertStringSidToSidA): Declare.
2930         (ConvertStringSidToSidW): Declare.
2931         (ConvertStringSidToSid): Define.
2932
2933 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2934
2935         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2936         and MPR_INTERFACE_3 structure since they are available only in Windows
2937         Server 2008
2938
2939         Thanks to crackedmind  <crackedmind at sf dot net>.
2940
2941 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2942
2943         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2944         definitions.
2945         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2946
2947 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2948
2949         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2950
2951 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2952
2953         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2954         * include/windef.h (IN, OUT, OPTIONAL): Define.
2955
2956 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2957
2958         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2959         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2960         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2961         __out_bcount_opt): Move to specstrings.h.
2962
2963 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2964
2965         * lib/bthprops.def: new file, bluetooth imports.
2966
2967 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
2968
2969         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2970         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2971         __out_bcount_opt): Defined additional pseudo-modifiers.
2972
2973 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2974         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
2975         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
2976         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
2977         dwRedialPause.
2978
2979 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2980
2981         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
2982         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
2983         DEVICE_NOTIFY_SERVICE_HANDLE): define.
2984         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
2985         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
2986         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
2987         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
2988         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
2989         * include/winuser.h (RegisterPowerSettingNotification,
2990         UnregisterPowerSettingNotification): Add prototypes.
2991         * lib/user32.def: Added imports for the above prototypes.
2992         * lib/Makefile.in: Added build support for power-uuid.c.
2993         * lib/power-uuid.c: New file containing power GUID definitions.
2994
2995 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
2996
2997         * include/ras.h (RAS_MaxDnsSuffix): define.
2998
2999 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3000
3001         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
3002         Add prototypes.
3003         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
3004         Add exports.
3005
3006 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3007
3008         * include/w32api.h: Increment version to 3.11.
3009         * Makefile.in: Ditto.
3010
3011 2007-12-11  Dave Korn  <dave.korn@artimi.com>
3012
3013         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
3014         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
3015
3016 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3017
3018         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
3019
3020 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
3021
3022         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
3023         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
3024
3025 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
3026
3027         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
3028
3029 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
3030
3031         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
3032         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
3033         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
3034         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
3035         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
3036         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
3037         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
3038         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
3039         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
3040         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
3041         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
3042         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
3043         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
3044         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
3045         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
3046         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
3047         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
3048         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3049         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3050         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3051         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3052         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3053         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3054         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3055         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3056         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3057         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3058         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3059         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3060         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3061         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3062         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3063         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3064         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3065         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3066         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3067         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3068         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3069         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3070         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3071         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3072         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3073         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3074         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3075         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3076         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3077         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3078         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3079         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3080         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3081         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3082         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3083         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3084         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3085         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3086         CryptEncodeObjectEx): define.
3087
3088 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3089
3090         * include/winbase.h (CheckTokenMembership): define.
3091
3092 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3093
3094         * include/rpcndr.h: Missing NdrClientCall2 entry.
3095         * lib/rpcrt4.def: Ditto.
3096
3097 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3098         * lib/scnsave.c: Multi-monitor support.
3099
3100 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3101
3102         * include/w32api.h: Increment version to 3.10.
3103         * Makefile.in: Ditto.
3104
3105 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3106
3107         * include/winbase.h (ReOpenFile): Add prototype.
3108         * lib/kernel32.def (ReOpenFile@16): Add export.
3109
3110 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3111
3112         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3113
3114 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3115
3116         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3117         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3118
3119 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3120
3121         * include/wtypes.h (LPDECIMAL): Define.
3122         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3123
3124 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3125
3126         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3127
3128 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3129
3130         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3131         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3132
3133 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3134
3135         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3136         Define.
3137
3138 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3139
3140         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3141         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3142         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3143         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3144         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3145         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3146         Sync with include/pbt.h.
3147
3148 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3149
3150         [mingw-Bugs-1751518]
3151         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3152         get_URL.
3153
3154         [mingw-Bugs-1751565]
3155         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3156
3157         [mingw-Bugs-1751595]
3158         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3159         methods.
3160
3161         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3162
3163 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3164
3165         [mingw-Bugs-1750898]
3166         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3167         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3168
3169 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3170
3171         [mingw-Bugs-1749305]
3172         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3173
3174 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3175
3176         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3177
3178 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3179
3180         * include/oaidl.h: Include windows.h and ole2.h,
3181         unless COM_NO_WINDOWS_H.
3182
3183         [mingw-Bugs-1742130]
3184         * include/oaidl.h (struct tagVARIANT): Add union members
3185         LONGLONG  * pllVal and ULONGLONG * pullVal.
3186
3187 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3188
3189         * include/ws2tcpip.h (s6_addr32): Correct definition.
3190         Thanks to Alfred E. Heggestad <aeh at db dot org>
3191
3192 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3193
3194         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3195
3196         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3197         supplying the information.
3198
3199 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3200
3201         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3202
3203 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3204
3205         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3206         Vista.
3207
3208 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3209
3210          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3211         CRYPTPROTECT_LOCAL_MACHINE): Define.
3212
3213 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3214
3215         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3216         Define.
3217
3218 2007-03-30  Brian Dessent  <brian@dessent.net>
3219
3220         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3221
3222 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3223
3224         * include/w32api.h: Increment version to 3.9.
3225         * Makefile.in: Ditto.
3226
3227 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3228
3229         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3230
3231 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3232
3233         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3234
3235 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3236
3237         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3238         Added SetupConfigureWmiFromInfSectionW
3239         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3240
3241         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3242
3243         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3244         Added PBT_APMQUERYSTANDBY
3245         Added PBT_APMQUERYSUSPENDFAILED
3246         Added PBT_APMQUERYSTANDBYFAILED
3247         Added PBT_APMSUSPEND
3248         Added PBT_APMSTANDBY
3249         Added PBT_APMRESUMECRITICAL
3250         Added PBT_APMRESUMESUSPEND
3251         Added PBT_APMRESUMESTANDBY
3252         Added PBT_APMBATTERYLOW
3253         Added PBT_APMPOWERSTATUSCHANGE
3254         Added PBT_APMOEMEVENT
3255         Added PBT_APMRESUMEAUTOMATIC
3256
3257         * include/wtsapi32.h: New file
3258
3259         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3260
3261 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3262
3263         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3264         argument to constant.
3265
3266 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3267
3268         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3269         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3270         Add prototypes.
3271         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3272
3273 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3274
3275         * lib/user32.def (InternalGetWindowText): Add stub.
3276
3277 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3278
3279         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3280         LANG_BOSNIAN_NEUTRAL): Define.
3281
3282 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3283
3284         * include/winuser.h: Add guards around TITLEBARINFO and
3285         GetTitleBarInfo().
3286
3287 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3288
3289         * include/winbase.h (struct _OVERLAPPED): Change type of
3290         Internal, InternalHigh members to ULONG_PTR.
3291         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3292         (CreateIoCompletionPort): Likewise.
3293         (PostQueuedCompletionStatus): Likewise.
3294         (QueueUserAPC): Likewise.
3295
3296 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3297
3298         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3299         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3300         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3301         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3302         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3303         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3304         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3305         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3306         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3307         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3308
3309 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3310
3311         * Makefile.in: Add aclocal.m4 to source release.
3312
3313 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3314
3315         * include/w32api.h: Increment version to 3.8.
3316         * Makefile.in: Ditto.
3317
3318 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3319
3320         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3321         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3322
3323         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3324
3325 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3326
3327         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3328
3329         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3330         inline static.
3331         (GetFiberData): Likewise.
3332         * lib/kernel32.c: Remove.
3333         * lib/Makefile.in: Remove reference to kernel32.[co].
3334
3335 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3336
3337         * include/winnt.h (SE_RELABEL_NAME): Define.
3338         (SE_INCREASE_WORKING_SET_NAME): Define.
3339         (SE_TIME_ZONE_NAME): Define.
3340         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3341
3342 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3343
3344         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3345         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3346         SymbolicLinkReparseBuffer substructure.
3347
3348 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3349
3350         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3351
3352 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3353
3354         * lib/Makefile.in: Fix order for 'all' rule.
3355
3356 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3357
3358         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3359
3360 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3361
3362         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3363         mappings.
3364         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3365         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3366
3367 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3368
3369         * include/rpc.h: Add whitespace.
3370         * include/winnt.h (C_ASSERT): Define.
3371
3372 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3373
3374         [mingw-Bugs-1568067]
3375         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3376         * include/wingdi.h: (DM_POSITION): Define.
3377
3378 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3379
3380         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3381         * lib/user32.def: Likewise.
3382
3383 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3384
3385         * lib/Makefile.in: fix typo.
3386         * lib/ddk/Makefile.in: fix typo.
3387         * lib/directx/Makefile.in: fix typo.
3388
3389         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3390         for pointing it out.
3391
3392 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3393
3394         * Makefile.in: Remove files from lib directory with distclean target
3395
3396 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3397
3398         * include/winuser.h (CS_DROPSHADOW): Define.
3399
3400 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3401
3402         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3403         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3404         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3405         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3406
3407         Increase each constant by 1.
3408
3409 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3410
3411         [mingw-Bugs-1553275]
3412         * include/wingdi.h (SetLayout): Add prototype.
3413         (GetLayout): Likewise.
3414
3415 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3416
3417         [mingw-Bugs-1550139]
3418         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3419         Tanks to:  Samit Basu <samitbasu at sf dot net>
3420         (GetRecordInfoFromGuids): Add prototype.
3421
3422 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3423
3424         * include/winbase.h: Add comment about 'missing' SEM flag.
3425
3426 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3427
3428         * configure.in: Substitute with_cross_host in depending files.
3429         * configure: Regenerate.
3430         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3431         Set installation directories accordingly.
3432         * lib/ddk/Makefile.in: Ditto.
3433         * lib/directx/Makefile.in: Ditto.
3434
3435 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3436
3437         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3438         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3439         Bug reported by: <macleone at users dot sf dot net>
3440
3441 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3442
3443         Update some more IMAGE relocation type indicators
3444         to PECOFF v8 (May, 2006) specs.
3445
3446         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3447         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3448         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3449         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3450         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3451         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3452         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3453         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3454         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3455         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3456         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3457         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3458         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3459         IMAGE_REL_SHM_NOMODE): Add defines.
3460
3461         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3462         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3463         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3464         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3465         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3466         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3467         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3468         IMAGE_REL_M32R_TOKEN): Add defines.
3469
3470         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3471
3472 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3473
3474         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3475         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3476         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3477         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3478         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3479         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3480         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3481         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3482         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3483         Add defines.
3484
3485         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3486         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3487         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3488         Add defines.
3489
3490         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3491
3492         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3493         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3494         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3495         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3496         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3497         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3498
3499         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3500
3501         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3502         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3503         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3504         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3505         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3506         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3507         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3508         Add defines.
3509
3510         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3511         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3512         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3513         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3514         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3515         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3516         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3517         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3518         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3519         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3520         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3521         IMAGE_REL_IA64_ADDEND): Add defines.
3522
3523         (IMAGE_SCN_GPREL): Add define.
3524
3525 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3526
3527         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3528         * include/basetyps.h:  Likewise.
3529         (_COM_interface): New define.
3530         (interface): Define to _COM_interface, conditional on !__OBJC__.
3531         Replace 'interface' with '_COM_interface', throughout.
3532         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3533         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3534         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3535         * include/mshtml.h: Likewise.
3536         * include/oaidl.h: Likewise.
3537         * include/objfwd.h: Likewise.
3538         * include/objidl.h: Likewise.
3539         * include/ocidl.h: Likwise.
3540         * include/olectl.h: Likewise.
3541         * include/oleidl.h: Likewise.
3542         * include/shlobj.h: Likewise.
3543         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3544         * include/vfw.h: Likewise.
3545         * include/windows.h. Likewise. Add comment.
3546         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3547         throughout.
3548
3549         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3550         Add test for conflict with '@interface'
3551
3552 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3553
3554         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3555         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3556         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3557         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3558         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3559         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3560         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3561         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3562         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3563         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3564         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3565         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3566         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3567         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3568         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3569         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3570         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3571         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3572         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3573         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3574         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3575         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3576         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3577         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3578         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3579         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3580         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3581         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3582         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3583         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3584         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3585         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3586         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3587         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3588         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3589         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3590         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3591         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3592         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3593         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3594         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3595         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3596         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3597         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3598         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3599         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3600         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3601         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3602         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3603         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3604         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3605         CertDeleteCertificateFromStore): Define.
3606         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3607         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3608         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3609         CertAddCertificateContextToStore, CertCompareCertificate,
3610         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3611         Define.
3612
3613 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3614
3615         * lib/uuid.c: Remove.
3616
3617 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3618
3619         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3620         declarations. They were extracted from the registry with a script.
3621         * lib/devguid.c: Add new file with the implementation of the
3622         missing GUIDs.
3623         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3624
3625 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3626
3627         * include/winuser.h (WM_INPUT): Add missing Raw Input
3628         notification define.
3629         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3630         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3631
3632 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3633
3634         [mingw-Bugs-1525021]
3635         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3636         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3637         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3638         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3639         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3640         (IP_ADAPTER_ADDRESSES): Likewise.
3641
3642 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3643
3644         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3645         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3646         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3647         extras-uuid.c.
3648         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3649         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3650         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3651         * lib/hlguids-uuid.c: State source of CLSIDs.
3652
3653 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3654
3655         * lib/Makefile.in: Added extras-uuid as an object and source.
3656         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3657         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3658         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3659         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3660         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3661         * lib/extras-uuid.c: New file.
3662         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3663         net).
3664
3665 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3666
3667         [mingw-Bugs-1424461]
3668         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3669         throughout.
3670         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3671         _NO_W32_PSEUDO_MODIFIERS.
3672         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3673         throughout.
3674         *include/rpcnsip.h: Likewise.
3675         *include/windef.h: Don't define IN, OUT or OPTIONAL
3676         if _NO_W32_PSEUDO_MODIFIERS.
3677         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3678         throughout.
3679         *include/ddk/cfgmgr32.h: Likewise.
3680         *include/ddk/ddkmapi.h: Likewise.
3681         *include/ddk/hidclass.h: Likewise.
3682         *include/ddk/hidpi.h: Likewise.
3683         *include/ddk/kbdmou.h: Likewise.
3684         *include/ddk/mcd.h: Likewise.
3685         *include/ddk/miniport.h: Likewise.
3686         *include/ddk/minitape.h: Likewise.
3687         *include/ddk/ndis.h: Likewise.
3688         *include/ddk/ndistapi.h: Likewise.
3689         *include/ddk/ndiswan.h: Likewise.
3690         *include/ddk/ntapi.h: Likewise.
3691         *include/ddk/ntdd8042.h: Likewise.
3692         *include/ddk/ntddpcm.h: Likewise.
3693         *include/ddk/ntifs.h: Likewise.
3694         *include/ddk/ntpoapi.h: Likewise.
3695         *include/ddk/parallel.h: Likewise.
3696         *include/ddk/pfhook.h: Likewise.
3697         *include/ddk/scsiwmi.h: Likewise.
3698         *include/ddk/smbus.h: Likewise.
3699         *include/ddk/srb.h: Likewise.
3700         *include/ddk/storport.h: Likewise.
3701         *include/ddk/tdikrnl.h: Likewise.
3702         *include/ddk/upssvc.h: Likewise.
3703         *include/ddk/usbcamdi.h: Likewise.
3704         *include/ddk/usbscan.h: Likewise.
3705         *include/ddk/video.h: Likewise.
3706         *include/ddk/videoagp.h: Likewise.
3707         *include/ddk/win2k.h: Likewise.
3708         *include/ddk/winddi.h: Likewise.
3709         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3710         if _NO_W32_PSEUDO_MODIFIERS.
3711         Comment out IN, OUT and OPTIONAL, throughout.
3712         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3713         throughout.
3714         *include/ddk/ws2san.h: Likewise.
3715
3716 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3717
3718         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3719
3720 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3721
3722         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3723         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3724         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3725         * lib/hlguids-uuid.c: New file.
3726         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3727         net).
3728
3729 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3730
3731         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3732         objects.
3733         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3734         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3735         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3736         IID_IHlinkTarget): Remove.  Moved to new files.
3737         * lib/urlmon-uuid.c: New file.
3738         * lib/hlink-uuid.c: New file.
3739
3740 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3741
3742         * lib/Makefile.in: Added ativscp-uuid as source and object.
3743         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3744         IID_IActiveScriptParse, IID_IActiveScriptSite,
3745         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3746         * lib/ativscp-uuid.c: New file.
3747
3748 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3749
3750         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3751         Remove.  Moved to objidl-uuid.c
3752         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3753         IID_IServerSecurity): Defined.
3754
3755 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3756
3757         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3758         objects.
3759         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3760         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3761         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3762         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3763         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3764         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3765         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3766         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3767         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3768         files.
3769         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3770         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3771         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3772         * lib/cguid-uuid.c: New file.
3773         * lib/olectlid-uuid.c: New file.
3774
3775 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3776
3777         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3778         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3779         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3780         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3781         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3782         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3783         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3784         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3785         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3786         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3787         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3788         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3789         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3790         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3791         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3792         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3793         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3794         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3795         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3796         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3797         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3798         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3799         * lib/comcat-uuid.c: New file.
3800         * lib/docobj-uuid.c: New File.
3801         * lib/exdisp-uuid.c: New file.
3802         * lib/mlang-uuid.c: New file.
3803         * lib/oaidl-uuid.c: New file.
3804         * lib/objidl-uuid.c: New file.
3805         * lib/objsafe-uuid.c: New file.
3806
3807 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3808
3809         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3810         objects.
3811         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3812         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3813         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3814         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3815         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3816         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3817         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3818         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3819         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3820         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3821         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3822         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3823         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3824         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3825         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3826         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3827         * lib/oleidl-uuid.c: New file.
3828         * lib/oleacc-uuid.c: New file.
3829         * lib/ocidl-uuid.c: New file.
3830
3831 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3832
3833         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3834         objects.
3835         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3836         Remove.  Moved to unknwn-uuid and servprov-uuid.
3837         * lib/unknwn-uuid.c: New file.
3838         * lib/servprov-uuid.c: New file.
3839
3840 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3841
3842         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3843         enum.
3844
3845 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3846
3847         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3848
3849 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3850
3851         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3852         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3853         wingdi.h defines.
3854
3855 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3856
3857         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3858         duplicate defines.
3859
3860         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3861         removal.
3862         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3863
3864 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3865
3866         * configure.in: Update to newer autoconf.
3867         (thanks to Steve Ellcey)
3868         * configure: Regenerate.
3869         * aclocal.m4: New file.
3870
3871 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3872
3873         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3874
3875 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3876
3877         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3878         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3879         as macros.
3880         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3881
3882 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3883
3884         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3885         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3886         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3887         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3888         (MprAdminMIBSetTrapInfo): Declare functions.
3889         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3890         (MIB_SERVER_HANDLE): New typedef.
3891         (MprConfigTransportSetInfo): Declare function.
3892         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3893         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3894
3895 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3896
3897         * lib/rtutils.def: New file. Generated on Windows XP.
3898         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3899         * include/rtutils.h: New file.
3900         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3901         Commented out, they're missing from rtutils.def.
3902
3903 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3904
3905         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3906         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3907         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3908         (MprInfoRemoveAll): Declare functions.
3909
3910 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3911
3912         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3913         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3914         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3915         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3916         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3917         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3918         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3919         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3920         (MprConfigServerConnect,MprConfigServerDisconnect)
3921         (MprConfigServerGetInfo,MprConfigServerInstall)
3922         (MprConfigServerRestore,MprConfigTransportCreate)
3923         (MprConfigTransportDelete,MprConfigTransportEnum)
3924         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3925         (MprConfigTransportSetInfo): Declare functions.
3926
3927 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3928
3929         * include/mprapi.h (MprAdminBufferFree)
3930         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3931         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3932         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3933         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3934         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3935         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3936         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3937         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3938         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3939         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3940         (MprAdminInterfaceTransportSetInfo)
3941         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3942         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3943         (MprAdminServerConnect,MprAdminServerDisconnect)
3944         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3945         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3946         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3947
3948 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3949
3950         * include/ipxtfflt.h: New file.
3951
3952 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3953
3954         * include/mprapi.h: Fix header guard. Cleanup.
3955         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3956         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3957         (MprAdminConnectionHangupNotification)
3958         (MprAdminConnectionHangupNotification2)
3959         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3960         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3961         (MprAdminReleaseIpAddress): Declare functions.
3962         * lib/mprapi.def: Regenerate on Windows XP.
3963
3964 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3965
3966         * include/ipifcons.h: Cleanup.
3967         * include/ipxconst.h: Fix header guard.
3968         * include/ipxrtdef.h: include <ipxconst.h>.
3969
3970 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3971
3972         * include/ipxrtdef.h: Cleanup.
3973         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
3974         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
3975         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
3976         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
3977         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
3978         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
3979         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
3980         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
3981         * include/routprot.h: Cleanup.
3982         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
3983         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
3984         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
3985         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
3986         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
3987         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
3988         * include/fltdefs.h: New file.
3989         * include/ipinfoid.h: New file.
3990
3991 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3992
3993         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
3994         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
3995         (IAMCertifiedOutputProtection): Add interfaces.
3996         * include/adsprop.h: New file.
3997         * include/cmnquery.h: New file.
3998         * include/dsadmin.h: New file.
3999         * include/dsclient.h: New file.
4000         * include/dsgetdc.h: New file.
4001         * include/dsquery.h: New file.
4002         * include/dsrole.h: New file.
4003         * include/ntdsapi.h: New file.
4004         * include/ntdsbcli.h: New file.
4005         * include/objsel.h: New file.
4006
4007 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4008
4009         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
4010         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
4011         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
4012         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
4013         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
4014         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
4015         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
4016         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
4017
4018 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4019
4020         * include/qedit.h: New file.
4021         * include/errors.h: Cleanup.
4022
4023 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4024
4025         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
4026         avoid dependency on <string.h>.
4027         There's no Win32 equivalent for memcmp:
4028         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
4029
4030 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4031
4032         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
4033         instead of memset to avoid dependency on <string.h>.
4034         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
4035         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
4036         (AM_WST_STYLE): Add enums.
4037         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
4038         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
4039         structures.
4040         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
4041         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
4042         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
4043         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
4044         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
4045         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
4046         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
4047         (VFW_E_DVD_NO_RESUME_INFORMATION)
4048         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4049         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4050         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4051         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4052         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4053         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4054         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4055         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4056         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4057         * include/strmif.h: ... to here. New file.
4058         * include/aviriff.h: New file.
4059         * include/bdatypes.h: New file.
4060         * include/control.h: New file.
4061         * include/dvdmedia.h: New file.
4062         * include/il21dec.h: New file.
4063         * include/ks.h: New file.
4064         * include/ksmedia.h: New file.
4065         * include/mmreg.h: New file.
4066         * include/mpegtype.h: New file.
4067         * include/vidcap.h: New file.
4068         * include/vmr9.h: New file.
4069         * include/vptype.h: New file.
4070         * include/xprtdefs.h: New file.
4071
4072 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4073
4074         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4075         Documented as defined on Windows 2000 or later.
4076         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4077         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4078         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4079         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4080         but values unknown, Windows Vista or later.
4081         (CAL_UMALQURA): Cleanup.
4082         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4083         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4084         (CAL_SSHORTESTDAYNAME7): Cleanup.
4085         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4086         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4087
4088 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4089
4090         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4091         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4092         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4093         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4094         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4095         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4096         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4097         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4098         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4099         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4100         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4101         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4102         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4103         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4104         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4105         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4106         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4107         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4108         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4109         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4110         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4111         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4112         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4113         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4114         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4115         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4116         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4117         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4118         (DMDFO_CENTER): Define.
4119         (GetDCBrushColor,GetDCPenColor): Declare.
4120         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4121
4122 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4123
4124         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4125         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4126         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4127         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4128         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4129         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4130         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4131         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4132         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4133         (LANG_DARI,LANG_MALAGASY)
4134         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4135         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4136         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4137         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4138         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4139         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4140         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4141         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4142         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4143         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4144         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4145         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4146         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4147         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4148         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4149         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4150         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4151         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4152         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4153         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4154         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4155         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4156         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4157         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4158         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4159         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4160         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4161         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4162         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4163         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4164         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4165         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4166         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4167         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4168         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4169         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4170         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4171         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4172         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4173         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4174         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4175         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4176         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4177         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4178         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4179         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4180         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4181         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4182         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4183         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4184         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4185         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4186         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4187         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4188         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4189         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4190         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4191         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4192         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4193         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4194         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4195         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4196         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4197
4198 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4199
4200         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4201         it was moved.
4202
4203 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4204
4205         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4206         SPI_SETSCREENSAVERUNNING.
4207         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4208
4209 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4210
4211         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4212         It had been removed because it's no documented, but Cygwin needs it.
4213
4214 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4215
4216         * include/amvideo.h (IFullScreenVideo): Define.
4217         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4218         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4219
4220 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4221
4222         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4223         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4224         as available on Windows 98 and better.
4225         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4226         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4227         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4228
4229 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4230
4231         * include/amvideo.h: New file.
4232         * include/dshow.h: Include <amvideo.h>.
4233
4234 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4235
4236         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4237         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4238         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4239         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4240         (HWND_BROADCAST): Cleanup.
4241         (HWND_MESSAGE): Windows 2000 only.
4242         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4243         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4244         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4245         (SIF_ALL): Cleanup.
4246         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4247         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4248         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4249         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4250         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4251         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4252         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4253         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4254         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4255         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4256         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4257         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4258         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4259         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4260         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4261         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4262         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4263         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4264         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4265         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4266         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4267         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4268         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4269         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4270         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4271         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4272         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4273         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4274         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4275         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4276         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4277         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4278         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4279         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4280         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4281         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4282         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4283         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4284         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4285         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4286         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4287         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4288         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4289         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4290         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4291         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4292         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4293         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4294         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4295         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4296         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4297         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4298         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4299         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4300         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4301         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4302         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4303         (SPI_SCREENSAVERRUNNING): Removed.
4304         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4305         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4306         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4307         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4308
4309 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4310
4311         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4312         (MprAdminGetPDCServer): Add prototype.
4313         (MprAdminSendUserMessage): Add prototype.
4314         (MprAdminUserGetInfo): Add prototype.
4315         (MprAdminUserSetInfo): Add prototype.
4316         * lib/mprapi.def: Add stubs for above functions.
4317
4318 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4319
4320         * lib/directx/quartz.def: Move from here...
4321         * lib/quartz.def: ... to here.
4322
4323 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4324
4325         * include/amaudio.h: New file.
4326         * include/dshow.h: Include <amaudio.h>.
4327
4328 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4329
4330         * include/errors.h: New file.
4331         * include/dshow.h: Include <errors.h>.
4332
4333 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4334
4335         * include/dshow.h: New file.
4336         * include/evcode.h: New file.
4337         * include/audevcod.h: New file.
4338         * include/dvdevcod.h: New file.
4339
4340 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4341
4342         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4343         (MprAdminConnectionClearStats): Add prototype.
4344         (MprAdminConnectionEnum): Add  prototype.
4345         (MprAdminConnectionGetInfo): Add prototype.
4346         (MprAdminConnectionRemoveQuarantine): Add prototype.
4347         (MprAdminPortClearStats): Add prototype.
4348         (MprAdminPortDisconnect): Add prototype.
4349         (MprAdminPortEnum): Add prototype.
4350         (MprAdminPortGetInfo): Add prototype.
4351         (MprAdminPortReset): Add prototype.
4352         * lib/mprapi.def: New file.
4353
4354 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4355
4356         *  include/mprapi.h: #include <lmcons.h>
4357         (MAX_DEVICETYPE_NAME): Add define.
4358         (MAX_PHONE_NUMBER_LEN): Add define.
4359         (ATADDRESSLEN): Add define.
4360         (IPADDRESSLEN): Add define.
4361         (IPXADDRESSLEN): Add define.
4362         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4363         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4364         (RAS_FLAGS_PPP_CONNECTION): Add define.
4365         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4366         (RAS_FLAGS_RAS_CONNECTION): Add define.
4367         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4368         (RASCCPCA_STAC): Add define.
4369         (RASCCPCA_MPPC): Add define.
4370         (PPP_CCP_COMPRESSION): Add define.
4371         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4372         (PPP_CCP_ENCRYPTION40BIT): Add define.
4373         (PPP_CCP_ENCRYPTION128BIT): Add define.
4374         (PPP_CCP_ENCRYPTION56BIT): Add define.
4375         (PPP_CCP_HISTORYLESS): Add define.
4376         (RASPRIV_NoCallback): Add define.
4377         (RASPRIV_AdminSetCallback): Add define.
4378         (RASPRIV_CallerSetCallback): Add define.
4379         (RASPRIV_DialinPrivilege): Add define.
4380         (RASPRIV_CallbackType): Add define.
4381         (RASPRIV2_DialinPolicy): Add define.
4382         (PPP_LCP_PAP): Add define.
4383         (PPP_LCP_SPAP): Add define.
4384         (PPP_LCP_CHAP): Add define.
4385         (PPP_LCP_EAP): Add define.
4386         (PPP_LCP_CHAP_MD5): Add define.
4387         (PPP_LCP_CHAP_MS): Add define.
4388         (PPP_LCP_CHAP_MSV2): Add define.
4389         (PPP_LCP_MULTILINK_FRAMING): Add define.
4390         (enum _RAS_HARDWARE_CONDITION): Add.
4391         (enum _RAS_PORT_CONDITION): Add.
4392         (struct _PPP_ATCP_INFO): Add.
4393         (struct _PPP_ATCP_INFO): Add.
4394         (struct _PPP_IPCP_INFO): Add.
4395         (struct _PPP_IPCP_INFO2): Add.
4396         (struct _PPP_IPXCP_INFO): Add.
4397         (struct _PPP_LCP_INFO): Add.
4398         (struct _PPP_NBFCP_INFO): Add.
4399         (struct _PPP_INFO): Add.
4400         (struct _PPP_INFO_2): Add.
4401         (struct _RAS_CONNECTION_0): Add.
4402         (struct RAS_CONNECTION_1): Add.
4403         (struct _RAS_CONNECTION_2): Add.
4404         (struct RAS_PORT_0): Add.
4405         (struct _RAS_PORT_1): Add.
4406         (struct _RAS_USER_0): Add.
4407         (struct _RAS_USER_1): Add.
4408
4409 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4410
4411         * include/mprapi.h: New file.
4412         * include/routprot.h: New file.
4413         * include/ipxrtdef.h: New file.
4414         * include/ipxconst.h: New file.
4415         * include/stm.h: New file.
4416
4417 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4418
4419         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4420         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4421
4422 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4423
4424         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4425         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4426         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4427         versions.
4428         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4429
4430 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4431
4432         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4433         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4434
4435 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4436
4437         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4438
4439 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4440
4441         * include/basetyps.h (REFFMTID): Define properly.
4442
4443 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4444
4445         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4446         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4447
4448 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4449
4450         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4451         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4452         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4453         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4454         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4455         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4456         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4457         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4458         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4459         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4460         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4461         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4462         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4463         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4464         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4465         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4466         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4467         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4468         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4469         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4470         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4471         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4472         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4473         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4474         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4475         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4476         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4477         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4478         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4479         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4480         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4481         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4482         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4483         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4484         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4485         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4486         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4487         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4488         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4489         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4490         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4491         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4492         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4493         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4494         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4495         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4496         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4497         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4498         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4499         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4500         (IF_OPER_STATUS_OPERATIONAL): Define.
4501         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4502         Add function declaration.
4503         * include/mgm.h: New file.
4504         * lib/rtm.def: New file.
4505         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4506
4507 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4508
4509         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4510         This function cannot be made thread-safe, the API would have to be
4511         changed for that, just like strerror() -> strerror_r() and similar
4512         ISO C or POSIX functions...
4513
4514 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4515
4516         * include/edevdefs.h: New file.
4517
4518 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4519
4520         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4521         Use as guard for the WAVEFORMATEX structure instead of
4522         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4523         _WAVEFORMATEX_ for compatibility.
4524         Thanks to:    Andrew Jones <guln at sf dot net>
4525
4526 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4527
4528         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4529         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4530         Thanks to:    David Golub <david_golub at sf dot net>
4531
4532 2006-04-18  Eric House  <ehouse@eehouse.org>
4533
4534         PocketPC support.
4535         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4536         functions for using aygshell on PocketPC:
4537         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4538         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4539
4540         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4541         command bar API on PocketPC:
4542         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4543         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4544         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4545         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4546         CommandBar_InsertButton, CommandBar_Destroy.
4547
4548         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4549         fields not present on PocketPC.
4550         (GetCurrentThreadId): Conditionally declare as extern function
4551         without dllimport attribute on PocketPC.
4552         (ResetEvent): Likwise.
4553         (SetEvent): Likewise.
4554
4555         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4556         Conditionally declare as extern function without dllimport
4557          attribute on PocketPC.
4558         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4559         declare as extern function without dllimport attribute on PocketPC.
4560
4561 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4562
4563         * lib/test.c: Include icm.h.
4564
4565 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4566
4567         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4568         (CreateColorSpace): Add UNICODE mappings.
4569         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4570         * include/icm.h: New file.
4571         * lib/mscms.def: New file.
4572         * lib/icmui.def: New file.
4573
4574 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4575
4576         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4577         (IMAGE_FILE_MACHINE_AMD64): New define.
4578         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4579         New defines.
4580         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4581         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4582         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4583         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4584         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4585         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4586         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4587         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4588         New defines.
4589         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4590         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4591         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4592         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4593         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4594         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4595         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4596         definitions and typedefs.
4597         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4598         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4599         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4600         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4601         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4602         New structure definition and typedefs.
4603         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4604         Likewise.
4605         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4606
4607 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4608
4609         * lib/test.c: Fix typo in #inlcude.
4610         * include/aclui.h: INTERFACE should not remain
4611         defined at the end of the header.
4612         * include/servprov.h: Ditto.
4613
4614 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4615
4616         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4617
4618 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4619
4620         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4621
4622 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4623
4624         * include/wsahelp.h (system_header): Add pragma.
4625         * include/ws2spi.h (system_header): Add pragma.
4626         * include/rasdlg.h (system_header): Add pragma.
4627         * include/rasdlg.h (_RASDLG_H): Define.
4628         Define instead of _RASDLG_H_, this is the w32api standard.
4629         * include/mlang.h (_MLANG_H): Define.
4630         Define instead of _MLANG_H_, this is the w32api standard.
4631         * include/setupapi.h (_SETUPAPI_H): Define.
4632         Define instead of _SETUPAPI_H_, this is the w32api standard.
4633
4634 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4635
4636         * include/rpcndr.h (boolean): Add typedef.
4637         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4638         * include/rpcndr.h (_RPCNDR_H): Define.
4639         Define in addition to __RPCNDR_H__, this is the w32api standard.
4640
4641 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4642
4643         * include/w32api.h: Increment version to 3.7.
4644         * Makefile.in: Ditto.
4645
4646 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4647
4648         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4649         GET_MODULE_HANDLE_EX_FLAG_PIN,
4650         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4651         Thanks to:    Brandon Sneed <brandon at redf dot net>
4652
4653 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4654
4655         * include/secext.h: Enclose function declarations in extern "C"
4656         if __cplusplus.
4657
4658 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4659
4660         * include/comcat.h: INTERFACE should not remain defined
4661         at the end of the header.
4662         * include/docobj.h: Ditto.
4663         * include/exdisp.h: Ditto.
4664         * include/intshcut.h: Ditto.
4665         * include/mlang.h: Ditto.
4666         * include/mshtml.h: Ditto.
4667         * include/oaidl.h: Ditto.
4668         * include/objidl.h: Ditto.
4669         * include/objsafe.h: Ditto.
4670         * include/ocidl.h: Ditto.
4671         * include/oleacc.h: Ditto.
4672         * include/oledlg.h: Ditto.
4673         * include/oleidl.h: Ditto.
4674         * include/richole.h: Ditto.
4675         * include/shldisp.h: Ditto.
4676         * include/shlobj.h: Ditto.
4677         * include/unknwn.h: Ditto.
4678         * include/vfw.h: Ditto.
4679         Thanks to:    Brandon Sneed <brandon at redf dot net>
4680
4681 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4682
4683         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4684         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4685         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4686
4687 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4688
4689         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4690         here also.
4691
4692 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4693
4694         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4695         We should probably remove PROV_MS_MAIL but I'm keeping it for
4696         now for compatibility reasons.
4697         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4698
4699 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4700
4701         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4702         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4703         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4704
4705 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4706
4707         * include/wingdi.h [WINVER >= 0x0410]
4708         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4709         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4710
4711 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4712
4713         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4714         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4715         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4716         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4717         (L_MAX_URL_LENGTH): Define.
4718         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4719         Thanks to:    Brandon Sneed <brandon at redf dot net>
4720
4721 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4722
4723         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4724
4725 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4726
4727         * include/w32api.h (_W32API_H): Define.
4728         Define in addition to _W32API_H_, this is the w32api standard.
4729
4730 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4731
4732         * include/w32api.h (WindowsVista): Define.
4733
4734 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4735
4736         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4737         on SOCKET_ADDRESS only if winsock2.h has already been included.
4738
4739 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4740
4741         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4742
4743 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4744
4745         * include/iphlpapi.h (GAA_FLAG_*): Define.
4746         (GetAdaptersAddresses): Add function declaration.
4747         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4748         Thanks to:    ross <rossboulet at users dot sf dot net>
4749
4750 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4751
4752         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4753         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4754         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4755         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4756         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4757         SCOPE_LEVEL): Add enums.
4758         (IP_ADAPTER_*): Define.
4759
4760 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4761
4762         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4763         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4764
4765 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4766
4767         * include/objidl.h (PIDSI_*): Define.
4768         (PRSPEC_*): Define.
4769         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4770
4771 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4772
4773         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4774         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4775         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4776         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4777         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4778
4779 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4780
4781         * include/mq.h: New file.
4782         * lib/mqrt.def (MQ*): Define a few missing functions.
4783
4784 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4785
4786         * lib/mqrt.def: New file.
4787         Needs the mq.h file to work properly, working on it.
4788         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4789
4790 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4791
4792         * include/winerror.h (STG_E_*):  Define.
4793         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4794         * include/winerror.h (STG_S_*): Define.
4795         (CO_S_MACHINENAMENOTFOUND): Define.
4796         (RPC_E_*): Define.
4797         (NTE_*): Define.
4798
4799 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4800
4801         * include/commctrl.h (ListView_*):  Define and correct.
4802         (LVM_*): Define.
4803
4804 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4805
4806         * include/winuser.h (WM_IME_*): Define (DWORD type).
4807         (EM_*IMESTATUS): Define.
4808         (WM_*): Define.
4809         (XBUTTON*): Define.
4810         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4811
4812 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4813
4814         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4815         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4816
4817 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4818
4819         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4820         version conditional.
4821
4822 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4823
4824         * include/winspool.h (JOB_INFO_3): Add structure.
4825         (PROVIDOR_INFO_*{AW}): Add structure.
4826         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4827         (PRINTER_ENUM_VALUES{AW}): Add structure.
4828         (PRINTPROCESSOR_CAPS): Add structure.
4829
4830 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4831
4832         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4833         (PRINTER_INFO_7A): Correct definition.
4834
4835 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4836
4837         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4838         (DRIVER_INFO_*{AW}): Add structure.
4839         (PRINTER_INFO_*{AW}): Add structure.
4840         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4841
4842 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4843
4844         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4845         (DRIVER_*MODE): Define (DWORD type).
4846         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4847
4848 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4849
4850         * include/wincon.h (GetConsoleProcessList): Declare.
4851
4852 2006-03-27  Hansres Engel  <engel@node.ch>
4853
4854         * include/mlang.h: New file.
4855
4856 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4857
4858         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4859
4860 2006-03-26  Hansres Engel  <engel@node.ch>
4861
4862          Add Uniscribe API for typography and for complex scripts.
4863         * include/usp10.h: New file.
4864         * lib/usp10.def: New file.
4865
4866         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4867
4868         * include/imm.h (IMECHARPOSITION): Add structure.
4869         (RECONVERTSTRING): Likwise.
4870
4871         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4872
4873         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4874         (IMLangFontLink2): Likewise.
4875         (IMultiLanguage): Likewise.
4876
4877 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4878
4879         * include/wincon.h  (ENABLE_*): Add more defines.
4880
4881 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4882
4883         * include/winnt.h (INHERITED_ACE): Define.
4884         (VALID_INHERIT_FLAGS): Correct definition.
4885
4886 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4887
4888          * lib/wtsapi32.def: New file.
4889
4890 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4891
4892         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4893         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4894
4895 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4896
4897         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4898         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4899         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4900         (DSPRINT_*): Define (DWORD type).
4901         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4902
4903 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4904
4905         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4906         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4907
4908 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4909
4910         * include/shellapi.h [_WIN32_IE >= 0x0600]
4911         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4912         Windows XP SP1 and Windows XP respectively.
4913
4914 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4915
4916         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4917         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4918         * include/shellapi.h [_WIN32_IE >= 0x0500]
4919         (NIS_*): Introduced in Version 5.0.
4920
4921 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4922
4923         * include/wingdi.h (CS_*): Correct WINVER guard on
4924         Image Color Matching colour definitions.
4925
4926 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4927
4928         * include/shlobj.h (SFGAO_ISSLOW): Define.
4929         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4930         attribute constants.
4931
4932 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4933
4934         * include/wingdi.h [WINVER >= 0x0500]
4935         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4936         Thanks to: David A. Capello <dacap at users dot sf dot net>
4937
4938 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4939
4940         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4941         (INTERNET_STATE_*): Define flags.
4942         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4943
4944 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4945
4946         * include/sddl.h: New file.
4947
4948 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4949
4950         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4951         last change.
4952         Remove file level #pragma pack(push,4)/#pragma pop.
4953
4954 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4955
4956         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4957         value to force correct alignment.
4958
4959 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4960
4961         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4962         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4963         (PNM_CACHEHINT): Add backward compatibilty define.
4964         (LPNM_CACHEHINT): Likewise.
4965
4966 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
4967
4968         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
4969
4970 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4971
4972         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
4973         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
4974         * lib/shell32.def (PathResolve): Define.
4975
4976 2006-02-06  Christopher Faylor  <cgf@timesys.com>
4977
4978         * include/shlobj.h (PathResolve): Fix typo.
4979
4980 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4981
4982         * include/shlobj.h (PathResolve): Define.
4983         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
4984         PRF_DONTFINDLNK): Ditto.
4985         * lib/shell32.def (PathResolve): Define.
4986
4987 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
4988
4989         * include/winnls.h: Remove stray end ';' from preprocessor defines.
4990
4991 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
4992
4993         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
4994         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
4995         (NotifyRouteChange@8): Define.
4996
4997 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
4998
4999         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
5000         prototypes.
5001
5002 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5003
5004         * include/winnt.h (FORCEINLINE): Define.
5005
5006 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5007
5008         * include/winnt.h (DECLSPEC_SELECTANY): Define.
5009
5010 2006-01-26  Filip Navara  <xnavara@volny.cz>
5011
5012         * include/winnt.h (DECLSPEC_ALIGN): Define.
5013
5014 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5015
5016         * include/commctrl.h: Correct spelling of 'compatibility' in
5017         comments.
5018         * include/setupapi.h: Likewise.
5019         * include/ws2tcpip.h: Likewise.
5020
5021 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5022
5023         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
5024
5025 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
5026
5027         WATCOM compatibility changes.
5028         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
5029         rather than __attribute__.
5030         (DECL_EXPORT): Likewise.
5031         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
5032         (DDKFASTAPI): Likewise.
5033         (DDKCDECLAPI): Likwise.
5034         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
5035
5036 2006-01-23  Brandon Sneed  <brandon@redf.net>
5037
5038         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
5039         to exports.
5040
5041 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5042
5043         * include/w32api.h: Increment version to 3.6.
5044         * Makefile.in: Ditto.
5045
5046 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5047
5048         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5049         advapi32.dll functions.
5050
5051 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5052
5053         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5054         names for padding size constants.
5055
5056 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5057
5058         * include/aclapi.h (WINADVAPI): Add to prototypes.
5059         * include/winreg.h (WINADVAPI): Likewise.
5060         * include/winsvc.h (WINADVAPI): Likewise.
5061
5062 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5063
5064         * include/winbase.h (WINADVAPI): Define.
5065
5066 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5067
5068         * include/winuser.h (CreateWindowStation): Correctly identify first
5069         argument as constant.
5070         (CreateWindowStation@): Ditto.
5071
5072 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5073
5074         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5075         (TMT_*, BT_*): Add constants.
5076
5077 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5078
5079         * include/winsock2.h: Don't define struct sockaddr_storage when
5080         building Cygwin.
5081
5082 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5083
5084         * lib/ws2_32.c: New file, defining IPv6 constants.
5085         * lib/Makefile.in (SOURCES): Add ws2_32.c
5086         (EXTRA_OBJS): Add ws2_32.o.
5087
5088 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5089
5090         * lib/user32.def (PrivateExtractIconsA@32,
5091         PrivateExtractIconsW@32): Define.
5092         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5093
5094 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5095
5096         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5097
5098 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5099
5100         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5101
5102 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5103             Danny Smith <dannysmith@users.sourceforge.net>
5104
5105         * lib/msxml-uuid.c: New file to generate UUIDs for
5106         MSXML interfaces.
5107         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5108
5109 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5110
5111         * include/winbase.h (GetDevicePowerState): Add prototype.
5112         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5113
5114 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5115
5116         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5117         Define as macro if !_WIN64.
5118         (SetClassLongPtr{AW}): Likewise.
5119         (GCLP_*): Add GetClassLongPtr defines.
5120         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5121         (SetClassLongPtr{AW}): Likewise.
5122
5123 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5124
5125         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5126         (SetClassLongPtr{AW}): Likewise.
5127         (GCLP_*): Add GetClassLongPtr defines.
5128         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5129         (SetClassLongPtr{AW}): Likewise.
5130
5131 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5132
5133         * include/commdlg.h (OPENFILENAMEW): Add members for
5134         _WIN32_WINNT >= 0x0500.
5135         Thanks to Ricardo Dalcorsso Fodra.
5136         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5137
5138 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5139
5140         * include/wingdi.h (GetICMProfileA): Correct prototype.
5141         (GetICMProfileW): Likewise.
5142         Thanks to: Paul J Lucas
5143
5144 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5145
5146         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5147
5148 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5149
5150         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5151         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5152         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5153         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5154
5155 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5156
5157         * include/objbase.h: Fix typo.
5158         * include/w32api.h: Increment version to 3.5.
5159         * Makefile.in: Ditto.
5160
5161 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5162
5163         * include/w32api.h: Increment version to 3.4.
5164         * Makefile.in: Ditto.
5165
5166 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5167
5168         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5169         Use _WIN32_WINNT >= 0x0501 guard.
5170
5171 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5172
5173         * include/winbase.h (GetProcessId): Declare.
5174
5175 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5176
5177         * lib/ddk/newdev.def: Added.
5178         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5179
5180 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5181
5182         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5183         component.
5184         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5185
5186 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5187
5188         * lib/shell32.def (SHILCreateFromPath): Add stub.
5189         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5190
5191 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5192
5193         * include/winbase.h (RegisterWaitForSingleObject,
5194         RegisterWaitForSingleObjectEx): Define.
5195         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5196         (RegisterWaitForSingleObject@16): Changed to
5197         RegisterWaitForSingleObject@24.
5198         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5199
5200 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5201
5202         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5203         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5204
5205 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5206
5207         * include/reason.h [_WIN32_WINNT >= 0x0501]
5208         (SHTDN_REASON_*): New file.
5209         * include/objbase.h: Avoid double header guard.
5210
5211 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5212
5213         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5214         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5215         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5216
5217 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5218
5219         * include/shlobj.h (IContextMenu3): Define.
5220         * include/shlguid.h (IID_IContextMenu3): Declare.
5221         * lib/shell32.c (IID_IContextMenu3): Define.
5222
5223 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5224
5225         * include/shlobj.h (SHFormatDrive): Declaration of function
5226         and associated constants.
5227
5228 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5229
5230         * include/ddk/hidsdi.h:  New file.
5231         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5232         functions declared in hidsdi.h.
5233         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5234
5235 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5236
5237         * lib/imm32.def (ImmDisableIME): Add stub.
5238         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5239
5240 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5241
5242         * include/w32api.h: Increment version to 3.3.
5243         * Makefile.in: Ditto.
5244
5245 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5246
5247         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5248         Correct their values.
5249         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5250
5251 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5252
5253         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5254
5255 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5256
5257         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5258         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5259
5260 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5261
5262         * include/richedit.h (SETTEXTEX): Define structure and
5263         associated constants.
5264         (GT_SELECTION): Define GETTEXTEX flag constant.
5265
5266 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5267
5268         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5269
5270 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5271
5272         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5273         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5274         prototypes.
5275
5276 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5277
5278         * include/commctrl.h (RBBS_USECHEVRON): Define.
5279         (RBBS_*): Use hex notation, group together.
5280
5281 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5282
5283         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5284         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5285
5286 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5287
5288         * include/commctrl.h (TreeView_SetItemState): Initilise
5289         _tvi.hItem.
5290         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5291
5292 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5293
5294         * include/commctrl.h (NMLVFINDITEM): Add structure.
5295
5296 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5297
5298         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5299
5300 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5301
5302         * include/winnt.h (VER_SET_CONDITION): Define.
5303
5304 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5305
5306         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5307         (ATTACH_PARENT_PROCESS): Define.
5308         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5309         documentation.
5310
5311 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5312
5313         * include/winbase.h (QueueUserWorkItem): Add prototype.
5314
5315 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5316
5317         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5318         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5319         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5320         CM_CMYK_COLOR): Define.
5321
5322 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5323
5324         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5325         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5326         Thanks to: Christian  <chhd at users dot sf dot net>
5327
5328 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5329
5330         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5331         field.
5332         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5333
5334 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5335
5336         * include/winbase.h (GlobalDiscard): Define as macro.
5337         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5338
5339 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5340
5341         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5342         (WNetGetResourceParentW): Ditto.
5343         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5344         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5345
5346 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5347
5348         * include/wininet.h (FtpGetFileSize): Add prototype.
5349         (FtpCommand[AW]): Correct prototypes.
5350         Reported by: <siger at users dot sf dot net>
5351
5352 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5353
5354         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5355         (capGetDriverDescription[AW]): Likewise.
5356
5357 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5358
5359         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5360         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5361         (SE_IMPERSONATE_NAME TEXT): Ditto.
5362         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5363         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5364
5365 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5366
5367         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5368         change.
5369
5370 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5371
5372         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5373         Thanks to:
5374         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5375
5376 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5377
5378         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5379         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5380         (gai_strerror[AW]): Put into #if 0 block.
5381
5382 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5383
5384         * include/basetyps.h (__int16): Correct define.
5385
5386 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5387             Danny Smith  <dannysmith@users.sourceforge.net>
5388
5389         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5390         define for Open Watcom portability.
5391         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5392         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5393         of local c_rgodfDI* objects. Replace .rdata section attribute
5394         with 'const' keyword in definition of global c_dfDI* objects.
5395
5396 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5397
5398         * include/winioctl.h (IOCTL_VOLUME_BASE,
5399         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5400         Copy defines from include/ddk/ntdddvol.h.
5401         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5402
5403 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5404
5405         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5406
5407 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5408
5409         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5410         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5411
5412 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5413
5414         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5415
5416 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5417
5418         * lib/user32.def (MonitorFromPoint): Correct suffix.
5419
5420 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5421
5422         * include/wininet.h (InternetCheckConnectionA,
5423         InternetCheckConnectionW) Add prototypes.
5424         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5425         INTERNET_CONNECTION_CONFIGURED): Add defines.
5426
5427 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5428
5429         * include/commctrl.h (ComboBox_SetMinVisible,
5430         ComboBox_GetMinVisible): Added Macros.
5431         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5432         Added definitions.
5433
5434 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5435
5436         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5437         assembly code conditional on _X86_.
5438
5439 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5440
5441         * include/w32api.h: Increment version to 3.2.
5442         * Makefile.in: Ditto.
5443         * include/afxres.h: Remove the \r from the line ending.
5444         * include/errorrep.h: Ditto.
5445         * include/shldisp.h: Ditto.
5446         * include/tschema.h: Ditto.
5447         * lib/dhcpcsvc.def: Ditto.
5448         * lib/uxtheme.def: Ditto.
5449         * lib/wldap32.def: Ditto.
5450
5451 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5452
5453         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5454         Correct typo.
5455         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5456
5457 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5458
5459         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5460         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5461         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5462         SPI_GETFOREGROUNDLOCKTIMEOUT,
5463         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5464         *include/imm.h (WM_IME_REQUEST): Added definition.
5465         *include/shlobj.h (SLGP_RAWPATH,
5466         SLGP_UNCPRIORITY): Added definition.
5467
5468 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5469
5470         *include/winuser.h (HSHELL_FLASH): Added definition.
5471
5472 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5473
5474         * include/shldisp.h (IAutoComplete): Added interface definiton.
5475         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5476         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5477         * include/shlobj.h (IObjMgr): Added interface definiton.
5478         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5479         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5480         CLSID_ACListISF, IID_IACList): Added GUIDs.
5481         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5482         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5483         CLSID_ACListISF, IID_IACList): Added GUIDs.
5484
5485 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5486
5487         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5488         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5489         (CDRF_*): Use hex notation for constants.
5490
5491 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5492
5493         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5494         Reported by Eric Sharkey <sharkey at netrics dot com>
5495
5496 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5497
5498         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5499         TokenGroupsAndPrivileges, TokenSessionReference,
5500         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5501         Reformat.
5502         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5503         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5504
5505 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5506
5507         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5508         ImageList_Duplicate): Add stubs.
5509
5510 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5511
5512         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5513         Thanks to "Pete" <pross@xvid.org>
5514
5515 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5516
5517         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5518         AC_DST_NO_ALPHA, ...): Add defines.
5519         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5520         ULW_OPAQUE): Add defines.
5521
5522 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5523
5524         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5525         guard.
5526         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5527         suffix.
5528         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5529
5530 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5531
5532         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5533         (CreateProcessWithLogonW): Declare.
5534         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5535         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5536
5537 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5538
5539         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5540         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5541
5542 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5543
5544         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5545         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5546
5547 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5548
5549         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5550
5551 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5552
5553         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5554         Add defines.
5555         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5556
5557 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5558
5559         * include/shellapi.h (NIF_GUID): Add another define.
5560
5561 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5562
5563         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5564         Changed it twice due to inconsistent MSDN documentation.
5565         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5566
5567 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5568
5569         * include/shlobj.h (SHGFP_TYPE): Add enum.
5570
5571 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5572
5573         * include/winuser.h (WM_THEMECHANGED): Add define.
5574
5575 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5576
5577         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5578         ExFreeToPagedLookasideList): Guard inline versions with
5579         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5580         external functions for earlier _WIN32_WINNT.
5581
5582 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5583
5584         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5585
5586 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5587
5588         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5589         if  undefined and __W32API_USE_DLLIMPORT__.
5590         Add WINBASEAPI token to prototypes, throughout.
5591
5592 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5593
5594         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5595         (GetFiberData): Likewise.
5596         (NtCurrentTeb): Likewise.
5597
5598 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5599
5600         * include/shellapi.h (NIF_INFO): Add define.
5601         (NIIF_*) Add defines..
5602         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5603         (NIF_*): Convert constants to hex.
5604
5605 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5606
5607         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5608         GetGlyphIndicesW): Declare.
5609         (GGI_MARK_NONEXISTING_GLYPHS): Define
5610         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5611         GetGlyphIndicesW): Add stubs.
5612
5613 2004-10-24  Dan Aloni  <da-x@colinux.org>
5614
5615         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5616         ZwQueryFullAttributesFile): Declare.
5617         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5618         Declare.
5619         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5620         ZwQueryVolumeInformationFile): Add stubs.
5621
5622 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5623
5624         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5625         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5626
5627 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5628             Danny Smith  <dannysmith@users.sourceforge.net>
5629
5630         * include/winbase.h (InitializeSListHead, Interlocked*):
5631         Guard with !__USE_NTOSKRNL__.
5632
5633         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5634         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5635         Guard with  __USE_NTOSKRNL__.
5636         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5637         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5638         && _WIN32_WINNT >= 0x0501
5639         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5640         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5641         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5642         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5643
5644         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5645         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5646         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5647         ExWindowStationObjectType, IoAdapterObjectType,
5648         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5649         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5650         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5651         Uncomment stubs.
5652
5653 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5654
5655         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5656         definition
5657         (IoReleaseRemoveLock): Add definition.
5658
5659 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5660
5661         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5662         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5663         Add prototypes.
5664         * include/winddk.h (ExInterlockedAddUlong,
5665         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5666         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5667         ExInterlockedPushEntryList): Change calling convention to
5668         DDKAPI.
5669         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5670         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5671         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5672         Add prototypes for DDKFASTAPI versions.
5673         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5674         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5675         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5676         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5677         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5678         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5679         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5680         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5681         Add fastcall stubs.
5682         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5683         Exi386InterlockedIncrementLong); Add stdcall stubs.
5684
5685 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5686
5687         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5688          if __W32API_USE_DLLIMPORT__ is defined.
5689         * include/winuser.h (WINUSERAPI): Likewise.
5690
5691 2004-09-29  Filip Navara  <xnavara@volny.cz>
5692
5693         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5694         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5695         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5696         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5697         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5698         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5699         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5700         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5701         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5702         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5703         winnt4.h, ws2san.h): Fixed packing.
5704         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5705         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5706         HID_INTERFACE_NOTIFY_PNP): Likewise.
5707         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5708         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5709         <ayerkes@speakeasy.net>.
5710         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5711         declaration.
5712         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5713         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5714         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5715         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5716         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5717         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5718         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5719         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5720         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5721         (SYNCH_LEVEL): Added definition.
5722         (KPCR, KPCR_TIB): Fixed declaration.
5723         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5724         included and _WIN32_WINNT >= 0x0501.
5725         (RtlEqualLuid): Fixed macro definition.
5726         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5727         KeRaiseIrql on i386 architectures.
5728
5729 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5730
5731         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5732         declaration.
5733         (IHTMLSelectionObject): Correct get_type declaration.
5734         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5735         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5736         IHTMLBodyElement2): Add interfaces.
5737         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5738         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5739         typedefs.
5740         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5741         Add IIDs.
5742
5743 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5744
5745         * include/w32api.h: Increment version to 3.1.
5746         * Makefile.in: Ditto.
5747
5748 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5749
5750         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5751         MonitorFromWindow): Add prototypes.
5752         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5753         MonitorFromWindowMonitorFromWindow): Add stubs.
5754         * include/shellapi.h (DuplicateIcon): Add prototype.
5755
5756 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5757
5758         * include/winuser.h (WINUSERAPI): New define.
5759         Use it to mark user32.dll imports, throughout.
5760
5761 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5762
5763         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5764         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5765         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5766         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5767         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5768         HidD_GetPreparsedData, HidD_GetProductString,
5769         HidD_GetSerialNumberString, HidD_SetConfiguration,
5770         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5771         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5772
5773 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5774
5775         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5776         Add XP defines.
5777         (PCOORD): Add typedef.
5778         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5779
5780 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5781
5782         * include/winldap.h: Don't check value of UNICODE.
5783         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5784
5785 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5786
5787         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5788
5789 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5790
5791         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5792         guard.
5793
5794 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5795
5796         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5797
5798 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5799
5800         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5801
5802 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5803
5804         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5805
5806 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5807
5808         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5809
5810 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5811
5812         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5813         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5814         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5815         Add defines.
5816         (CALG_SHA1): Add define.
5817         (HP_HMAC_INFO): Add define.
5818         (HMAC_INFO): Add struct.
5819         (BLOBHEADER): Add typedef.
5820
5821 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5822
5823         * include/commctrl.h (TreeView_SetItemState): Define macro.
5824
5825 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5826
5827         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5828         macros together.
5829
5830 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5831
5832         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5833         (FILEGROUPDESCRIPTOR): LIkewise.
5834
5835 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5836
5837         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5838
5839 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5840
5841         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5842         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5843         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5844         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5845         (IMAGE_ORDINAL): Map to ...
5846         (IMAGE_ORDINAL{32,64}: New defines.
5847         (IMAGE_THUNK_DATA):  Map to ...
5848         (IMAGE_THUNK_DATA{32,64}: New structures.
5849         (IMAGE_THUNK_DATA): Map to ...
5850         (IMAGE_THUNK_DATA{32,64}: New structures.
5851         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5852         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5853         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5854         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5855
5856 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5857
5858         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5859         _WIN32_WINNT >= 0x0500.
5860
5861 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5862
5863         * include/winbase.h (GetWriteWatch): Correct prototype.
5864         (WRITE_WATCH_FLAG_RESET): Define.
5865         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5866
5867 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5868
5869         * include/commctrl.h (Animate_OpenEx): Define.
5870         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5871         (ListView_GetNumberOfWorkAreas): Correct macro.
5872         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5873         ListView_SetItemCountEx, ListView_GetISearchString,
5874         TreeView_GetLastVisible, Header_CreateDragImage,
5875         Header_SetImageList, Header_GetImageList): Define.
5876         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5877         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5878         TBSTATE_ELLIPSES): Define.
5879         (MonthCal_SetRange): Correct macro.
5880         (ImageList_Duplicate): Declare.
5881
5882 2004-05-29  Filip Navara  <xnavara@volny.cz>
5883
5884         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5885
5886 2004-05-25  Al Slater  <al.slater@scluk.com>
5887
5888         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5889         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5890
5891 2004-05-15  Filip Navara  <xnavara@volny.cz>
5892
5893         * include/ddk/kbdmou.h: New file.
5894         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5895         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5896         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5897         _vsnwprintf, sprintf, swprintf): Export.
5898
5899 2004-05-15  Filip Navara  <xnavara@volny.cz>
5900
5901         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5902         headers.
5903
5904 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5905
5906         * include/wingdi.h: Correct non-unicode typedefs of
5907         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5908
5909 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5910
5911         * include/winsock.h (IN_CLASSA): Fix macro.
5912         * include/winsock2.h (IN_CLASSA): Fix macro.
5913
5914 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5915
5916         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5917         * include/aclui.h: Remove '\r', throughout.
5918         * include/msacm.h: Likewise.
5919         * lib/aclui.def: Likewise.
5920
5921 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5922
5923         * lib/comctl32.def (SetWindowSubclass): Add stub.
5924         Thanks to Eugene <egladysh@users.sourceforge.net>.
5925
5926 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5927
5928         * include/winbase.h (EXECUTION_STATE): Add typedef.
5929         (SetThreadExecutionState): Declare.
5930         * include/wingdi.h (_WINGDI_): Define.
5931         * include/objbase.h (_OBJBASE_H_): Define.
5932
5933 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5934
5935         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5936         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5937         (SM_CMETRICS): Adjust value.
5938         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5939         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5940         Add defines.
5941         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5942
5943 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5944
5945         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5946         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5947         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5948         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5949         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5950         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5951
5952 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5953
5954         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5955         DNSREC_ADDITIONAL): Add defines.
5956
5957 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5958
5959         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5960
5961 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5962
5963         * include/aclui.h: New file.
5964         * lib/aclui.def: New file.
5965         * lib/test.c: Add aclui.h to includes.
5966
5967 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
5968
5969         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
5970         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
5971         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
5972
5973 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5974
5975         * include/wingdi.h: Protect non-unicode case of below.
5976
5977 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
5978
5979         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
5980         LPENUMLOGFONTEXDV with appropriate version check.
5981
5982 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
5983
5984         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
5985         DSPROPSETID_DirectSoundDevice): Add defines.
5986
5987 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
5988
5989         * include/msacm.h: New file.
5990
5991 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
5992
5993         * include/objbase.h (STGFMT): Declare enum.
5994         (STGOPTIONS): Declare structure.
5995         (StgCreateStorageEx, StgOpenStorageEx): Declare.
5996         (STGOPTIONS_VERSION): Define.
5997         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
5998
5999 2004-04-13  Filip Navara  <xnavara@volny.cz>
6000
6001         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
6002         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
6003         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
6004         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
6005         HELP_SETWINPOS): Define.
6006         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
6007         (SPI_*): Add new definitions for WINVER >= 0x500.
6008         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
6009         (InternalGetWindowText, SetWindowsHookW): Declare.
6010         * include/winbase.h (InitializeSListHead): Avoid conflicting
6011         definition with DDK headers.
6012
6013 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
6014
6015         * include/winuser.h (GetLastError): Move from here...
6016         * include/winbase.h: ... to here.
6017
6018 2004-04-13  Filip Navara  <xnavara@volny.cz>
6019
6020         * include/winspool.h (DocumentPropertiesW): Correct prototype.
6021
6022 2004-04-13  Filip Navara  <xnavara@volny.cz>
6023
6024         * include/wingdi.h (ENHMETAHEADER): Add definitions for
6025         WINVER >= 0x400.
6026         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
6027         (ENUMLOGFONTEXW): Fix definition.
6028         (ENUMLOGFONTEXDV[AW]): Declare.
6029
6030 2004-04-13  Filip Navara  <xnavara@volny.cz>
6031
6032         * include/wingdi.h: Declare the DirectDraw structures only if
6033         the DirectDraw kernel mode headers aren't included.
6034         (EMFINFO): Declare.
6035         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
6036         STROBJ_bEnumPositionsOnly): Correct prototypes.
6037
6038 2004-04-13  Filip Navara  <xnavara@volny.cz>
6039
6040         * include/objidl.h (PRPCOLEMESSAGE): Declare.
6041         * include/rpc.h (RPCRTAPI): Define.
6042         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
6043         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
6044         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
6045         (I_RpcBindingSetAsync): Correct prototype.
6046         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
6047         to w2kReserved.
6048         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6049         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6050         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6051         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6052         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6053         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6054         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6055         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6056         NdrUserMarshalFree): Declare.
6057         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6058         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6059
6060 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6061
6062         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6063         LPC_MESSAGE_BASE_SIZE): Define.
6064         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6065
6066 2004-04-13  Filip Navara  <xnavara@volny.cz>
6067
6068         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6069         Declare.
6070
6071 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6072
6073         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6074         MONITORINFO when compiling as C++.
6075
6076 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6077
6078         * README.w32api: List separate copyright conditions for some headers.
6079         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6080
6081 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6082
6083         * include/wingdi.h (RGB): Correct macro.
6084
6085 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6086
6087         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6088
6089 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6090
6091         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6092
6093 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6094
6095         * lib/Makefile.in: Add directx to .PHONY target.
6096         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6097         Don't include stdio.h or tchar.h.
6098         Replace _T() macro with TEXT() macro, throughout.
6099         Replace _stprintf with wsprintf, throughout.
6100
6101 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6102
6103         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6104         Add define.
6105         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6106         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6107         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6108
6109 2004-03-27  Filip Navara  <xnavara@volny.cz>
6110
6111         * include/directx: New subdir.
6112         * lib/directx: Ditto.
6113         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6114         dxerr9.h): New files.
6115         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6116         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6117         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6118         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6119         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6120         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6121         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6122         strmiids.c, test.c): Ditto.
6123         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6124         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6125
6126 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6127
6128         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6129         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6130         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6131
6132 2004-03-24  Filip Navara  <xnavara@volny.cz>
6133
6134         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6135         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6136
6137 2004-03-24  Filip Navara  <xnavara@volny.cz>
6138
6139         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6140         TaggedQueueing to TaggedQueuing.
6141         (_HW_INITIALIZATION_DATA): Likewise.
6142
6143 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6144
6145         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6146         prototype.
6147         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6148
6149 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6150
6151         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6152         (MmMapIoSpace): Likewise.
6153         Thanks to Dan Aloni  <da-x@colinux.org>
6154
6155 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6156
6157         * include/shellapi.h (NIM_* NIS_*): Define constants for
6158         notification icons with _WIN32_IE >= 0x0500.
6159         (NOTIFYICONDATA): Add new structure members for notification
6160         icons with _WIN32_IE >= 0x0500.
6161
6162 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6163
6164         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6165         Add defines.
6166         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6167         (GROUPID) Add typedef.
6168         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6169         (CreateUrlCacheGroup): Add prototype.
6170         (DeleteUrlCacheGroup): Add prototype.
6171         (FindFirstUrlCacheGroup): Add prototype.
6172         (FindNextUrlCacheGroup): Add prototype.
6173         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6174         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6175
6176 2004-03-10  Al Slater  <al.slater@scluk.com>
6177
6178         * include/winsock2.h: Add missing LPFN_ typdefs for
6179         function pointers.
6180         Clean up whitespace.
6181
6182 2004-03-05  Filip Navara  <xnavara@volny.cz>
6183
6184         * include/ddk/scsi.h: Replace assert with ASSERT.
6185         * include/ddk/video.h: Ditto.
6186         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6187         * include/ddk/tdi.h: Correct packing.
6188
6189 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6190
6191         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6192         NONAMELESSUNION case.
6193
6194 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6195
6196         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6197         __VARIANT_NAME_ constants.
6198
6199 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6200
6201         * include/uxtheme.h: Include <commctrl.h>
6202
6203 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6204
6205         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6206
6207 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6208
6209         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6210         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6211         together.
6212         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6213         (V_I8, V_I8REF): Correct macros.
6214         (V_DECIMAL): Correct macro definitions.
6215         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6216         constants.
6217         (VTBIT_*): Define constants.
6218         (UDATE): Add structure definition.
6219         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6220         functions.
6221         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6222         (SafeArrayCreateVectorEx): Declare function.
6223         (Var*): declare VARIANT manipulation functions.
6224         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6225         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6226         macros.
6227
6228 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6229
6230         * include/oaidl.h (FADF_*): Define missing constants.
6231         (IDispatch_*): Define COBJ macros.
6232         (VARIANT): Add missing union members llVal and ullVal.
6233         (wireVARIANT): Likewise.
6234         (ITypeinfo_*): Define COBJ macros.
6235         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6236         LPDISPATCH* to LPDISPATCH.
6237         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6238         VAR_CALENDAR_*): Add missing constants.
6239         (SafeArray[Get/Set]*): Add prototypes.
6240         (Var*From*):  Add missing prototypes.
6241         (NUMPRS_*): Add defines.
6242         (NUMPARSE): Define structure.
6243         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6244         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6245         * include/winuser.h (COLOR_*): Define missing constants.
6246         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6247         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6248
6249 2004-02-23  Filip Navara  <xnavara@volny.cz>
6250
6251         * include/ddk/video.h: Corrected packing.
6252
6253 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6254
6255         * include/GL/glu.h (GLU_ERROR): Define.
6256         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6257
6258 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6259
6260         * include/GL/glu.h: Include <stddef.h>.
6261         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6262
6263 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6264
6265         * include/w32api.h: Increment version to 3.0.
6266         * Makefile.in: Ditto.
6267         * README.win32api: Modify license to Public Domain per agreement as
6268         found in the mingw-dvlpr list archive.
6269
6270 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6271
6272         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6273         (DIRECTORY_TRAVERSE): Ditto.
6274         (DIRECTORY_CREATE_OBJECT): Ditto.
6275         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6276         (DIRECTORY_ALL_ACCESS): Ditto.
6277         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6278
6279 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6280
6281         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6282
6283         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6284         Thanks to Mike Nordell <tamlin at algonet dot se>.
6285
6286 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6287
6288         * lib/dnsapi.def: New file.
6289         * lib/test.c: Include windns.h.
6290
6291 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6292
6293         * include/windns.h: New file.
6294
6295 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6296
6297         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6298         defines.
6299         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6300         (SQLSetDescFieldW): Correct prototype.
6301         (SQLSetDescFieldA): Add prototype.
6302         (SQLGetDescFieldW): Add prototype.
6303
6304 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6305
6306         * include/winuser.h (DFC_POPUPMENU): Add define.
6307
6308 2004-02-07  Dan Aloni  <da-x@gmx.net>
6309
6310         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6311         suffix.
6312
6313 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6314
6315         * include/oleacc.h (LIBID_Accessibility): Declare.
6316         * lib/uuid.c (LIBID_Accessibility): Define.
6317
6318 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6319
6320         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6321         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6322
6323 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6324
6325         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6326         defines.
6327
6328 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6329
6330         * include/winuser.h (RT_MANIFEST): Make conditional on
6331         RC_INVOKED.
6332         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6333         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6334         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6335         defines.
6336
6337 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6338
6339         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6340
6341 2004-01-15  Filip Navara  <xnavara@volny.cz>
6342
6343         * include/ddk/mcd.h: Don't care about value of DBG define.
6344         * include/ddk/srb.h: Ditto.
6345         * include/ddk/storport.h: Ditto.
6346         * include/ddk/video.h: Ditto.
6347         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6348         GetAddressByNameW): Correct protoype.
6349         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6350
6351 2004-01-05  Filip Navara  <xnavara@volny.cz>
6352
6353         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6354         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6355         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6356         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6357         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6358         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6359         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6360         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6361         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6362         SSF_*): Add defines.
6363         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6364         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6365         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6366         Correct.
6367         (IEnumIDList): Add COBJMACROS.
6368         * include/winuser.h (MIM_*): Add define.
6369
6370 2004-01-04  Filip Navara  <xnavara@volny.cz>
6371
6372         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6373         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6374         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6375         PERSIST_FOLDER_TARGET_INFO): Define structures.
6376         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6377         IPersistFolder2, IPersistFolder3): Add COM interface
6378         definitions.
6379         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6380         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6381         Add COBJMACROS.
6382         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6383         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6384         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6385
6386 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6387
6388         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6389         declarations.
6390         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6391
6392 2004-01-03  Filip Navara  <xnavara@volny.cz>
6393
6394         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6395         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6396         declare IID's.
6397         (IErrorInfo): Add COBJMACROS.
6398         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6399         (CoGetPSClsid): Add protototype,
6400         (CoRegisterPSClsid): Likewise.
6401         * include/objidl.h (IMarshal): Correct methods.
6402         (IMallocSpy): Likewise,
6403         (LPPSFACTORYBUFFER): Add typedef.
6404         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6405         IID.
6406         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6407         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6408         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6409         structures.
6410         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6411         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6412         IQuickActivate): Define interfaces. Declare IID's.
6413         (IPersistPropertyBag2): Add COBJMACROS.
6414         (LPOLEUNDOMANAGER): Add typedef.
6415         (LPPROPERTYBAG2): Likewise.
6416         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6417         (BINDSPEED): Add definition.
6418         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6419         IDropTarget): Add COBJMACROS.
6420         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6421         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6422         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6423         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6424         Add IID definitions.
6425
6426 2004-01-02  Filip Navara  <xnavara@volny.cz>
6427
6428         * include/ddk/winddk.h: Don't care about value of
6429         DBG define.
6430
6431 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6432             Filip Navara  <xnavara@volny.cz>
6433
6434         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6435         _DDK_DUMMYUNION_N_MEMBER): New macros.
6436         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6437         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6438         Use them.
6439
6440 2004-01-01  Filip Navara  <xnavara@volny.cz>
6441
6442         * include/objbase.h: Don't care about value of DBG define.
6443         * include/objidl.h: Add some COBJMACROS.
6444         * include/ocidl.h: Ditto.
6445         * include/oleidl.h: Ditto.
6446         * include/servprov.h: Ditto.
6447         * include/shlobj.h: Ditto.
6448         * include/shlobj.h (IContextMenu2): Correct parent in
6449         DECLARE_INTERFACE.
6450         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6451         Define interfaces.
6452         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6453         Add new constants for _SETUPAPI_VER >= 0x501.
6454
6455 2004-01-01  Filip Navara  <xnavara@volny.cz>
6456
6457         * include/winnt.h (NtCurrentTeb): Add inline definition.
6458
6459 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6460
6461         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6462         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6463
6464 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6465
6466         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6467         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6468         * include/ddk/cfg.h (DN_*): Add defines.
6469
6470 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6471
6472         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6473
6474 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6475
6476         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6477         (NMTVGETINFOTIP): Add structure.
6478
6479 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6480
6481         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6482         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6483         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6484
6485 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6486
6487         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6488         Add macros.
6489         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6490         constants.
6491         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6492         (SHCOLUMNDAT): Likwise.
6493         (SHCOLUMNID): Likewise.
6494         (SHCOLUMNINFO): Likewise.
6495         (SHCOLSTATE): Add enum.
6496         (IColumnProvider): Add COM interface.
6497         (IQueryInfo): Likewise.
6498         (IShellIconOverlayIdentifier): Likewise.
6499         * include/shlguid.h (IID_IColumnProvider) Declare.
6500         (IID_IQueryInfo): Likweise.
6501         (IID_IShellIconOverlayIdentifier): Likwise.
6502         * lib/shell32.c (IID_IColumnProvider) Define.
6503         (IID_IQueryInfo): Likweise.
6504         (IID_IShellIconOverlayIdentifier): Likwise.
6505
6506 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6507
6508         * include/winuser.h (RT_MANIFEST): Add define.
6509
6510 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6511
6512         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6513
6514 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6515
6516         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6517         (GetFiberData): Likewise.
6518         (GetCurrentFiber): Change volatile to __volatile__.
6519         (GetFiberData): Likewise.
6520
6521 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6522
6523         * lib/Makefile.in: Use make function to locate .mri file to allow
6524         building in directory other than source directory.
6525
6526 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6527
6528         * lib/vfw32.def: Remove, replacing with ...
6529         * lib/msvfw32.def: New file.
6530         * lib/avicap32.def: New file.
6531         * lib/avifil32.def: New file.
6532         * lib/vfw32.mri: New file.
6533         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6534         import libs with multiple dll's.
6535         (LIBS): Add MIMPLIBS.
6536         (DISTFILES): Add MRI_FILES.
6537         (libvfw32.a): Build using mri script.
6538
6539 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6540
6541         * include/winnt.h (PAGE_*): Group defines together. Change
6542         constants to hex notation.
6543
6544 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6545
6546         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6547
6548 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6549
6550         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6551         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6552         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6553         Add prototypes.
6554         * lib/shell32.def: Add stubs.
6555
6556         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6557         compiler warnings.
6558
6559 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6560
6561         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6562
6563 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6564
6565         * include/windows.h (CopyCursor): Define as macro.
6566
6567 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6568
6569         * include/winnt.h (CONTAINING_RECORD): Add macro.
6570
6571 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6572
6573         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6574         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6575         defines.
6576
6577 2003-10-13  Filip Navara  <xnavara@volny.cz>
6578
6579         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6580         defines for Dynamic Storage Arrays.
6581         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6582         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6583         and defines for Flat ScrollBars.
6584         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6585         DefSubclassProc): Add prototypes for subclassing.
6586         (DrawShadowText): Add prototype.
6587         (COMCTL32_VERSION): Define.
6588
6589 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6590
6591         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6592         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6593
6594 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6595
6596         * include/winnt.h (SM_REMOTESESSION): Add define.
6597         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6598
6599 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6600
6601         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6602         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6603         duplicate definitions.
6604         (KP_X, KP_Y): Correct typos.
6605
6606 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6607
6608         * include/afxres.h: New file.
6609
6610         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6611         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6612         ENM_SCROLLEVENTS): Add constants.
6613
6614         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6615
6616 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6617
6618         * include/errorep.h: New file.
6619
6620         * lib/faultrep.def: New file.
6621
6622 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6623
6624         * include/winbase.h (AddVectoredExceptionHandler): Define if
6625         _WIN32_WINNT >= 0x0500.
6626
6627         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6628         _WIN32_WINNT >= 0x0500.
6629
6630 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6631
6632         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6633         _WIN32_WINNT >= 0x0501.
6634
6635 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6636
6637         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6638         UnregisterWaitEx): Add functions.
6639
6640         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6641         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6642         or guard function. The MSDN says it is available on Windows XP and
6643         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6644         Huh?
6645
6646         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6647         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6648         ZombifyActCtx, QueryActCtxW): Add functions.
6649
6650         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6651         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6652         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6653         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6654
6655         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6656         SetFirmwareEnvironmentVariable[AW]): Add functions.
6657
6658         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6659         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6660         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6661         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6662         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6663
6664         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6665         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6666
6667         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6668         (ACTIVATION_CONTEXT_INFO_CLASS,
6669         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6670         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6671         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6672         Add structures.
6673
6674         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6675         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6676         SetFileShortName[AW], SetFileValidData,
6677         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6678         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6679
6680 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6681
6682         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6683         ResetWriteWatch): Add function.
6684
6685         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6686         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6687         Add functions.
6688
6689         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6690         (GetSystemWow64Directory[AW], HeapQueryInformation,
6691         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6692         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6693         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6694         RemoveVectoredExceptionHandler): Add functions.
6695
6696         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6697         Add enumeration.
6698
6699         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6700         Add function.
6701
6702         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6703         Add function. The MSDN Magazine of June 2003 reads:
6704                 RestoreLastError is an enigma. It's code is identical to
6705                 SetLastError. It's unclear to me why it was made into a
6706                 separate API.
6707
6708         * lib/user32.def (GetSystemWindowsDirectory[AW],
6709         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6710         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6711         InterlockedFlushSList, InterlockedPopEntrySList,
6712         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6713         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6714         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6715         RestoreLastError): Add functions.
6716
6717 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6718
6719         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6720         GetProcessIoCounters): Add functions.
6721
6722         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6723         Move around, needed by GetComputerNameEx.
6724
6725         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6726         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6727         Add functions.
6728
6729         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6730         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6731
6732         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6733         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6734         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6735         Windows XP SP1 and better.
6736
6737         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6738         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6739         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6740         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6741         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6742         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6743         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6744         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6745         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6746
6747         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6748         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6749         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6750         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6751         Add functions.
6752
6753 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6754
6755         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6756         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6757         DebugSetProcessKillOnExit): Add functions.
6758
6759         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6760         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6761         DnsHostnameToComputerName[AW]): Add functions.
6762
6763         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6764         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6765         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6766
6767 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6768
6769         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6770         on Windows XP and later.
6771
6772 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6773
6774         * include/commctrl.h (TreeView_Select): Returns BOOL.
6775
6776 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6777
6778         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6779
6780         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6781         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6782
6783         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6784         CreateTimerQueueTimer): Add function.
6785
6786         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6787         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6788
6789         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6790         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6791
6792         * include/winnt.h (WT_*): Add constants.
6793
6794         * lib/user32.def (CancelDeviceWakeupRequest,
6795         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6796         DeactivateActCtx): Add functions.
6797
6798 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6799
6800         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6801         Add function. Sometimes I don't understand MSDN. This function is
6802         available on Windows XP and Server 2003, but the SDK is supposed to
6803         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6804         Mmmh...
6805
6806         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6807         Guard function. Same remark as above.
6808
6809         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6810         Add functions.
6811
6812 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6813
6814         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6815         Add constants.
6816
6817         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6818         structures.
6819
6820         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6821         function. MSDN says the first argument is HACTCTX but I'm not sure
6822         where such a specialized handle is defined, so use HANDLE instead.
6823
6824         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6825         CheckNameLegalDOS8Dot3[AW]): Add functions.
6826
6827         * lib/user32.def (ActivateActCtx, AttachConsole,
6828         CheckNameLegalDOS8Dot3[AW]): Add functions.
6829
6830         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6831         Unfortunately I don't know which header to put the declarations in.
6832
6833 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6834
6835         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6836         Add constants.
6837
6838         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6839         constants for National Language Support.
6840
6841         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6842         Language Support.
6843
6844         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6845         Language Support.
6846
6847         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6848         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6849         Add functions.
6850
6851         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6852         functions. Strange... I am unable to find which library contains
6853         these functions. Can't find anything with pexports. Any clue?
6854
6855         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6856         SetUserGeoID): Add functions.
6857
6858 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6859
6860         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6861         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6862
6863         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6864         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6865         value for constants.
6866
6867 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6868
6869         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6870         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6871         the algorithms.
6872
6873 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6874
6875         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6876
6877 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6878
6879         * include/wincrypt.h (KP_*): Add constants. Needed by
6880         CryptSetKeyParam() and other functions.
6881
6882 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6883
6884         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6885         Add constants, related to Console Accessibility.
6886
6887 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6888
6889         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6890         wrong value for constant.
6891
6892 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6893
6894         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6895
6896         * include/uxtheme.h: Cleanup.
6897         * include/tmschema.h: Cleanup.
6898
6899 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6900
6901         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6902         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6903
6904 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6905
6906         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6907
6908 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6909
6910         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6911         both winuser.h and dbt.h.
6912         * include/dbt.h (BSF_*, BSM_*): Likewise.
6913
6914         * include/winuser.h (struct tagRAWINPUT): Remove
6915         _ANONYMOUS_UNION tag from named union.
6916         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6917
6918 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6919
6920         * include/dhcpcdsk.h: New file.
6921         Note that MSDN is confused about whether it should start constant
6922         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6923         experience suggests it's DHCPCAPI with `C'.
6924
6925         * lib/dhcpcsvc.def: New file.
6926
6927 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6928
6929         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6930         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6931
6932         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6933         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6934         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6935         for use in RAWINPUTDEVICE.
6936
6937         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6938         (GetRawInputDeviceInfo[AW]): Ooops... there are
6939         ANSI/Unicode versions of this function.
6940
6941         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6942         are ANSI/Unicode versions of this function.
6943
6944 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6945
6946         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6947         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6948         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6949         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6950         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6951         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6952         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6953         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6954         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6955         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6956         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6957         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6958         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6959         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6960         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6961         RIDI_DEVICEINFO): Add constants.
6962
6963         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
6964         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
6965         RAWINPUTDEVICELIST): Add structures.
6966
6967         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
6968         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
6969         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
6970
6971         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
6972         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
6973         GetRegisteredRawInputDevices): Add functions.
6974
6975 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6976
6977         * include/winable.h (BlockInput): Add function.
6978
6979         * include/winable.h (WS_ACTIVECAPTION): Add constant.
6980         For use with WINDOWINFO structure.
6981
6982         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
6983         Add function.
6984
6985         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
6986         Add function.
6987
6988         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
6989         Add function...
6990
6991         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
6992         ...and duplicate.
6993
6994         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
6995         Guard function...
6996
6997         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
6998         ...and duplicate.
6999
7000         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
7001         Guard function...
7002
7003         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
7004         ...and duplicate.
7005
7006         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
7007         HARDWAREINPUT, INPUT): Guard structures...
7008
7009         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
7010         HARDWAREINPUT, INPUT): ...and duplicate.
7011
7012         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
7013         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
7014
7015         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7016         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
7017
7018         * include/winuser.h: Move around some lines. Reformat according
7019         to recommended or dominant style. Remove FAR keyword.
7020
7021         * include/winable.h: Move around some lines.
7022
7023         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
7024         LockWorkStation, UnhookWinEvent): Add functions.
7025
7026 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7027
7028         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
7029         PW_CLIENTONLY): Add function and constant.
7030
7031         * lib/user32.def (PrintWindow): Add function.
7032
7033 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7034
7035         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
7036
7037         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
7038
7039 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7040
7041         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
7042         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
7043         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
7044
7045         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
7046
7047 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7048
7049         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7050         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7051         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7052
7053         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7054         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7055         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7056
7057         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7058         Add function.
7059
7060         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7061         Add functions.
7062
7063 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7064
7065         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7066         ACE_OBJECT_TYPE_PRESENT): Add constants.
7067         For use with OBJECTS_AND_NAME structure.
7068
7069 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7070
7071         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7072         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7073         void* instead.
7074
7075         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7076         PINHERITED_FROM[AW]): Add structures.
7077
7078         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7079
7080 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7081
7082         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7083
7084 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7085
7086         * lib/version.def (LIBRARY): Quote name.
7087
7088 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7089
7090         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7091         and constants.
7092
7093         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7094         GR_USEROBJECTS): Add functions and constants.
7095
7096         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7097         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7098
7099         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7100         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7101         constants.
7102
7103         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7104         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7105
7106 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7107
7108         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7109         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7110         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7111         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7112         BSF_RETURNHDESK): Add functions and constants.
7113
7114         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7115         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7116
7117         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7118         GetProcessDefaultLayout, SetProcessDefaultLayout,
7119         RealChildWindowFromPoint, SetProcessDefaultLayout,
7120         SwitchToThisWindow): Add functions.
7121
7122         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7123         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7124         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7125         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7126         RealChildWindowFromPoint, SetProcessDefaultLayout,
7127         SwitchToThisWindow): Add function.
7128
7129 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7130
7131         * include/winuser.h (DeregisterShellHookWindow): Add function.
7132
7133         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7134
7135         * lib/user32.def (EndTask): Add function.
7136
7137         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7138         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7139
7140         * include/winable.h: Reorder target macros.
7141
7142         * lib/*.def: Cleanup.
7143
7144 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7145
7146         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7147         function.
7148
7149         * lib/user32.def (AnimateWindow): Add function. By the way
7150         there are ~ 140 symbols missing from this file when comparing
7151         to user32.dll on Windows XP.
7152
7153 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7154
7155         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7156         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7157         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7158         AnimateWindow().
7159
7160 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7161
7162         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7163         LPGUITHREADINFO): Add function and associated typedef...
7164
7165         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7166         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7167         seems to be required on older versions of Windows.
7168
7169 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7170
7171         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7172         function. MSDN suggests using gluErrorUnicodeStringWIN
7173         instead of gluErrorString, as it allows both ANSI and Unicode
7174         error strings.
7175
7176         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7177         returned pointer const for consistency reasons.
7178
7179 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7180
7181         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7182         Function exists in glu32.def but is undocumented on MSDN.
7183         A Google search came up with this declaration.
7184
7185 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7186
7187         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7188         headers from OpenGL Sample Implementation. Windows ships with
7189         GLU 1.2 so some constants and functions were removed. Then some
7190         typedef's and function declarations were reworked to look like
7191         the previous GL/glu.h.
7192
7193 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7194
7195         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7196         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7197         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7198
7199         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7200         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7201         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7202         and `enum THEMESIZE'.
7203
7204 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7205
7206         * include/uxtheme.h: New file.
7207         * include/tmschema.h: New file.
7208         * include/uxtheme.def: New file.
7209         * lib/test.c: Include uxtheme.h, tmschema.h.
7210
7211 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7212
7213         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7214         Add defines.
7215
7216 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7217
7218         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7219         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7220         <winable.h> as seems to be required on older versions of
7221         Windows.
7222
7223 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7224
7225         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7226         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7227         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7228         Add defines, the last one only on Windows XP...
7229
7230         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7231         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7232         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7233         them in <winable.h> as seems to be required on older
7234         versions of Windows.
7235
7236 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7237
7238         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7239         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7240         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7241         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7242         back into <winuser.h>...
7243
7244         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7245         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7246         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7247         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7248         comment out in <winable.h>. MSDN may say <winable.h> but this
7249         breaks many programs. It seems it used to be <winable.h> on
7250         older versions of Windows.
7251
7252 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7253
7254         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7255         Thanks to Will Levine  <willll@users.sourceforge.net>
7256
7257 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7258
7259         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7260         const struct sockaddr*.
7261         (LPWSPCONNECT): Likewise.
7262         (LPWSPJOINLEAF): Likewise.
7263         (LPWSPSENDTO): Likewise.
7264         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7265
7266 2003-09-15  Filip Navara  <xnavara@volny.cz>
7267
7268         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7269         Add definitions.
7270
7271 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7272
7273         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7274         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7275         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7276         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7277         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7278
7279         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7280         (EnumDisplayDevices[A,W]): Likewise.
7281
7282 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7283
7284         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7285         throughout.
7286
7287 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7288
7289         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7290         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7291         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7292         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7293         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7294         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7295         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7296         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7297         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7298         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7299         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7300         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7301         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7302         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7303         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7304         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7305         with documentation.
7306         * include/olectl.h: Do #include <ocidl.h>.
7307         * include/ocidl.h: Don't #include <olectl.h>.
7308
7309 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7310
7311         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7312         Change guards to use numeric constants, throughout.
7313
7314 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7315
7316         * include/w32api.h: Increment version to 2.5.
7317         * Makefile.in: Ditto.
7318
7319 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7320
7321         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7322         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7323
7324 2003-09-08  Filip Navara  <xnavara@volny.cz>
7325
7326         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7327         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7328
7329 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7330
7331         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7332         * include/winbase.h (_NT5, etc): Ditto.
7333
7334 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7335
7336         * lib/snmpapi.def (LIBRARY) Add library name.
7337         Remove '\r', throughout.
7338         * lib/wsnmp32.def: Remove '\r', throughout.
7339         * lib/igmpagnt.def: Likewise.
7340
7341 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7342
7343         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7344         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7345         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7346         (MWMO_*): Add flags.
7347
7348         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7349         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7350         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7351         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7352
7353 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7354
7355         * lib/test.c: Add vfw.h to includes.
7356         * include/mmsystem.h: Add #ifndef guard to definition of
7357         mmioFOURCC macro.
7358         * include/vfw.h: Protect __OBJC__ from COM declarations.
7359
7360 2003-08-26  Filip Navara  <xnavara@volny.cz>
7361
7362         * include/vfw.h: New file.
7363
7364 2003-08-26  Filip Navara  <xnavara@volny.cz>
7365
7366         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7367         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7368         PIO_COMPLETION_ROUTINE.
7369
7370 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7371
7372         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7373         includes.
7374
7375 2003-08-26  Filip Navara  <xnavara@volny.cz>
7376
7377         * include/snmp.h: New file.
7378         * include/winsnmp.h: New file.
7379         * include/mgmtapi.h: New file.
7380         * lib/snmpapi.def: New file.
7381         * lib/wsnmp32.def: New file.
7382         * lib/igmpagnt.def: New file.
7383         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7384         (SnmpMgrGetTrapEx): Ditto.
7385         (SnmpMgrMIB2Disk): Remove.
7386         (dbginit): Remove.
7387
7388 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7389
7390         * include/ddk/ntifs.h: Change all C++ style comments to C.
7391         * include/GL/gl.h: Ditto.
7392
7393 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7394
7395         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7396         (SFGAO_HIDDEN): Add define.
7397
7398 2003-08-25  Filip Navara  <xnavara@volny.cz>
7399
7400         * include/commctrl.h (ILCF_*): Add defines.
7401         (ILD_*): Ditto.
7402         (HDS_*): Ditto.
7403         (IPN_FIRST, IPN_LAST): Cast to UINT.
7404         (SBN_FIRST, SBN_LAST): Add defines.
7405         (PGN_*): Ditto.
7406         (HDF_JUSTIFYMASK): Fix typo.
7407         (HDM_*): Add defines.
7408         (HICF_*): Ditto.
7409         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7410         (TBSTATE_MARKED): Add define.
7411         (TBSTYLE_EX_*): Add defines.
7412         (TBCDRF_*): Ditto.
7413         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7414         (TB_*): Ditto.
7415         (TBN_*): Ditto.
7416         (TBNRF_*): Ditto.
7417         (TTF_*): Ditto.
7418         (TBCD_*): Ditto.
7419         (TBDDRET_*): Ditto.
7420         (TBIMHT_*): Ditto.
7421         (TTM_*): Ditto.
7422         (UDM_*): Ditto.
7423         (TBIF_BYINDEX): Define as hex constant.
7424         (CDIS_*): Add defines.
7425         (CDDS_SUBITEM): Add define.
7426         (LVIF_*): Add defines.
7427         (LVM_*): Ditto.
7428         (LVGIT_UNFOLDED): Add define.
7429         (TVM_): Add defines.
7430         (TVE_EXPANDPARTIAL): Add define.
7431         (TVGN_LASTVISIBLE): Ditto.
7432         (TVN_*): Add defines.
7433         (TVNRET_*): Add defines.
7434         (TCIF_STATE): Add define.
7435         (NM_TOOLTIPSCREATED): Ditto.
7436         (CCM_*): Add defines.
7437         (INFOTIPSIZE): Add numeric value.
7438         (ODT_LISTVIEW): Ditto.
7439         (MCM_GETMAXTODAYWIDTH): Ditto.
7440         (MCHT_*): Add defines.
7441         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7442         (PGF_*): Add defines.
7443         (PGM_*): Ditto.
7444         (TBINSERTMARK): Add structure.
7445         (LPIMAGEINFO) Add typedef.
7446         (LPHDHITTESTINFO): Ditto.
7447         (NMLVGETINFOTIP[AW]: Add structures.
7448         (NMTBCUSTOMDRAW): Add structure.
7449         (TTTOOLINFOA_V*_SIZE): Add macros.
7450         (TTTOOLINFOW_V1_SIZE): Ditto.
7451         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7452         (LVITEM[AW]: Ditto.
7453         (TCITEM[AW]):Ditto.
7454         (CCSIZEOF_STRUCT): Correct macro definition.
7455         (ListView_*): Add new macros.
7456         (HIMAGELIST): Correct typedef.
7457         (HTREEITEM): Ditto.
7458
7459 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7460
7461         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7462         TCHITTESTINFO for backward compatibility.
7463         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7464         compatibility.
7465
7466 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7467
7468         * include/objidl.h (COBJMACROS): Define macros only
7469         if using C interace.
7470         * include/unknwn.h: Ditto.
7471         * include/comcat.h: Ditto.
7472
7473 2003-08-24  Filip Navara  <xnavara@volny.cz>
7474
7475         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7476         PSH_NOCONTEXTHELP): Define.
7477         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7478         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7479         (LPDLGTEMPLATE[AW]): Add typedefs.
7480
7481 2003-08-22  Filip Navara  <xnavara@volny.cz>
7482
7483         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7484         Add prototypes.
7485         BuildImpersonateTrustee[AW]): Add prototypes.
7486         GetMultipleTrustee[AW]): Add prototypes.
7487         GetMultipleTrusteeOperation[AW]): Add prototypes.
7488
7489 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7490
7491         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7492
7493 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7494
7495         * include/shlobj.h (IPersistFolder::GetClassID):
7496         Correct declaration.
7497         (CMF_*) Add missing defines.
7498
7499 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7500
7501         * include/winuser.h (DC_BUTTONS): Add define.
7502
7503 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7504
7505         * include/winuser.h (DC_GRADIENT): Add define.
7506
7507 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7508
7509         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7510         older TBSTYLE_* constants.
7511
7512 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7513
7514         * include/commctrl.h (TB_*) Group defines together.
7515
7516 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7517
7518         * include/winuser.h (ICON_SMALL2): Define.
7519         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7520         Define.
7521         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7522         (IDragSourceHelper) Define interface.
7523         (IDropTargetHelper): Likewise.
7524         (IExtractIcon): Unicode it.
7525         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7526         OnStateChange and IncludeObject methods.
7527
7528 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7529
7530         * include/commctrl.h (TreeView_GetScrollTime,
7531         TreeView_SetScrollTime): Define macros.
7532         * include/winuser.h (GetShellWindow): Add prototype.
7533         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7534
7535 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7536
7537         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7538         IID_IDragSourceHelper): Declare.
7539         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7540         IID_IDragSourceHelper): Define.
7541
7542 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7543
7544         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7545         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7546         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7547
7548 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7549
7550         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7551         CGID_ShellServiceObject): Remove definitions.
7552         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7553
7554 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7555
7556         * include/shlobj.h (SHELLSTATE): Add structure.
7557         (SHGetSetSettings): Add prototype.
7558         (SHGetSettings): Add prototype.
7559         * lib/shell32.def (SHGetSetSettings): Add stub.
7560
7561 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7562
7563         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7564         (Header_OrderToIndex): Add macro.
7565         (Header_GetOrderArray): Add macro.
7566
7567         * include/commdlg.h (FR_MATCHALEFHAMZA,
7568         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7569
7570 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7571
7572         * include/commctrl.h (TVM_GETSCROLLTIME,
7573         TVM_SETSCROLLTIME): Add defines.
7574
7575 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7576
7577         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7578         (SHGetInstanceExplorer): Correct return type.
7579         (SHGetFolderPath[AW]): Likewise.
7580         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7581         for report.
7582
7583 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7584
7585         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7586
7587 2003-08-01  Filip Navara  <xnavara@volny.cz>
7588
7589         * include/winldap.h: New file.
7590         * include/ntldap.h: New file.
7591         * include/winber.h: New file.
7592         * lib/winldap32.def: New file.
7593
7594 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7595
7596         * include/ddk/atm.h: Remove stray '.';
7597
7598 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7599
7600         * include/ddk/winddk.h: Remove trailing ';' from macros,
7601         throughout. Add () around defines with cast returns, throughout.
7602
7603 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7604
7605         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7606         (SFGAOF, SHGDNF): Add typedef's.
7607         (SHCONTF): Extend enum.
7608
7609 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7610
7611         * include/shellapi.h: Include all structs within pshpack2.h/
7612         poppack.h block.
7613
7614 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7615
7616         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7617         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7618         _WIN32_WINDOWS, not WINVER.
7619         (AllowSetForegroundWindow,LockSetForegroundWindow,
7620         SetLayeredWindowAttributes): Likewise.
7621         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7622         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7623         Add stubs.
7624
7625 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7626
7627         * include/objidl.h (IMalloc): Fix typo.
7628
7629 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7630
7631         * include/dkk/ntifs.h: Fix typo in guard for
7632         #pragma GCC system_header.
7633
7634 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7635
7636         * include/objidl.h (PropVariant): Add CHAR cVal field
7637         to union.
7638         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7639         FMTID_UserDefinedProperties): Declare.
7640
7641 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7642
7643         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7644
7645 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7646
7647         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7648         DUPLICATE_SAME_ACCESS): Remove defines.
7649         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7650         ddk/ntapi.h defines.
7651         (SEM_*) : Likewise.
7652         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7653         ddk/ntifs.h defines.
7654         (FILE_*): Likewise.
7655         (MEM_IMAGE, SEC_*): Likewise.
7656         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7657         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7658         (TOKEN_*): Sync with ddk/ntifs.h defines.
7659         * include/ddk/ntapi.h: Add comments noting definitions in
7660         winbase.h.
7661         * include/ddk/ntifs.h: Add comments noting definitions in
7662         winnt.h.
7663         * include/ddk/winddk.h: Add comments noting definitions in
7664         winnt.h.
7665
7666 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7667
7668         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7669         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7670
7671 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7672
7673         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7674
7675 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7676
7677         Clean up warnings in ddk.
7678
7679         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7680         conditional on  __cplusplus.
7681         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7682         defines, throughout.
7683         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7684         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7685         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7686         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7687         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7688         defines, throughout.
7689         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7690         defines, throughout. Remove trailing semicolon from *_S 'structure'
7691         macro expansion, throughout. Remove trailing semicolon from
7692         DECLARE_UNKNOWN_STRUCT macro expansion.
7693         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7694         _ANONYMOUS_UNION.
7695         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7696         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7697         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7698         Add _ANONYMOUS_UNION.
7699         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7700         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7701         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7702         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7703         match proto in ntapi.h.
7704         (ZwSetInformationObject): Likewise.
7705         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7706         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7707         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7708         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7709         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7710         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7711         last comma.
7712         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7713         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7714         trailing semicolon when expanding macro.
7715         (GENERAL_LOOKASIDE_S): Likewise.
7716         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7717         Change inline to __inline, throughout.
7718         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7719
7720 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7721
7722         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7723         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7724         KPRIORITY.
7725         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7726         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7727         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7728         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7729         to anonymous structs.
7730
7731 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7732
7733         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7734
7735         * include/winuser.h (mouse_event): Correct type of fifth param,
7736         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7737
7738 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7739
7740         * include/winnt.h (HANDLE): Define based on STRICT filter.
7741         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7742         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7743
7744 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7745
7746         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7747         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7748         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7749         for report.
7750
7751 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7752
7753         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7754
7755 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7756
7757         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7758         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7759         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7760         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7761         (TPM_RECURSE): Add guard for Win98/Win2K.
7762         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7763
7764 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7765
7766         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7767         avoid user namespace conflicts.
7768
7769 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7770
7771         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7772         _IE3, _IE4, _IE5, _IE6): Add definitions.
7773         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7774         >= Win98.
7775         Change existing guards to use the above macro names as appropriate.
7776         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7777         Note: Also added to mingw/include/_mingw.h.
7778
7779 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7780
7781         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7782         PathFindSuffixArrayA, PathFindSuffixArrayW,
7783         PathFindExtensionA, PathFindExtensionW, StrStrW
7784         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7785         explicit type.
7786
7787 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7788
7789         * include/richedit.h (PARAFORMAT2): Add definition.
7790         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7791         missing constants.
7792
7793 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7794
7795         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7796         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7797         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7798         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7799
7800 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7801
7802         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7803         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7804         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7805         that these are obsolete no-ops.
7806
7807 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7808
7809         * include/winbase.h (GetProcessWorkingSetSize,
7810         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7811         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7812         Correct prototypes.
7813
7814 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7815
7816         * include/winuser.h (TPM_RECURSE): Add define.
7817
7818 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7819
7820         * lib/test.c: #include <powrprof.h>.
7821
7822 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7823
7824         * include/powerprof.h: New file.
7825         * lib/powerprof.def: New file.
7826
7827 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7828
7829         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7830         protection.
7831
7832 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7833
7834         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7835         hInstance members to HINSTANCE.
7836         Thanks to: Brenden T. <brenden@rcsis.com>
7837
7838 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7839
7840         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7841         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7842
7843 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7844
7845         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7846         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7847         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7848         Remove.
7849         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7850
7851 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7852
7853         * lib/oleacc.def: New file.
7854         * include/winable.h: New file.
7855         * include/oleacc.h: Add extern "C" guard.
7856         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7857         (AccessibleChildren, AccessibleObjectFromEvent,
7858         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7859         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7860         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7861         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7862         * include/winuser.h (NotifyWinEvent): Add prototype.
7863         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7864         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7865         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7866         OBJID_SOUND): Move from here to...
7867         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7868         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7869         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7870         OBJID_SOUND): Here, as per documentation.
7871         * lib/test.c: Include winable.h.
7872         * lib/user32.def (NotifyWinEvent): Add missing export.
7873
7874 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7875
7876         * include/winbase.h (HeapCompact): Correct prototype.
7877         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7878         SLIST_HEADER): Add.
7879
7880 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7881
7882         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7883
7884 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7885
7886         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7887
7888 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7889
7890         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7891         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7892
7893 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7894
7895         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7896         lpGlyphs field to LPWSTR.
7897
7898 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7899
7900         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7901         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7902         (PP_*): Add defines.
7903         (CryptContextAddRef): Add prototype.
7904         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7905
7906 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7907
7908         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7909
7910 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7911
7912         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7913         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7914         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7915         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7916         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7917         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7918         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7919         readability.
7920         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7921         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7922
7923 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7924
7925         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7926         Unname anonymous unions if NONAMELESSUNION not defined.
7927
7928 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7929
7930         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7931
7932 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7933
7934         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7935         anonymous unions as GCC extension.
7936
7937 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7938
7939         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7940         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7941         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7942         commented out).
7943         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7944
7945 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7946
7947         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7948         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7949         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7950
7951 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7952
7953         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7954         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7955         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7956         IProvideClassInfo2,IConnectionPointContainer,
7957         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7958         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7959         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7960         IPicture,IPictureDisp): Move from here to...
7961         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7962         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7963         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7964         IProvideClassInfo2,IConnectionPointContainer,
7965         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7966         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7967         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7968         IPicture,IPictureDisp): Here, as per documentation.
7969
7970 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
7971
7972         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
7973         * include/winbase.h (TerminateJobObject,
7974         AssignProcessToJobObject): Likewise.
7975         * include/servprov.h: New header.
7976         * lib/test.c: Include servprov.h.
7977
7978 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
7979
7980         * include/shlguid.h (CGID_ShellServiceObject): Declare.
7981         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
7982         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
7983         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
7984         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
7985         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
7986
7987 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
7988
7989         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
7990         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
7991         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
7992
7993 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
7994
7995         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
7996         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
7997         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
7998         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
7999         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
8000         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
8001         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
8002
8003 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
8004
8005         * include/commctrl.h (TBM_*): Add missing trackbar defines.
8006
8007 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8008
8009         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
8010         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
8011
8012 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
8013
8014         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
8015         (SetDCPenColor, SetDCBrushColor): Add prototypes.
8016         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
8017
8018 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
8019
8020         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
8021
8022 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8023
8024         * include/oaidl.h (ITypeMarshal): Add interface.
8025
8026 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8027
8028         * include/winioctl.h: Clean up formatting.
8029         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
8030         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
8031         (DISK_CACHE_INFORMATION): Likewise.
8032         (DISK_DETECTION_INFO): Likewise.
8033         (DISK_PARTITION_INFO): Likewise.
8034         (PARTITION_INFORMATION_EX): Likewise.
8035         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
8036
8037 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8038
8039         * include/winbase.h (DeleteVolumeMountPoint[AW],
8040         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
8041         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
8042         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
8043         SetVolumeMountPoint[AW]): Add prototypes.
8044         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
8045         IOCTL_DISK_SET_PARTITION_INFO_EX,
8046         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
8047         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
8048         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8049         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8050         IOCTL_DISK_GET_CACHE_INFORMATION,
8051         IOCTL_DISK_SET_CACHE_INFORMATION,
8052         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8053         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8054         FSCTL_MOVE_FILE): Define.
8055         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8056         DISK_CACHE_INFORMATION,
8057         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8058         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8059         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8060         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8061         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8062         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8063         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8064         MOVE_FILE_DATA,
8065         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8066         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8067         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8068         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8069         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8070         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8071         F3_240M_512, and F3_32M_512.
8072         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8073         stubs.
8074
8075 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8076
8077         * include/wingdi.h (DM_SPECVERSION): Define.
8078         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8079         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8080         appropriate _WIN32_WINNT values.
8081
8082 2003-04-15  Chris January  <chris@atomice.net>
8083
8084         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8085         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8086
8087 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8088
8089         * include/winuser.h (VK_*): Add missing defines.
8090
8091 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8092
8093         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8094         documented typedefs for struct _NM_UPDOWN.
8095         Add defines for backward comapatibility.
8096         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8097         * include/wininet.h (IRF_*): Add missing defines.
8098
8099 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8100
8101         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8102
8103 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8104
8105         * include/sspi.h: Add comment for FreeCredentialsHandle.
8106
8107 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8108
8109         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8110
8111 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8112
8113         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8114
8115 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8116
8117         * lib/uuid.c (IID_IHTML*): Move definitions to...
8118         * lib/mshtml-uuid.c: New file.
8119         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8120
8121 2003-03-30  Michael Sazonov  <traip@comset.net>
8122
8123         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8124         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8125         IHTMLImgElement): Add interface definitions.
8126
8127 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8128
8129         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8130         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8131         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8132         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8133         RC_INVOKED guard.
8134         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8135         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8136
8137 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8138
8139         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8140
8141 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8142
8143         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8144         TranslateName[AW]): Add prototypes.
8145         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8146         TranslateName[AW]): Add stubs.
8147         * lib/test.c: Include secext.h.
8148
8149 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8150
8151         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8152         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8153         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8154         _SpinLock.
8155
8156 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8157
8158         * include/w32api.h: Increment version to 2.4.
8159         * Makefile.in: Ditto.
8160
8161 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8162
8163         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8164         Move structure from here...
8165         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8166
8167         * include/ddk/ntapi.h (JOBOBJECT_*):
8168         Remove structures and enums definitions.
8169         (JOB_OBJECT*): Move defines from here...
8170         * include/winnt.h (JOB_OBJECT* ): To here.
8171
8172         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8173         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8174         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8175         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8176         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8177         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8178         and associated defines from here ...
8179         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8180         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8181         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8182         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8183         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8184         SYSTEM_POWER_CAPABILITIES):To here.
8185
8186         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8187         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8188         from here...
8189         * include/winnt.h (DEVICE_POWER_STATE,
8190         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8191
8192 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8193
8194         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8195         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8196         (NdisUpdateSharedMemory): Likewise.
8197         (NdisMFreeSharedMemory: Likewise.
8198         (NdisMMapIoSpace: Likewise.
8199
8200 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8201
8202         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8203         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8204         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8205
8206 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8207
8208         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8209         (EnumResourceNames[AW]): Ditto.
8210         (EnumResourceTypes[AW]): Ditto.
8211         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8212
8213 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8214
8215         * include/winuser.h (SendInput): Add prototype.
8216         * lib/user32.def (SendInput): Add stub.
8217
8218 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8219
8220         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8221         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8222
8223 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8224
8225         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8226         (JOBOBJECT_*): Define corresponding structures.
8227
8228 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8229
8230         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8231         typedef.
8232
8233 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8234
8235         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8236         (Process32{First,Next}{,W}): Ditto.
8237         (Thread32{First,Next}): Ditto.
8238         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8239
8240 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8241
8242         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8243         Thanks to Jim Barton <jmbarton@users.sf.net>.
8244
8245 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8246
8247         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8248         member SectionAlignment.
8249
8250 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8251
8252         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8253         warnings.
8254         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8255         * Makefile.in (bindist): Correct process.
8256         * lib/Makefile.in (install): Ditto.
8257         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8258
8259 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8260
8261         * include/rasdlg.h: New file.
8262         * lib/rasdlg.def: New file.
8263         * lib/test.c: Include rasdlg.h.
8264
8265 2003-03-06  Christopher January  <chris@atomice.net>
8266
8267         * include/winbase.h (FindFirstVolume): Add declaration.
8268         (FindNextVolume): Add declaration.
8269         (FindVolumeClose): Add declaration.
8270         (GetSystemTimes): Add declaration.
8271         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8272
8273 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8274
8275         *lib/kernel32.def (GetSystemTimes): Add stub.
8276
8277 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8278
8279         * oleidl.h (IOleObject): Correct GetUserType prototype.
8280         (IViewObject2): Correct GetExtent prototype.
8281         * olectl.h (DISPIP_): Add new defines
8282         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8283
8284 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8285
8286         * include/olectl.h (OleLoadPictureEx) Add prototype.
8287         (OleLoadPictureFile): Ditto.
8288         (OleLoadPictureFileEx): Ditto.
8289         (OleLoadPicturePath): Ditto.
8290         (OleSavePictureFile): Ditto.
8291
8292 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8293
8294         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8295         (CoAddReleaseServerProcess): Ditto.
8296         (CoResumeClassObjects): Ditto.
8297         (CoSuspendClassObjects): Ditto.
8298         * include/oleauto.h (V_I1): Define.
8299         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8300
8301 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8302
8303         * include/oleidl.h (USERCLASSTYPE): Add enum.
8304         * include/ocidl.h (IObjectWithSite): Add interface.
8305
8306 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8307
8308         Fixup UNICODE thinko in 2003-02-22 patch.
8309         * include/wingdi.h (AddFontMemResourceEx): Add.
8310         (RemoveFontMemResourceEx): Ditto.
8311         (AddFontMemResourceEx[AW]): Remove.
8312         (RemoveFontMemResourceEx[AW]): Ditto
8313         * lib/gdi32.def: (AddFontResourceEx): Add.
8314         (RemoveFontMemResourceEx): Ditto.
8315         (AddFontMemResourceEx[AW]): Remove.
8316         (RemoveFontResourceEx[AW]): Ditto.
8317
8318 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8319
8320         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8321         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8322
8323 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8324
8325         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8326         (RemoveFontMemResourceEx[AW]): Ditto
8327         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8328         (RemoveFontMemResourceEx[AW]): Ditto.
8329
8330 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8331
8332         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8333         (NtCurrentTeb): Remove.
8334
8335 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8336
8337         * include/wsahelp.h: Remove ';' after closing
8338         #ifdef __cplusplus brace.
8339         * include/ws2spi.h: Likewise.
8340
8341 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8342
8343         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8344         (GlobalMemoryStatusEx): Add prototype.
8345         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8346
8347 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8348
8349         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8350
8351 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8352
8353         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8354         (RemoveFontResourceEx[AW]): Ditto
8355         (FR_PRIVATE): Define.
8356         (FR_NOT_ENUM): Define.
8357         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8358         (RemoveFontResourceEx[AW]): Ditto.
8359
8360 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8361
8362         * include/w32api.h: Increment version to 2.3.
8363         * Makefile.in: Ditto.
8364
8365 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8366
8367         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8368         (Ke386QueryToAccessMap): Ditto.
8369         (Ke386SetIoAccessMap): Ditto.
8370         Thanks to Marcel Telka <telka@users.sf.net>
8371         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8372         * include/security.h: Include secext.h.
8373         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8374         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8375         * include/GL/gl.h: Remove include of glext.h.
8376         Thanks to Greg Couch <gregcouch@users.sf.net>
8377
8378 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8379
8380         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8381         using GUID_DEFINED instead.
8382         * include/sqltypes.h: Ditto.
8383         * include/winnt.h: Ditto.
8384         * include/ddk/scsiwmi.h: Ditto.
8385
8386 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8387
8388         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8389         prototypes.
8390         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8391
8392 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8393
8394         * include/commctrl.h (TCM_*): Add missing defines.
8395
8396 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8397             Danny Smith  <dannysmith@users.sourceforge.net>
8398
8399         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8400         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8401         for (_WIN32_IE >= 0x0400).
8402         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8403         fields for (_WIN32_IE >= 0x0400).
8404
8405 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8406
8407         * include/winbase.h (CreateFiber): Change first parameter
8408         to SIZE_T.
8409         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8410         if (_WIN32_WINNT >= 0x0500).
8411
8412 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8413
8414         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8415         Add missing typedefs.
8416         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8417         prototypes.
8418         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8419
8420 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8421
8422         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8423         define.
8424         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8425
8426 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8427
8428         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8429         define.
8430         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8431         definition.
8432         (WAIT_FAILED): Cast to DWORD.
8433         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8434         definition.
8435
8436 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8437
8438         * include/winerror.h: Protect against multiple
8439         definition of WSA* error codes.
8440         * include/winsock.h: Likewise.
8441         * include/winsock2.h: Likewise.
8442
8443 2003-01-27  Bang Dong-Heui
8444             Bang Jun-Young  <junyoung@netbsd.org>
8445
8446         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8447         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8448         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8449
8450
8451 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8452
8453         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8454         (WINVER >= 0x501).
8455
8456 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8457
8458         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8459         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8460         fields for (WINVER >= 0x501).
8461
8462 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8463
8464         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8465         Add stubs.
8466         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8467         options.
8468
8469 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8470
8471         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8472         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8473
8474 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8475
8476         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8477         SE_REGISTRY_WOW64_32KEY.
8478         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8479
8480 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8481
8482         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8483         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8484         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8485
8486 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8487
8488         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8489
8490 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8491
8492         * lib/dxguid.c: Don't #include <objbase.h>.
8493         * include/unknwn.h: Partially revert change of 2002-12-26.
8494         Don't include <ole2.h>.
8495
8496 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8497
8498         * lib/dinput.c: Don't #include <objbase.h>.
8499
8500 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8501
8502         * include/windows.h (ole2.h):Do #include for
8503         __WATCOMC__.
8504
8505 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8506
8507         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8508         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8509         definition.
8510         (WHEEL_PAGESCROLL): Likewise.
8511         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8512
8513 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8514
8515         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8516         (WHEEL_PAGESCROLL): Add define.
8517
8518 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8519
8520         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8521         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8522         compatability. Add RECT field. Add UNICODE mappings for new
8523         names.
8524         (tagNMREBARCHEVRON): Add struct and typedefs for
8525         _WIN32_IE >= 0x0500.
8526
8527 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8528
8529         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8530         (LVHITTESTINFO): Likewise.
8531
8532         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8533         (GRADIENT_RECT): Likewise.
8534
8535 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8536
8537         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8538         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8539         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8540         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8541         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8542         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8543         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8544         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8545         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8546         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8547         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8548         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8549         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8550         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8551         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8552         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8553         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8554         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8555         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8556         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8557         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8558         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8559         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8560         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8561         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8562         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8563         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8564         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8565         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8566         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8567         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8568         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8569         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8570         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8571         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8572         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8573         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8574         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8575         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8576         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8577         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8578         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8579         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8580         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8581         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8582         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8583         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8584         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8585         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8586         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8587         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8588         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8589         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8590         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8591         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8592         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8593         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8594         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8595         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8596         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8597         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8598         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8599         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8600         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8601         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8602         Add missing error codes.
8603
8604 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8605
8606         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8607         asm code.
8608         (GetFiberData): Likewise.
8609
8610 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8611
8612         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8613         asm code.
8614         (GetFiberData): Likewise.
8615
8616 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8617
8618         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8619         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8620         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8621         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8622         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8623         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8624         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8625         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8626         error codes.
8627         Re-sort codes.
8628
8629 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8630
8631         * include/winspool.h (PRINTER_INFO_6): Add.
8632         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8633
8634 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8635
8636         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8637
8638         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8639         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8640         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8641         Add stubs.
8642
8643 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8644
8645         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8646         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8647
8648 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8649
8650         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8651
8652 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8653
8654         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8655         VIETNAMESE_CHARSET): Remove duplicate defines.
8656         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8657
8658 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8659
8660         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8661         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8662
8663 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8664
8665         * include/unknwn.h: Include windows.h and ole2.h before header
8666         guard to avoid circular inclusion of COM headers.
8667
8668 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8669
8670         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8671         ReuseDDElParam): Use __WIN64 compatible typedefs.
8672
8673 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8674
8675         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8676         lpInheritProperty member const.
8677         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8678         const.
8679
8680 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8681
8682         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8683         COM_NO_WINDOWS_H.
8684         * include/unknwn.h: Ditto.
8685
8686 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8687
8688         * include/imm.h (ImmGetCompositionFont[AW],
8689         ImmSetCompositionFont[AW]): Add NOGDI guard.
8690
8691 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8692
8693         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8694         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8695         before using.
8696         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8697         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8698         definition.
8699         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8700         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8701         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8702         definition.
8703         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8704         (LPCGUID): Likewise.
8705         * include/ddk/tdi.h: Close "Listen flags" comment.
8706         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8707         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8708         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8709         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8710         * include/ddk/win2k.h: Likewise.
8711         * include/ddk/winddi.h: Likewise.
8712         * include/ddk/winddk.h: Likewise.
8713         * include/ddk/winnt4.h: Likewise.
8714         * include/ddk/ws2san.h: Likewise.
8715         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8716         * include/ddk/video.h: Don't process rest of file ifdef
8717         __WINDDI_H.
8718         * include/ddk/winddi.h: Don't process rest of file ifdef
8719         __VIDEO_H.
8720         * include/ddk/usb.h: Don't process rest of file ifdef
8721         __USBDI_H.
8722         * include/ddk/usbdi.h: Don't process rest of file ifdef
8723         __USB_H.
8724         * include/ddk/usbcamdi.h: Don't process rest of file if
8725         !defined(__USB_H) && !defined(__USBDI_H)
8726
8727 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8728
8729         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8730         prototypes.
8731         * include/winuser.h (GetAncestor) Add prototype.
8732         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8733         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8734         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8735         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8736         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8737         defines.
8738         * lib/user32.def (GetAncestor@8): Add stub.
8739
8740 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8741
8742         * include/windows.h: Guard inclusion of wingdi.h,
8743         commdlg.h, winspool.h, ole2.h with NOGDI.
8744         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8745         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8746         Guard with NOGDI.
8747
8748 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8749
8750         * include/oleacc.h (SELFLAG_*): Change to enum.
8751
8752 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8753
8754         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8755         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8756
8757 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8758
8759         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8760         to UINT.
8761         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8762
8763 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8764
8765         * include/winuser.h (AllowSetForegroundWindow,
8766         LockSetForegroundWindow): Add prototypes.
8767         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8768         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8769         * lib/winuser.def (AllowSetForegroundWindow,
8770         LockSetForegroundWindow): Add stubs.
8771
8772 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8773
8774         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8775         UNICODE mappings.
8776         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8777         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8778         compatability. Add lParam field. Add UNICODE mappings for new
8779         names.
8780
8781 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8782
8783         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8784         Wrap with pshpack2.h/poppack.h to correct alignment.
8785
8786 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8787
8788         * include/commctrl.h (LVBKIF_*): Add defines.
8789         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8790         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8791         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8792         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8793         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8794         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8795         (ListView_GetBkImage): Add define.
8796         (ListView_SetBkImage): Add define.
8797         (LVBKIMAGE): Add structures and typedefs.
8798
8799 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8800
8801         * include/w32api.h: Increment to version 2.2
8802         * Makefile.in: Ditto.
8803
8804 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8805
8806         * lib/Makefile.in (dist, install): Correct the install destinations.
8807         * lib/ddk/Makefile.in (dist, install): Ditto.
8808
8809 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8810
8811         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8812         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8813         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8814         in definitions.
8815         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8816         IID_IOleControlSite89): Remove.
8817
8818 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8819
8820         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8821         (IID_IStdMarshalInfo): Ditto.
8822
8823 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8824
8825         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8826         (IID_IPersistStorage): Ditto.
8827
8828 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8829
8830         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8831         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8832         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8833         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8834         Correct definitions.
8835
8836 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8837
8838         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8839         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8840         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8841         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8842         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8843         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8844         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8845         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8846         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8847         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8848         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8849         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8850         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8851         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8852         xfilter.h): Change comment to refer w32api package, not MinGW.
8853
8854 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8855
8856         * include/ddk/ntddk.h: Include winnt.h as system header.
8857
8858 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8859
8860         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8861         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8862         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8863         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8864         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8865         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8866         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8867         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8868         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8869         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8870         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8871         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8872         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8873         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8874         xfilter.h): Fix typo in disclaimer comment.
8875
8876 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8877
8878         * include/exdisp.h: Include oaidl.h as system header.
8879
8880 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8881
8882         * include/w32api.h (__W32API_VERSION): Fix.
8883
8884 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8885
8886         * lib/uuid.c (IID_ICatInformation): Correct definition.
8887
8888 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8889
8890         * include/oleauto.h (DeregisterTypeLib): Remove.
8891         (UnRegisterTypeLib): Add prototype.
8892
8893 2002-11-07  Christopher January  <chris@atomice.net>
8894
8895         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8896
8897 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8898
8899         * include/winnt.h (VerSetConditionMask): Add prototype.
8900         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8901
8902 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8903
8904         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8905         definitions and ANSI/UNICODE mappings.
8906         Cleanup whitespace.
8907
8908 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8909
8910         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8911         * configure.in: Ditto.
8912         * lib/Makefile.in: Ditto.
8913         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8914         autoconf-2.53.
8915         * configure: Regenerate.
8916
8917 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8918
8919         * include/windows.h: Don't include basetyps.h.
8920         * include/objfwd.h: Do include basetyps.h.
8921
8922 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8923
8924         * include/objbase.h: Include rpc.h and rpcndr.h
8925         before header guard.
8926
8927 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8928
8929         * include/olectl.h (PROPPAGEINFO): Change type of
8930         field cb to ULONG.
8931
8932 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8933
8934         * lib/ntdll.def (RtlAcquireResourceExclusive,
8935         RtlAcquireResourceShared, RtlDeleteResource,
8936         RtlInitializeResource, RtlReleaseResource,
8937         RtlTimeToSecondsSince1970) : Added missing exports.
8938
8939 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8940
8941         * include/oleacc.h: New file.
8942         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8943         (OBJID_*) Add defines.
8944         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8945         * lib/test.c: Include oleacc.h.
8946
8947 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8948
8949         * include/ddk: New subdir.
8950         * lib/ddk: Ditto.
8951         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8952         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8953         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8954         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8955         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8956         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8957         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8958         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8959         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8960         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8961         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8962         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8963         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8964         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8965         xfilter.h): New files.
8966         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
8967         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
8968         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
8969         win32k.def): Ditto.
8970
8971 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
8972
8973         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
8974         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
8975         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
8976         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
8977         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
8978         RtlAddAccessAllowedAce, RtlCreateAcl,
8979         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
8980         RtlGetAce, RtlGetControlSecurityDescriptor,
8981         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
8982         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
8983         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
8984         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
8985         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
8986         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
8987         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
8988         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
8989         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
8990         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
8991         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
8992         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
8993         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
8994
8995 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
8996
8997         *include/windef.h (WPARAM): Update typedef.
8998         (LPARAM): Ditto.
8999         (LRESULT): Ditto.
9000
9001 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9002
9003         * include/shlobj.h (CSIDL_*): Add defines.
9004
9005 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
9006
9007         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
9008         has been included first.
9009
9010 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
9011
9012         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
9013         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
9014         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
9015
9016 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
9017
9018         * include/winuser.h (DS_SHELLFONT): Define.
9019
9020 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
9021
9022         * include/winnt.h (VER_SUITE_BLADE): Define.
9023
9024 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
9025
9026         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
9027         Add _WIN32_IE guard. Correct prototype for wide version.
9028         (SHGetFolderPath): Add comment on shfolder.dll.
9029         (SHGetFolderLocation): Add prototyope for WinME and W2K.
9030         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
9031
9032 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
9033
9034         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
9035         * lib/shfolder.def: New file.
9036
9037 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
9038
9039         * include/winsock.h (timeval): Guard struct and associated
9040         macros with _TIMEVAL_DEFINED.
9041         * include/winsock2.h (timeval): Likewise.
9042
9043 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9044
9045         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
9046         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
9047         SHCreateShellItem,SHEmptyRecycleBin[AW],
9048         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9049         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9050         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9051         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9052         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9053         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9054         SHLoadNonloadedIconOverlayIdentifiers,
9055         SHOpenFolderAndSelectItems,SHParseDisplayName,
9056         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9057         SHSetLocalizedName,SHSetUnreadMailCountW,
9058         SHUpdateRecycleBinIcon: Add missing stubs.
9059
9060 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9061
9062         * include/windef.h (WINVER): Add documentation.
9063         (_WIN32_WINNT): Ditto.
9064         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9065
9066 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9067
9068         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9069
9070 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9071
9072         * include/winbase.h (AllocateUserPhysicalPages,
9073         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9074         FreeUserPhysicalPages): Add prototypes.
9075         * lib/kernel32.def: Add function stubs for above.
9076
9077 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9078
9079         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9080         Add WINVER guards for dialog box command id defines.
9081
9082 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9083
9084         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9085
9086 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9087
9088         * include/wincon.h: Define GetConsoleWindow(void).
9089
9090 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9091
9092         * include/w32api.h: Increment version to 2.1.
9093         * Makefile.in: Ditto.
9094
9095 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9096
9097         * include/winsock2.h (SOCKET_ADDRESS): Define if
9098         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9099         (CSADDR_INFO): Ditto.
9100         (nspapi.h) : Don't include. Removed FIXME comment.
9101         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9102         __CSADDR_T_DEFINED is not defined.
9103         (CSADDR_INFO): Ditto.
9104         (BLOB): Add structure and typedef if not already defined.
9105         (NS_*): Add defines.
9106         (SERVICE_*): Ditto.
9107         (SERVICE_ADDRESS): Add structure and typedefs.
9108         (SERVICE_ADDRESSES): Ditto.
9109         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9110         (LPSERVICE_ASYNC_INFO): Add typedef.
9111         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9112         mappings.
9113         * include/wsipx.h: New file.
9114         * include/svcguid.h: New file.
9115         * lib/test.c: Include wspix.h and svcguid.h.
9116
9117 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9118
9119         * include/wsahelp.h: New file.
9120         * lib/test.c: Include wsahelp.h.
9121
9122 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9123
9124         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9125         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9126
9127 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9128
9129         * include/ws2spi.h: Modify comment about being part of
9130         mingw32 package.
9131         (winsock2.h): Change "" to <>.
9132
9133 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9134
9135         * include/ws2spi.h: New file.
9136         * lib/test.c: Include ws2spi.h.
9137
9138 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9139
9140         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9141         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9142         functions.
9143
9144 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9145
9146         * include/winuser.h (CURSOR_SHOWING) Add define.
9147         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9148
9149 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9150
9151         * include/winerror.h: Cast OLE error codes to HRESULT.
9152         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9153
9154 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9155
9156         * include/wincrypt.h (ALG_*): Add defines.
9157         (CALG_*): Ditto.
9158         (CRYPT_*): Ditto.
9159         (PP_*): Ditto.
9160         (PROV_*): Ditto.
9161         (PRIVATEKEYBLOB): Add define.
9162
9163 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9164
9165         * include/shlobj.h (SHGetFolderPath): Add define.
9166         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9167         (SHGetFolderPath): Ditto.
9168
9169 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9170
9171         * include/commdlg.h: Don't include COM headers or use
9172         COM-dependent symbols if __OBJC__.
9173
9174 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9175
9176         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9177         Add prototypes.
9178
9179 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9180
9181         * include/shellapi.h (FOF_NOERRORUI): Add define.
9182
9183 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9184
9185         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9186
9187 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9188
9189         * include/objidl.h (IEnumMoniker): Correct declaration.
9190
9191 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9192
9193         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9194
9195 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9196
9197         * include/commctrl.h: Whitespace change.
9198
9199 2002-08-09  Lars Munch  <lars@segv.dk>
9200
9201         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9202         struct name _TVHITTESTINFO and typedefs and add defines for
9203         backward compatability.
9204         (ListView_SetExtendedListViewStyleEx): Add macro.
9205
9206 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9207
9208         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9209         Add prototypes.
9210         * lib/msimg32.def: New file, with stubs for above.
9211
9212 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9213
9214         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9215         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9216         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9217         and UNICODE mappings.
9218
9219 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9220
9221         * include/winbase.h (ReadFileScatter, WriteFileGather):
9222         Change second parameter to pointer.
9223
9224 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9225
9226         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9227         UNICODE mappings.
9228         * lib/wininet.def: Regenerate.
9229
9230 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9231
9232         * include/windef.h (PVOID): Move typedef to...
9233         * include/winnt: ...here.
9234         (PVOID64): New typedef.
9235
9236         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9237         * include/winbase.h (ReadFileScatter, WriteFileGather):
9238         Add prototypes.
9239
9240         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9241         (PROCESSOR_INTEL_IA64): Add define.
9242
9243 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9244
9245         * include/oleidl.h (MK_ALT): Define.
9246
9247 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9248
9249         * include/exdisp.h: New file.
9250         * include/exdispid.h: New file.
9251         * include/mshtml.h: New file.
9252         * lib/test.c: #include exdisp.h and mshtml.h
9253         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9254         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9255         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9256         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9257         New GUIDs.
9258
9259 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9260
9261         * include/docobj.h: New file.
9262         * include/idispids.h: New file.
9263         * include/objidl.h (IID_IMoniker): Declare.
9264         * include/ocidl.h (READYSTATE): New enum.
9265         (IOleInPlaceSiteEx): New interface.
9266         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9267         identifier.
9268         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9269         IOleInPlaceSite): New interfaces.
9270         * lib/test.c: #include docobj.h,idispids.h,
9271
9272 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9273
9274         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9275         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9276
9277 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9278
9279         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9280         * include/commdlg.h: Likewise.
9281
9282 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9283
9284         * include/oleauto.h (V_UNION): Correct definition for case of
9285         NONAMELESSUNION:
9286         (V_VT): Likewise.
9287
9288 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9289
9290         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9291         not bool, for C as well as C++.
9292
9293 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9294
9295         * include/shlwapi.h: New file.
9296         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9297         Victor Porton  <porton@narod.ru> for contributions.
9298         * lib/shlwapi.def: New file.
9299         * lib/test.c: #include shlwapi.h.
9300
9301 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9302
9303         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9304         character.
9305         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9306         long long.
9307         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9308         does not need external *Fiber library functions.
9309
9310 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9311
9312         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9313         definition.
9314         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9315         avoid compile error when already defined.
9316
9317 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9318
9319         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9320
9321 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9322
9323         * include/commdlg.h: Define CDN_* notification message constants
9324         as UINT.
9325
9326 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9327
9328         * include/commctrl.h: Define notification message constants for
9329         NMHDR.code as UINT.
9330
9331 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9332
9333         * include/ddeml.h (MH_*) Add defines.
9334         (MONHSZSTRUCT): Add structure and typedefs.
9335         (MONLINKSTRUCT): Ditto.
9336         (MONCONVSTRUCT): Ditto.
9337         (MONCBSTRUCT): Ditto.
9338         (MONERRSTRUCT): Ditto.
9339         (MONMSGSTRUCT): Ditto.
9340         * include/windef.h: Don't define __cdecl or _cdecl for
9341         __WATCOM__.
9342         Don't define _export or __export for __WATCOM__.
9343         * include/windows.h (imm.h): #include.
9344         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9345
9346 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9347
9348         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9349         rpcndr.h.
9350
9351 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9352
9353         * include/winbase.h (OpenThread): Add prototype.
9354         * lib/kernel32.def (OpenThread): Add symbol.
9355
9356 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9357
9358         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9359
9360 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9361
9362         * include/rpc.h: Conditionally include <windows.h> before
9363         header guard.
9364         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9365         header guard.
9366
9367 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9368
9369         * include/commctrl.h (WC_*): Remove some duplicate defines.
9370
9371 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9372
9373         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9374         UNICODE mappings.
9375         (IPM*): Add defines.
9376         (IPN_*): Add defines.
9377         (NMIPADDRESS): Add structure and typedefs.
9378         (MAKEIPADDRESS): Add macro.
9379         (MAKEIPRANGE): Add macro.
9380         (FIRST_IPADDRESS): Add macro.
9381         (SECOND_IPADDRESS): Add macro.
9382         (THIRD_IPADDRESS): Add macro.
9383         (FOURTH_IPADDRESS): Add macro.
9384
9385 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9386
9387         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9388
9389 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9390
9391         * include/winbase.h (WINBASEAPI): Don't define if prior
9392         definition.
9393
9394         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9395         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9396         PARTITION_UNIX): Add defines.
9397         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9398         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9399         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9400         (IsContainerPartition): Add macro.
9401
9402 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9403
9404         * include/commctrl.h: (CBEIF_*): Add defines.
9405         (CBEN_*): Add defines and UNICODE mappings
9406         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9407         (CBEMAXSTRLEN): Add define.
9408         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9409         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9410         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9411         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9412
9413 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9414
9415         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9416         union member _VARIANT_BOOL bool.
9417
9418 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9419
9420         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9421
9422 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9423
9424         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9425         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9426         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9427         Add typedefs.
9428         (CCHAR): Correct typedef.
9429         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9430         Add defines.
9431
9432 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9433
9434         * README.w32api: Correct spelling error.
9435
9436 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9437
9438         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9439         INPUT_HARDWARE): Add defines.
9440         (HDEVNOTIFY): Add typedef.
9441         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9442         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9443         typedefs.
9444         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9445         GetClassInfoEx[AW],GetKeyboardLayoutList,
9446         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9447         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9448         RegisterClassEx[AW]): Correct prototypes.
9449
9450 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9451
9452         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9453         prototypes.
9454         * include/winsvc.h (StartServiceW): Correct prototype.
9455         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9456         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9457         GetTickCount,InterlockedExchangeAdd,
9458         WritePrivateProfileStruct[AW]: Correct prototypes.
9459         (GetEnvironmentStrings): Correct mapping to
9460         GetEnvironmentStringsA.
9461         * include/winver.h (VerQueryValueA,VerQueryValueW):
9462         Correct prototypes.
9463         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9464         prototype.
9465         * include/winreg.h (RegQueryMultipleValues[AW],
9466         RegQueryValueEx[AW]):Correct prototypes.
9467         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9468         PPOLYTEXTW): Add typedefs.
9469         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9470         structures and typedefs.
9471         (MM_MAX_NUMAXES): Add define.
9472         (EnumFontsW,GetEnhMetaFilePixelFormat,
9473         wglGetLayerPaletteEntries): Correct prototypes.
9474         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9475         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9476         RPC_S_SEND_INCOMPLETE): Add defines.
9477
9478 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9479
9480         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9481         Add defines.
9482
9483 2002-06-16  Egor Duda  <deo@logos-m.ru>
9484
9485         * include/ntdll.h: New file.
9486         * lib/ntdll.def: Add NtShutdownSystem.
9487
9488 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9489
9490         * lib/dinput.def (DirectInputCreateEx): Add stub.
9491         * lib/ntdll.def: New file.
9492
9493 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9494
9495         * include/w32api.h: Change to version 2.0 to reflect the change
9496         in the license.
9497         * README: Renamed.
9498         * README.w32api: Renamed from README.  Modified license to remove
9499         the restriction of notifying the author based on the fact that the
9500         author is unreachable at the notified address.
9501         * Makefile.in (VERSION): Change to 2.0.
9502
9503 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9504
9505         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9506         * Makefile.in (bindist): Correct the MinGW distribution.
9507
9508 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9509
9510         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9511         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9512
9513 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9514
9515         * lib/test.c: #include comcat.h.
9516
9517 2002-06-13  John K. Hohm  <jhohm@acm.org>
9518
9519         * include/comcat.h: New file.
9520
9521 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9522
9523         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9524         (GETTEXTEX): Add structure definition.
9525
9526 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9527
9528         * include/windows.h (ole2.h): #include if !__OBJC__ and
9529         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9530
9531 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9532
9533         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9534
9535 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9536
9537         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9538         PACCESS_DENIED_ACE): Add typedefs.
9539
9540 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9541
9542         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9543
9544 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9545
9546         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9547
9548 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9549
9550         * include/windef.h: Fix typo in last change.
9551
9552 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9553
9554         * include/windef.h: Add no-op __try, __except, __finally
9555         defines from ...
9556         * include/excpt.h: Remove file.
9557         * include/windows.h: Don't include excpt.h.
9558
9559 2002-05-30  Christopher January  <chris@atomice.net>
9560
9561         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9562         Add missing typedefs.
9563
9564 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9565
9566         * include/w32api.h: Increment version to 1.5
9567         * Makefile.in: Ditto.
9568
9569
9570 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9571
9572         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9573         LP[W]STR with LPC[W]STR.
9574         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9575         Clean up whitespace.
9576
9577 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9578
9579         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9580
9581 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9582
9583         * Makefile.in: Increment VERSION to 1.4.
9584         (conf_prefix): New variable.
9585         (bindist): Modify target to use $(conf_prefix).
9586
9587 2002-05-20  Philip Aston  <philipa@mail.com>
9588
9589         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9590
9591 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9592
9593         * include/lmaccess.h: (NetAccess*, NetGroup*,
9594         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9595         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9596
9597 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9598
9599         * include/commctrl.h (ImageList_DragShowNolock): Remove
9600         conflicting redeclaration.
9601
9602 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9603
9604         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9605         STRICT and related defines to ...
9606         * include/windef.h: Here.
9607
9608 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9609
9610         * include/winsock2.h (int32): Remove typedef.
9611         (SERVICETYPE): Add typedef.
9612         (struct _flowspec):Revise struct definition,  Comment
9613         on types used for members.
9614
9615 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9616
9617         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9618         more defines added in earlier change.
9619         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9620
9621 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9622
9623         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9624         added in last change.
9625
9626 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9627
9628         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9629         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9630
9631 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9632
9633         * include/commctrl.h (SNDMSG): Define and use throughout
9634         in other macros instead of SendMessage.
9635         * include/commdlg.h (SNDMSG): Ditto.
9636
9637 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9638
9639         * include/GL/gl.h: New file.
9640         * include/GL/glext.h: Ditto.
9641         * include/GL/glu.h: Ditto.
9642
9643 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9644
9645         * include/w32api.h: Increment version.
9646         * Makefile.in: Ditto.
9647
9648 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9649
9650         * Makefile.in (bindist): Use * instead of . for file list for tar
9651         command.
9652
9653 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9654
9655         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9656
9657 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9658
9659         * include/objidl.h (IRunningObjectTable.Register): Correct
9660         prototype.
9661         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9662         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9663
9664 2002-03-31  Victor Porton  <porton@narod.ru>
9665
9666         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9667
9668 2002-03-29  David Robinow  <drobinow@yahoo.com>
9669
9670         * include/wingdi.h (SetPixelFormat): Correct prototype.
9671
9672 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9673
9674         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9675
9676 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9677
9678         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9679         Add defines.
9680
9681 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9682
9683         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9684         * include/shlobj.h (IContextMenu2): Put methods in right order.
9685         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9686         CINTERFACE before defining.
9687
9688 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9689
9690         * include/accctrl.h: Add #pragma GCC system_header
9691         if __GNUC__ >= 3.
9692         * include/aclapi.h: Same.
9693         * include/basetsd.h: Same.
9694         * include/basetyps.h: Same.
9695         * include/cderr.h: Same.
9696         * include/cguid.h: Same.
9697         * include/commctrl.h: Same.
9698         * include/commdlg.h: Same.
9699         * include/cpl.h: Same.
9700         * include/cplext.h: Same.
9701         * include/custcntl.h: Same.
9702         * include/dbt.h: Same.
9703         * include/dde.h: Same.
9704         * include/ddeml.h: Same.
9705         * include/dlgs.h: Same.
9706         * include/excpt.h: Same.
9707         * include/httpext.h: Same.
9708         * include/imagehlp.h: Same.
9709         * include/imm.h: Same.
9710         * include/initguid.h: Same.
9711         * include/intshcut.h: Same.
9712         * include/ipexport.h: Same.
9713         * include/iphlpapi.h: Same.
9714         * include/ipifcons.h: Same.
9715         * include/iprtrmib.h: Same.
9716         * include/iptypes.h: Same.
9717         * include/isguids.h: Same.
9718         * include/largeint.h: Same.
9719         * include/lm.h: Same.
9720         * include/lmaccess.h: Same.
9721         * include/lmalert.h: Same.
9722         * include/lmapibuf.h: Same.
9723         * include/lmat.h: Same.
9724         * include/lmaudit.h: Same.
9725         * include/lmbrowsr.h: Same.
9726         * include/lmchdev.h: Same.
9727         * include/lmconfig.h: Same.
9728         * include/lmcons.h: Same.
9729         * include/lmerr.h: Same.
9730         * include/lmerrlog.h: Same.
9731         * include/lmmsg.h: Same.
9732         * include/lmremutl.h: Same.
9733         * include/lmrepl.h: Same.
9734         * include/lmserver.h: Same.
9735         * include/lmshare.h: Same.
9736         * include/lmsname.h: Same.
9737         * include/lmstats.h: Same.
9738         * include/lmsvc.h: Same.
9739         * include/lmuse.h: Same.
9740         * include/lmuseflg.h: Same.
9741         * include/lmwksta.h: Same.
9742         * include/lzexpand.h: Same.
9743         * include/mapi.h: Same.
9744         * include/mciavi.h: Same.
9745         * include/mcx.h: Same.
9746         * include/mmsystem.h: Same.
9747         * include/mswsock.h: Same.
9748         * include/nb30.h: Same.
9749         * include/nddeapi.h: Same.
9750         * include/nspapi.h: Same.
9751         * include/ntdef.h: Same.
9752         * include/ntsecapi.h: Same.
9753         * include/ntsecpkg.h: Same.
9754         * include/oaidl.h: Same.
9755         * include/objbase.h: Same.
9756         * include/objfwd.h: Same.
9757         * include/objidl.h: Same.
9758         * include/odbcinst.h: Same.
9759         * include/ole.h: Same.
9760         * include/ole2.h: Same.
9761         * include/ole2ver.h: Same.
9762         * include/oleauto.h: Same.
9763         * include/olectl.h: Same.
9764         * include/olectlid.h: Same.
9765         * include/oledlg.h: Same.
9766         * include/oleidl.h: Same.
9767         * include/pbt.h: Same.
9768         * include/prsht.h: Same.
9769         * include/psapi.h: Same.
9770         * include/rapi.h: Same.
9771         * include/ras.h: Same.
9772         * include/raserror.h: Same.
9773         * include/rassapi.h: Same.
9774         * include/regstr.h: Same.
9775         * include/richedit.h: Same.
9776         * include/richole.h: Same.
9777         * include/rpc.h: Same.
9778         * include/rpcdce.h: Same.
9779         * include/rpcdce2.h: Same.
9780         * include/rpcdcep.h: Same.
9781         * include/rpcndr.h: Same.
9782         * include/rpcnsi.h: Same.
9783         * include/rpcnsip.h: Same.
9784         * include/rpcnterr.h: Same.
9785         * include/rpcproxy.h: Same.
9786         * include/schannel.h: Same.
9787         * include/schnlsp.h: Same.
9788         * include/scrnsave.h: Same.
9789         * include/security.h: Same.
9790         * include/setupapi.h: Same.
9791         * include/shellapi.h: Same.
9792         * include/shlguid.h: Same.
9793         * include/shlobj.h: Same.
9794         * include/sql.h: Same.
9795         * include/sqlext.h: Same.
9796         * include/sqltypes.h: Same.
9797         * include/sqlucode.h: Same.
9798         * include/sspi.h: Same.
9799         * include/subauth.h: Same.
9800         * include/tlhelp32.h: Same.
9801         * include/unknwn.h: Same.
9802         * include/userenv.h: Same.
9803         * include/w32api.h: Same.
9804         * include/winbase.h: Same.
9805         * include/wincon.h: Same.
9806         * include/wincrypt.h: Same.
9807         * include/windef.h: Same.
9808         * include/windows.h: Same.
9809         * include/windowsx.h: Same.
9810         * include/winerror.h: Same
9811         * include/wingdi.h: Same.
9812         * include/wininet.h: Same.
9813         * include/winioctl.h: Same.
9814         * include/winnetwk.h: Same.
9815         * include/winnls.h: Same.
9816         * include/winnt.h: Same.
9817         * include/winperf.h: Same.
9818         * include/winreg.h: Same.
9819         * include/winresrc.h: Same.
9820         * include/winsock.h: Same.
9821         * include/winsock2.h: Same.
9822         * include/winspool.h: Same.
9823         * include/winsvc.h: Same.
9824         * include/winuser.h: Same.
9825         * include/winver.h: Same.
9826         * include/ws2tcpip.h: Same.
9827         * include/wsnetbs.h: Same.
9828         * include/wtypes.h: Same.
9829         * include/zmouse.h: Same.
9830         * include/mapi.h: Change header guard name to _MAPI_H  for
9831         consistency.
9832
9833 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9834
9835         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9836         Remove unnecessary inclusion of <wtypes.h>.
9837         * ChangeLog: Fix omission of name in recent entries.
9838
9839 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9840
9841         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9842
9843 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9844
9845         * include/mswsock.h: Group winsock2 dependants
9846         together and protect with #ifdef _WINSOCK2_H.
9847         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9848         has been included.
9849
9850 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9851
9852         * include/mswsock.h (TP_*): Add new defines.
9853         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9854         (WSAMSG): Likewise.
9855         (WSACMSGHDR): Likewise.
9856         (DisconnectEx): Add new prototype.
9857         (WSARecvMsg): Likewise.
9858         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9859
9860 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9861
9862         * ChangeLog: Fix typo in last entry.
9863         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9864         * include/ws2tcpip.h: (IP_*): Add new defines.
9865         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9866         (NI_*): Add getnameinfo constants and bitmasks.
9867         (AI_*): Add getaddrinfo flags.
9868         (EAI_*): Add getaddrinfo error codes.
9869         (ip_mreq_source): Add new structure.
9870         (ip_msfilter): Add new structure.
9871         (IP_MSFILTER_SIZE): Add new macro.
9872         (in_pktinfo): Add new structure.
9873         Add preliminary IPv6 support.
9874         (in6_addr): Add new structure and some defines.
9875         (sockaddr_in6): Add new structure.
9876         (in6addr_any, in6addr_loopback): Declare extern structures.
9877         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9878         initialization macros for above.
9879         (IN6_ARE_ADDR_EQUAL): Define macro.
9880         (IN6_IS_ADDR_*): Define address testing macros.
9881         (socklen_t) Add new typedef.
9882         (ipv6_mreq): Add new structure.
9883         (in6_pktinfo): Same.
9884         (addrinfo): Same.
9885         (freeaddrinfo):Add new prototype.
9886         (getaddrinfo): Same.
9887         (gai_strerror[AW]): Same.
9888         (getnameinfo): Same.
9889         (sockaddr_in6_old): Add structure.
9890         (sockaddr_gen): Add union definition.
9891         (INTERFACE_INFO): Use sockaddr_gen as members.
9892         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9893         with INTERFACE_INFO on NT4 prior to sp4.
9894
9895 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9896
9897         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9898         when selecting winsock interface.
9899         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9900         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9901         Expand FIXME comment.
9902         (WSACOMPLETIONTYPE): Add enum.
9903         (WSACOMPLETION): Add structure and typedefs.
9904         (WSANSPIoctl): Add function prototpe and callback typedef.
9905         (SIO_NSP_NOTIFY_CHANGE): Add define.
9906         (sockaddr_storage): Add structure and typedefs.
9907
9908 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9909
9910         * include/winuser.h (OIC_*): Add resource constants.
9911
9912 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9913
9914         * include/ntsecpkg.h: New file.
9915         * include/schannel.h: New file.
9916         * include/schnlsp.h: New file.
9917         * include/security.h: New file.
9918         * include/sspi.h: New file.
9919         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9920         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9921         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9922         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9923         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9924         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9925         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9926         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9927         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9928         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9929         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9930         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9931         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9932         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9933         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9934         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9935         CERT_CHAIN_CONTEXT): Add missing structures.
9936         (CertCloseStore, CertGetCertificateChain,
9937         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9938         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9939         CertFindCertificateInStore, CertFreeCertificateContext,
9940         CertGetIssuerCertificateFromStore,
9941         CertFindChainInStore): Add missing functions.
9942         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9943         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9944         * lib/crypt32.def: New file.
9945         * lib/secur32.def: Add mising stubs.
9946         * lib/test.c: Include new headers.
9947
9948 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9949
9950         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9951         parameter.
9952
9953 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9954
9955         * lib/test.c: Include mapi.h.
9956         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9957         Thanks to: "Ron"  <ron@debian.org>
9958
9959 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9960
9961         * include/mapi.h: New file.
9962         * lib/mapi.def: Add missing function stubs.
9963
9964 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9965
9966         * include/winuser.h (GetWindowLongPtr[AW],
9967         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
9968
9969 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
9970
9971         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
9972         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
9973         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
9974         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
9975
9976 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
9977
9978         * lib/test.c: Include wsnetbs.h.
9979
9980 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
9981
9982         * include/wsnetbs.h: New file.
9983
9984 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
9985
9986         * include/winnt.h: Remove merge conflict.
9987
9988 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
9989
9990         * include/winnt.h (_TCHAR): Add typedefs.
9991
9992 2002-01-25  Tim Hughes  <tjh@delcam.com>
9993
9994         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
9995         defines.
9996
9997 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
9998
9999         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
10000         Add defines.
10001         (LPACCESSTIMEOUT): Add typedef.
10002
10003 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
10004
10005         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
10006
10007 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
10008
10009         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
10010         _HDITEM[AW], with parallel changes to typedefs. Use defines for
10011         backward compatability with old names. Update UNICODE mappings.
10012         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
10013         for struct _HD_LAYOUT and add defines for backward
10014         compatability with old names.
10015         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
10016         parallel chages to typedefs. Add defines for backward
10017         compatability with old names.
10018         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
10019
10020 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
10021
10022         * include/winnt.h: Add missing MEM_ defines, and convert existing to
10023         hex for readability.
10024
10025 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
10026
10027         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
10028         and typedefs.
10029         (SPI_SETSCREENSAVERRUNNING): Add define.
10030         (LLKHF_ALTDOWN): Add define.
10031         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
10032         PFD_DEPTH_DONTCARE): Add defines.
10033
10034 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
10035
10036         * include/objbase.h (CoGetObject): Add prototype.
10037
10038 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
10039
10040         * include/winuser.h (ENUM_CURRENT_SETTINGS,
10041         ENUM_REGISTRY_SETTINGS): Add defines.
10042
10043 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10044
10045         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
10046         (FILE_ATTRIBUTE_DEVICE): Add define.
10047
10048 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10049
10050         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10051
10052 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10053
10054         * ChangeLog: correct date in last entry.
10055
10056 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10057
10058         * include/winuser.h (MONITORENUMPROC): Add typedef.
10059         (EnumDisplayMonitors): Add prototype.
10060         * lib/user32.def (EnumDisplayMonitors): Add stub.
10061
10062 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10063
10064         * include/ntsecapi.h:  Fixed missing void parameter type in some
10065         prototypes.
10066         * include/objbase.h: Ditto.
10067         * include/rapi.h: Ditto.
10068         * include/rpc.h: Ditto.
10069         * include/rpcdce.h: Ditto.
10070         * include/rpcdcep.h: Ditto.
10071         * include/rpcndr.h: Ditto.
10072         * include/rpcnsip.h: Ditto.
10073         * include/rpcproxy.h: Ditto.
10074         * include/windef.h: Ditto.
10075
10076 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10077
10078         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10079
10080 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10081
10082         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10083          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10084         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10085         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10086         WS_EX_NOINHERITLAYOUT): Add defines.
10087         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10088         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10089         MEM_WRITE_WATCH): Add defines.
10090
10091
10092 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10093
10094         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10095         Add prototype.
10096         (SetCriticalSectionSpinCount): Likewise.
10097
10098 2001-12-30  Guido Serassio  <serassio@libero.it>
10099
10100         * include/winsvc.h: Add EnumServiceStatusEx(),
10101         QueryServiceStatusEx()
10102         & RegisterServiceCtrlHandlerEx()
10103
10104 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10105
10106         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10107
10108 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10109
10110         * lib/Makefile.in: Revert inst_installdir definitions to working
10111         versions.
10112
10113 2001-12-17  Guido Serassio  <serassio@libero.it>
10114
10115         * include/winsvc.h: Add ChangeServiceConfig2() &
10116         QueryServiceConfig2() definition
10117
10118 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10119
10120         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10121         on MSDN documentation for XP.
10122
10123 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10124
10125         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10126         mappings.
10127
10128 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10129
10130         * include/commctrl.h (ACS_*): Add new defines.
10131         (PGS_*): Ditto.
10132         (CBES_*): Ditto.
10133         (TBSTYLE_*): Ditto.
10134         (TB_*): Ditto.
10135         (TTS_*): Ditto.
10136         (UDS_HOTTRACK): Add define.
10137         (SBT_TOOLTIPS): Ditto.
10138         (TBS_*): Add new defines.
10139         (HDS_*): Ditto.
10140         (LVS_EX_*) Ditto.
10141         (LVKF_*): Ditto.
10142         (TCM_GETEXTENDEDSTYLE): Add define.
10143         (TVS_NOHSCROLL): Ditto.
10144         (TVIF_INTEGRAL): Ditto.
10145         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10146         (TCS_*): Add new defines.
10147         (CBEM_*): Add defines.
10148         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10149         (tagTVITEMEX[AW]: Ditto.
10150         (tagTVINSERTSTRUCT[AW]: Add union member.
10151         * include/winbase.h (VirtualAllocEx): Add prototype.
10152         * include/winuser.h (SS_*): Add new defines.
10153
10154 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10155
10156         * Makefile.in: Increment VERSION.
10157         * include/w32api.h: Ditto.
10158
10159 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10160
10161         * Makefile.in: Increment VERSION.
10162         * include/w32api.h: Ditto.
10163
10164 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10165
10166         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10167         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10168         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10169         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10170         SetupDiOpenDevRegKey): Correct function names.
10171
10172 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10173
10174         * include/winuser.h (IDC_STATIC): Don't define.
10175
10176 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10177
10178         Cleanup merge between SourceForge and winsup CVS.
10179         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10180         definitions.
10181         * include/winnt.h (VER_NT*): Remove duplicate defines.
10182         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10183
10184 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10185
10186         * include/accctrl.h: Change \r\n to \n.
10187
10188 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10189
10190         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10191         Add structure definition.
10192         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10193         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10194         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10195         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10196         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10197         UnenableRouter) Declare functions.
10198         * lib/iphlpapi.def: Add function names to import lib.
10199
10200 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10201
10202         * include/winnt.h (PACCESS_MASK): Add typedef.
10203         * include/aclapi.h: New file.
10204         * include/acctrl.h: New file.
10205         * lib/advapi32.def: Add missing symbols.
10206         * lib/test.c: Add #include <aclapi.h>.
10207
10208 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10209
10210         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10211         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10212         here ...
10213         * include/winnt.h: ... to here.
10214         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10215         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10216         and typedefs.
10217         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10218         Add defines.
10219
10220 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10221
10222         * w32api/include/winnt.h: prepare SSE register support.
10223         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10224         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10225         (struct CONTEXT): ExtendedRegisters field added.
10226
10227 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10228
10229         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10230         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10231         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10232         tagLASTINPUTINFO ): Define new structures.
10233         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10234         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10235         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10236         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10237         SetMenuInfo): Add new prototypes.
10238         * lib/user32.def: Add import stubs for above functions.
10239
10240         * include/winuser.h (IDC_STATIC): Protect against prior
10241         definition.
10242
10243 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10244
10245         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10246         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10247
10248 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10249
10250         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10251         warnings with _AUTHORITY #defines.
10252
10253 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10254
10255         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10256         implementation.
10257         (GetFiberData): Ditto.
10258
10259 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10260
10261         * include/winnt.h: Backout last change.
10262
10263 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10264
10265         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10266         GetCurrentFiber: Create a prototype before the implementation.
10267         GetFiberData: Ditto.
10268
10269 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10270
10271         * include/winuser.h (IDC_STATIC): Add define.
10272         Thanks to: Benoit Laniel.
10273
10274 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10275
10276         * include/commdlg.h: Include <unknwn.h> rather than local
10277         definition of LPUKNOWN.
10278         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10279         Emit warning.
10280
10281 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10282
10283         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10284         for Watcom.
10285         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10286         functions of the form 'type * function(...)' in a way compatible
10287         with both Watcom and GCC.
10288         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10289         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10290         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10291         * include/windows.h: Watcom can use anonymous structs/unions.
10292         * include/winnt.h: Watcom can use 64 bit ints.
10293         (GetCurrentFiber): Add another inline definition using
10294         Watcom inline assembly syntax.
10295         (GetFiberData): Likewise.
10296         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10297         (gethostbyname): Likewise.
10298         (gethostbyaddr}: Likewise.
10299         (getservbyport}: Likewise.
10300         (getservbyname}: Likewise.
10301         (getprotobynumber}: Likewise.
10302         (getprotobyname}: Likewise.
10303         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10304         (gethostbyname}: Likewise.
10305         (gethostbyaddr}: Likewise.
10306         (getservbyport}: Likewise.
10307         (getservbyname}: Likewise.
10308         (getprotobynumber}: Likewise.
10309         (getprotobyname}: Likewise.
10310         * lib/diinut.c: Correction for Watcom.
10311         * lib/kernel32.c (GetCurrentFiber): Add another definition
10312         using Watcom inline assembly syntax.
10313         (GetFiberData): Likewise.
10314         * lib/scrnsave.c (WinMain): Add break after default:
10315         clause.
10316
10317 2001-11-04  "stefan"  <stefan@lkcc.org>
10318
10319         * include/winnt.h (GetCurrentFiber): Add prototype.
10320         (GetFiberData): Likewise.
10321
10322 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10323
10324         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10325         parallel invocations.
10326
10327 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10328
10329         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10330
10331 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10332
10333         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10334         __attribute__((com_interface)) for __GNUC__ >= 3.
10335
10336 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10337
10338         * include/commdlg.h (PRINTPAGERANGE): Add structure
10339         definition.
10340         (PRINTDLGEX[AW]): Likewise.
10341         (PrintDlgEx[AW]): Add function declaration.
10342         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10343         * ChangeLog: Fix typo in last entry.
10344
10345 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10346
10347         * include/objbase.h (CoGetClassObject): Change third parameter
10348         to COSERVERINFO*.
10349
10350 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10351
10352         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10353         Thanks to: Kim Saunders.
10354         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10355         Thanks to: Pat Thoyts.
10356         * include/winnt.h: Change C++ style comment to C style.
10357         * include/shlobj.h: Ditto.
10358         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10359         list.
10360         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10361         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10362         (enum not limited to range of int).
10363         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10364         (struct with no named members), ifndef NONAMELESSUNION.
10365
10366 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10367
10368         * include/winuser.h (CREATESTRUCT): UNICODE it.
10369         (CBT_CREATEWND): Likewise.
10370
10371 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10372
10373         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10374         (WNetGetResourceInformationW): Ditto.
10375         (WNetGetResourceInformation): Add define.
10376
10377 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10378
10379         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10380         before extracting words.
10381
10382 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10383
10384         * include/winnt.h: Add PF_* defines.
10385         Thanks to: "Wizord"  <wizord@argoslabs.com>
10386
10387 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10388
10389         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10390         field as _ANONYMOUS_STRUCT.
10391         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10392         for UNICODE.
10393         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10394         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10395         test.
10396
10397 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10398
10399         * include/commctrl.h: Add some ListView constants.
10400
10401 2001-09-17  Earnie Boyd  <earnie@sf.net>
10402
10403         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10404         portion of the directory from the install.
10405         (inst_libdir): Ditto.
10406         * Makefile.in (VERSION): Increment.
10407         * include/w32api.h: Increment version.
10408
10409 2001-09-13  Earnie Boyd  <earnie@SF.net>
10410
10411         * lib/Makefile.in (inst_includedir): Change to always use w32api
10412         subdirectory for target == cygwin.
10413         (inst_libdir): Ditto.
10414
10415 2001-09-13  Earnie Boyd  <earnie@SF.net>
10416
10417         * lib/Makefile.in (config_prefix): New variable.
10418         (inst_includedir): Manipulate special value only if target == cygwin
10419         and build == target and prefix != config_prefix.
10420         (inst_libdir): Ditto.
10421
10422 2001-09-12  Earnie Boyd  <earnie@SF.net>
10423
10424         * Makefile.in (TARFLAGS): New variable.
10425         (TARFILEEXT): Ditto.
10426
10427 2001-09-12  Earnie Boyd  <earnie@SF.net>
10428
10429         * Makefile.in: Increment version.
10430         * include/w32api.h: Ditto.
10431         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10432
10433 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10434
10435         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10436         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10437         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10438
10439 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10440
10441         * include/wininet.h (InternetAutodial): Add prototype.
10442         (InternetAutodialHangup): Ditto.
10443         (InternetDial): Ditto.
10444         (InternetGetConnectedState): Ditto.
10445         (InternetGoOnline): Ditto.
10446         (InternetHangUp): Ditto.
10447         (InternetSetDialState): Ditto.
10448         Add associated INTERNET_* auto dial flags.
10449         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10450
10451 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10452
10453         * lib/Makefile.in: Move the setting of variable libdir to after the
10454         setting of exec_prefix since the value of libdir is dependant on it.
10455
10456 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10457
10458         * include/winbase.h: Add missing closing parentheses to
10459         InterlockedExchangePointer declaration.
10460
10461 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10462
10463         * include/shlobj.h (CFSTR_* ): Add new defines.
10464         Thanks to: "Ron" <ron@debian.org> .
10465         Unicode them.
10466
10467 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10468
10469         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10470         anonymous structs are available rather than just testing preprocessor
10471         variable directly.
10472
10473 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10474
10475         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10476         with new `LARGE_INTEGER' definition.
10477
10478 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10479
10480         * include/winsock2.h: Remove "extra token" after #endif.
10481
10482 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10483
10484         * config.guess: Remove the \r from the end of line.
10485         * config.sub: Ditto.
10486
10487 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10488
10489         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10490         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10491
10492 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10493
10494         * config.guess: Add the MSYS system.
10495         * config.sub: Ditto.
10496         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10497         * incldue/winsock2.h: Ditto.
10498
10499 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10500
10501         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10502         non-anonymous (Xxx.u.LowPart) access to HighPart and
10503         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10504
10505 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10506
10507         * include/wingdi.h (HANGUL_CHARSET): Add define.
10508
10509 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10510
10511         * include/setupapi.h: Formatting.
10512
10513 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10514
10515         * include/shlobj.h: Remove \r from the line endings.
10516
10517 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10518
10519         * include/setupapi.h : New file.
10520         * lib/setupapi.def:New file.
10521         * lib/test.c: Include setupapi.h.
10522
10523 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10524         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10525
10526 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10527
10528         * include/richedit.h (ENLINK): Add structure definition.
10529         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10530
10531 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10532
10533         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10534         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10535         (GCS_*): Make UNICODE.
10536         (CSIDL_*): Add more defines.
10537         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10538         (_DISK_GEOMETRY): Ditto.
10539         (_DISK_PERFORMANCE): Ditto.
10540         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10541
10542 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10543
10544         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10545         of block protected by #ifndef VOID.
10546         (This reverts 1998-12-01 Anders Norlander change.)
10547         * include/odbcinst.h: End file with newline.
10548         * include/raserror.h: Ditto.
10549
10550 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10551
10552         * include/winsock2.h (#include <wtypes.h): Don't.
10553         (_BLOB): Define instead, if not already done.
10554         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10555         * include/wtypes.h (_BLOB): Guard against prior definition.
10556
10557 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10558
10559         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10560         as __extension__.
10561         (tagTYPEDESC): Ditto.
10562         (_wireBRECORD): Add structure definition.
10563         (_wireSAFEARR_BRECORD): Ditto.
10564         (_wireSAFEARR_HAVEIID): Ditto.
10565         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10566         SAFEARR_HAVEIID HaveIidStr.
10567         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10568         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10569         pparray to wirePSAFEARRAY*.
10570         (_wireVARIANT): Add field wireBRECORD brecVal.
10571         (wireVARIANT): Change typedef to struct _wireVariant*.
10572         (IRecordInfo): Add interface definition.
10573         (LPRECORDINFO): Add typedef for IRecordInfo*.
10574         (IID_IRecordInfo): Add forward decalaration.
10575
10576 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10577
10578         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10579         * include/nddeapi.h: Likewise.
10580
10581 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10582
10583         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10584         Add more includes of w32api headers.
10585
10586 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10587
10588         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10589         Swap asm code with that of GetFiberData.
10590         (GetFiberData): Ditto.
10591         * lib/kernel32.c: New file, containing library versions of
10592         GetCurrentFiber and GetFiberData.
10593         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10594
10595 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10596
10597         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10598         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10599
10600 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10601
10602         * lib/oleaut32.def: Regenerate.
10603
10604 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10605
10606         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10607
10608 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10609
10610         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10611         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10612         * include/oaidl.h: ... to here.
10613         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10614         (IErrorInfo::GetGUID): Change arg to GUID.
10615         (LPSUPPORTERRORINFO): Add typedef.
10616         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10617
10618 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10619
10620         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10621         defines.
10622
10623 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10624
10625         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10626
10627 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10628
10629         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10630         Thanks to: Jason Craig  <jacraig@softhome.net>
10631
10632 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10633
10634         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10635         and UNICODE mappings, if _WIN32_IE >= 0x400.
10636         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10637         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10638         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10639         (tagNMLVCUSTOMDRAW): Likewise.
10640         (tagNMTVCUSTOMDRAW): Likewise.
10641         (tagNMLVCACHEHINT): Likewise.
10642
10643 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10644
10645         * include/basetsd.h (#include <_mingw.h>): Remove.
10646         (__int64): Define.
10647
10648 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10649
10650         * include/wingdi.h (AC_SRC_OVER): Add define.
10651         (struct _BLENDFUNCTION): Add.
10652
10653 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10654
10655         * include/shlobj.h:  Add BIF_* defines.
10656
10657 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10658
10659         * include/winerror.h (E_PENDING): Add error code define.
10660
10661 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10662
10663         * include/basetsd.h (#include <_mingw.h>): Add directive.
10664
10665 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10666
10667         * include/winbase.h (InterlockedCompareExchange): Change args
10668         and return value from PVOID to LONG.
10669         (InterlockedExchange): Change first arg to LPLONG.
10670         (InterlockedCompareExchangePointer): New macro.
10671         (InterlockedExchangePointer): New macro.
10672
10673 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10674
10675         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10676         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10677
10678 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10679
10680         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10681         (IMalloc::Free()): Ditto.
10682
10683 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10684
10685         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10686         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10687         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10688
10689 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10690
10691         * include/shlobj.h (struct _browseinfo): UNICODE it.
10692         (SHBrowseForFolder): Ditto.
10693         (SHGetPathFromIDList): Ditto.
10694
10695 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10696
10697         * include/basetsd.h: RC_INVOKED protection and realignment.
10698         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10699
10700 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10701
10702         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10703         line.
10704
10705 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10706
10707         * lib/mapi32.def: Add MAPISendMail.
10708
10709 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10710
10711         * include/w32api.h: Update version.
10712         * Makefile.in: Ditto.
10713
10714 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10715
10716         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10717         compiler warnings.
10718
10719 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10720
10721         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10722         previous definition in include/ntsecapi.h.
10723         * include/ntsecapi.h: Vice versa.
10724
10725 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10726
10727         * include/winnt.h: Add defines for group attributes.
10728         Add define for SYSTEM_LUID.
10729         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10730         `PTOKEN_PRIMARY_GROUP'.
10731
10732 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10733
10734         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10735         for cygwin.
10736
10737 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10738
10739         * include/winsock2.h: Protect one *more* newlib defines when compiling
10740         cygwin.
10741
10742 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10743
10744         * include/winsock2.h: Protect some more newlib defines when compiling
10745         cygwin.
10746
10747 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10748
10749         * include/winsock.h: Protect some more newlib defines when compiling
10750         cygwin.
10751
10752 2001-04-17  Egor Duda  <deo@logos-m.ru>
10753
10754         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10755         as __extenstion__ when appropriate.
10756         * include/mmsystem.h: Mark anonymous structs and unions as
10757         __extension__ to prevent compiler warning when invoked with
10758         -pedantic
10759         * include/oaidl.h: Ditto.
10760         * include/objidl.h: Ditto.
10761         * include/olectl.h: Ditto.
10762         * include/prsht.h: Ditto.
10763         * include/shlobj.h: Ditto.
10764         * include/winbase.h: Ditto.
10765         * include/winnt.h: Ditto.
10766         * include/wtypes.h: Ditto.
10767
10768 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10769
10770         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10771         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10772
10773 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10774
10775         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10776
10777 2001-04-11  John Fortin  <fortinj@attglobal.net>
10778
10779         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10780         (*LPBOOL): Ditto.
10781
10782 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10783
10784         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10785         code will be included in every module which includes this header.
10786         (GetFiberData): Ditto.
10787
10788 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10789
10790         * include/winnt.h (GetCurrentFiber): Fix typo.
10791
10792 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10793
10794         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10795         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10796         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10797         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10798         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10799
10800         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10801         (GetCurrentFiber): Ditto.
10802         Thanks to: Andy Younger  <AndyY@redlemon.com>
10803
10804         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10805         DirectX 8 from complaining.
10806         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10807
10808 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10809
10810         * include/commctrl.h Updated TreeView and ListView defines and macros.
10811
10812 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10813
10814         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10815         and above.
10816
10817 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10818         * include/winuser.h (VK_KANA): New definition.
10819         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10820
10821 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10822
10823         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10824         (RT_FONT): Ditto.
10825         * include/basetsd.h (INT32): Ditto.
10826         * include/windef.h (ATOM): Ditto.
10827         (BOOL): Ditto.
10828         (BYTE): Ditto.
10829         * include/winbase.h (FreeResource): Ditto.
10830         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10831
10832 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10833
10834         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10835         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10836         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10837         macro now defined in newlib sys/types.h.  Emit warning if defined.
10838         * include/winsock2.h: Ditto.
10839         * include/windows.h (Win32_Winsock): Replace with new macros
10840         __USE_W32_SOCKETS and warn of deprecation.
10841
10842 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10843
10844         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10845         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10846
10847 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10848
10849         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10850         (TB_GETBUTTONSIZE): Ditto.
10851         (TCS_HOTTRACK): Ditto.
10852         Thanks to: Chris Hansen <popeofpop@softhome.net>
10853
10854 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10855
10856         * Makefile.in: (snapshot): Add target.
10857         * lib/Makefile.in: (install-headers): Use installdir variable.
10858         (installdir): Set value based on target-alias.
10859
10860 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10861
10862         * include/w32api.h: (_W32API_VERSION): Remove.
10863         (__W32API_VERSION): Add.
10864         (__W32API_MAJOR_VERSION): Ditto.
10865         (__W32API_MINOR_VERSION): Ditto.
10866
10867 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10868
10869         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10870         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10871         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10872         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10873
10874 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10875
10876         * include/mswsock.h: New file.
10877         * include/ws2tcpip.h: New file.
10878         * include/winsock.h (IPPROTO_IGMP): New define.
10879         (IPPROTO_GGP): Correct value.
10880         (SO_* macros): Remove mswsock defines.
10881         (TCP_BSDURGENT): Likewise.
10882         (IP_* macros): Add comment warning of WinSock2 incompatibility
10883         (WSARecvEx): Remove mswsock prototype.
10884         (TransmitFile): Likewise.
10885         (AcceptEx): Likewise.
10886         (GetAcceptExSockaddrs): Likewise.
10887         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10888         (#include <mswsock.h>): Add directive and explanatory comment
10889         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10890         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10891         (#include <winsock.h>): Replace directive with winsock.h file content
10892         The following changes apply to the merged file:
10893         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10894         (SOMAXCONN): Likewise
10895         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10896         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10897         in ws2tcpip.h)
10898         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10899         (FD_*_BIT and FD_* defines): Place together and extend to
10900         FD_MAX_EVENTS 10
10901         (AF* defines): Extend to AF_MAX 10
10902         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10903         (WSAUnhookBlockingHook): Likewise.
10904         (WSASetBlockingHook): Likewise.
10905         (WSACancelBlockingCall): Likewise.
10906         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10907         (#include <mswsock.h>): Delete directive inherited from winsock.h
10908         (WSA_QOS* defines): Add QualityOfService error codes.
10909         (SIO_* defines): Add new macros
10910         * include/ipexport.h (IP_STATUS flags): Add definitions.
10911         (IP_FLAG_DF): Likewise.
10912         (IP_OPT_* ): Likewise.
10913         (struct ip_option_information): Likewise.
10914         (struct icmp_echo_reply): Likewise.
10915
10916 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10917
10918         * include/commctrl.h: Revert TEXT change.
10919         * include/lmalert.h: Ditto.
10920         * include/lmcons.h: Ditto.
10921         * include/lmsname.h: Ditto.
10922         * include/lmsvc.h: Ditto.
10923         * include/ntsecapi.h: Ditto.
10924         * include/oledlg.h: Ditto.
10925         * include/ras.h: Ditto.
10926         * include/regstr.h: Ditto.
10927         * include/richedit.h: Ditto.
10928         * include/wininet.h: Ditto.
10929         * include/winnt.h: Ditto.
10930
10931 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10932
10933         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10934         * include/lmalert.h: Ditto.
10935         * include/lmcons.h: Ditto.
10936         * include/lmsname.h: Ditto.
10937         * include/lmsvc.h: Ditto.
10938         * include/ntsecapi.h: Ditto.
10939         * include/oledlg.h: Ditto.
10940         * include/ras.h: Ditto.
10941         * include/regstr.h: Ditto.
10942         * include/richedit.h: Ditto.
10943         * include/wininet.h: Ditto.
10944         * include/w32api.h: New File.
10945
10946 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10947
10948         * include/shlobj.h: Add missing SLR_* flags.
10949
10950 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10951
10952         * lib/Makefile.in: (host_alias): Add variable.
10953         (host_build): Ditto:
10954         (xinstall): Removed
10955         (xinstall-libraries): Ditto.
10956         (xinstall-headers): Ditto.
10957         (xuninstall): Ditto.
10958         (xuninstall-libraries): Ditto.
10959         (xuninstall-headers): Ditto.
10960         * Makefile.in: (host_alias): Add variable.
10961         (build_alias): Ditto.
10962
10963 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
10964
10965         * include/winnt.h: (__TEXT): Add private macro.
10966         (_TEXT): Modify definition to use __TEXT.
10967         (_T): Ditto.
10968         This change allows the passing of a MACRO as an argument and have that
10969         MACRO resolved first.
10970         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10971
10972 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
10973
10974         * Makefile.in: Increment VERSION to 0.5
10975         * include/winnt.h: Change TEXT to _TEXT throughout.
10976         (SID_RELEASE): Define.
10977         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
10978
10979 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
10980
10981         * Apply Phil Krylov patches.
10982         2001-01-19  Phil Krylov  <phil@mail.ru>
10983         * include/commctrl.h: (HDI_IMAGE) New definition.
10984         (HDI_DI_SETITEM) Ditto.
10985         (HDI_ORDER) Ditto.
10986         (HDI_FILTER) Ditto.
10987         (HDF_BITMAP_ON_RIGHT) Ditto.
10988         (HDF_IMAGE) Ditto.
10989         (HDM_SETORDERARRAY) Ditto.
10990         (Header_SetOrderArray) Ditto.
10991         (ICC_BAR_CLASSES) Ditto.
10992         (struct _HD_ITEMA) Change definition.
10993         (struct _HD_ITEMW) Ditto.
10994         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
10995         (InitCommonControlsEx()) Ditto.
10996         2001-01-23  Phil Krylov  <phil@mail.ru>
10997         * include/richedit.h: Many Richedit 2.0 definitions.
10998
10999 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11000
11001         * include/winuser.h: (IDC_HAND)  New resource identifier.
11002         Thanks to: Mark Jordon <mark_jordan@ieee.org>
11003
11004 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11005
11006         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
11007         Fix typo's.
11008
11009 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11010
11011         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
11012         (GetUnmarshalClass): CLSID argument needs to be a pointer.
11013         Thanks To: <bge@users.sourceforge.net>
11014
11015 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11016
11017         * Apply Danny Smith patch 102386
11018         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11019         * lib/rasapi32.def: add symbols available in NT4 and W2k
11020
11021 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11022
11023         * Apply Danny Smith patch 102382
11024         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11025         * lib/mswsock.def: remove leading underscores from symbol names
11026
11027 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11028
11029         * Apply Danny Smith patch 102446
11030         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11031         * include/sql.h (ODBCVER): change default to 0x0351.
11032         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
11033         (SQLColAttributes): likewise.
11034         (SQLBindParam): add prototype for ODBC 3.x function.
11035         (SQLCloseCursor): likewise.
11036         (SQLColAttribute): likewise.
11037         (SQLCopyDesc):likewise.
11038         (SQLEndTran): likewise.
11039         (SQLFetchScroll): likewise.
11040         (SQLGetConnectAttr): likewise.
11041         (SQLGetDescField): likewise.
11042         (SQLGetDescRec): likewise.
11043         (SQLGetDiagField): likewise.
11044         (SQLGetDiagRec): likewise.
11045         (SQLGetEnvAttr): likewise.
11046         (SQLGetStmtAttr): likewise.
11047         (SQLSetConnectAttr): likewise.
11048         (SQLSetDescField):likewise.
11049         (SQLSetDescRec): likewise.
11050         (SQLSetEnvAttr): likewise.
11051         (SQLSetStmtAttr): likewise.
11052         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11053         _WIN64 compatability;
11054         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11055         (SQL_ACTIVE_CONNECTIONS): likewise.
11056         (SQL_ACTIVE_STATEMENTS): likewise.
11057         (SQL_ALL_EXCEPT_LIKE): likewise.
11058         (SQL_API_ALL_FUNCTIONS): likewise.
11059         (SQL_API_LOADBYORDINAL): likewise.
11060         (SQL_API_SQLBINDPARAMETER): likewise.
11061         (SQL_API_SQLBROWSECONNECT): likewise.
11062         (SQL_API_SQLCOLATTRIBUTES): likewise.
11063         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11064         (SQL_API_SQLDESCRIBEPARAM): likewise.
11065         (SQL_API_SQLDRIVERCONNECT): likewise.
11066         (SQL_API_SQLDRIVERS): likewise.
11067         (SQL_API_SQLEXTENDEDFETCH): likewise.
11068         (SQL_API_SQLFOREIGNKEYS): likewise.
11069         (SQL_API_SQLMORERESULTS): likewise.
11070         (SQL_API_SQLNATIVESQL): likewise.
11071         (SQL_API_SQLNUMPARAMS): likewise.
11072         (SQL_API_SQLPARAMOPTIONS): likewise.
11073         (SQL_API_SQLPRIMARYKEYS): likewise.
11074         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11075         (SQL_API_SQLPROCEDURES): likewise.
11076         (SQL_API_SQLSETPOS): likewise.
11077         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11078         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11079         (SQL_ASYNC_ENABLE): likewise.
11080         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11081         (SQL_ASYNC_ENABLE_OFF): likewise.
11082         (SQL_ASYNC_ENABLE_ON): likewise.
11083         (SQL_ATTR_READONLY): likewise.
11084         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11085         (SQL_ATTR_WRITE): likewise.
11086         (SQL_AUTOCOMMIT): likewise.
11087         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11088         (SQL_AUTOCOMMIT_OFF): likewise.
11089         (SQL_AUTOCOMMIT_ON): likewise.
11090         (SQL_BEST_ROWID): likewise.
11091         (SQL_BIGINT): likewise.
11092         (SQL_BINARY): likewise.
11093         (SQL_BIND_BY_COLUMN): likewise.
11094         (SQL_BIND_TYPE): likewise.
11095         (SQL_BIND_TYPE_DEFAULT): likewise.
11096         (SQL_BIT): likewise.
11097         (SQL_BOOKMARK_PERSISTENCE): likewise.
11098         (SQL_BP_CLOSE): likewise.
11099         (SQL_BP_DELETE): likewise.
11100         (SQL_BP_DROP): likewise.
11101         (SQL_BP_OTHER_HSTMT): likewise.
11102         (SQL_BP_SCROLL): likewise.
11103         (SQL_BP_TRANSACTION): likewise.
11104         (SQL_BP_UPDATE): likewise.
11105         (SQL_C_BINARY): likewise.
11106         (SQL_C_BIT): likewise.
11107         (SQL_C_BOOKMARK): likewise.
11108         (SQL_C_CHAR): likewise.
11109         (SQL_C_DATE): likewise.
11110         (SQL_C_DEFAULT): likewise.
11111         (SQL_C_DOUBLE): likewise.
11112         (SQL_C_FLOAT): likewise.
11113         (SQL_C_LONG): likewise.
11114         (SQL_C_SHORT): likewise.
11115         (SQL_C_SLONG): likewise.
11116         (SQL_C_SSHORT): likewise.
11117         (SQL_C_STINYINT): likewise.
11118         (SQL_C_TIME): likewise.
11119         (SQL_C_TIMESTAMP): likewise.
11120         (SQL_C_TINYINT): likewise.
11121         (SQL_C_ULONG): likewise.
11122         (SQL_C_USHORT): likewise.
11123         (SQL_C_UTINYINT): likewise.
11124         (SQL_CB_NON_NULL): likewise.
11125         (SQL_CB_NULL): likewise.
11126         (SQL_CC_CLOSE): likewise.
11127         (SQL_CC_DELETE): likewise.
11128         (SQL_CC_PRESERVE): likewise.
11129         (SQL_CN_ANY): likewise.
11130         (SQL_CN_DIFFERENT): likewise.
11131         (SQL_CN_NONE): likewise.
11132         (SQL_COLATT_OPT_MAX): likewise.
11133         (SQL_COLATT_OPT_MIN): likewise.
11134         (SQL_COLUMN_ALIAS): likewise.
11135         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11136         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11137         (SQL_COLUMN_COUNT): likewise.
11138         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11139         (SQL_COLUMN_DRIVER_START): likewise.
11140         (SQL_COLUMN_LABEL): likewise.
11141         (SQL_COLUMN_LENGTH): likewise.
11142         (SQL_COLUMN_MONEY): likewise.
11143         (SQL_COLUMN_NAME): likewise.
11144         (SQL_COLUMN_NULLABLE): likewise.
11145         (SQL_COLUMN_OWNER_NAME): likewise.
11146         (SQL_COLUMN_PRECISION): likewise.
11147         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11148         (SQL_COLUMN_SCALE): likewise.
11149         (SQL_COLUMN_SEARCHABLE): likewise.
11150         (SQL_COLUMN_TABLE_NAME): likewise.
11151         (SQL_COLUMN_TYPE): likewise.
11152         (SQL_COLUMN_TYPE_NAME): likewise.
11153         (SQL_COLUMN_UNSIGNED): likewise.
11154         (SQL_COLUMN_UPDATABLE): likewise.
11155         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11156         (SQL_CONCUR_DEFAULT): likewise.
11157         (SQL_CONCUR_LOCK): likewise.
11158         (SQL_CONCUR_READ_ONLY): likewise.
11159         (SQL_CONCUR_ROWVER): likewise.
11160         (SQL_CONCUR_TIMESTAMP): likewise.
11161         (SQL_CONCUR_VALUES): likewise.
11162         (SQL_CONCURRENCY): likewise.
11163         (SQL_CONN_OPT_MAX): likewise.
11164         (SQL_CONN_OPT_MIN): likewise.
11165         (SQL_CONNECT_OPT_DRVR_START): likewise.
11166         (SQL_CONVERT_BIGINT): likewise.
11167         (SQL_CONVERT_BINARY): likewise.
11168         (SQL_CONVERT_BIT): likewise.
11169         (SQL_CONVERT_CHAR): likewise.
11170         (SQL_CONVERT_DATE): likewise.
11171         (SQL_CONVERT_DECIMAL): likewise.
11172         (SQL_CONVERT_DOUBLE): likewise.
11173         (SQL_CONVERT_FLOAT): likewise.
11174         (SQL_CONVERT_FUNCTIONS): likewise.
11175         (SQL_CONVERT_INTEGER): likewise.
11176         (SQL_CONVERT_LONGVARBINARY): likewise.
11177         (SQL_CONVERT_LONGVARCHAR): likewise.
11178         (SQL_CONVERT_NUMERIC): likewise.
11179         (SQL_CONVERT_REAL): likewise.
11180         (SQL_CONVERT_SMALLINT): likewise.
11181         (SQL_CONVERT_TIME): likewise.
11182         (SQL_CONVERT_TIMESTAMP): likewise.
11183         (SQL_CONVERT_TINYINT): likewise.
11184         (SQL_CONVERT_VARBINARY): likewise.
11185         (SQL_CONVERT_VARCHAR): likewise.
11186         (SQL_CORRELATION_NAME): likewise.
11187         (SQL_CR_CLOSE): likewise.
11188         (SQL_CR_DELETE): likewise.
11189         (SQL_CR_PRESERVE): likewise.
11190         (SQL_CUR_DEFAULT): likewise.
11191         (SQL_CUR_USE_DRIVER): likewise.
11192         (SQL_CUR_USE_IF_NEEDED): likewise.
11193         (SQL_CUR_USE_ODBC): likewise.
11194         (SQL_CURRENT_QUALIFIER): likewise.
11195         (SQL_CURSOR_DYNAMIC): likewise.
11196         (SQL_CURSOR_FORWARD_ONLY): likewise.
11197         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11198         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11199         (SQL_CURSOR_STATIC): likewise.
11200         (SQL_CURSOR_TYPE): likewise.
11201         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11202         (SQL_CVT_BIGINT): likewise.
11203         (SQL_CVT_BINARY): likewise.
11204         (SQL_CVT_BIT): likewise.
11205         (SQL_CVT_CHAR): likewise.
11206         (SQL_CVT_DATE): likewise.
11207         (SQL_CVT_DECIMAL): likewise.
11208         (SQL_CVT_DOUBLE): likewise.
11209         (SQL_CVT_FLOAT): likewise.
11210         (SQL_CVT_INTEGER): likewise.
11211         (SQL_CVT_LONGVARBINARY): likewise.
11212         (SQL_CVT_LONGVARCHAR): likewise.
11213         (SQL_CVT_NUMERIC): likewise.
11214         (SQL_CVT_REAL): likewise.
11215         (SQL_CVT_SMALLINT): likewise.
11216         (SQL_CVT_TIME): likewise.
11217         (SQL_CVT_TIMESTAMP): likewise.
11218         (SQL_CVT_TINYINT): likewise.
11219         (SQL_CVT_VARBINARY): likewise.
11220         (SQL_CVT_VARCHAR): likewise.
11221         (SQL_DATABASE_NAME): likewise.
11222         (SQL_DATE): likewise.
11223         (SQL_DRIVER_HDBC): likewise.
11224         (SQL_DRIVER_HENV): likewise.
11225         (SQL_DRIVER_HLIB): likewise.
11226         (SQL_DRIVER_HSTMT): likewise.
11227         (SQL_DRIVER_NAME): likewise.
11228         (SQL_DRIVER_ODBC_VER): likewise.
11229         (SQL_DRIVER_VER): likewise.
11230         (SQL_ENSURE): likewise.
11231         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11232         (SQL_EXT_API_LAST): likewise.
11233         (SQL_EXT_API_START): likewise.
11234         (SQL_FD_FETCH_BOOKMARK): likewise.
11235         (SQL_FD_FETCH_PREV): likewise.
11236         (SQL_FD_FETCH_RESUME): likewise.
11237         (SQL_FETCH_PREV): likewise.
11238         (SQL_FETCH_RESUME): likewise.
11239         (SQL_FILE_NOT_SUPPORTED): likewise.
11240         (SQL_FILE_QUALIFIER): likewise.
11241         (SQL_FILE_TABLE): likewise.
11242         (SQL_FILE_USAGE): likewise.
11243         (SQL_FN_CVT_CONVERT): likewise.
11244         (SQL_FN_NUM_ABS): likewise.
11245         (SQL_FN_NUM_ACOS): likewise.
11246         (SQL_FN_NUM_ASIN): likewise.
11247         (SQL_FN_NUM_ATAN): likewise.
11248         (SQL_FN_NUM_ATAN2): likewise.
11249         (SQL_FN_NUM_CEILING): likewise.
11250         (SQL_FN_NUM_COS): likewise.
11251         (SQL_FN_NUM_COT): likewise.
11252         (SQL_FN_NUM_DEGREES): likewise.
11253         (SQL_FN_NUM_EXP): likewise.
11254         (SQL_FN_NUM_FLOOR): likewise.
11255         (SQL_FN_NUM_LOG): likewise.
11256         (SQL_FN_NUM_LOG10): likewise.
11257         (SQL_FN_NUM_MOD): likewise.
11258         (SQL_FN_NUM_PI): likewise.
11259         (SQL_FN_NUM_POWER): likewise.
11260         (SQL_FN_NUM_RADIANS): likewise.
11261         (SQL_FN_NUM_RAND): likewise.
11262         (SQL_FN_NUM_ROUND): likewise.
11263         (SQL_FN_NUM_SIGN): likewise.
11264         (SQL_FN_NUM_SIN): likewise.
11265         (SQL_FN_NUM_SQRT): likewise.
11266         (SQL_FN_NUM_TAN): likewise.
11267         (SQL_FN_NUM_TRUNCATE): likewise.
11268         (SQL_FN_STR_ASCII): likewise.
11269         (SQL_FN_STR_CHAR): likewise.
11270         (SQL_FN_STR_CONCAT): likewise.
11271         (SQL_FN_STR_DIFFERENCE): likewise.
11272         (SQL_FN_STR_INSERT): likewise.
11273         (SQL_FN_STR_LCASE): likewise.
11274         (SQL_FN_STR_LEFT): likewise.
11275         (SQL_FN_STR_LENGTH): likewise.
11276         (SQL_FN_STR_LOCATE): likewise.
11277         (SQL_FN_STR_LOCATE_2): likewise.
11278         (SQL_FN_STR_LTRIM): likewise.
11279         (SQL_FN_STR_REPEAT): likewise.
11280         (SQL_FN_STR_REPLACE): likewise.
11281         (SQL_FN_STR_RIGHT): likewise.
11282         (SQL_FN_STR_RTRIM): likewise.
11283         (SQL_FN_STR_SOUNDEX): likewise.
11284         (SQL_FN_STR_SPACE): likewise.
11285         (SQL_FN_STR_SUBSTRING): likewise.
11286         (SQL_FN_STR_UCASE): likewise.
11287         (SQL_FN_SYS_DBNAME): likewise.
11288         (SQL_FN_SYS_IFNULL): likewise.
11289         (SQL_FN_SYS_USERNAME): likewise.
11290         (SQL_FN_TD_CURDATE): likewise.
11291         (SQL_FN_TD_CURTIME): likewise.
11292         (SQL_FN_TD_DAYNAME): likewise.
11293         (SQL_FN_TD_DAYOFMONTH): likewise.
11294         (SQL_FN_TD_DAYOFWEEK): likewise.
11295         (SQL_FN_TD_DAYOFYEAR): likewise.
11296         (SQL_FN_TD_HOUR): likewise.
11297         (SQL_FN_TD_MINUTE): likewise.
11298         (SQL_FN_TD_MONTH): likewise.
11299         (SQL_FN_TD_MONTHNAME): likewise.
11300         (SQL_FN_TD_NOW): likewise.
11301         (SQL_FN_TD_QUARTER): likewise.
11302         (SQL_FN_TD_SECOND): likewise.
11303         (SQL_FN_TD_TIMESTAMPadd): likewise.
11304         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11305         (SQL_FN_TD_WEEK): likewise.
11306         (SQL_FN_TD_YEAR): likewise.
11307         (SQL_FN_TSI_DAY): likewise.
11308         (SQL_FN_TSI_FRAC_SECOND): likewise.
11309         (SQL_FN_TSI_HOUR): likewise.
11310         (SQL_FN_TSI_MINUTE): likewise.
11311         (SQL_FN_TSI_MONTH): likewise.
11312         (SQL_FN_TSI_QUARTER): likewise.
11313         (SQL_FN_TSI_SECOND): likewise.
11314         (SQL_FN_TSI_WEEK): likewise.
11315         (SQL_FN_TSI_YEAR): likewise.
11316         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11317         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11318         (SQL_GB_NO_RELATION): likewise.
11319         (SQL_GB_NOT_SUPPORTED): likewise.
11320         (SQL_GD_BLOCK): likewise.
11321         (SQL_GD_BOUND): likewise.
11322         (SQL_GET_BOOKMARK): likewise.
11323         (SQL_GROUP_BY): likewise.
11324         (SQL_INFO_DRIVER_START): likewise.
11325         (SQL_INFO_FIRST): likewise.
11326         (SQL_INFO_LAST): likewise.
11327         (SQL_INTERVAL_DAY): likewise.
11328         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11329         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11330         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11331         (SQL_INTERVAL_HOUR): likewise.
11332         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11333         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11334         (SQL_INTERVAL_MINUTE): likewise.
11335         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11336         (SQL_INTERVAL_MONTH): likewise.
11337         (SQL_INTERVAL_SECOND): likewise.
11338         (SQL_INTERVAL_YEAR): likewise.
11339         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11340         (SQL_KEYSET_SIZE): likewise.
11341         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11342         (SQL_KEYWORDS): likewise.
11343         (SQL_LCK_EXCLUSIVE): likewise.
11344         (SQL_LCK_NO_CHANGE): likewise.
11345         (SQL_LCK_UNLOCK): likewise.
11346         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11347         (SQL_LIKE_ONLY): likewise.
11348         (SQL_LOCK_TYPES): likewise.
11349         (SQL_LOGIN_TIMEOUT): likewise.
11350         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11351         (SQL_LONGVARBINARY): likewise.
11352         (SQL_LONGVARCHAR): likewise.
11353         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11354         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11355         (SQL_MAX_DSN_LENGTH): likewise.
11356         (SQL_MAX_LENGTH): likewise.
11357         (SQL_MAX_LENGTH_DEFAULT): likewise.
11358         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11359         (SQL_MAX_OWNER_NAME_LEN): likewise.
11360         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11361         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11362         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11363         (SQL_MAX_ROWS): likewise.
11364         (SQL_MAX_ROWS_DEFAULT): likewise.
11365         (SQL_MODE_DEFAULT): likewise.
11366         (SQL_MODE_READ_ONLY): likewise.
11367         (SQL_MODE_READ_WRITE): likewise.
11368         (SQL_MULT_RESULT_SETS): likewise.
11369         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11370         (SQL_NC_END): likewise.
11371         (SQL_NC_START): likewise.
11372         (SQL_NEED_LONG_DATA_LEN): likewise.
11373         (SQL_NNC_NON_NULL): likewise.
11374         (SQL_NNC_NULL): likewise.
11375         (SQL_NO_TOTAL): likewise.
11376         (SQL_NON_NULLABLE_COLUMNS): likewise.
11377         (SQL_NOSCAN): likewise.
11378         (SQL_NOSCAN_DEFAULT): likewise.
11379         (SQL_NOSCAN_OFF): likewise.
11380         (SQL_NOSCAN_ON): likewise.
11381         (SQL_NUM_EXTENSIONS): likewise.
11382         (SQL_NUM_FUNCTIONS): likewise.
11383         (SQL_NUMERIC_FUNCTIONS): likewise.
11384         (SQL_OAC_LEVEL1): likewise.
11385         (SQL_OAC_LEVEL2): likewise.
11386         (SQL_OAC_NONE): likewise.
11387         (SQL_ODBC_API_CONFORMANCE): likewise.
11388         (SQL_ODBC_CURSORS): likewise.
11389         (SQL_ODBC_KEYWORDS): likewise.
11390         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11391         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11392         (SQL_ODBC_SQL_OPT_IEF): likewise.
11393         (SQL_ODBC_VER): likewise.
11394         (SQL_OPT_TRACE): likewise.
11395         (SQL_OPT_TRACE_DEFAULT): likewise.
11396         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11397         (SQL_OPT_TRACE_OFF): likewise.
11398         (SQL_OPT_TRACE_ON): likewise.
11399         (SQL_OPT_TRACEFILE): likewise.
11400         (SQL_OSC_CORE): likewise.
11401         (SQL_OSC_EXTENDED): likewise.
11402         (SQL_OSC_MINIMUM): likewise.
11403         (SQL_OSCC_COMPLIANT): likewise.
11404         (SQL_OSCC_NOT_COMPLIANT): likewise.
11405         (SQL_OU_DML_STATEMENTS): likewise.
11406         (SQL_OU_INDEX_DEFINITION): likewise.
11407         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11408         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11409         (SQL_OU_TABLE_DEFINITION): likewise.
11410         (SQL_OUTER_JOINS): likewise.
11411         (SQL_OWNER_TERM): likewise.
11412         (SQL_OWNER_USAGE): likewise.
11413         (SQL_PACKET_SIZE): likewise.
11414         (SQL_PC_NOT_PSEUDO): likewise.
11415         (SQL_POS_add): likewise.
11416         (SQL_POS_DELETE): likewise.
11417         (SQL_POS_OPERATIONS): likewise.
11418         (SQL_POS_POSITION): likewise.
11419         (SQL_POS_REFRESH): likewise.
11420         (SQL_POS_UPDATE): likewise.
11421         (SQL_POSITIONED_STATEMENTS): likewise.
11422         (SQL_PROCEDURE_TERM): likewise.
11423         (SQL_PROCEDURES): likewise.
11424         (SQL_PS_POSITIONED_DELETE): likewise.
11425         (SQL_PS_POSITIONED_UPDATE): likewise.
11426         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11427         (SQL_QL_END): likewise.
11428         (SQL_QL_START): likewise.
11429         (SQL_QU_DML_STATEMENTS): likewise.
11430         (SQL_QU_INDEX_DEFINITION): likewise.
11431         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11432         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11433         (SQL_QU_TABLE_DEFINITION): likewise.
11434         (SQL_QUALIFIER_LOCATION): likewise.
11435         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11436         (SQL_QUALIFIER_TERM): likewise.
11437         (SQL_QUALIFIER_USAGE): likewise.
11438         (SQL_QUERY_TIMEOUT): likewise.
11439         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11440         (SQL_QUICK): likewise.
11441         (SQL_QUIET_MODE): likewise.
11442         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11443         (SQL_RD_DEFAULT): likewise.
11444         (SQL_RD_OFF): likewise.
11445         (SQL_RD_ON): likewise.
11446         (SQL_RETRIEVE_DATA): likewise.
11447         (SQL_ROW_NUMBER): likewise.
11448         (SQL_ROW_UPDATES): likewise.
11449         (SQL_ROWSET_SIZE): likewise.
11450         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11451         (SQL_ROWVER): likewise.
11452         (SQL_SC_NON_UNIQUE): likewise.
11453         (SQL_SC_TRY_UNIQUE): likewise.
11454         (SQL_SC_UNIQUE): likewise.
11455         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11456         (SQL_SCROLL_DYNAMIC): likewise.
11457         (SQL_SCROLL_FORWARD_ONLY): likewise.
11458         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11459         (SQL_SCROLL_OPTIONS): likewise.
11460         (SQL_SCROLL_STATIC): likewise.
11461         (SQL_SEARCHABLE): likewise.
11462         (SQL_SIGNED_OFFSET): likewise.
11463         (SQL_SIMULATE_CURSOR): likewise.
11464         (SQL_SO_DYNAMIC): likewise.
11465         (SQL_SO_FORWARD_ONLY): likewise.
11466         (SQL_SO_KEYSET_DRIVEN): likewise.
11467         (SQL_SO_MIXED): likewise.
11468         (SQL_SO_STATIC): likewise.
11469         (SQL_SPEC_MAJOR): likewise.
11470         (SQL_SPEC_MINOR): likewise.
11471         (SQL_SPEC_STRING): likewise.
11472         (SQL_SQ_COMPARISON): likewise.
11473         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11474         (SQL_SQ_EXISTS): likewise.
11475         (SQL_SQ_IN): likewise.
11476         (SQL_SQ_QUANTIFIED): likewise.
11477         (SQL_SQLSTATE_SIZE): likewise.
11478         (SQL_SS_addITIONS): likewise.
11479         (SQL_SS_DELETIONS): likewise.
11480         (SQL_SS_UPDATES): likewise.
11481         (SQL_STATIC_SENSITIVITY): likewise.
11482         (SQL_STMT_OPT_MAX): likewise.
11483         (SQL_STMT_OPT_MIN): likewise.
11484         (SQL_STRING_FUNCTIONS): likewise.
11485         (SQL_SUBQUERIES): likewise.
11486         (SQL_SYSTEM_FUNCTIONS): likewise.
11487         (SQL_TABLE_STAT): likewise.
11488         (SQL_TABLE_TERM): likewise.
11489         (SQL_TIME): likewise.
11490         (SQL_TIMEDATE_add_INTERVALS): likewise.
11491         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11492         (SQL_TIMEDATE_FUNCTIONS): likewise.
11493         (SQL_TIMESTAMP): likewise.
11494         (SQL_TINYINT): likewise.
11495         (SQL_TRANSLATE_DLL): likewise.
11496         (SQL_TRANSLATE_OPTION): likewise.
11497         (SQL_TXN_ISOLATION): likewise.
11498         (SQL_TXN_VERSIONING): likewise.
11499         (SQL_TYPE_DRIVER_END): likewise.
11500         (SQL_TYPE_DRIVER_START): likewise.
11501         (SQL_TYPE_MAX): likewise.
11502         (SQL_TYPE_MIN): likewise.
11503         (SQL_TYPE_NULL): likewise.
11504         (SQL_U_UNION): likewise.
11505         (SQL_U_UNION_ALL): likewise.
11506         (SQL_UB_DEFAULT): likewise.
11507         (SQL_UB_OFF): likewise.
11508         (SQL_UB_ON): likewise.
11509         (SQL_UNICODE): likewise.
11510         (SQL_UNICODE_CHAR): likewise.
11511         (SQL_UNICODE_LONGVARCHAR): likewise.
11512         (SQL_UNICODE_VARCHAR): likewise.
11513         (SQL_UNION): likewise.
11514         (SQL_UNSEARCHABLE): likewise.
11515         (SQL_UNSIGNED_OFFSET): likewise.
11516         (SQL_USE_BOOKMARKS): likewise.
11517         (SQL_VARBINARY): likewise.
11518         (SQL_TRUE): add define for ODBC3.x.
11519         (SQL_FALSE): likewise.
11520         (SQL_AM_CONNECTION): likewise.
11521         (SQL_AM_NONE): likewise.
11522         (SQL_AM_STATEMENT): likewise.
11523         (SQL_API_SQLALLOCHANDLE): likewise.
11524         (SQL_API_SQLBINDPARAM): likewise.
11525         (SQL_API_SQLCLOSECURSOR): likewise.
11526         (SQL_API_SQLCOLATTRIBUTE): likewise.
11527         (SQL_API_SQLCOPYDESC): likewise.
11528         (SQL_API_SQLENDTRAN): likewise.
11529         (SQL_API_SQLFETCHSCROLL): likewise.
11530         (SQL_API_SQLFREEHANDLE): likewise.
11531         (SQL_API_SQLGETCONNECTATTR): likewise.
11532         (SQL_API_SQLGETDESCFIELD): likewise.
11533         (SQL_API_SQLGETDESCREC): likewise.
11534         (SQL_API_SQLGETDIAGFIELD): likewise.
11535         (SQL_API_SQLGETDIAGREC): likewise.
11536         (SQL_API_SQLGETENVATTR): likewise.
11537         (SQL_API_SQLGETSTMTATTR): likewise.
11538         (SQL_API_SQLSETCONNECTATTR): likewise.
11539         (SQL_API_SQLSETDESCFIELD): likewise.
11540         (SQL_API_SQLSETDESCREC): likewise.
11541         (SQL_API_SQLSETENVATTR): likewise.
11542         (SQL_API_SQLSETSTMTATTR): likewise.
11543         (SQL_ARD_TYPE): likewise.
11544         (SQL_AT_add_CONSTRAINT): likewise.
11545         (SQL_ATTR_APP_PARAM_DESC): likewise.
11546         (SQL_ATTR_APP_ROW_DESC): likewise.
11547         (SQL_ATTR_AUTO_IPD): likewise.
11548         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11549         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11550         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11551         (SQL_ATTR_IMP_ROW_DESC): likewise.
11552         (SQL_ATTR_METADATA_ID): likewise.
11553         (SQL_ATTR_OUTPUT_NTS): likewise.
11554         (SQL_CATALOG_NAME): likewise.
11555         (SQL_CODE_DATE): likewise.
11556         (SQL_CODE_TIME): likewise.
11557         (SQL_CODE_TIMESTAMP): likewise.
11558         (SQL_COLLATION_SEQ): likewise.
11559         (SQL_CURSOR_SENSITIVITY): likewise.
11560         (SQL_DATE_LEN): likewise.
11561         (SQL_DATETIME): likewise.
11562         (SQL_DEFAULT): likewise.
11563         (SQL_DESC_ALLOC_AUTO): likewise.
11564         (SQL_DESC_ALLOC_TYPE): likewise.
11565         (SQL_DESC_ALLOC_USER): likewise.
11566         (SQL_DESC_COUNT): likewise.
11567         (SQL_DESC_DATA_PTR): likewise.
11568         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11569         (SQL_DESC_INDICATOR_PTR): likewise.
11570         (SQL_DESC_LENGTH): likewise.
11571         (SQL_DESC_NAME): likewise.
11572         (SQL_DESC_NULLABLE): likewise.
11573         (SQL_DESC_OCTET_LENGTH): likewise.
11574         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11575         (SQL_DESC_PRECISION): likewise.
11576         (SQL_DESC_SCALE): likewise.
11577         (SQL_DESC_TYPE): likewise.
11578         (SQL_DESC_UNNAMED): likewise.
11579         (SQL_DESCRIBE_PARAMETER): likewise.
11580         (SQL_DIAG_ALTER_DOMAIN): likewise.
11581         (SQL_DIAG_ALTER_TABLE): likewise.
11582         (SQL_DIAG_CALL): likewise.
11583         (SQL_DIAG_CLASS_ORIGIN): likewise.
11584         (SQL_DIAG_CONNECTION_NAME): likewise.
11585         (SQL_DIAG_CREATE_ASSERTION): likewise.
11586         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11587         (SQL_DIAG_CREATE_COLLATION): likewise.
11588         (SQL_DIAG_CREATE_DOMAIN): likewise.
11589         (SQL_DIAG_CREATE_INDEX): likewise.
11590         (SQL_DIAG_CREATE_SCHEMA): likewise.
11591         (SQL_DIAG_CREATE_TABLE): likewise.
11592         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11593         (SQL_DIAG_CREATE_VIEW): likewise.
11594         (SQL_DIAG_DELETE_WHERE): likewise.
11595         (SQL_DIAG_DROP_ASSERTION): likewise.
11596         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11597         (SQL_DIAG_DROP_COLLATION): likewise.
11598         (SQL_DIAG_DROP_DOMAIN): likewise.
11599         (SQL_DIAG_DROP_INDEX): likewise.
11600         (SQL_DIAG_DROP_SCHEMA): likewise.
11601         (SQL_DIAG_DROP_TABLE): likewise.
11602         (SQL_DIAG_DROP_TRANSLATION): likewise.
11603         (SQL_DIAG_DROP_VIEW): likewise.
11604         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11605         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11606         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11607         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11608         (SQL_DIAG_GRANT): likewise.
11609         (SQL_DIAG_INSERT): likewise.
11610         (SQL_DIAG_MESSAGE_TEXT): likewise.
11611         (SQL_DIAG_NATIVE): likewise.
11612         (SQL_DIAG_NUMBER): likewise.
11613         (SQL_DIAG_RETURNCODE): likewise.
11614         (SQL_DIAG_REVOKE): likewise.
11615         (SQL_DIAG_ROW_COUNT): likewise.
11616         (SQL_DIAG_SELECT_CURSOR): likewise.
11617         (SQL_DIAG_SERVER_NAME): likewise.
11618         (SQL_DIAG_SQLSTATE): likewise.
11619         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11620         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11621         (SQL_DIAG_UPDATE_WHERE): likewise.
11622         (SQL_FALSE): likewise.
11623         (SQL_FETCH_ABSOLUTE): likewise.
11624         (SQL_FETCH_LAST): likewise.
11625         (SQL_FETCH_PRIOR): likewise.
11626         (SQL_FETCH_RELATIVE): likewise.
11627         (SQL_HANDLE_DBC): likewise.
11628         (SQL_HANDLE_DESC): likewise.
11629         (SQL_HANDLE_ENV): likewise.
11630         (SQL_HANDLE_STMT): likewise.
11631         (SQL_INSENSITIVE): likewise.
11632         (SQL_INTEGRITY): likewise.
11633         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11634         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11635         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11636         (SQL_MAX_IDENTIFIER_LEN): likewise.
11637         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11638         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11639         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11640         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11641         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11642         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11643         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11644         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11645         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11646         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11647         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11648         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11649         (SQL_MAXIMUM_ROW_SIZE): likewise.
11650         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11651         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11652         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11653         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11654         (SQL_NAMED): likewise.
11655         (SQL_NONSCROLLABLE): likewise.
11656         (SQL_NTSL): likewise.
11657         (SQL_NULL_HANDLE): likewise.
11658         (SQL_NULL_HDESC): likewise.
11659         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11660         (SQL_PRED_BASIC): likewise.
11661         (SQL_PRED_CHAR): likewise.
11662         (SQL_PRED_NONE): likewise.
11663         (SQL_ROW_IDENTIFIER): likewise.
11664         (SQL_SCROLLABLE): likewise.
11665         (SQL_SENSITIVE): likewise.
11666         (SQL_SUCCEEDED(rc)): likewise.
11667         (SQL_TIME_LEN): likewise.
11668         (SQL_TIMESTAMP_LEN): likewise.
11669         (SQL_TRANSACTION_CAPABLE): likewise.
11670         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11671         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11672         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11673         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11674         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11675         (SQL_TYPE_DATE): likewise.
11676         (SQL_TYPE_TIME): likewise.
11677         (SQL_TYPE_TIMESTAMP): likewise.
11678         (SQL_UNKNOWN_TYPE): likewise.
11679         (SQL_UNNAMED): likewise.
11680         (SQL_UNSPECIFIED): likewise.
11681         (SQL_XOPEN_CLI_YEAR): likewise.
11682         (SQLAllocConnect): add comment marking as deperecated.
11683         (SQLAllocEnv): likewise.
11684         (SQLAllocStmt): likewise.
11685         (SQLFreeConnect): likewise.
11686         (SQLFreeEnv): likewise.
11687         (SQLGetConnectOption): likewise.
11688         (SQLGetStmtOption): likewise.
11689
11690         * include/sqlext.h (#include <sqlucode.h>): add directive.
11691         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11692         (SQLColAttributes): likewise.
11693         (SQLBulkOperations): add function prototype.
11694         (SQLAllocHandleStd): likewise
11695         (TraceReturn): add Trace API prototype.
11696         (TraceVersion): likewise.
11697         (ODBCGetTryWaitValue):likewise.
11698         (ODBCSetTryWaitValue): likewise.
11699         (SQL_LOCK_RECORD): correct function macro.
11700         (SQL_REFRESH_RECORD): likewise.
11701         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11702         _WIN64 compatability.
11703         move defines for non-core functions from sql.h to sqlext.h (refer
11704         changes for sql.h)
11705         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11706         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11707         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11708         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11709         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11710         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11711         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11712         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11713         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11714         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11715         (SQL_AF_ALL): likewise.
11716         (SQL_AF_AVG): likewise.
11717         (SQL_AF_COUNT): likewise.
11718         (SQL_AF_DISTINCT): likewise.
11719         (SQL_AF_MAX): likewise.
11720         (SQL_AF_MIN): likewise.
11721         (SQL_AF_SUM): likewise.
11722         (SQL_AGGREGATE_FUNCTIONS): likewise.
11723         (SQL_ALL_CATALOGS): likewise.
11724         (SQL_ALL_SCHEMAS): likewise.
11725         (SQL_ALL_TABLE_TYPES): likewise.
11726         (SQL_ALTER_DOMAIN): likewise.
11727         (SQL_AM_CONNECTION): likewise.
11728         (SQL_AM_NONE): likewise.
11729         (SQL_AM_STATEMENT): likewise.
11730         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11731         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11732         (SQL_API_SQLALLOCHANDLESTD): likewise.
11733         (SQL_API_SQLBULKOPERATIONS): likewise.
11734         (SQL_ASYNC_MODE): likewise.
11735         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11736         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11737         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11738         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11739         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11740         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11741         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11742         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11743         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11744         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11745         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11746         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11747         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11748         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11749         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11750         (SQL_ATTR_ACCESS_MODE): likewise.
11751         (SQL_ATTR_ASYNC_ENABLE): likewise.
11752         (SQL_ATTR_AUTOCOMMIT): likewise.
11753         (SQL_ATTR_CONCURRENCY): likewise.
11754         (SQL_ATTR_CONNECTION_POOLING): likewise.
11755         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11756         (SQL_ATTR_CP_MATCH): likewise.
11757         (SQL_ATTR_CURRENT_CATALOG): likewise.
11758         (SQL_ATTR_CURSOR_TYPE): likewise.
11759         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11760         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11761         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11762         (SQL_ATTR_ENLIST_IN_XA): likewise.
11763         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11764         (SQL_ATTR_KEYSET_SIZE): likewise.
11765         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11766         (SQL_ATTR_MAX_LENGTH): likewise.
11767         (SQL_ATTR_MAX_ROWS): likewise.
11768         (SQL_ATTR_NOSCAN): likewise.
11769         (SQL_ATTR_ODBC_CURSORS): likewise.
11770         (SQL_ATTR_ODBC_VERSION): likewise.
11771         (SQL_ATTR_PACKET_SIZE): likewise.
11772         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11773         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11774         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11775         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11776         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11777         (SQL_ATTR_PARAMSET_SIZE): likewise.
11778         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11779         (SQL_ATTR_QUIET_MODE): likewise.
11780         (SQL_ATTR_RETRIEVE_DATA): likewise.
11781         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11782         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11783         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11784         (SQL_ATTR_ROW_NUMBER): likewise.
11785         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11786         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11787         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11788         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11789         (SQL_ATTR_TRACE): likewise.
11790         (SQL_ATTR_TRACEFILE): likewise.
11791         (SQL_ATTR_TRANSLATE_LIB): likewise.
11792         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11793         (SQL_ATTR_TXN_ISOLATION): likewise.
11794         (SQL_ATTR_USE_BOOKMARKS): likewise.
11795         (SQL_BATCH_ROW_COUNT): likewise.
11796         (SQL_BATCH_SUPPORT): likewise.
11797         (SQL_BRC_EXPLICIT): likewise.
11798         (SQL_BRC_PROCEDURES): likewise.
11799         (SQL_BRC_ROLLED_UP): likewise.
11800         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11801         (SQL_BS_ROW_COUNT_PROC): likewise.
11802         (SQL_BS_SELECT_EXPLICIT): likewise.
11803         (SQL_BS_SELECT_PROC): likewise.
11804         (SQL_C_INTERVAL_DAY): likewise.
11805         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11806         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11807         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11808         (SQL_C_INTERVAL_HOUR): likewise.
11809         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11810         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11811         (SQL_C_INTERVAL_MINUTE): likewise.
11812         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11813         (SQL_C_INTERVAL_MONTH): likewise.
11814         (SQL_C_INTERVAL_SECOND): likewise.
11815         (SQL_C_INTERVAL_YEAR): likewise.
11816         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11817         (SQL_C_NUMERIC): likewise.
11818         (SQL_C_SBIGINT): likewise.
11819         (SQL_C_TYPE_DATE): likewise.
11820         (SQL_C_TYPE_TIME): likewise.
11821         (SQL_C_TYPE_TIMESTAMP): likewise.
11822         (SQL_C_UBIGINT): likewise.
11823         (SQL_C_VARBOOKMARK): likewise.
11824         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11825         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11826         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11827         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11828         (SQL_CA_CREATE_ASSERTION): likewise.
11829         (SQL_CA1_ABSOLUTE): likewise.
11830         (SQL_CA1_BOOKMARK): likewise.
11831         (SQL_CA1_BULK_ADD): likewise.
11832         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11833         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11834         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11835         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11836         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11837         (SQL_CA1_LOCK_UNLOCK): likewise.
11838         (SQL_CA1_NEXT): likewise.
11839         (SQL_CA1_POS_DELETE): likewise.
11840         (SQL_CA1_POS_POSITION): likewise.
11841         (SQL_CA1_POS_REFRESH): likewise.
11842         (SQL_CA1_POS_UPDATE): likewise.
11843         (SQL_CA1_POSITIONED_DELETE): likewise.
11844         (SQL_CA1_POSITIONED_UPDATE): likewise.
11845         (SQL_CA1_RELATIVE): likewise.
11846         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11847         (SQL_CA2_CRC_APPROXIMATE): likewise.
11848         (SQL_CA2_CRC_EXACT): likewise.
11849         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11850         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11851         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11852         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11853         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11854         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11855         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11856         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11857         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11858         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11859         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11860         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11861         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11862         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11863         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11864         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11865         (SQL_CATALOG_LOCATION): likewise.
11866         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11867         (SQL_CATALOG_TERM): likewise.
11868         (SQL_CATALOG_USAGE): likewise.
11869         (SQL_CCOL_CREATE_COLLATION): likewise.
11870         (SQL_CCS_COLLATE_CLAUSE): likewise.
11871         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11872         (SQL_CCS_LIMITED_COLLATION): likewise.
11873         (SQL_CDO_COLLATION): likewise.
11874         (SQL_CDO_CONSTRAINT): likewise.
11875         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11876         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11877         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11878         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11879         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11880         (SQL_CDO_CREATE_DOMAIN): likewise.
11881         (SQL_CDO_DEFAULT): likewise.
11882         (SQL_CL_END): likewise.
11883         (SQL_CL_START): likewise.
11884         (SQL_COL_PRED_BASIC): likewise.
11885         (SQL_COL_PRED_CHAR): likewise.
11886         (SQL_COLUMN_DRIVER_START): likewise.
11887         (SQL_COLUMN_IGNORE): likewise.
11888         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11889         (SQL_CONVERT_GUID): likewise.
11890         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11891         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11892         (SQL_CONVERT_WCHAR): likewise.
11893         (SQL_CONVERT_WLONGVARCHAR): likewise.
11894         (SQL_CONVERT_WVARCHAR): likewise.
11895         (SQL_CP_DEFAULT): likewise.
11896         (SQL_CP_MATCH_DEFAULT): likewise.
11897         (SQL_CP_OFF): likewise.
11898         (SQL_CP_ONE_PER_DRIVER): likewise.
11899         (SQL_CP_ONE_PER_HENV): likewise.
11900         (SQL_CP_RELAXED_MATCH): likewise.
11901         (SQL_CP_STRICT_MATCH): likewise.
11902         (SQL_CREATE_ASSERTION): likewise.
11903         (SQL_CREATE_CHARACTER_SET): likewise.
11904         (SQL_CREATE_COLLATION): likewise.
11905         (SQL_CREATE_DOMAIN): likewise.
11906         (SQL_CREATE_SCHEMA): likewise.
11907         (SQL_CREATE_TABLE): likewise.
11908         (SQL_CREATE_TRANSLATION): likewise.
11909         (SQL_CREATE_VIEW): likewise.
11910         (SQL_CS_AUTHORIZATION): likewise.
11911         (SQL_CS_CREATE_SCHEMA): likewise.
11912         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11913         (SQL_CT_COLUMN_COLLATION): likewise.
11914         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11915         (SQL_CT_COLUMN_DEFAULT): likewise.
11916         (SQL_CT_COMMIT_DELETE): likewise.
11917         (SQL_CT_COMMIT_PRESERVE): likewise.
11918         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11919         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11920         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11921         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11922         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11923         (SQL_CT_CREATE_TABLE): likewise.
11924         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11925         (SQL_CT_LOCAL_TEMPORARY): likewise.
11926         (SQL_CT_TABLE_CONSTRAINT): likewise.
11927         (SQL_CTR_CREATE_TRANSLATION): likewise.
11928         (SQL_CU_DML_STATEMENTS): likewise.
11929         (SQL_CU_INDEX_DEFINITION): likewise.
11930         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11931         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11932         (SQL_CU_TABLE_DEFINITION): likewise.
11933         (SQL_CVT_GUID): likewise.
11934         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11935         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11936         (SQL_CVT_WCHAR): likewise.
11937         (SQL_CVT_WLONGVARCHAR): likewise.
11938         (SQL_CVT_WVARCHAR): likewise.
11939         (SQL_DA_DROP_ASSERTION): likewise.
11940         (SQL_DATETIME_LITERALS): likewise.
11941         (SQL_DB_DEFAULT): likewise.
11942         (SQL_DB_DISCONNECT): likewise.
11943         (SQL_DB_RETURN_TO_POOL): likewise.
11944         (SQL_DC_DROP_COLLATION): likewise.
11945         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11946         (SQL_DD_CASCADE): likewise.
11947         (SQL_DD_DROP_DOMAIN): likewise.
11948         (SQL_DD_RESTRICT): likewise.
11949         (SQL_DDL_INDEX): likewise.
11950         (SQL_DELETE_BY_BOOKMARK): likewise.
11951         (SQL_DESC_ARRAY_SIZE): likewise.
11952         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11953         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11954         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11955         (SQL_DESC_BASE_TABLE_NAME): likewise.
11956         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11957         (SQL_DESC_BIND_TYPE): likewise.
11958         (SQL_DESC_CASE_SENSITIVE): likewise.
11959         (SQL_DESC_CATALOG_NAME): likewise.
11960         (SQL_DESC_CONCISE_TYPE): likewise.
11961         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11962         (SQL_DESC_DISPLAY_SIZE): likewise.
11963         (SQL_DESC_FIXED_PREC_SCALE): likewise.
11964         (SQL_DESC_LABEL): likewise.
11965         (SQL_DESC_LITERAL_PREFIX): likewise.
11966         (SQL_DESC_LITERAL_SUFFIX): likewise.
11967         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
11968         (SQL_DESC_MAXIMUM_SCALE): likewise.
11969         (SQL_DESC_MINIMUM_SCALE): likewise.
11970         (SQL_DESC_NUM_PREC_RADIX): likewise.
11971         (SQL_DESC_PARAMETER_TYPE): likewise.
11972         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
11973         (SQL_DESC_SCHEMA_NAME): likewise.
11974         (SQL_DESC_SEARCHABLE): likewise.
11975         (SQL_DESC_TABLE_NAME): likewise.
11976         (SQL_DESC_TYPE_NAME): likewise.
11977         (SQL_DESC_UNSIGNED): likewise.
11978         (SQL_DESC_UPDATABLE): likewise.
11979         (SQL_DI_CREATE_INDEX): likewise.
11980         (SQL_DI_DROP_INDEX): likewise.
11981         (SQL_DIAG_COLUMN_NUMBER): likewise.
11982         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
11983         (SQL_DIAG_ROW_NUMBER): likewise.
11984         (SQL_DL_SQL92_DATE): likewise.
11985         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
11986         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
11987         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
11988         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
11989         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
11990         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
11991         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
11992         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
11993         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
11994         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
11995         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
11996         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
11997         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
11998         (SQL_DL_SQL92_TIME): likewise.
11999         (SQL_DL_SQL92_TIMESTAMP): likewise.
12000         (SQL_DM_VER): likewise.
12001         (SQL_DRIVER_HDESC): likewise.
12002         (SQL_DROP_ASSERTION): likewise.
12003         (SQL_DROP_CHARACTER_SET): likewise.
12004         (SQL_DROP_COLLATION): likewise.
12005         (SQL_DROP_DOMAIN): likewise.
12006         (SQL_DROP_SCHEMA): likewise.
12007         (SQL_DROP_TABLE): likewise.
12008         (SQL_DROP_TRANSLATION): likewise.
12009         (SQL_DROP_VIEW): likewise.
12010         (SQL_DS_CASCADE): likewise.
12011         (SQL_DS_DROP_SCHEMA): likewise.
12012         (SQL_DS_RESTRICT): likewise.
12013         (SQL_DT_CASCADE): likewise.
12014         (SQL_DT_DROP_TABLE): likewise.
12015         (SQL_DT_RESTRICT): likewise.
12016         (SQL_DTC_DONE): likewise.
12017         (SQL_DTR_DROP_TRANSLATION): likewise.
12018         (SQL_DV_CASCADE): likewise.
12019         (SQL_DV_DROP_VIEW): likewise.
12020         (SQL_DV_RESTRICT): likewise.
12021         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
12022         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
12023         (SQL_EXT_API_LAST): likewise.
12024         (SQL_EXT_API_START): likewise.
12025         (SQL_FETCH_BY_BOOKMARK): likewise.
12026         (SQL_FETCH_FIRST_SYSTEM): likewise.
12027         (SQL_FETCH_FIRST_USER): likewise.
12028         (SQL_FN_CVT_CAST): likewise.
12029         (SQL_FN_STR_BIT_LENGTH): likewise.
12030         (SQL_FN_STR_CHAR_LENGTH): likewise.
12031         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
12032         (SQL_FN_STR_OCTET_LENGTH): likewise.
12033         (SQL_FN_STR_POSITION): likewise.
12034         (SQL_FN_TD_CURRENT_DATE): likewise.
12035         (SQL_FN_TD_CURRENT_TIME): likewise.
12036         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
12037         (SQL_FN_TD_EXTRACT): likewise.
12038         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
12039         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
12040         (SQL_FUNC_EXISTS(exists,api)): likewise.
12041         (SQL_GB_COLLATE): likewise.
12042         (SQL_HANDLE_SENV): likewise.
12043         (SQL_IK_ALL): likewise.
12044         (SQL_IK_ASC): likewise.
12045         (SQL_IK_DESC): likewise.
12046         (SQL_IK_NONE): likewise.
12047         (SQL_INDEX_KEYWORDS): likewise.
12048         (SQL_INFO_DRIVER_START): likewise.
12049         (SQL_INFO_LAST): likewise.
12050         (SQL_INFO_SCHEMA_VIEWS): likewise.
12051         (SQL_INITIALLY_DEFERRED): likewise.
12052         (SQL_INITIALLY_IMMEDIATE): likewise.
12053         (SQL_INSERT_STATEMENT): likewise.
12054         (SQL_INTERVAL): likewise.
12055         (SQL_IS_INSERT_LITERALS): likewise.
12056         (SQL_IS_INSERT_SEARCHED): likewise.
12057         (SQL_IS_INTEGER): likewise.
12058         (SQL_IS_POINTER): likewise.
12059         (SQL_IS_SELECT_INTO): likewise.
12060         (SQL_IS_SMALLINT): likewise.
12061         (SQL_IS_UINTEGER): likewise.
12062         (SQL_IS_USMALLINT): likewise.
12063         (SQL_ISV_ASSERTIONS): likewise.
12064         (SQL_ISV_CHARACTER_SETS): likewise.
12065         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12066         (SQL_ISV_COLLATIONS): likewise.
12067         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12068         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12069         (SQL_ISV_COLUMNS): likewise.
12070         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12071         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12072         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12073         (SQL_ISV_DOMAINS): likewise.
12074         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12075         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12076         (SQL_ISV_SCHEMATA): likewise.
12077         (SQL_ISV_SQL_LANGUAGES): likewise.
12078         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12079         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12080         (SQL_ISV_TABLES): likewise.
12081         (SQL_ISV_TRANSLATIONS): likewise.
12082         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12083         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12084         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12085         (SQL_ISV_VIEWS): likewise.
12086         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12087         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12088         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12089         (SQL_NO_COLUMN_NUMBER): likewise.
12090         (SQL_NO_ROW_NUMBER): likewise.
12091         (SQL_NOT_DEFERRABLE): likewise.
12092         (SQL_NUM_EXTENSIONS): likewise.
12093         (SQL_NUM_FUNCTIONS): likewise.
12094         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12095         (SQL_OIC_CORE): likewise.
12096         (SQL_OIC_LEVEL1): likewise.
12097         (SQL_OIC_LEVEL2): likewise.
12098         (SQL_OV_ODBC2): likewise.
12099         (SQL_OV_ODBC3): likewise.
12100         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12101         (SQL_PARAM_ARRAY_SELECTS): likewise.
12102         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12103         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12104         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12105         (SQL_PARAM_ERROR): likewise.
12106         (SQL_PARAM_IGNORE): likewise.
12107         (SQL_PARAM_PROCEED): likewise.
12108         (SQL_PARAM_SUCCESS): likewise.
12109         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12110         (SQL_PARAM_UNUSED): likewise.
12111         (SQL_PARC_BATCH): likewise.
12112         (SQL_PARC_NO_BATCH): likewise.
12113         (SQL_PAS_BATCH): likewise.
12114         (SQL_PAS_NO_BATCH): likewise.
12115         (SQL_PAS_NO_SELECT): likewise.
12116         (SQL_ROW_IGNORE): likewise.
12117         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12118         (SQL_ROW_PROCEED): likewise.
12119         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12120         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12121         (SQL_SC_SQL92_ENTRY): likewise.
12122         (SQL_SC_SQL92_FULL): likewise.
12123         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12124         (SQL_SCC_ISO92_CLI): likewise.
12125         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12126         (SQL_SCHEMA_TERM): likewise.
12127         (SQL_SCHEMA_USAGE): likewise.
12128         (SQL_SDF_CURRENT_DATE): likewise.
12129         (SQL_SDF_CURRENT_TIME): likewise.
12130         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12131         (SQL_SFKD_CASCADE): likewise.
12132         (SQL_SFKD_NO_ACTION): likewise.
12133         (SQL_SFKD_SET_DEFAULT): likewise.
12134         (SQL_SFKD_SET_NULL): likewise.
12135         (SQL_SFKU_CASCADE): likewise.
12136         (SQL_SFKU_NO_ACTION): likewise.
12137         (SQL_SFKU_SET_DEFAULT): likewise.
12138         (SQL_SFKU_SET_NULL): likewise.
12139         (SQL_SG_DELETE_TABLE): likewise.
12140         (SQL_SG_INSERT_COLUMN): likewise.
12141         (SQL_SG_INSERT_TABLE): likewise.
12142         (SQL_SG_REFERENCES_COLUMN): likewise.
12143         (SQL_SG_REFERENCES_TABLE): likewise.
12144         (SQL_SG_SELECT_TABLE): likewise.
12145         (SQL_SG_UPDATE_COLUMN): likewise.
12146         (SQL_SG_UPDATE_TABLE): likewise.
12147         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12148         (SQL_SG_USAGE_ON_COLLATION): likewise.
12149         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12150         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12151         (SQL_SG_WITH_GRANT_OPTION): likewise.
12152         (SQL_SNVF_BIT_LENGTH): likewise.
12153         (SQL_SNVF_CHAR_LENGTH): likewise.
12154         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12155         (SQL_SNVF_EXTRACT): likewise.
12156         (SQL_SNVF_OCTET_LENGTH): likewise.
12157         (SQL_SNVF_POSITION): likewise.
12158         (SQL_SP_BETWEEN): likewise.
12159         (SQL_SP_COMPARISON): likewise.
12160         (SQL_SP_EXISTS): likewise.
12161         (SQL_SP_IN): likewise.
12162         (SQL_SP_ISNOTNULL): likewise.
12163         (SQL_SP_ISNULL): likewise.
12164         (SQL_SP_LIKE): likewise.
12165         (SQL_SP_MATCH_FULL): likewise.
12166         (SQL_SP_MATCH_PARTIAL): likewise.
12167         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12168         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12169         (SQL_SP_OVERLAPS): likewise.
12170         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12171         (SQL_SP_UNIQUE): likewise.
12172         (SQL_SQL_CONFORMANCE): likewise.
12173         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12174         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12175         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12176         (SQL_SQL92_GRANT): likewise.
12177         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12178         (SQL_SQL92_PREDICATES): likewise.
12179         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12180         (SQL_SQL92_REVOKE): likewise.
12181         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12182         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12183         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12184         (SQL_SR_CASCADE): likewise.
12185         (SQL_SR_DELETE_TABLE): likewise.
12186         (SQL_SR_GRANT_OPTION_FOR): likewise.
12187         (SQL_SR_INSERT_COLUMN): likewise.
12188         (SQL_SR_INSERT_TABLE): likewise.
12189         (SQL_SR_REFERENCES_COLUMN): likewise.
12190         (SQL_SR_REFERENCES_TABLE): likewise.
12191         (SQL_SR_RESTRICT): likewise.
12192         (SQL_SR_SELECT_TABLE): likewise.
12193         (SQL_SR_UPDATE_COLUMN): likewise.
12194         (SQL_SR_UPDATE_TABLE): likewise.
12195         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12196         (SQL_SR_USAGE_ON_COLLATION): likewise.
12197         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12198         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12199         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12200         (SQL_SRJO_CROSS_JOIN): likewise.
12201         (SQL_SRJO_EXCEPT_JOIN): likewise.
12202         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12203         (SQL_SRJO_INNER_JOIN): likewise.
12204         (SQL_SRJO_INTERSECT_JOIN): likewise.
12205         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12206         (SQL_SRJO_NATURAL_JOIN): likewise.
12207         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12208         (SQL_SRJO_UNION_JOIN): likewise.
12209         (SQL_SRVC_DEFAULT): likewise.
12210         (SQL_SRVC_NULL): likewise.
12211         (SQL_SRVC_ROW_SUBQUERY): likewise.
12212         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12213         (SQL_SSF_CONVERT): likewise.
12214         (SQL_SSF_LOWER): likewise.
12215         (SQL_SSF_SUBSTRING): likewise.
12216         (SQL_SSF_TRANSLATE): likewise.
12217         (SQL_SSF_TRIM_BOTH): likewise.
12218         (SQL_SSF_TRIM_LEADING): likewise.
12219         (SQL_SSF_TRIM_TRAILING): likewise.
12220         (SQL_SSF_UPPER): likewise.
12221         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12222         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12223         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12224         (SQL_SU_DML_STATEMENTS): likewise.
12225         (SQL_SU_INDEX_DEFINITION): likewise.
12226         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12227         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12228         (SQL_SU_TABLE_DEFINITION): likewise.
12229         (SQL_SVE_CASE): likewise.
12230         (SQL_SVE_CAST): likewise.
12231         (SQL_SVE_COALESCE): likewise.
12232         (SQL_SVE_NULLIF): likewise.
12233         (SQL_UB_FIXED): likewise.
12234         (SQL_UB_VARIABLE): likewise.
12235         (SQL_UNION_STATEMENT): likewise.
12236         (SQL_UPDATE_BY_BOOKMARK): likewise.
12237         (SQL_US_UNION): likewise.
12238         (SQL_US_UNION_ALL): likewise.
12239         (SQL_DESC_ROWVER): likewise.
12240         (SQL_GUID): likewise.
12241         (SQL_C_GUID): likewise.
12242         (ODBC_STD): likewise.
12243         (SQLAllocHandle): likewise.
12244         (SQLAllocEnv(p)): likewise.
12245         (SQL_YEAR): likewise.
12246         (SQL_MONTH): likewise.
12247         (SQL_DAY): likewise.
12248         (SQL_HOUR): likewise.
12249         (SQL_MINUTE): likewise.
12250         (SQL_SECOND): likewise.
12251         (SQL_YEAR_TO_MONTH): likewise.
12252         (SQL_DAY_TO_HOUR): likewise.
12253         (SQL_DAY_TO_MINUTE): likewise.
12254         (SQL_DAY_TO_SECOND): likewise.
12255         (SQL_HOUR_TO_MINUTE): likewise.
12256         (SQL_HOUR_TO_SECOND): likewise.
12257         (SQL_MINUTE_TO_SECOND): likewise.
12258         (SQL_ATTR_ANSI_APP): likewise.
12259         (SQL_AA_TRUE): likewise.
12260         (SQL_AA_FALSE): likewise.
12261
12262         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12263         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12264         (struct tagSQL_DAY_SECOND): likewise.
12265         (struct tagSQL_INTERVAL_STRUCT): likewise.
12266         (struct tagSQL_NUMERIC_STRUCT): likewise.
12267         (struct tagSQLGUID): add for 0DBC3.50.
12268         (enum SQLINTERVAL): add for ODBC3.x.
12269         (SQLWCHAR): add typedef.
12270         (SQLTCHAR): add typedef, conditional on UNICODE.
12271         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12272         (SQLULEN): likewise.
12273         (SQLROWOFFSET): likewise.
12274         (SQLROWCOUNT): likewise.
12275         (SQLTRANSID): likewise.
12276         (SQLSETPOSIROW): likewise.
12277         (SQLHANDLE): add ODBC3.x typedef.
12278         (SQLHDESC): likewise.
12279         (SQLDATE): likewise.
12280         (SQLDECIMAL): likewise.
12281         (SQLDOUBLE): likewise.
12282         (SQLFLOAT): likewise.
12283         (SQLNUMERIC): likewise.
12284         (SQLREAL): likewise.
12285         (SQLTIME): likewise.
12286         (SQLTIMESTAMP): likewise.
12287         (SQLVARCHAR): likewise.
12288         (SQLBIGINT): likewise.
12289         (SQLUBIGINT): likewise.
12290         (SQL_DATE_STRUCT): likewise.
12291         (SQL_TIME_STRUCT): likewise.
12292         (SQL_TIMESTAMP_STRUCT): likewise.
12293         (ODBCINT64): add ODBC3.x define.
12294
12295         * lib/odbc32.def : regenerate.
12296
12297 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12298
12299         * Apply Danny Smith patch 102275
12300         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12301         * include/objbase.h: (COM_RIGHTS): Add definition.
12302         (tagSTDMSHLFLAGS): add enumeration.
12303         (CoInitializeEx): Add prototypes.
12304         (CoGetStdMarshalEx): ditto.
12305         (CoCreateInstanceEx): ditto.
12306         (CoInitializeSecurity): ditto.
12307         (CoGetCallContext): ditto.
12308         (CoQueryProxyBlanket): ditto.
12309         (CoSetProxyBlanket): ditto.
12310         (CoCopyProxy): ditto.
12311         (CoQueryClientBlanket): ditto.
12312         (CoImpersonateClient): ditto.
12313         (CoRevertToSelf): ditto.
12314         (CoQueryAuthenticationServices): ditto.
12315         (CoSwitchCallContext): ditto.
12316         (CoGetInstanceFromFile): ditto.
12317         (CoGetInstanceFromIStorage): ditto.
12318         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12319         (SOLE_AUTHENTICATION_INFO): ditto.
12320         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12321         (COLE_DEFAULT_PRINCIPAL): Add definition.
12322         (COLE_DEFAULT_AUTHINFO): Ditto.
12323         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12324         (RPC_PROTSEQ_VECTOR) Fix typo.
12325         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12326         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12327         attribute.
12328
12329 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12330
12331         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12332         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12333         New file.
12334
12335 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12336
12337         * include/winnt.h: Add PTOKEN_USER.
12338
12339 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12340
12341         * include/sqlucode.h: Apply Danny Smith patch 102443
12342         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12343         New file.
12344
12345 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12346
12347         * lib/odbccp32.def: Apply Danny Smith patch 102442
12348         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12349         New file.
12350
12351 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12352
12353         * include/odbcinst.h: Apply Danny Smith patch 102441
12354         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12355         New file.
12356
12357 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12358
12359         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12360
12361 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12362
12363         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12364
12365 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12366
12367         * lib/Makefile.in: Install headers and libraries in tooldir.
12368
12369 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12370
12371         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12372         SORT_STRINGSORT: ditto.
12373         CMAP*: ditto.
12374         CTRY_*: add new defines.
12375         LGRPID_*: ditto.
12376         LCMAP*: change defines to hex notation.
12377         CALID: change from ULONG to DWORD.
12378         CALTYPE: ditto.
12379         _cpinfoex[AW]: add structure.
12380         FoldString: correct Unicode mappings.
12381         GetCPInfoEx[AW]: add prototypes.
12382         EnumCalendarInfoEx[AW]: ditto.
12383         EnumDateFormatsEx[AW]: ditto.
12384         EnumSystemLanguageGroups[AW]: ditto.
12385         EnumLanguageGroupLocales[AW]: ditto.
12386         EnumUILanguages[AW]: ditto.
12387         GetSystemDefaultUILanguage[AW]: ditto.
12388         GetUserDefaultUILanguage[AW]: ditto.
12389         IsValidLanguageGroup[AW]: ditto.
12390         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12391         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12392         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12393         UILANGUAGE_ENUMPROC[AW]: ditto
12394         DATEFMT_ENUMPROCEX[AW]: ditto
12395         LPCURRENCYFMT[AW]: add structure pointer typedef
12396         LPNUMBERFMT[AW]: ditto
12397
12398 2000-12-02  Matt Hargett  <matt@use.net>
12399
12400         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12401         possible return code for the SetFilePointer() win32 API call.
12402
12403 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12404
12405         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12406
12407 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12408
12409         * Makefile.in: increment VERSION.
12410         (dist:) Rename to srcdist.  Create new dist target to call
12411         srcdist and bindist targets.
12412         (srcdist:) New target.
12413         (clean-top:) add call to mostlyclean-top and add rm of distribution
12414         tarballs.
12415         * lib/Makefile.in: (uninstall:) modify to remove files from the
12416         new w32api subdirectory and to remove w32api subdirectory.
12417         (xuninstall:) Ditto.
12418         TODO: Add a task to redo the clean targets of Makefile.in
12419
12420 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12421
12422         * lib/Makefile.in: Install header files in w32api subdirectory.
12423
12424 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12425
12426         * CONTRIBUTIONS: New file.
12427         * README: Change the maintained by header.
12428         * TODO: Add a note about checking the TODO.
12429
12430 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12431
12432         * Merge in accepted changes from
12433         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12434         * include/basetyps.h: add comment for GUID_DEFINED
12435         * include/lm.h: add includes for lmerr.h and lmserver.h
12436         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12437         * include/lmerr.h:  add error codes
12438         * include/lmserver.h: replace LPTSTR with LPWSTR,
12439         LPTCSTR with LPWCSTR in structures and prototypes
12440         * include/lmshare.h: ditto
12441         * include/lmuse.h: ditto
12442         * include/lmstats.h: ditto
12443         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12444         * include/winbase.h: change first argument of CommConfigDialog to const
12445         * include/windowsx.h: add macros  defining FAR versions of
12446         mem and string functions for porting from Win16 code
12447         * include/winioctl.h:  added IOCTL_STORAGE defines
12448         * include/winnetwk.h:  added WNNC_NET flags
12449         * include/winnt.h: add include of <basetsd.h>;
12450         add structs; add pointer typedefs  for TOKEN structs
12451         * include/winsock.h: add guard around BSD-ish typedefs
12452         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12453         * include/basetsd.h: new file
12454         * include/raserror.h: ditto
12455         * include/rassapi.h: ditto
12456         * include/ras.h: ditto
12457         comment from Earnie: replaced original ras.h contribution with Danny's
12458         contribution as it is more complete.
12459         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12460
12461 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12462
12463         * Makefile.in: increment VERSION.  Change tar file name for dist and
12464         bindist targets to be more standard.
12465         * config.guess: Update with the currently published file.
12466         * config.sub: ditto.
12467         * configure.in: Use value of build_alias instead of testing for
12468         directory names to set BUILDENV.
12469         * configure: ditto.
12470         * lib/Makefile.in: Change the name of the targets install,
12471         install-headers and install-libraries to xinstall, xinstall-headers
12472         and xinstall-libraries for system target specified installation.
12473         Recreate targets install, install-headers and install-libraries for
12474         exec-prefix specified installation.  Ditto for the uninstall targets of
12475         the same name.
12476
12477 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12478
12479         * include/iprtrmib.h: Further layout changes according to standard.
12480         * include/iptypes.h: Ditto.
12481         * include/ntdef.h: Ditto.
12482         * include/ntsecapi.h: Ditto.
12483         * include/subauth.h: Ditto.
12484
12485 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12486
12487         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12488
12489 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12490
12491         * include/ntsecapi.h: New file.
12492         * include/subauth.h: Ditto.
12493         * include/ipexport.h: Fix global header define not to contain
12494         trailing underscore. Change layout according to standard.
12495         * include/iphlpapi.h: Ditto.
12496         * include/ipifcons.h: Ditto.
12497         * include/iprtrmib.h: Ditto.
12498         * include/iptypes.h: Ditto.
12499         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12500         of inclusion of ntsecapi.h and subauth.h.
12501         * lib/secur32.def: New stub for secur32.dll.
12502
12503 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12504
12505         * include/ras.h: New file.
12506         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12507         RasEnumDevicesW.
12508
12509 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12510
12511         * include/ntdef.h: Add define for NTAPI.
12512
12513 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12514
12515         * include/ipexport.h: Add missing `extern "C"' directives.
12516         * include/iphlpapi.h: Ditto.
12517         * include/iprtrmib.h: Ditto.
12518         * include/iptypes.h: Ditto.
12519
12520 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12521
12522         * include/ipifcons.h: New header file.
12523         * include/iprtrmib.h: Move operational states to ipifcons.h.
12524         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12525         declaration.
12526
12527 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12528
12529         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12530
12531 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12532
12533         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12534         * include/iptypes.h: New header file.
12535         * include/ipexport.h: Ditto.
12536         * include/iphlpapi.h: Ditto.
12537         * include/iprtrmib.h: Ditto.
12538
12539 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12540
12541         * include/ntdef.h: New file.
12542
12543 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12544
12545         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12546         to TOKEN_INFORMATION_CLASS type.
12547         Add QUOTA_LIMITS type.
12548
12549 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12550
12551         * include/userenv.h: New header file.
12552         * lib/userenv.def: New stub for userenv.dll.
12553
12554 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12555
12556         * include/winuser.h: Correct PCWPSTRUCT typo.
12557         (discovered by Axel Riese)
12558
12559 2000-07-27  DJ Delorie  <dj@redhat.com>
12560
12561         * include/windows.h: optimize non-inclusion of repeat headers
12562
12563 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12564
12565         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12566         LPTOKEN_SOURCE.
12567
12568 2000-07-11  DJ Delorie  <dj@cygnus.com>
12569
12570         * include/shlobj.h: add CSIDL_COMMON_*
12571
12572 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12573
12574         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12575         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12576         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12577         FILE_FLAG_OPEN_NO_RECALL.
12578         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12579         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12580         * winnt.h: Add typedef for GUID.
12581         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12582         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12583         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12584         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12585         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12586         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12587         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12588         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12589         * lib/psapi.def: New file.
12590
12591 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12592
12593         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12594         previously defined.
12595         * windef.h : Ditto.
12596
12597 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12598
12599         * include/winnt.h: Add some missing defines related to locale
12600         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12601
12602 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12603
12604         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12605
12606 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12607
12608         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12609
12610 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12611
12612         * include/wininet.h: Add another "INTERNET_OPTIONS".
12613
12614 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12615
12616         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12617
12618 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12619
12620         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12621         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12622         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12623         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12624
12625 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12626
12627         * include/winbase.h: Change first argument of ENUMRES* types to
12628         coincide with Microsoft usage.
12629
12630 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12631
12632         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12633
12634 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12635
12636         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12637         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12638         * include/winnt.h (SEC_*): Add macros.
12639         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12640         * include/ole.h: Workaround for C++ parser bug.
12641         * include/rpcdcep.h: Likewise.
12642         * include/winsock.h: Likewise.
12643
12644 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12645
12646         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12647
12648 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12649
12650         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12651         * include/wtypes.h (PBLOB, LPBLOB): Define.
12652         * include/winsock2.h: Much more complete version.
12653         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12654
12655         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12656         * include/winsock.h (FD_CLR): Add missing ')'.
12657         (timercmp): Fix macro to handle all 6 comparison operators.
12658         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12659         (AF_MAX): Update.
12660         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12661
12662         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12663         namespace pollution.
12664         * include/rpcndr.h: Likewise.
12665         * include/winnt.h: Likewise.
12666         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12667         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12668         * lib/ole32.def: Add missing exports.
12669         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12670         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12671         (NT_TIB): Define.
12672         * include/tlhelp32.h: New file.
12673
12674 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12675
12676         * include/rapi.h: New file.
12677         * lib/rapi.def: New file.
12678
12679 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12680
12681         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12682
12683 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12684
12685         * Snapshot 2000-02-03.
12686
12687 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12688
12689         * include/winnt.h: Add ARM support.
12690
12691 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12692
12693         From Greg Primes <gregory.l.priem@intel.com>:
12694         * include/oaidl.h (DESCKIND): Define macro.
12695         (ITypeComp): Define interface.
12696         (ITypeComp): Likewise.
12697         * rpcndr.h (DECLSPEC_UUID): Define macro.
12698         (MIDL_INTERFACE): Likewise.
12699
12700         * include/psapi.h: New file.
12701         * include/imagehlp.h: New file.
12702         * lib/imagehlp.def: New file.
12703
12704         * include/oaidl.h (tagVARIANT): Update fields.
12705
12706         From Craig Lanning <CraigL@DyCon.com>:
12707         * include/commctrl.h: Add some TCS_* macros.
12708         * include/winnls.h (IsValidLocale): Add prototype.
12709
12710 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12711
12712         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12713         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12714         * include/objbase.h: Likewise.
12715         * include/objidl.h: Likewise.
12716         * include/ocidl.h: New file.
12717         * include/oleauto.h: Likewise.
12718         * include/wtypes.h: Likewise.
12719         * lib/oleaut32.def: Likewise.
12720
12721         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12722         Thanks to "Jon Leichter" <jon@symas.com>.
12723         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12724         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12725         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12726         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12727         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12728         Dorsselaer" <frans@bia-bv.demon.nl>.
12729         * include/httpext.h: New file. Thanks to Jan Nijtmans
12730         <j.nijtmans@chello.nl>.
12731         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12732         redefinition of LPCWAVEFORMATEX in DirectX headers.
12733         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12734         <krzych00@priv7.onet.pl>.
12735         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12736         * include/windef.h (HRESULT): Guard definition to avoid
12737         redefinition in DirectX headers.
12738         * include/winnt.h: Add target macros from windows.h.
12739         * include/windows.h: Update synch comment for target macros.
12740         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12741         (_ANONYMOUS_UNION): Likewise.
12742         * include/wingdi.h (AbortPrinter): Move from here ...
12743         * include/winspool.h (AbortPrinter): to here and fix linkage.
12744         (MONITOR_INFO_2{A,W}): Define.
12745         * include/winsock.h (htons): Fix argument.
12746         (htonl): Likewise.
12747         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12748         (GROUP): Define.
12749         (GUID): Define conditionally.
12750         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12751         (WSASocket*): Declare.
12752         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12753
12754         * lib/dsetup.def: Remove leading underscore.
12755         * lib/dsound.def: Likewise.
12756         * lib/ws2_32.def: Likewise.
12757
12758 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12759
12760         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12761         handles.
12762
12763         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12764         * lib/dinput.c: Include windows.h for GCC.
12765         * lib/dxguid.c: Likewise.
12766         (INITGUID): Define macro.
12767
12768         * include/objidl.h (ISequentialStream): Define interface.
12769         (IStream): Derive from ISequentialStream.
12770
12771         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12772         Clone}): Mark as PURE.
12773         (IDataObject::EnumDAdvise): Likewise.
12774         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12775         (IViewObject::Unfreeze): Likewise.
12776         (IViewObject2::Unfreeze): Likewise.
12777
12778         * include/objidl.h: Add various IID_ declarations.
12779         * include/olectl.h: Likewise.
12780         * include/oleidl.h: Likewise.
12781
12782 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12783
12784         * Snapshot 1999-12-21.
12785
12786         * include/winbase.h (CancelIO): Rename to CancelIo.
12787         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12788         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12789
12790         * Merge with winsup-19991218.
12791         * include/winnt.h: Add defines for W2K ACL control flags.
12792
12793         * Merge with Anders Norlander's 19991130 snapshot.
12794
12795         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12796         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12797
12798         Patch from Harold Weissfield
12799         * include/shellapi.h: Added some ABN_* defines.
12800
12801         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12802         * lib/comctl32.def (_TrackMouseEvent): Import.
12803         * include/winuser.h: Misc. fixes from Sang Cho
12804         <sangcho@alpha94.chongju.ac.kr>.
12805         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12806         value of _WIN32_WINNT.
12807         * include/winuser.h: Reorganize SM_* defines in numerical order.
12808
12809 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12810
12811         * include/windef.h: Make RECTL a distinct type from RECT.
12812         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12813         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12814         (COMPAREITEMSTRUCT): Fix fields.
12815         (SERIALKEYSA): Likewise.
12816         (SERIALKEYSW): Likewise..
12817         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12818         (WIN32_FIND_DATAA): Likewise.
12819         (WIN32_FIND_DATAW): Likewise.
12820         * include/commdlg.h (SNDMSG): Define.
12821         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12822         (SO_CONNECT_TIME): Likewise.
12823         (AcceptEx): Declare.
12824         (GetAcceptExSockaddrs): Likewise.
12825         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12826         * include/winspool.h: Add RC_INVOKED guard.
12827         * lib/wsock32.def (AcceptEx@32): Export.
12828         (GetAcceptExSockaddrs@32): Likewise.
12829
12830 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12831
12832         * Snapshot 1999-11-18.
12833
12834         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12835         Octopod C++ IDE (and MSVC compatibility).
12836         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12837         * include/shellapi.h (ShellAbout*): Fix typo.
12838         * wingdi.h (FW_ULTRABOLD): Likewise.
12839         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12840         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12841         Add packing directives for various structures. All structure
12842         sizes now conform to MSVC.
12843
12844 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12845
12846         Released 1999-11-07.
12847
12848 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12849
12850         * include/winsock2.h: New file. Mostly a stub for now.
12851         * include/winbase.h (DllMain): Delete prototype.
12852         * include/commctrl.h (Header_SetItem): Fix macro.
12853         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12854         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12855         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12856
12857         Merge in changes from wxWindows.
12858         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12859         * include/oaidl.h (DISPID_*): Add macros.
12860         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12861         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12862         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12863         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12864
12865         Merge in changes from Octopod C++ IDE group.
12866         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12867         (Header_InsertItem): Fix macro.
12868         * include/oaidl.h (IID_IDispatch): Declare.
12869         (IID_ISupportErrorInfo): Likewise.
12870         (IDispatch): Rename Invoked to Invoke.
12871         * include/objidl.h (IPersist): Fix GetClassID.
12872         * include/oleauto.h (VectorFromBstr): Declare.
12873         (BstrFromVector): Likewise.
12874         * include/olectl.h (OLEMISC_*): Update.
12875         * include/olectlid.h (IID_IDispatch): Declare.
12876         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12877         (IOleInPlaceFrame): Fix.
12878         (ISupportErrorInfo): Define.
12879         (IErrorInfo): Define.
12880         * include/winuser.h (SIF_TRACKPOS): Define.
12881
12882 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12883
12884         Fix Merge errors:
12885         * include/winnt.h (PSID): Uncomment definition.
12886         (PISID): Rename from PSID.
12887         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12888         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12889
12890         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12891         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12892         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12893         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12894         include/shellapi.h, include/winbase.h, include/wingdi.h,
12895         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12896
12897 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12898
12899         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12900         Marius Kjeldahl <kjeldahl@hotmail.com>.
12901
12902 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12903
12904         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12905         (ERROR_SEVERITY_*): Likewise.
12906
12907 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12908
12909         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12910         (DllMain): Fix prototype.
12911
12912 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12913
12914         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12915         (cderr.h): Don't include.
12916         * include/winuser.h: Fix macro definitions.
12917
12918 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12919
12920         Merge with winsup 1999-07-29:
12921         * include/wincon.h (MOUSE_WHEELED): Define.
12922         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12923         (SECURITY_DESCRIPTOR): Add struct type.
12924         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12925         is equal to PVOID in the Platform SDK! So don't depend on accessing
12926         members through ->.
12927
12928 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12929
12930         * lib/Makefile.in (install-headers): Don't @ commands.
12931         (install-libraries): Ditto.
12932
12933 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12934
12935         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12936
12937 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12938
12939         Patch from Mumit Khan:
12940         * include/windows.h: Fix typo in winsock.h include guard and add
12941         _UWIN to the list.
12942         * include/winnt.h (__int64): Undefine first.
12943         (struct _SID): Declare.
12944
12945 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12946
12947         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12948
12949 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12950
12951         Patch from Mumit Khan:
12952         * Makefile.in: Do the right thing when cross-compiling.
12953         * include/windef.h: Don't define _export and __export if already
12954         defined.
12955
12956 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12957
12958         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12959         (DECLARE_INTERFACE_): Ditto.
12960
12961 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12962
12963         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
12964
12965         Reported by Brad Porter
12966         * include/wingdi.h (FW_ULTRALIGHT): Add.
12967         (FW_DEMIBOLD): Add.
12968         (FW_ULTRABOLD): Add.
12969         (FW_BLACK): Add.
12970         (JOHAB_CHARSET): Add.
12971         (VIETNAMESE_CHARSET): Add.
12972
12973
12974 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
12975
12976         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
12977         * lib/Makefile.in (Makefile): Regenerate.
12978         * include/pshpack[1248].h: New files, if a program would use any of
12979         them.
12980         * include/poppack.h: Ditto.
12981         * include/windef.h (_WIN32_WINNT): Define
12982         * include/windows.h: Remove DUMMYUNIONNAME[45].
12983         * include/windows.h: Correctly define _M_IX86 to reflect the target
12984         processor.
12985         * include/windows.h: Add preliminary support for other architectures.
12986         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
12987         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
12988         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
12989         issue with LARGE_INTEGER.
12990         (ANSI_NULL): Define.
12991         (PSZ): Define.
12992         (ACL_REVISION[1234]): Define.
12993         (MIN/MAX_ACL_REVISION): Define.
12994         (PTCHAR): Define.
12995         (LANG_USER_DEFAULT): Define.
12996         (LANG_SYSTEM_DEFAULT): Define.
12997         (LOCALE_NEUTRAL): Define.
12998         (SORTVERSIONFROMLCID): Define.
12999         * include/windef.h (UNREFERENCED_PARAMETER): Define.
13000         (UNREFERENCED_LOCAL_VARIABLE): Define.
13001         (DBG_UNREFERENCED_PARAMETER): Define.
13002         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
13003         * lib/mswsock.def: New file. Imports for mswsock.dll.
13004         * include/custcntl.h: New file. Necessary to compile some SDK
13005         samples.
13006         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
13007         (WM_MOUSEWHEEL): Define.
13008         (WHEEL_DELTA): Define.
13009         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
13010         (WM_NEXTMENU): Define.
13011         (CharNextA): Fix prototype.
13012         (CharNextW): Ditto.
13013
13014 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
13015
13016         * include/winsock.h: Enclose in extern "C" if C++, huh?
13017         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
13018
13019 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
13020
13021         * include/windef.h (NULL): Define only ifndef
13022         (TRUE): Ditto, was previously only defined ifndef FALSE
13023         (PASCAL): Define as _pascal
13024         (__pascal): Define
13025         (WINAPIV): Define
13026         (min,max): Define only ifndef NOMINMAX
13027
13028 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13029
13030         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
13031         You must define _WIN32_IE if you want support for it.
13032         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
13033
13034 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
13035
13036         * include/wincon.h: Add some ButtonState flags and EventFlags.
13037
13038 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13039
13040         * include/basetyps.h: Don't support COM when __OBJC__ defined because
13041         interface define causes mayhem.
13042         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
13043         defined.
13044         * include/windows.h: Undefine BOOL if __OBJC__ defined
13045
13046 1999-05-09  Chris Faylor  <cgf@cygnus.com>
13047
13048         * include/winnls.h: Define additional code pages.
13049
13050 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13051
13052         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13053         order, corrected.
13054         (RtlZeroMemory): Use RtlFillMemory
13055
13056 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13057
13058         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13059         to get the correct size when used in some structs.
13060         (ULARGE_INTEGER): Ditto.
13061         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13062         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13063
13064 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13065
13066         * include/wininet.h: Enclose in extern "C" if c++
13067         (INTERNET_BUFFERSA/W): Define struct
13068         * include/wininet.h: Add some HSR_* defines
13069
13070 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13071
13072         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13073         * include/winnt.h (UNALIGNED): Define
13074         * include/windef.h (DECLSPEC_NORETURN): Define
13075
13076         * include/wininet.h (INTERNET_MAX_NAME): Remove
13077         (INTERNET_MAX_SCHEME_LENGTH): Define
13078         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13079         * include/wininet.def: Completely redone, it was losing badly.
13080
13081 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13082
13083         * lib/dplayx.def: Remove '_' prefixes
13084         * lib/shell32.def: Remove imports for IID_ContextMenu
13085
13086 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13087
13088         * Makefile.in (dist): Support dist target
13089         * lib/Makefile.in (dist): Likewise
13090         * lib/Makefile.in (uninstall-headers): Fix command
13091         * Makefile.in (bindist): Target to build a prebuilt dist
13092
13093         * lib/ws2_32.def: Winsock2 implib
13094
13095         * include/largeint.h: New header
13096         * include/largeint.c: Large integer support library
13097         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13098         (EXTRA_OBJS): Add largeint.o
13099
13100         * include/Makefile: Remove
13101         * lib/Makefile: Remove
13102         * Makefile: Remove
13103         * configure.in: New autoconf script
13104         * configure: generated configure script
13105         * Makefile.in: autoconf makefile template
13106         * lib/Makefile.in: Ditto
13107         * include/test.c: mv to lib/test.c
13108         * include/res.rc: mv to lib/res.rc
13109         * include/TODO: mv to .
13110         * include/Notes: mv to ./NOTES
13111
13112 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13113
13114         * include/zmouse.h (WHEEL_DELTA): Define
13115
13116 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13117
13118         * include/ddeml.h (HSZPAIR): Declare.
13119         * include/zmouse.h: New file.
13120
13121 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13122
13123         * lib/d3dim.def: New implib
13124         * lib/d3drm.def: Ditto
13125         * lib/d3dxof.def: Ditto
13126         * lib/ddraw.def: Ditto
13127         * lib/dinput.def: Ditto
13128         * lib/dplayx.def: Ditto
13129         * lib/dsetup.def: Ditto
13130         * lib/dsound.def: Ditto
13131         * lib/dinput.c: Guid library for DirectInput
13132         * lib/dxguid.c: Guid library for DirectX
13133
13134 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13135
13136         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13137         by Ron Aaron).
13138         * include/windowsx.h (GET_Y_LPARAM): Also missing
13139         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13140         by Mumit Khan).
13141
13142 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13143
13144         * include/scrnsave.h: New header file for screen saver library
13145         * lib/scrnsave.c: New file: screen saver library
13146
13147 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13148
13149         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13150         works well in when UNICODE is defined
13151
13152 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13153
13154         * include/winuser.h(STYLESTRUCT): New struct
13155         * include/wingdi.h:(GOBJENUMPROC): This function type should
13156         return void.
13157
13158 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13159
13160         * include/basetyps.h (LPGUID): New typedef
13161         * lib/glut.def: Import library defintions for glut.dll
13162         * lib/glu32.def: Ditto for glut32.dll
13163         * include/winnt.h: Fixed handling of wchar_t typedef
13164         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13165         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13166
13167 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13168
13169         * include/winbase.h(AbnormalTermination): Define as FALSE
13170         * include/commctrl.h: Support for new progress bar messages/styles
13171
13172 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13173
13174         * include/commdlg.h(PageSetupDlg): New define
13175         * include/richedit.h: Missing SCF_* defines
13176         * include/winnt.h: Lots o' defines
13177         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13178
13179 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13180
13181         * include/commdlg.h: Removed pack pragma
13182         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13183
13184 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13185
13186         * Makefile: Set version to 0.1.5
13187         * lib/Makefile (clean): Fix typo
13188
13189         * include/commctrl.h: Removed pack pragma
13190         * include/cpl.h: Likewise
13191         * include/dbt.h: Likewise
13192         * include/dde.h: Likewise
13193         * include/nddeapi.h: Likewise
13194         * include/shellapi.h: Likewise
13195         * include/wincrypt.h: Likewise
13196         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13197
13198         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13199         (servent): Likewise
13200         (protoent): Likewise
13201
13202         * include/windows.h: Prevent inclusion of winsock.h if we are
13203         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13204
13205 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13206
13207         * include/winbase.h (CREATE_FORCEDOS): New define
13208
13209 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13210
13211         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13212         (COORD): Likewise
13213         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13214         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13215         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13216         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13217
13218         * include/ddeml.h: Removed unnecessary `#pragma pack'
13219         * include/imm.h: Likewise
13220         * include/nddeapi.h: Likewise
13221         * include/nspapi.h: Likewise
13222         * include/regstr.h: Likewise
13223         * include/wincon.h: Likewise
13224         * include/windef.h: Likewise
13225         * include/winioctl.h: Likewise
13226         * include/winnls.h: Likewise
13227         * include/winsvc.h: Likewise
13228         * include/winuser.h: Likewise
13229         * include/winver.h: Likewise
13230         * include/wtypes.h: Likewise
13231
13232 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13233
13234         * Makefile (VERSION): Set to 0.1.4
13235         * include/basetyps.h: Check for NOCOMOBJECT
13236         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13237         on comobject attribute.
13238         * lib/kernel32.def: Added a few functions
13239         * include/windef.h (DWORD): Changed back to unsigned long
13240
13241         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13242         winresrc.h in turn includes the necessary headers. This makes things
13243         much simpler, no need to protect blocks of code in headers that
13244         should not be seen by the resource compiler.
13245
13246 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13247
13248         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13249         * include/wincon.h: Added console event type flags
13250         * include/winnt.h (FILE_SHARE_DELETE): Added
13251           (SECURITY_DESCRIPTOR): typedef as DWORD
13252
13253         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13254         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13255         define u_* types only if _SYS_TYPES_H is not defined.
13256
13257 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13258
13259         * COPYING.LIB: Deleted
13260         * README: Updated to reflect license changes
13261         * include/shlobj.h: Remove extra comma on some enums
13262         * include/windef.h: Changed DWORD typedef from unsigned long to
13263         unsigned int in order to avoid warnings on bit fields that
13264         use DWORD.
13265         * include/Makefile (test): Compile with all warnings
13266         * include/unknwn.h: Include objfwd.h
13267         * include/winsock.h: Added missing copyright notices.
13268
13269 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13270
13271         * lib/winmm.def: Corrected LIBRARY statement
13272         * include/mmsystem.h: Define mmioSeek codes if not already defined
13273         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13274         (CreateStatusWindowW): Likewise
13275
13276         * include/winresrc.h: Include only files necessary instead of windows.h
13277         * include/dde.h: Allow inclusion in resource scripts.
13278         * include/winnt.h: Likewise
13279         * include/commctrl.h: Likewise
13280         * include/prsht.h: Likewise
13281         * README: Updated
13282
13283 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13284
13285         * include/sqltypes.h (SQLHANDLE): Added this type
13286         (SQLHDESC): Likewise
13287         * include/sql.h (SQLFreeHandle): Added this prototype
13288         (SQLAllocHandle): Likewise
13289
13290 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13291
13292         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13293         conflicts with cygwin headers.
13294
13295 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13296
13297         * Makefile: Changed VERSION to 0.1.3
13298         * Makefile (dist-lib): New target to make import library only
13299         distribution
13300         * Makefile (dist-hdr): New target to make headers only distribution
13301         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13302         building one single distribution file.
13303         * dist.mak: Deleted
13304
13305         * include/lm.h: New file
13306         * include/lmcons.h: New file
13307         * include/lmalert.h: New file
13308         * include/lmaudit.h: New file
13309         * include/lmconfig.h: New file
13310         * include/lmapibuf.h: New file
13311         * include/lmaccess.h: New file
13312         * include/lmchdev.h: New file
13313         * include/lmremutl.h: New file
13314         * include/lmrepl.h: New file
13315         * include/lmerrlog.h: New file
13316         * include/lmat.h: New file
13317         * include/lmuse.h: New file
13318         * include/lmuseflg.h: New file
13319         * include/lmserver.h: New file
13320         * include/lmerr.h: New file
13321         * include/lmsname.h: New file
13322         * include/lmstats.h: New file
13323         * include/lmsvc.h: New file
13324         * include/lmwksta.h: New file
13325         * include/lmbrowsr.h: New file
13326
13327 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13328
13329         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13330         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13331
13332         * include/initguid.h: New file
13333
13334         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13335         int not supported
13336
13337         * include/winnt.h: Added USN
13338         * include/winnt.h: Changed handling of 64 bit int support
13339
13340         * include/windows.h: Added support for BC,LCC and MSVC
13341
13342         * include/windows.h: Changed handling machine architecture defines
13343
13344         * include/olectl.h: New file
13345
13346 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13347
13348         * include/oleidl.h: Added IViewObject and IViewObject2
13349
13350         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13351         IStorage::MoveElement
13352
13353         * include/oledlg.h: New file
13354
13355         * include/winresrc.h: New file
13356
13357         * include/wingdi.h: Added LPDOCINFO
13358
13359         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13360         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13361         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13362         TabCtrl_SetImageList and TabCtrl_GetItemCount
13363         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13364
13365         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13366
13367         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13368         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13369
13370         * include/commdlg.h: Added LPDEVNAMES
13371
13372         * include/windows.h: Include excpt.h
13373
13374         * include/excpt.h: New file. This file just contains some
13375         stubs for SEH that do nothing.
13376
13377         * include/commctrl.h: Added general WM_NOTIFY codes
13378
13379         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13380         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13381         not be in the headers.
13382         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13383         * include/winuser.h: Added old WM_SIZE parameter names so
13384         wxWindows compiles.
13385         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13386         * include/winuser.h: Added LPDLGITEMTEMPLATE
13387         * include/winuser.h: HTCAPTION was missing value
13388         * include/winuser.h: Added WM_ACTIVE flags
13389
13390         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13391         _fxx defines for memmove, memset and memcmp
13392
13393         * include/windef.h: Changed _export and __export to empty defines
13394
13395         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13396         String parameters were not const and ExtractAssociatedIcon takes
13397         a WORD pointer not DWORD pointer as last parameter.
13398
13399         * Makefile: Changed VERSION to 0.1.2
13400
13401         * include/ole2ver.h: New file
13402
13403         * Makefile: Removed all dependencies on GLUT
13404
13405         * include/GL/glut.h: Removed file because of decision to remove
13406         files that are not part of the library.
13407         * lib/glut.def: Likewise
13408         * lib/glut32.def: Likewise
13409
13410         * include/windows.h: Include winperf.h
13411
13412         * include/winperf.h: New file
13413
13414         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13415
13416         * include/winnls.h: Added calendar types
13417         * include/winnls.h: Added country codes
13418
13419 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13420
13421         * include/windef.h: Added PROC and NEARPROC
13422
13423         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13424         * include/wingdi.h: Added OpenGL types and prototypes
13425         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13426         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13427         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13428         * include/wingdi.h: Added truetype character outline types
13429         * include/wingdi.h: Added DEVMODE initialization flags
13430         * include/wingdi.h: Added panose codes
13431         * include/wingdi.h: Added missing character sets
13432         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13433         NONANTIALIASED_QUALITY
13434         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13435         * include/wingdi.h: Added pointer types for EXTLOGPEN
13436         * include/wingdi.h: Added PATTERN type
13437         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13438         * include/wingdi.h: Added new text metric flags
13439         * include/wingdi.h: Added pitch and family flags
13440         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13441         * include/wingdi.h: Added METAHEADER
13442         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13443         * include/wingdi.h: Added TA_MASK
13444         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13445         * include/wingdi.h: Added error codes
13446
13447         * include/winuser.h: Added missing winhelp structures
13448         * include/winuser.h: Added dialog flags/styles/messages
13449         * include/winuser.h: Added EM_SETMARGIN codes
13450         * include/winuser.h: Made it possiblie to use IDI_XX values
13451         in resource files.
13452         * include/winuser.h: Added missing LoadImage load flags
13453         * include/winuser.h: Added missing message box flags
13454         * include/winuser.h: Added ScrollWindow codes
13455         * include/winuser.h: Added DT_WORD_ELLIPSIS
13456         * include/winuser.h: Added drag and drop support
13457         * include/winuser.h: Added WM_MENUCHAR return codes
13458         * include/winuser.h: Added DLGWINDOWEXTRA
13459         * include/winuser.h: Added missing SetWindowPos flags.
13460         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13461         * include/winuser.h: Added IDHOT_xx defines
13462         * include/winuser.h: Added MOD_WIN
13463         * include/winuser.h: Added missing defines and structs for owner draw
13464         controls.
13465         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13466         WPF_SETMINPOSITION
13467         * include/winuser.h: Added DrawAnimatedRects flags
13468         * include/winuser.h: Added WM_PRINT codes
13469         * include/winuser.h: Added CS_IME class style
13470         * include/winuser.h: Added WM_SIZE codes
13471         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13472         * include/winuser.h: Added WM_NCHITTEST return codes
13473         * include/winuser.h: Added WM_SIZING parameters
13474         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13475         * include/winuser.h: Added menu loop codes.
13476         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13477         NF_REQUERY
13478         * include/winuser.h: Added WM_POWER flags
13479         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13480         * include/winuser.h: Added missing message filter codes
13481         * include/winuser.h: Added WM_KEYXX message flags
13482         * include/winuser.h: Added WM_SHOWMESSAGE flags
13483         * include/winuser.h: Added old ShowWindow commands
13484         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13485         structures.
13486
13487         * include/mciavi.h: New file for the MCI AVI driver that for some
13488         reason is not in mmsystem.h.
13489
13490         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13491         * include/winbase.h: Added SECURITY_xx for CreateFile
13492         * include/winbase.h: Added RTS and DTS control values
13493         * include/winbase.h: Fixed SYSTEM_INFO structure
13494         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13495         * include/winbase.h: Added FILE_TYPE_REMOTE
13496         * include/winbase.h: Added modem status flags
13497         * include/winbase.h: Added HINSTANCE_ERROR
13498         * include/winbase.h: Added DefineDosDevice defines
13499         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13500         * include/winbase.h: Added STARTF_XX flags
13501         * include/winbase.h: Fixed typo on _lcreat prototype.
13502         * include/winbase.h: Moved DBG_XX to winnt.h
13503         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13504         winnt.h
13505
13506         * include/unknwn.h: Added extern declaration of IID_IUnknown
13507
13508         * include/windowsx.h: Added hmemcpy.
13509
13510         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13511         * include/winnt.h: Added PACCESS_TOKEN
13512         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13513         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13514         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13515         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13516         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13517         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13518
13519         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13520         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13521         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13522
13523         * include/winsvc.h: Removed conflicting defines which were supposed
13524         to be in winnt.h
13525
13526         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13527         and SERVICE_ERROR_TYPE.
13528
13529         * include/winnt.h: Added SERVICE_XX defines.
13530         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13531         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13532
13533         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13534         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13535         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13536         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13537
13538 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13539
13540         * include/winbase.h: Corrected prototype for CreateProcessA
13541
13542         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13543         driver extensions.
13544
13545         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13546         be LPSHELLFOLDER* not LPSHELLFOLDER.
13547
13548         * include/windows.h: Include commdlg.h
13549
13550         * include/winuser.h: Added MDICREATESTRUCT
13551
13552         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13553         CB_ERRSPACE, and CB_OKAY
13554
13555         * include/wingdi.h: Added LPBITMAPINFOHEADER
13556
13557         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13558         are meaningless.
13559         * include/rpcdce2.h: Likewise.
13560
13561         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13562
13563         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13564         * include/olectlid.h: Likewise
13565         * include/shlguid.h: Likewise
13566
13567         * include/coguid.h: Delete file since it was for 16 bit windows only.
13568
13569         * lib/*.def: Appended .dll to library name where needed.
13570
13571         * include/windef.h: Define _stdcall and __stdcall only if not
13572         previously defined instead of undefining first.
13573
13574         * include/dlgs.h: Put RC_INVOKED around structure defs
13575
13576         * include/intshcut.h: New file
13577         * include/isguids.h: New file
13578
13579         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13580
13581 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13582
13583         * include/winnt.h: Added check if _T is defined before defining it
13584
13585         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13586
13587         * include/dlgs.h: New file
13588
13589         * include/winbase.h: Removed DllEntryPoint define
13590
13591         * include/winbase.h: Added SetupComm prototype
13592
13593         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13594         supported anyway.
13595
13596         * include/basetyps.h: Removed use of COMOBJECT define, instead
13597         DECLARE_INTERFACE directly uses comobject attribute when GCC
13598         is used.
13599
13600         * include/wtypes.h: STGC enum was missing typedef
13601
13602         * include/objidl.h: ADVC enum was missing typedef
13603
13604         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13605         they are nested within the VOID definition.
13606
13607         * include/winbase.h: Added stream ids and attributes
13608
13609         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13610         to an ANYSIZE_ARRAY array.
13611
13612 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13613
13614         * include/windef.h: defined _declspec as __declspec since
13615         some programs (like VWCL) use _declspec instead of __declspec
13616
13617         * include/winnt.h: added COMPRESS_FORMAT defines
13618
13619         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13620
13621         * include/winnt.h: added HEAP_XXXX defines
13622
13623         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13624
13625         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13626         specification.
13627
13628         * include/winnt.h: added NTAPI define
13629
13630 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13631
13632         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13633         instead of CHAR or WCHAR.
13634
13635         * include/winnt.h: added _T define
13636
13637         * include/winnt.h: added test for _TCHAR_DEFINED
13638
13639         * include/winnt.h: included string.h for memory macros
13640
13641         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13642
13643         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13644
13645         * include/prsht.h: added PropSheet_XXX macros
13646
13647
13648 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13649
13650         * include/winspool.h: Changed DeletePrinterProcessor and
13651         DeletePrinterProvidor to DeletePrintXX.
13652
13653         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13654         LOGCOLORSPACEW.
13655
13656         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13657         variants
13658
13659         * include/wingdi.h: Likewise for GetLogColorSpace
13660
13661         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13662
13663         * include/richedit.h: Added missing defines and structures
13664
13665         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13666
13667         * include/winuser.h: Added HWND_DESKTOP
13668
13669 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13670
13671         * Makefile: Include ChangeLog when building source
13672         distribution (srcdist)
13673
13674         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13675         are always defined as STDAPI and STDAPI_
13676
13677         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13678         are always defined as STDAPI and STDAPI_
13679
13680         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13681
13682         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13683
13684         * ChangeLog started