OSDN Git Service

Prepare and publish MinGW.org WSL-5.3 release.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2020-03-05  Keith Marshall  <keith@users.osdn.me>
2
3         Prepare and publish MinGW.org WSL-5.3 release.
4
5         * All files (wsl-5.3-release): Tag assigned.
6
7 2020-01-20  Keith Marshall  <keith@users.osdn.me>
8
9         Implement <wspiapi.h> sockets fall-back API.
10
11         * tests/headers.at: Add...
12         * include/wspiapi.h: ...this new file; it implements...
13         (WspiapiGetAddrInfo, WspiapiGetNameInfo, WspiapiFreeAddrInfo):
14         ...these inline fall-back replacement implementations for...
15         (getaddrinfo, getnameinfo, freeaddrinfo): ...these IETF RFC 3493
16         functions, respectively, per hints in Microsoft online docs.
17
18         * include/ws2tcpip.h: Tidy layout; assert copyright.
19         (pragma GCC system_header): Remove redundant GCC version guard.
20         (EAI_SYSTEM, EAI_OVERFLOW): New symbolic error codes; define them.
21         (socklen_t): Correct typedef; was signed but negative is meaningless.
22         (getnameinfo): Adjust prototype declaration to conform to RFC 3493.
23         (__AW_SUFFIXED__): Use it to selectively map definitions for...
24         [UNICODE vs. ! UNICODE] (gai_strerror): ...this function.
25         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
26
27 2020-01-17  Keith Marshall  <keith@users.osdn.me>
28
29         Preserve order of tests for integrity of header files.
30
31         * tests/Makefile.in: Explicitly sort $wildcard output, within...
32         (list_headers): ...this new function-style macro.
33         (enum_headers, enum_header_subdirs): Use it.
34
35         * tests/headers.at: Adjust to recent GNU make $sort order.
36
37 2020-01-15  Keith Marshall  <keith@users.osdn.me>
38
39         Incorporate <winnls.h> updates for Vista and Windows-7.
40
41         * include/winnls.h: Reorganize into logical definition groups.
42         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (LOCALE_CUSTOM_DEFAULT)
43         (LOCALE_CUSTOM_UI_DEFAULT, LOCALE_CUSTOM_UNSPECIFIED, LOCALE_SNAME)
44         (LOCALE_SDURATION, LOCALE_SKEYBOARDSTOINSTALL, LOCALE_SSCRIPTS)
45         (LOCALE_SNAN, LOCALE_SPOSINFINITY, LOCALE_SNEGINFINITY)
46         (LOCALE_SISO3166CTRYNAME2, LOCALE_SISO639LANGNAME2)
47         (LOCALE_SSHORTESTDAYNAME1, LOCALE_SSHORTESTDAYNAME2)
48         (LOCALE_SSHORTESTDAYNAME3, LOCALE_SSHORTESTDAYNAME4)
49         (LOCALE_SSHORTESTDAYNAME5, LOCALE_SSHORTESTDAYNAME6)
50         (LOCALE_SSHORTESTDAYNAME7, CAL_SSHORTESTDAYNAME1)
51         (CAL_SSHORTESTDAYNAME2, CAL_SSHORTESTDAYNAME3, CAL_SSHORTESTDAYNAME4)
52         (CAL_SSHORTESTDAYNAME5, CAL_SSHORTESTDAYNAME6, CAL_SSHORTESTDAYNAME7)
53         (CAL_UMALQURA, C3_HIGHSURROGATE, C3_LOWSURROGATE): New symbolic
54         constants; define each as a manifest constant macro.
55         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (CAL_SMONTHDAY)
56         (CAL_SABBREVERASTRING): Likewise.
57         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (GetCalendarInfoEx): New
58         function; declare its prototype.
59
60 2020-01-14  Keith Marshall  <keith@users.osdn.me>
61
62         Make <winnls.h> header effectively self-contained.
63
64         * include/winnls.h: Tidy layout; assert copyright.
65         Include <winbase.h>, so supporting stand-alone inclusion.
66         (pragma GCC system_header): Remove redundant GCC version guard.
67         (WINVER, _WIN32_WINNT): Always use symbolic version comparisons.
68         (__AW_ALIAS__): Use it to selectively typedef...
69         [UNICODE vs. ! UNICODE] (CPINFOEX, LPCPINFOEX, CURRENCYFMT)
70         (LPCURRENCYFMT, NUMBERFMT, LPNUMBERFMT): ...each of these generic data
71         types; delete redundant UNICODE vs. non-UNICODE variants.
72         (__AW_SUFFIXED__): Likewise, use it to selectively define...
73         [UNICODE vs. ! UNICODE] (CALINFO_ENUMPROC, CALINFO_ENUMPROCEX)
74         (LANGUAGEGROUP_ENUMPROC, LANGGROUPLOCALE_ENUMPROC, LOCALE_ENUMPROC)
75         (CODEPAGE_ENUMPROC, DATEFMT_ENUMPROC, DATEFMT_ENUMPROCEX)
76         (TIMEFMT_ENUMPROC, UILANGUAGE_ENUMPROC, CompareString)
77         (EnumCalendarInfo, EnumDateFormats, EnumSystemCodePages)
78         (EnumSystemLocales, EnumTimeFormats, FoldString, GetCalendarInfo)
79         (GetCPInfoEx, GetCurrencyFormat, GetDateFormat, GetGeoInfo)
80         (GetLocaleInfo, GetNumberFormat, GetStringTypeEx, GetTimeFormat)
81         (LCMapString, SetCalendarInfo, SetLocaleInfo, EnumCalendarInfoEx)
82         (EnumDateFormatsEx, EnumSystemLanguageGroups, EnumLanguageGroupLocales)
83         (EnumUILanguages): ...these generic names; delete redundant variants.
84         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
85
86 2019-07-06  Keith Marshall  <keith@users.osdn.me>
87
88         Prepare and publish MinGW.org WSL-5.2.2 release.
89
90         * All files (wsl-5.2.2-release): Tag assigned.
91
92 2019-06-07  Keith Marshall  <keith@users.osdn.me>
93
94         Add missing definitions; fix MinGW-Bug #39129
95
96         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
97         (PAGE_TARGETS_NO_UPDATE): Likewise.
98
99 2019-05-03  Keith Marshall  <keith@users.osdn.me>
100
101         Correct a typographic error; fix MinGW-Bug #39193
102
103         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
104         add a missing closing parenthesis.
105
106 2019-04-08  Keith Marshall  <keith@users.osdn.me>
107
108         Correct a typographic error; fix MinGW-Bug #39117
109
110         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
111         (STATUSCLASSNAME): ...to this.
112
113 2019-02-03  Keith Marshall  <keith@users.osdn.me>
114
115         Clean up winsock default version selection stratagem.
116
117         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
118         internal recursion breaking retest block; following evaluation of...
119         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
120         included, reproducing the original version selection logic from...
121         * include/_winsock.h: ...here; file is now obsolete; delete it.
122
123         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
124         before including <winsock.h>
125
126         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
127         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
128         instead of deleted file <_winsock.h>
129
130         * tests/headers.at: Regenerated.
131
132 2019-01-22  Keith Marshall  <keith@users.osdn.me>
133
134         Prepare and publish MinGW.org WSL-5.2.1 release.
135
136         * All files (wsl-5.2.1-release): Tag assigned.
137
138 2019-01-22  Keith Marshall  <keith@users.osdn.me>
139
140         Incorporate user-customized <features.h> configuration.
141
142         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
143         stub; this is an empty file, yielding the default configuration.
144
145 2018-12-23  Keith Marshall  <keith@users.osdn.me>
146
147         Prepare and publish MinGW.org WSL-5.2 release.
148
149         * All files (wsl-5.2-release): Tag assigned.
150
151 2018-12-18  Keith Marshall  <keith@users.osdn.me>
152
153         Make <winver.h> header effectively self-contained.
154
155         * include/winver.h: Include <windef.h>
156
157 2018-11-23  Keith Marshall  <keith@users.osdn.me>
158
159         Fix MinGW-Bug #2248 (SF ticket).
160
161         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
162         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
163
164 2018-11-23  Keith Marshall  <keith@users.osdn.me>
165
166         Apply some more cosmetic layout adjustments.
167
168         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
169         for each untagged aggregate type definition.
170
171 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
172
173         Fix MinGW-Bug #38736 (OSDN ticket).
174
175         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
176         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
177
178 2018-11-18  Keith Marshall  <keith@users.osdn.me>
179
180         Make <commctrl.h> header effectively self-contained.
181
182         * include/commctrl.h: Tidy layout; assert copyright.
183         Include <winbase.h> and <prsht.h>; both are required to resolve
184         inter-header dependencies, so achieving effective self-containment.
185         Correctly parenthesize argument references in macro definitions.
186         (pragma GCC system_header): Remove redundant GCC version guard.
187         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
188         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
189         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
190         Use them; they facilitate maintenance of robust definitions for...
191         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
192         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
193
194 2018-11-16  Keith Marshall  <keith@users.osdn.me>
195
196         Make <prsht.h> header effectively self-contained.
197
198         * include/prsht.h: Tidy layout; assert copyright.
199         Include <winuser.h> to resolve inter-header dependencies.
200         Correctly parenthesize argument references in macro definitions.
201         (pragma GCC system_header): Remove redundant GCC version guard.
202         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
203         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
204         from checking consistency of alternative definition sources.
205         (__AW_SUFFIXED__): Use it; it improves robustness of...
206         [UNICODE vs. ! UNICODE]: ...generic definitions.
207         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
208
209 2018-10-29  Keith Marshall  <keith@users.osdn.me>
210
211         Clean up <wincon.h>; consolidate its version dependencies.
212
213         * include/wincon.h: Tidy layout; assert copyright.
214         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
215         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
216         of these; group and consolidate respective version dependencies.
217         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
218         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
219         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
220         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
221         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
222         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
223         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
224         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
225         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
226         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
227         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
228         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
229         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
230         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
231         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
232         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
233         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
234         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
235         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
236         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
237         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
238         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
239         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
240         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
241         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
242         Redefine, expressing all values in hexadecimal rather than decimal;
243         this is consistent with Microsoft documentation, and it is also more
244         logical, since all represent bit-flags, bit-fields, or bit-masks.
245
246 2018-10-24  Keith Marshall  <keith@users.osdn.me>
247
248         Make <wincon.h> header effectively self-contained.
249
250         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
251         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
252         [__GNUC__ >= 3]: Remove condition; used only in association with...
253         (#pragma GCC system_header): ...this, it is redundant in this context.
254         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
255
256 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
257
258         Improve WinXP/Vista console I/O support.
259
260         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
261         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
262         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
263         name aliases; define them, mapping them conditionally to represent...
264         [UNICODE]: ...their corresponding UTF-16LE function names, else...
265         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
266         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
267         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
268         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
269         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
270         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
271         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
272         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
273         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
274         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
275         (GetConsoleFontSize): ...declare function.
276         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
277         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
278         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
279         [_WIN32_WINNT >= 0x0501]: ...this prevails.
280         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
281         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
282         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
283         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
284         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
285         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
286         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
287         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
288         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
289         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
290         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
291         (GetCurrentConsoleFont): Declare functions.
292         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
293         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
294         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
295         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
296         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
297         map to an anonymous structure, and are visible only when...
298         [_WIN32_WINNT >= 0x0600]: ...this prevails.
299         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
300         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
301         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
302         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
303         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
304         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
305         ...these typedefs.
306         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
307         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
308         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
309         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
310         (SetCurrentConsoleFontEx): Declare functions.
311
312 2018-09-03  Keith Marshall  <keith@users.osdn.me>
313
314         Prepare and publish MinGW.org WSL-5.1.1 release.
315
316         * All files (wsl-5.1.1-release): Tag assigned.
317
318 2018-07-29  Keith Marshall  <keith@users.osdn.me>
319
320         Don't restrict <winerror.h> exposure when including <winsock.h>
321
322         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
323         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
324         all dependent filter references.
325
326 2018-07-11  Keith Marshall  <keith@users.osdn.me>
327
328         Make <wincrypt.h> header effectively self-contained.
329
330         * include/wincrypt.h: Include <winbase.h>
331
332 2018-07-11  Keith Marshall  <keith@users.osdn.me>
333
334         Correct <wincrypt.h> typographic errors; fix issue [#38391]
335
336         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
337         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
338         (ALG_CLASS_HASH): ...this, which represents the correct reference.
339         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
340         struct definition is not directly associated with any type name.
341         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
342
343 2018-02-26  Keith Marshall  <keith@users.osdn.me>
344
345         Prepare and publish MinGW.org WSL-5.1 release.
346
347         * All files (wsl-5.1-release): Tag assigned.
348
349 2018-02-24  Keith Marshall  <keith@users.osdn.me>
350
351         Make <iptypes.h> header effectively self-contained.
352
353         * include/iptypes.h: Assert copyright; tidy layout.
354         Include <windef.h>; it is required for self-containment.
355         (__need_time_t): Define for selective inclusion of <sys/types.h>
356         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
357         (_WIN32_WINNT): Always compare it symbolically.
358         (__dhcp_time_t): New temporary data type macro; define it...
359         [_WIN64]: ...as equivalent to __time64_t, otherwise...
360         [!_WIN64]: ...equivalent to __time32_t, and then...
361         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
362         (LeaseObtained, LeaseExpires): ...these fields.
363
364 2017-12-20  Keith Marshall  <keith@users.osdn.me>
365
366         Make <winreg.h> header effectively self-contained.
367
368         * include/winreg.h: Include <winbase.h>, thus achieving effective
369         self-containment; since this also indirectly includes <_mingw.h>,
370         there is no longer any need to include it directly.
371
372 2017-12-20  Keith Marshall  <keith@users.osdn.me>
373
374         Clean up, following issue [#2262] patch application.
375
376         * include/winreg.h: Tidy layout; correct copyright assertion.
377         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
378         [UNICODE] (__AW): Do not use deleted macro; replace it with...
379         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
380         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
381         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
382         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
383         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
384         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
385         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
386         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
387         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
388         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
389         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
390         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
391         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
392         all "4.x" branches specified these incorrectly, dependent on...
393         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
394         "legacy" branch, whence the "5.x" branches are propagated, correctly
395         required an alternative condition which is the equivalent of...
396         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
397
398 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
399
400         Update registry management API, per issue [#2262].
401
402         * include/winreg.h: Merge changes from 4.1-dev branch.
403         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
404         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
405         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
406         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
407         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
408         (RRF_ZEROONFAILURE): New manifest constants; define them.
409         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
410         (RegOverridePredefKey): Add previously omitted function prototypes.
411         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
412         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
413         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
414         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
415         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
416         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
417         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
418         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
419         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
420         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
421         (RegDeleteKeyValueA, RegDeleteKeyValueW)
422         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
423         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
424         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
425         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
426         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
427         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
428         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
429         (RegSetKeyValue): Define, mapping each to its respective function...
430         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
431         [defined UNICODE] (__AW): ...for the UTF-16LE case.
432
433         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
434         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
435         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
436         (RegSaveKeyExW@16): Remove them; relocate them to...
437         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
438         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
439         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
440         (RegSaveKeyExW@16): ...their correct location, here.
441         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
442         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
443         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
444         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
445         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
446         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
447         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
448
449 2017-12-16  Keith Marshall  <keith@users.osdn.me>
450
451         Provide default definition for _WIN32_IE feature test macro.
452
453         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
454         (_WIN32_IE_IE50): ...this default value.
455
456         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
457         a conflicting proposal for the default value.
458
459 2017-12-06  Keith Marshall  <keith@users.osdn.me>
460
461         Prepare and publish MinGW.org WSL-5.0.2 release.
462
463         * All files (wsl-5.0.2-release): Tag assigned.
464
465 2017-11-28  Keith Marshall  <keith@users.osdn.me>
466
467         Make <wsnetbs.h> header effectively self-contained.
468
469         * include/wsnetbs.h: Assert copyright; tidy layout; include
470         "_winsock.h", so making this header effectively self-contained, and
471         thus relieving the user of a responsibility for ensuring that some
472         other appropriate WinSock header has been included first.
473
474 2017-11-28  Keith Marshall  <keith@users.osdn.me>
475
476         Factor <winsock.h> duplicate content out of <winsock2.h>
477
478         * include/winsock2.h: Remove all declarations and definitions which
479         are identically specified in <winsock.h>, but keep them in scope by...
480         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
481         declarations and definitions therefrom, which introduce conflicts.
482         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
483         definitions and declarations.
484
485         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
486         WinSock v1.1 and WinSock v2, the latter of which will override when
487         correctly included by <winsock2.h>
488
489 2017-11-24  Keith Marshall  <keith@users.osdn.me>
490
491         Make <winsock.h> and <winsock2.h> duplicate code congruent.
492
493         * include/winsock.h (SOMAXCONN): Move definition into...
494         [!__INSIDE_MSYS__]: ...this guarded scope.
495
496         * include/winsock2.h: Rearrange as necessary.
497         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
498         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
499         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
500         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
501         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
502         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
503         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
504         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
505         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
506         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
507         [!defined __INSIDE_MSYS__]: ...as this, throughout.
508         (gethostname): Update function prototype, adding...
509         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
510
511         * include/ws2spi.h: Tidy layout; assert copyright.
512         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
513         (LPFD_SET): Delete all type references; use...
514         (fd_set *): ...this instead.
515
516 2017-11-14  Keith Marshall  <keith@users.osdn.me>
517
518         Establish default selection for WinSock API declaration.
519
520         * include/windows.h include/nspapi.h: Include...
521         * include/_winsock.h: ...this new system private header; it selects...
522         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
523         provided by conditional inclusion of <winsock2.h>, otherwise...
524         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
525         as provided by inclusion of <winsock.h>
526
527         * tests/headers.at <_winsock.h>: Add reference.
528
529 2017-11-14  Keith Marshall  <keith@users.osdn.me>
530
531         Update gethostname() declaration; drop Cygwin specificity.
532
533         * include/winsock.h (gethostname): Declare unconditionally; add...
534         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
535         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
536         [!defined __INSIDE_MSYS__]: ...as this, throughout.
537
538 2017-11-09  Keith Marshall  <keith@users.osdn.me>
539
540         Normalize fd_set event macros for <winsock2.h> compatibility.
541
542         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
543         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
544         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
545         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
546         count to a bit flag with value of 1, in each case respectively.
547         [_WINSOCK2_H]: Extend shift count enumeration, to include...
548         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
549         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
550         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
551         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
552         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
553         of 1 greater than the offset of the last defined flag; hence...
554         (FD_ALL_EVENTS): ...derive this mask for all event flags.
555
556 2017-11-09  Keith Marshall  <keith@users.osdn.me>
557
558         Filter potential WinSock v2 conflicts out of <winsock.h>
559
560         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
561         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
562         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
563         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
564         not define any of these; they are not compatible with WinSock v2.
565         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
566         appropiately in <winsock2.h>
567
568 2017-11-09  Keith Marshall  <keith@users.osdn.me>
569
570         Filter out <winsock.h> typedef anomalies.
571
572         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
573         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
574         them as type definitions, but warn of potential conflict with...
575         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
576         function; declare its prototype.
577
578 2017-11-08  Keith Marshall  <keith@users.osdn.me>
579
580         Overhaul WinSock fd_set content management macros.
581
582         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
583         original implementations of each of these macros, redirecting to...
584         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
585         inline functions, respectively; these are more robust, and correct a
586         defect in the original FD_SET macro implementation, whereby duplicate
587         descriptors could be added to an fd_set array, but would not then be
588         removed by the corresponding FD_CLR macro.
589
590         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
591         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
592         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
593         function, which is implemented in each of these libraries.
594
595 2017-11-07  Keith Marshall  <keith@users.osdn.me>
596
597         Identify features which have been deprecated in WinSock v2.
598
599         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
600         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
601         (__MINGW_ATTRIB_DEPRECATED): ...to this.
602
603         * include/winsock.h include/winsock2.h: Qualify...
604         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
605         (WSACancelBlockingCall): ...each of these function prototypes, with...
606         (__WINSOCK2_DEPRECATED): ...this attribute.
607
608 2017-11-07  Keith Marshall  <keith@users.osdn.me>
609
610         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
611
612         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
613         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
614         with preferred convention for system feature test macros.
615
616 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
617
618         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
619
620         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
621         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
622         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
623         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
624         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
625         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
626         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
627         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
628         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
629         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
630         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
631
632         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
633         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
634
635 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
636
637         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
638
639         * include/wtypes.h: Tidy layout; assert copyright.
640         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
641         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
642         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
643         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
644         (__BLOB_T_DEFINED): ...this; do not define...
645         (_WTYPES_H): ...this external guard.
646
647         * include/nspapi.h: Tidy layout; assert copyright.
648         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
649         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
650         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
651         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
652         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
653         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
654         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
655         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
656         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
657         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
658         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
659         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
660         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
661         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
662         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
663         (__AW_ALIAS__): ...this, for definition of each of...
664         (SERVICE_INFO, LPSERVICE_INFO): ...these.
665
666         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
667         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
668         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
669         include nspapi.h selectively, to acquire them.
670
671 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
672
673         Factor <winerror.h> duplicate content out of winsock headers.
674
675         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
676         conditional block, and all of its content; selectively include...
677         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
678         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
679         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
680         define them, to segregate WSA error messages applicable to WinSock v2
681         only, from those applicable to both WinSock v1.1 and WinSock v2.
682         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
683         codes, except WSABASEERR, relative to WSABASEERR itself.
684
685 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
686
687         Factor <sys/time.h> duplicate content out of winsock headers.
688
689         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
690         conditional block, and all its content; include <sys/time.h> instead.
691         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
692         processing this header, such that only selected content from other
693         internally referenced headers is exposed.
694
695 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
696
697         Source BSD non-standard type definitions from mingwrt header.
698
699         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
700         conditional block, and its entire type definition content; include...
701         * include/sys/bsdtypes.h: ...this common file instead; it defines...
702         (u_char, u_int, u_long, u_short): ...these non-standard data types.
703
704 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
705
706         Correct misuse of __INSIDE_MSYS__ feature test.
707
708         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
709         omits "defined" operator; it should be expressed consistently as...
710         [! defined __INSIDE_MSYS__]: ...this; correct it.
711
712 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
713
714         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
715
716         * include/winsock.h: Tidy layout; assert copyright.
717         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
718
719         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
720         sections, which are common with <winsock.h>, are laid out congruently.
721         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
722         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
723         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
724         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
725         [UNICODE]: ...alternative typedefs, and function name aliases...
726         [!UNICODE]: ...versus this case.
727
728 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
729
730         Resolve secondary issue arising from MinGW-Bug [#2350]
731
732         * include/winuser.h (GetTitleBarInfo)
733         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
734         it conflicted with current MSDN documentation, so now falls within...
735         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
736
737 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
738
739         Resolve MinGW-Bug [#2350]
740
741         * include/winuser.h (GetTitleBarInfo): Move prototype after...
742         (PTITLEBARINFO): ...this type definition; it is used as a function
743         argument type, so must be defined beforehand.
744
745 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
746
747         Extend testsuite to cover winsock fd_set macro operations.
748
749         * tests/winsock.at: New file; it implements appropriate tests, and
750         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
751         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
752
753         * tests/testsuite.at.in (winsock.at): Integrate it.
754         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
755         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
756         default list of libraries, or resets the list to this initial default.
757         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
758         library specifications, to be used until subsequently reset.
759
760 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
761
762         Prepare and tag for release of MinGW.org WSL-5.0.1
763
764         * All files (wsl-5.0.1-release): Tag assigned.
765
766 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
767
768         Automate testsuite dependency generation.
769
770         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
771         enumerate all such wildcard matches as prerequisites, instead of...
772         (headers.at): ...this sole explicit dependency.
773
774 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
775
776         Make <winnt.h> header effectively self-contained.
777
778         * include/winnt.h (_WINNT_H): Defer definition unless included via...
779         (windef.h): ...this; include it, to enforce inclusion order, then...
780         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
781
782 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
783
784         Consolidate <winuser.h> version specific conditionals.
785
786         * include/winuser.h: Reorganize file content; group manifest constant
787         definitions into one nested collection of conditional blocks, with one
788         block per Windows version evolution; do likewise for type definitions
789         and function prototypes which are always exposed, and separately...
790         [! defined NOGDI]: ...for those which may be suppressed, when GDI
791         support is not required.
792
793 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
794
795         Make <winuser.h> header effectively self-contained.
796
797         * include/winuser.h (stdarg.h): Include it, in addition to...
798         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
799         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
800
801 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
802
803         Consolidate <wingdi.h> version specific conditionals.
804
805         * include/wingdi.h: Reorganize file content; group manifest constant
806         definitions into a single nested collection of conditional blocks, for
807         those definitions which are common to both Win9x and WinNT, with one
808         block per Windows version evolution, sorting alphabetically within
809         each block; do likewise for additional manifest constant definitions
810         which are specific to WinNT, and also for data type definitions and
811         function prototypes.
812
813 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
814
815         Tidy, and make <wingdi.h> header effectively self-contained.
816
817         * include/wingdi.h: Tidy layout; assert copyright.
818         (windef.h): Include it; this achieves self-containment.
819         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
820         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
821         (__AW_ALIAS__): ...this, when defining each of...
822         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
823         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
824         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
825         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
826         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
827         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
828         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
829         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
830         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
831         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
832         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
833         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
834         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
835         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
836         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
837         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
838         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
839         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
840         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
841         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
842         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
843         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
844         (wglUseFontOutlines, GetGlyphIndices): ...these.
845
846 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
847
848         Declare CONDITION_VARIABLE API, per feature request [#2314]
849
850         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
851         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
852         (InitializeConditionVariable, SleepConditionVariableCS)
853         (SleepConditionVariableSRW, WakeAllConditionVariable)
854         (WakeConditionVariable): ...declare prototypes.
855
856 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
857
858         Declare SRWLOCK API, to support feature request [#2314]
859
860         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
861         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
862         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
863         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
864         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
865         (TryAcquireSRWLockShared): Declare additional prototypes.
866
867 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
868
869         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
870
871         * include/winerror.h: Tidy layout; assert copyright.
872
873         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
874         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
875         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
876         both locations; it permitted inconsistency between the two.
877
878 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
879
880         Consolidate <winbase.h> version specific conditionals.
881
882         * include/winbase.h: Reorganize file content; group manifest constant
883         definitions into one nested collection of conditional blocks, with one
884         block per Windows version evolution, sorting alphabetically within each
885         block; do likewise for data type definitions and function prototypes.
886
887 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
888
889         Tidy, and make <winbase.h> header effectively self-contained.
890
891         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
892         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
893         (__AW_EXTENDED__): ...this; subsequently reimplement...
894         (__AW_ALIAS__): ...this, with original name, now encapsulating...
895         (__AW_SUFFIXED__): ...this.
896
897         * include/dbt.h (__AW_ALIAS__): Replace all references with...
898         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
899         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
900         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
901
902         * include/winbase.h: Tidy layout; assert copyright.
903         (stdarg.h, windef.h): Include them, to achieve self-containment.
904         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
905         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
906         [__AW_ALIAS__]: ...this, to correctly specify each of...
907         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
908         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
909         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
910         [__AW_SUFFIXED__]: ...this, to correctly map each of...
911         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
912         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
913         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
914         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
915         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
916         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
917         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
918         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
919         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
920         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
921         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
922         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
923         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
924         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
925         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
926         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
927         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
928         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
929         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
930         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
931         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
932         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
933         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
934         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
935         (GetPrivateProfileInt, GetPrivateProfileSection)
936         (GetPrivateProfileSectionNames, GetPrivateProfileString)
937         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
938         (GetProfileString, GetShortPathName, GetStartupInfo)
939         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
940         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
941         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
942         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
943         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
944         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
945         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
946         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
947         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
948         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
949         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
950         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
951         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
952         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
953         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
954         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
955         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
956         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
957         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
958         (WritePrivateProfileString, WritePrivateProfileStruct)
959         (WriteProfileSection, WriteProfileString): ...these, and add...
960         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
961         (GetFirmwareEnvironmentVariable): ...these previously missing generic
962         function name aliases.
963
964 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
965
966         Refactor mingwrt and w32api common makefile content.
967
968         * Makefile.in (w32api-srcdist-config-files): Rename it...
969         (w32api-srcdist-common-files): ...as this phoney build rule.
970         (shared_include_file): New macro; define it, and include named file.
971         (configure, config.status, Makefile, config.status.missing, _mingw.h)
972         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
973         out; relocate them to new file in common parent directory...
974         * ../Makefile.comm: ...here.
975
976 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
977
978         Correct a copyright notice update omission.
979
980         * configure.ac: Extend copyright date range to include 2017.  Also
981         clean up superfluous trailing whitespace.
982
983 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
984
985         Fix generated header file dependencies.
986
987         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
988         [VERSION.m4]: ...this; package version changes are no longer made...
989         [configure.ac]: ...here; delete associated prerequisite reference.
990         (distclean-local): Delete them.
991
992 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
993
994         Prepare and tag for release of w32api-5.0 package set.
995
996         * All files (wsl-5.0-release): Tag assigned.
997
998 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
999
1000         Implement basic test suite infrastructure.
1001
1002         * tests: New subdirectory; it hosts...
1003         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
1004         * tests/headers.at: ...these new files; they implement the basic test
1005         suite infrastructure, initially comprising header integrity checks.
1006
1007         * configure.ac (AC_PROG_CXX): Check it.
1008         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
1009         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
1010         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
1011         tests/Makefile.
1012
1013         * Makefile.in (check test tests): New rules; all are synonymous.
1014         (check-recursive): New rule; invoked by each of the preceding three.
1015         (w32api-srcdist-testsuite-files): New rule; implement and use it...
1016         (w32api-srcdist-files): ...here.
1017
1018 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
1019
1020         Add missing constant definition, per issue [#2249].
1021
1022         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
1023
1024 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1025
1026         Avoid unnecessary duplication of configuration files.
1027
1028         * Makefile.in (vpath install-sh): Define it; it matches...
1029         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
1030         rule for creating duplicate file reference links in $top_srcdir.
1031         (configure): Add '-I ..' option, when running autoconf.
1032         (w32api-srcdist-files): Rename it as...
1033         (w32api-srcdist-package-files): ...this; remove dependencies on...
1034         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
1035         (w32api-srcdist-config-files): ...this new distributable files
1036         enumeration goal; add it as one new prerequisite of...
1037         (w32api-srcdist-files): ...this repurposed goal; also depends on...
1038         (w32api-srcdist-package-files): ...this; populate it using...
1039         (SRCDIST_ADD): ...this macro; redefine it accordingly.
1040
1041 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
1042
1043         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
1044
1045         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
1046         it was previously transcribed incorrectly, as being equivalent to...
1047         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
1048         (FILE_DEVICE_DISK): ...this.
1049
1050 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1051
1052         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
1053
1054         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
1055         alternative generic symbol mapping definitions, and typedefs, with...
1056         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
1057         their respective ANSI and UNICODE specific references.
1058
1059 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1060
1061         Deprecate obsolete <winable.h> and <pbt.h> headers.
1062
1063         * Makefile.in (%.h.in): Generalize vpath definition.
1064         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
1065         (w32api_generated_headers, replace_headers, macro_name): New macros.
1066         (install-w32api-headers): Add dependency on w32api_dist_headers.
1067         (%.h): New static pattern rule; it generates generic dependants of...
1068         * include/obsolete.h.in: ...this new template for obsolete headers.
1069
1070         * include/winable.h include/pbt.h: Delete them; they are obsolete;
1071         replace them by install-time generated generic stubs.
1072
1073 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1074
1075         Update <winuser.h> and <dbt.h>; fix issue [#2317].
1076
1077         * include/winuser.h: Tidy layout; add copyright notice.
1078         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
1079         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
1080         selective inclusion of content from other headers; delete when done.
1081         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1082         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1083         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1084         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1085         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1086         them selectively from <dbt.h>, where they are properly defined.
1087         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1088         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1089         formerly UINT, which doesn't match 64-bit size required for Win64.
1090         (SetTimer): Likewise; also declare similar return type.
1091         (WINEVENTPROC): Add missing CALLBACK attribute.
1092         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1093
1094         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1095         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1096
1097         * include/dbt.h: Tidy layout; add copyright notice.
1098         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1099         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1100         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1101         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1102         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1103         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1104         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1105         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1106         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1107         structure typedef names, and their respectively corresponding...
1108         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1109         type names.
1110
1111 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1112
1113         Fix a minor ISO-C++11 conformity issue.
1114
1115         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1116         by ISO-C++11, between concatenated string literal elements.
1117         (GetFiberData, NtCurrentTeb): Likewise.
1118
1119 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1120
1121         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1122
1123         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1124         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1125
1126 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1127
1128         Prepare and tag all files for release of w32api-3.18.1
1129
1130         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1131
1132 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1133
1134         Resolve improper macro expansion issue [#2307].
1135
1136         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1137         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1138         dependent macro WITHIN the expansion of each of these; hence...
1139
1140         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1141         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1142         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1143         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1144         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1145         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1146         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1147         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1148         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1149         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1150         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1151         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1152         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1153         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1154         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1155         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1156         ...adjust these dependent macro definitions accordingly.
1157
1158         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1159         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1160         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1161         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1162         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1163         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1164         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1165         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1166         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1167         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1168
1169 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1170
1171         Update install-sh to match mingw.org/build-aux package.
1172
1173         * install-sh: Delete it; use version in parent directory instead,
1174         recreating local copy, (as symlink, if supported), on demand.
1175
1176 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1177
1178         Eliminate redundant configuration files.
1179
1180         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1181         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1182
1183         * configure.ac (AC_PROG_LN_S): Add configuration check.
1184
1185 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1186
1187         Discard redundant config.guess and config.sub files.
1188
1189         * config.guess config.sub: Delete them; they are no longer required.
1190         * Makefile.in (SRCDIST_ADD): Remove related references.
1191
1192 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1193
1194         Merge recent legacy branch updates to 5.0-active branch.
1195
1196         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1197         * include/sdkddkver.h include/setupapi.h include/windows.h
1198         * include/winnt.h include/winuser.h include/winver.h
1199         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1200
1201 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1202
1203         Prepare and tag all files for release of w32api-3.18.
1204
1205 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1206
1207         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1208
1209         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1210         references from $(MAKE) command lines; make passes them implicitly.
1211
1212 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1213
1214         Backport MemoryBarrier() implementation from 4.0-dev branch.
1215
1216         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1217         Earnie's original inline implementation, but declared 'static' to fix
1218         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1219         fallback identified by issue [#2131], and to remove references to...
1220         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1221         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1222         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1223         back to inline assembly code when necessary.
1224
1225         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1226         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1227         code, for hosts which do not support the SSE2 'mfence' instruction.
1228
1229 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1230
1231         Merge further W32API updates from Cygwin CVS.
1232         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1233
1234         * include/setupapi.h include/winuser.h include/winver.h
1235         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1236
1237 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1238
1239         Update mapping of GCC to MSVC host identification macros.
1240
1241         * include/windows.h: Assert copyright; tidy layout.
1242         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1243         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1244         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1245         managed implicitly, by GCC, when including the associated headers.
1246
1247         * include/winnt.h: Assert copyright; tidy layout.
1248         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1249         (__aligned__, __always_inline__, __selectany__): Prefer these...
1250         (aligned, always_inline, selectany): ...to these attribute forms.
1251         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1252         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1253         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1254         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1255         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1256         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1257         (_M_IX86): ...also removing this, but relocate it to...
1258         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1259         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1260         appropriate.
1261
1262         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1263         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1264
1265 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1266
1267         Merge W32API updates, from Cygwin CVS, into legacy branch.
1268         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1269
1270         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1271         2012-04-28 commit to Cygwin CVS.
1272
1273         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1274         * include/routprot.h include/shlwapi.h include/userenv.h
1275         * include/winbase.h include/wincon.h include/windef.h
1276         * include/winerror.h include/wingdi.h include/winnt.h
1277         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1278         match Cygwin CVS state, as of 2012-07-06.
1279
1280         * include/wincrypt.h: Updated to remove duplicate manifest constant
1281         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1282         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1283         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1284         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1285         copies of these further duplicated definitions, identified during
1286         the merging operation.
1287
1288 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1289
1290         Synchronize package version management with MinGW Runtime.
1291
1292         * VERSION.m4: New file; link it to keep in sync with identically named
1293         file in top level composite package source directory; it defines...
1294         (__VERSION__): ...this new composite package version macro.
1295
1296         * aclocal.m4: Link it, to keep in sync with identically named files in
1297         top level composite source and sibling mingwrt sub-package directories.
1298         (__VERSION__): New macro; include VERSION.m4 to define it.
1299         (__BUG_REPORT_URL__): New macro; define it.
1300
1301         * configure.ac (AC_INIT): Assign package version and bug report URL...
1302         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1303         automatic inclusion of aclocal.m4
1304
1305         * Makefile.in (configure): Add dependency on VERSION.m4
1306
1307 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1308
1309         Eliminate redundant <parts/winioctl.h> header.
1310
1311         * include/parts/winioctl.h: Delete it; distribute its content...
1312         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1313         ...among these, separating it into discrete sections based on...
1314         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1315         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1316         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1317         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1318
1319         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1320         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1321
1322 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1323
1324         Enforce consistent specification of package version.
1325
1326         * include/w32api.h: Rename as...
1327         * include/w32api.h.in: ...this build-time template file.
1328         (__W32API_VERSION): Redefine it, in terms of...
1329         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1330         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1331         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1332         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1333         (%PACKAGE_VERSION_PATCH%): ...these.
1334
1335         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1336         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1337         mingwrt/include/_mingw.h.in file.
1338
1339         * Makefile.in (all-w32api-libs): Add dependency on...
1340         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1341         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1342         they apply appropriate substitutions to the renamed template files.
1343         (install-w32api-headers): Explicitly add w32api.h
1344
1345 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1346
1347         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1348
1349         * include/parts/winioctl.h: New file; it provides infrastructure for
1350         sharing of common code between DDK headers and primary <winioctl.h>
1351         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1352         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1353         macros; they facilitate more consise expression of factored out IOCTL
1354         and FSCTL macros; define them.
1355
1356         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1357         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1358         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1359         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1360
1361         * include/ddk/winddk.h: Assert copyright; tidy layout.
1362         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1363         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1364         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1365         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1366         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1367         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1368         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1369         (FILE_WRITE_ACCESS): Likewise.
1370         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1371         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1372         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1373         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1374         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1375         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1376         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1377         (PPARTITION_INFORMATION_MBR): Likewise.
1378         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1379         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1380         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1381         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1382         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1383         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1384         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1385         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1386         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1387         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1388         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1389         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1390         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1391         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1392         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1393         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1394         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1395         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1396         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1397         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1398         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1399         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1400         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1401         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1402         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1403         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1404         was defined only when including this enumeration from winioctl.h
1405         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1406         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1407         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1408         include parts/winioctl.h
1409
1410         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1411         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1412         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1413         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1414         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1415         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1416         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1417         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1418         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1419         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1420         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1421         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1422         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1423         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1424         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1425
1426         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1427         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1428         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1429         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1430         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1431         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1432         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1433         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1434         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1435         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1436         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1437         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1438         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1439         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1440         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1441         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1442         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1443         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1444         these macros are now defined in parts/winioctl.h; include it.
1445         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1446         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1447         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1448         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1449         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1450         (VALID_NTFT): Redefine as enumeration; factor it out.
1451         (IsRecognizedPartition, IsContainerPartition): Factor out.
1452         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1453         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1454         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1455         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1456         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1457         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1458         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1459         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1460         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1461         (struct _PARTITION_INFORMATION): Change field data types for...
1462         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1463         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1464         with Windows DDK convention, then factor out struct, together with...
1465         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1466         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1467         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1468         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1469         (struct _GET_LENGTH_INFORMATION)
1470         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1471         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1472         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1473         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1474         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1475         (PFORMAT_EX_PARAMETERS): Factor out.
1476         (struct _REASSIGN_BLOCKS): Change field data types for...
1477         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1478         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1479         convention, then factor out the struct definition, together with...
1480         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1481         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1482         (PSET_PARTITION_INFORMATION): Factor out.
1483         (struct _VERIFY_INFORMATION): Change field data type for...
1484         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1485         factor out the entire struct definition, together with...
1486         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1487         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1488         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1489         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1490         (PDISK_GROW_PARTITION): Factor out.
1491
1492         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1493         definitions from Windows DDK headers, by including parts/winioctl.h;
1494         delete duplicate definitions already identified as having been factored
1495         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1496         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1497         UCHAR, resulting in no significant changes, except that...
1498         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1499         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1500         (StorageManagerName): ...these previously missing fields, originally
1501         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1502         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1503
1504 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1505
1506         Windows application module version information API updates.
1507
1508         * include/winver.h: Assert copyright; tidy layout.
1509         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1510         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1511         having both ANSI and UTF-16LE specific alternative implementations.
1512         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1513         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1514         note that both are generic, with ANSI and UTF-16LE implementations,
1515         but the ANSI implementations are missing from MSVCRT.DLL when...
1516         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1517
1518         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1519         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1520
1521 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1522
1523         Revert a failed experimental macro construct.
1524
1525         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1526         code, and doesn't work in the C preprocessor conditional context where
1527         its associated constant definitions are most likely to be required.
1528         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1529         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1530         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1531         now in terms of their preferred equivalents from <sdkddkver.h>
1532
1533 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1534
1535         Code clean-up; fix MinGW-Bug [#2263].
1536
1537         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1538         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1539         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1540
1541         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1542         style comments, using ISO-C conforming style; remove all redundant
1543         parameter names from function prototype declarations, throughout.
1544         (pragma GCC system_header): Remove pointless conditional guard.
1545         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1546         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1547         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1548         alternatives, respectively; they offer improved self-documentation.
1549         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1550         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1551         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1552         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1553         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1554         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1555         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1556         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1557         from their __AW_STRING_A__ equivalent string constant definitions.
1558         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1559         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1560         a hexadecimal expression of the mask value over the former decimal.
1561         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1562         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1563         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1564         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1565         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1566         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1567         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1568         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1569         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1570         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1571         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1572         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1573         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1574         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1575         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1576         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1577         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1578         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1579         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1580         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1581         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1582         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1583         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1584         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1585         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1586         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1587         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1588         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1589         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1590         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1591         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1592         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1593         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1594         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1595         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1596         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1597         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1598         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1599         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1600         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1601         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1602         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1603         express them in hexadecimal, in preference to original decimal form.
1604         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1605         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1606         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1607         a string literal, but was missing delimiting quotes; insert them.
1608         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1609         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1610         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1611         aliases for each of the UNICODE/non-UNICODE cases respectively.
1612         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1613         was declared as type LPTSTR, but should be type LPSTR.
1614         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1615         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1616         type LPSTR, but should be type LPWSTR.
1617         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1618         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1619         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1620
1621 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1622
1623         Correct defect in build system compilation rule.
1624
1625         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1626         source file; it expands to also include prerequisite header files,
1627         which should not appear on the compilation command line.  Rewrite
1628         rule in static pattern format, and use $< instead.
1629
1630 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1631
1632         Build system corrections for GCC build time support.
1633
1634         * configure.ac (AC_PROG_CC): Don't use this; we need...
1635         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1636         building with only a stage 1 partially built GCC installation.
1637
1638         * Makefile.in (install-headers): New make objective; map it to...
1639         (install-w32api-headers): ...this, for which it is a logical alias.
1640
1641 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1642
1643         Overhaul and streamline build system configuration.
1644
1645         * configure.in: Delete obsolete file; replace with...
1646         * configure.ac: New file; rewritten per current autoconf conventions.
1647
1648         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1649         it now processes the entire build without using separate sub-makes.
1650
1651         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1652         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1653
1654 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1655
1656         Remove unused aclocal.m4 configuration file.
1657
1658         * aclocal.m4: Delete it; it provides no content used by this package.
1659
1660 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1661
1662         Adapt platform feature checks to NTDDI_VERSION conventions.
1663
1664         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1665         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1666         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1667         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1668         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1669
1670         * include/w32api.h: Assert copyright; include sdkddkver.h.
1671         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1672         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1673         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1674         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1675         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1676         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1677         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1678         macro definitions by long integer constants, and mark as deprecated.
1679         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1680         mingwrt/include/_mingw.h, whence we similarly relocate...
1681         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1682
1683         * include/windef.h: Assert copyright; include w32api.h, whence we
1684         infer default assignments, per included sdkddkver.h, for each of...
1685         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1686         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1687
1688 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1689
1690         Remove generated configure script from revision control.
1691
1692         * configure: Delete from SCM; maintainer must regenerate it, when
1693         required, as SCM will now ignore it.
1694
1695 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1696
1697         Cosmetic adjustment to match MSDN documentation.
1698
1699         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1700         of parameter #1 to be LPCVOID, in preference to formerly specified,
1701         and functionally equivalent, 'const LPVOID'.
1702
1703 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1704
1705         Correct typos, as identified by issue [#1534].
1706
1707         * include/setupapi.h (SetupCancelTemporary): Should be...
1708         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1709         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1710         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1711         (SetupQueryA, SetupQueryW): ...these respectively to...
1712         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1713         (SetupDiGetWizardage): Misspelled; correct it to...
1714         (SetupDiGetWizardPage): ...this.
1715
1716 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1717
1718         Declare WTSVirtualChannel API functions per issue [#1342].
1719
1720         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1721         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1722         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1723         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1724         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1725
1726         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1727
1728 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1729
1730         Correct MENUITEMINFO structure definition per issue [#1659].
1731
1732         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1733         field was defined as type DWORD; correct it to type ULONG_PTR.
1734
1735 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1736
1737         Extend visibility of winsock definitions when building Cygwin.
1738
1739         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1740         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1741         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1742         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1743         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1744         [__INSIDE_MSYS__]: ...keep them hidden.
1745
1746         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1747         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1748         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1749         [__INSIDE_MSYS__]: ...also keep them hidden.
1750
1751 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1752
1753         Correct version guard for WinXP minimum requirement.
1754
1755         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1756         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1757         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1758         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1759
1760 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1761
1762         Add missing <shobjidl.h> and associated UUID implementation.
1763
1764         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1765         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1766
1767 2012-03-19  Ben Greear  <greear@users.sf.net>
1768
1769         Adjust header file definition order, to fix issue [#1570].
1770
1771         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1772         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1773
1774 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1775
1776         Add missing return value, flagged by 'make test'.
1777
1778         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1779         Return NO_ERROR in virtual definition.
1780
1781 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1782
1783         Remove duplicate definitions, identified by 'make test'.
1784
1785         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1786         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1787         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1788         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1789         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1790         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1791
1792         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1793         correctly defined (per MSDN) in <wincrypt.h>
1794
1795 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1796
1797         Correct misuse of #ifdef, identified by 'make test'.
1798
1799         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1800         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1801
1802 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1803
1804         Replace more incorrectly named manifest constants.
1805
1806         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1807         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1808         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1809         definitions respectively; retain for backward compatibility only.
1810
1811 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1812
1813         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1814
1815         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1816
1817 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1818
1819         Add missing MAPVK manifest constant definitions.
1820
1821         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1822         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1823
1824 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1825
1826         Correct some misspelled manifest constant names.
1827
1828         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1829         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1830         alias to original misspelling, to maintain backward compatibility.
1831         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1832         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1833         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1834         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1835
1836 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1837
1838         Add a missing Win2K sockets IOCTL feature.
1839
1840         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1841
1842 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1843
1844         Fix an incorrectly typed structure member.
1845
1846         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1847         should be LPSTR; correct it.
1848
1849 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1850
1851         Add another missing manifest constant definition.
1852
1853         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1854
1855 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1856
1857         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1858
1859         * include/windef.h (PACKED): Delete macro definition; its name is not
1860         reserved, and may thus conflict with a user defined name; replace it...
1861         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1862         use __attribute__((packed)) directly instead.
1863
1864 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1865
1866         Fix bad typedef, per MinGW-Bug [#1529].
1867
1868         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1869         conform with MSDN reference, as identified by Safety0ff.
1870
1871 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1872
1873         Add a missing manifest constant definition.
1874
1875         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1876
1877 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1878
1879         Win2K and Vista userenv updates.
1880
1881         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1882         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1883         (ExpandEnvironmentStringsForUser): Define function aliases.
1884         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1885         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1886         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1887         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1888         (GetProfileType): Declare function prototypes.
1889         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1890         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1891         New manifest constants; define them.
1892
1893 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1894
1895         * Makefile.in: Increment CYGRELEASE to 2.
1896
1897 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1898
1899         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1900
1901 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1902
1903         * include/w32api.h: Increment version to 3.17.
1904         * Makefile.in: Ditto.
1905
1906 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1907
1908         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1909         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1910         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1911         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1912
1913 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1914
1915         * include/w32api.h: Increment version to 3.16.
1916         * Makefile.in: Ditto.
1917
1918 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1919
1920         * include/commctrl.h (NMTCKEYDOWN): Define.
1921
1922 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1923
1924         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1925         Define.
1926
1927 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1928
1929         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1930         PSAPI_WORKING_SET_INFORMATION): Define.
1931
1932 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1933
1934         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1935
1936 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1937
1938         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1939
1940 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1941
1942         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1943         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1944         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1945
1946 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1947
1948         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1949         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1950         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1951
1952 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1953
1954         * include/winnt.h (PAGE_WRITECOMBINE): Define.
1955         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
1956
1957 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1958
1959         * include/winbase.h (__MINGW_EXTENSION): Define.
1960         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
1961         struct to correct issue with -std=c99.
1962
1963 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
1964
1965         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
1966         (TIMER_BASIC_INFORMATION): Define.
1967         (NtQueryTimer): Define.
1968         (ZwQueryTimer): Define.
1969
1970 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
1971
1972         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
1973
1974 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
1975
1976         * include/winbase.h (GetComputerNameEx): Define.
1977
1978 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
1979
1980         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
1981
1982 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
1983
1984         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
1985         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
1986         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
1987         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
1988         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
1989         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
1990         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
1991         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
1992         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
1993
1994 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
1995
1996         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
1997         Add defines for backward compatibility.
1998
1999 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
2000
2001         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
2002         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
2003         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
2004         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
2005         EnumResourceTypesW): Ditto.
2006         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
2007
2008 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2009
2010         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
2011
2012 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
2013
2014         * include/bdatypes.h: Add missing semicolons.
2015
2016 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2017
2018         * include/w32api.h: Increment version to 3.15.
2019         * Makefile.in: Ditto.
2020
2021 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2022
2023         * Makefile.in: Update naming convention and compression format (lzma),
2024         leaving existing naming convention and compression format as is for Cygwin.
2025
2026 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2027
2028         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
2029         STATE_SYSTEM_PROTECTED): Define.
2030
2031         Thank you to Marcus von Appen for reporting the issue.
2032
2033 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2034
2035         * include/winuser.h (CF_DIBV5): Define.
2036         (CF_MAX): Adjust accordingly.
2037
2038         Thank you to Lenard Lindstrom for reporting the issue.
2039
2040 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2041
2042         * include/sspi.h (QuerySecurityContextToken): Define.
2043         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
2044
2045         Thank you to Magnus Hagander for reporting the issue.
2046
2047 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
2048
2049         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
2050
2051 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2052
2053         * include/shlwapi (ASSOCDATA): Update definition.
2054
2055         Thank you to Frederic Deschamps for reporting the issue.
2056
2057 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2058
2059         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
2060         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
2061         COPY_FILE_NO_BUFFERING): Define.
2062
2063         Thank you to Roland Schwingel for reporting the issue.
2064
2065 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2066
2067         * include/winuser.h (HHOOK): Move definition from here...
2068         * include/windef.h: ...to here, as per MSDN.
2069
2070         Thank you to Samuel Thibault for reporting the issue.
2071
2072 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2073
2074         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
2075         MSDN, change return type to LPCH.
2076         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
2077
2078         Thank you to Emmanuel Stapf for reporting the issue.
2079
2080 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2081
2082         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
2083         * include/windowsx.h (SNDMSG): Ditto.
2084
2085 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2086
2087         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2088
2089         Thank you to Ozkan Sezer for reporting the issue.
2090
2091 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2092
2093         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2094
2095         Thank you to Chris Oldwood for reporting the issue.
2096
2097 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2098
2099         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2100
2101         Thank you to Rick Walsh for reporting the issue.
2102
2103 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2104
2105         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2106
2107 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2108
2109         * include/winbase.h (OVERLAPPED): Correct definition.
2110
2111 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2112
2113         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2114         definition.
2115
2116         Thank you to Pasi Ruokola for reporting the issue.
2117
2118 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2119
2120         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2121
2122         Thank you to cheznonnon for reporting the issue.
2123
2124 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2125
2126         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2127
2128 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2129
2130         * winnt.h: Fix several SUBLANG ID errors (ref:
2131         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2132         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2133         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2134         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2135         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2136         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2137         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2138         (SUBLANG_LAO_LAO): ... this.
2139         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2140         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2141         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2142         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2143         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2144         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2145         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2146         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2147         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2148         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2149         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2150
2151 2010-08-24  LRN  <lrn1986@gmail.com>
2152
2153         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2154         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2155         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2156         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2157         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2158         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2159         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2160         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2161         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2162         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2163         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2164         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2165         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2166         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2167         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2168         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2169         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2170         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2171         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2172         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2173         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2174         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2175         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2176         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2177         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2178         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2179         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2180         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2181         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2182         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2183         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2184         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2185         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2186         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2187         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2188         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2189         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2190         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2191         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2192         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2193         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2194         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2195         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2196         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2197         WAVE_FORMAT_DTS2): Define.
2198         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2199         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2200         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2201         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2202         Define.
2203
2204 2010-08-23  LRN  <lrn1986@gmail.com>
2205
2206         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2207         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2208         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2209         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2210         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2211         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2212         GetFinalPathNameByHandleW): Define.
2213
2214 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2215
2216         * lib/CheckConflicts.sh: New file.
2217
2218 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2219
2220         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2221         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2222         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2223         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2224         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2225         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2226         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2227         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2228         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2229         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2230         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2231         conflicting definition.
2232         * lib/th32.def: Remove.
2233         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2234         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2235         definition.
2236
2237 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2238
2239         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2240
2241 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2242
2243         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2244
2245 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2246
2247         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2248         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2249         * include/ddk/winddk.h: Ditto.
2250
2251 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2252
2253         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2254         CreateSymbolicLinkA, CreateSymbolicLink): Define
2255
2256 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2257
2258         * lib/kernel32.def(FatalExit): Correct definiton.
2259
2260 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2261
2262         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2263         from 2010-07-17 since it breaks several applications.
2264
2265 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2266
2267         * lib/kernel32.def: Regenerate using gendef.
2268
2269 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2270
2271         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2272
2273 2010-07-20  Michael James  <james.me@gmail.com>
2274
2275         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2276
2277 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2278
2279         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2280         definition.
2281         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2282         NdrMarshSCtxtHdl): Ditto.
2283         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2284         definition in favour of typedef definition.
2285
2286         Thank you to Yuta Tomino for reporting the issues.
2287
2288 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2289
2290         * include/gdiplus.h: New file.
2291         * include/gdiplus/gdiplus.h: New file.
2292         * include/gdiplus/gdiplusbase.h: New file.
2293         * include/gdiplus/gdiplusbrush.h: New file.
2294         * include/gdiplus/gdipluscolor.h: New file.
2295         * include/gdiplus/gdipluscolormatrix.h: New file.
2296         * include/gdiplus/gdipluseffects.h: New file.
2297         * include/gdiplus/gdiplusenums.h: New file.
2298         * include/gdiplus/gdiplusflat.h: New file.
2299         * include/gdiplus/gdiplusgpstubs.h: New file.
2300         * include/gdiplus/gdiplusgraphics.h: New file.
2301         * include/gdiplus/gdiplusheaders.h: New file.
2302         * include/gdiplus/gdiplusimageattributes.h: New file.
2303         * include/gdiplus/gdiplusimagecodec.h: New file.
2304         * include/gdiplus/gdiplusimaging.h: New file.
2305         * include/gdiplus/gdiplusimpl.h: New file.
2306         * include/gdiplus/gdiplusinit.h: New file.
2307         * include/gdiplus/gdipluslinecaps.h: New file.
2308         * include/gdiplus/gdiplusmatrix.h: New file.
2309         * include/gdiplus/gdiplusmem.h: New file.
2310         * include/gdiplus/gdiplusmetafile.h: New file.
2311         * include/gdiplus/gdiplusmetaheader.h: New file.
2312         * include/gdiplus/gdipluspath.h: New file.
2313         * include/gdiplus/gdipluspen.h: New file.
2314         * include/gdiplus/gdipluspixelformats.h: New file.
2315         * include/gdiplus/gdiplusstringformat.h: New file.
2316         * include/gdiplus/gdiplustypes.h: New file.
2317         * lib/gdiplus.c: New file containing GDI+ variable definitions
2318         and GUIDs.
2319         * lib/gdiplus.def: New file.
2320         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2321         add gdiplus.c to SOURCES.
2322         * lib/test.c: Include gdiplus.h.
2323
2324 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2325
2326         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2327         GetPerformanceInfo): Define.
2328         * lib/psapi.def (GetPerformanceInfo): Define.
2329         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2330         CryptEnumProviders): Define.
2331
2332 2010-02-17  LRN  <lrn1986@gmail.com>
2333
2334         * include/shlguid.h (IID_IFolderView): Define.
2335         * include/shlobj.h (IFolderView interface): Define.
2336         * lib/shell32.c (IID_IFolderView): Export.
2337
2338 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2339
2340         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2341         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2342
2343 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2344
2345         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2346
2347 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2348
2349         * include/shlobj.h (SHParseDisplayName): Fix definition.
2350
2351 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2352
2353         * include/w32api.h: Increment version to 3.14.
2354         * Makefile.in: Ditto.
2355
2356 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2357
2358         * include/shlobj.h (SHParseDisplayName): Define.
2359
2360         Thanks to James Roberts-Thomson for the report.
2361
2362 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2363
2364         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2365
2366         Thanks to Alexander Vassilev for the report.
2367
2368 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2369
2370         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2371
2372         Thanks to Thomas Denk for the report.
2373
2374 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2375
2376         * include/winbase.h (UnmapViewOfFile): Correct definition.
2377
2378         Thanks to Dimitry Sibiryakov for the report.
2379
2380 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2381
2382         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2383
2384 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2385
2386         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2387         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2388
2389 2009-20-10  Michael James  <james.me@gmail.com>
2390
2391         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2392         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2393         >= 0x0501.
2394         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2395         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2396         RemoveWindowSubclass@12): Add exports.
2397         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2398
2399 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2400
2401         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2402         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2403         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2404         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2405         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2406         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2407         RegisterTouchWindow, UnregisterTouchWindow): Define.
2408         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2409         RegisterTouchWindow, UnregisterTouchWindow): Define.
2410
2411 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2412
2413         * include/winver.h (VerQueryValue[AW]): Correct definition.
2414
2415 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2416
2417         * include/shlobj.h (SHARD): Add enum.
2418         (SHARD_PATH): Define based on UNICODE.
2419
2420         Thanks to Jacek Caban for the report.
2421
2422 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2423
2424         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2425
2426         Thanks to Bruno Martinez for the report.
2427
2428 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2429
2430         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2431         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2432         SHGetIconOverlayIndex): Define.
2433
2434         Thanks to Tim Kosse for the report.
2435
2436 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2437
2438         * include/wincon.h (AttachConsole): Correct guard.
2439
2440         Thanks to Alexander Shaduri for the report.
2441
2442 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2443
2444         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2445         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2446
2447 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2448
2449         * include/winerror.h: Fix typos in macro names.
2450
2451 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2452
2453         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2454         definition.
2455
2456 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2457
2458         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2459
2460 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2461
2462         Honor DESTDIR for winsup/mingw and winsup/w32api.
2463         Detect and report error if installation paths are win32
2464         format, but DESTDIR is non-empty.
2465
2466         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2467         when invoking make in subdirs.
2468         * lib/Makefile.in (DESTDIR): Honor per convention.
2469         (need-DESTDIR-compatibility): New macro; define it and a
2470         corresponding rule.
2471         (fail-DESTDIR-compatibility): New dependency goal.
2472         (install-libraries, install-headers, uninstall-libraries,
2473         uninstall-headers): Require need-DESTDIR-compatibility.
2474         * lib/ddk/Makefile.in: Ditto.
2475         * lib/directx/Makefile.in: Ditto.
2476
2477 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2478
2479         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2480         _WIN32_WINNT >= 0x0500.
2481         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2482         WRITE_RESTRICTED): Define.
2483         (IsTokenRestricted): Declare for >= Win 2000.
2484
2485 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2486
2487         * include/wtsapi32.h (WTSQuerySessionInformationA,
2488         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2489         Moved to (_WIN32_WINNT >= 0x0500) guard.
2490         (thanks to Pierre Ossman)
2491
2492 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2493
2494         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2495         IS_SURROGATE_PAIR): Define.
2496
2497 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2498
2499         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2500         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2501         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2502         * include/ddk/ntifs.h: Ditto.
2503         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2504
2505 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2506
2507         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2508         from here...
2509         * lib/gdo32.dll: ...to here.
2510
2511 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2512
2513         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2514         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2515         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2516         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2517         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2518         entry points.
2519
2520 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2521
2522         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2523         WTSEnumerateSessionsA): Add function prototypes.
2524         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2525         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2526         defines dependent on UNICODE setting.
2527
2528 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2529
2530         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2531         and vice versa.
2532         * include/ddk/ntifs.h: Ditto.
2533         * include/ddk/winddk.h: Ditto.
2534         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2535         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2536         in header, but missing in lib.  Omit NT4-only entry points.
2537
2538 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2539
2540         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2541         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2542         * lib/shell32.def (SHGetImageList): Define.
2543
2544 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2545
2546         * winnt.h: Add Vista token security extensions.
2547         (SID_HASH_SIZE): Define.
2548         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2549         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2550         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2551         (SID_HASH_ENTRY): Define.
2552         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2553         (struct _TOKEN_LINKED_TOKEN): Define.
2554         (struct _TOKEN_MANDATORY_LABEL): Define.
2555         (struct _TOKEN_MANDATORY_POLICY): Define.
2556         (struct _TOKEN_ELEVATION): Define.
2557         (struct _TOKEN_ACCESS_INFORMATION): Define.
2558         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2559         information enumeration values.
2560
2561 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2562
2563         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2564         from ddk/ntifs.h.
2565
2566 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2567
2568         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2569
2570 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2571
2572         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2573
2574 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2575
2576         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2577         NtSetEaFile.
2578
2579 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2580
2581         * include/winbase.h (SCS_64BIT_BINARY): Define.
2582
2583 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2584
2585         * include/w32api.h: Increment version to 3.13.
2586         * Makefile.in: Ditto.
2587
2588 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2589
2590         * lib/glut.def: remove.
2591         * lib/glut32.def: ditto.
2592
2593 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2594
2595         * include/winbase.h (PROCESS_DEP_ENABLE,
2596         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2597         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2598         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2599
2600 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2601
2602         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2603
2604 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2605
2606         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2607
2608 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2609
2610         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2611
2612 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2613
2614         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2615         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2616         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2617         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2618         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2619         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2620         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2621         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2622         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2623         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2624         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2625         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2626         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2627         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2628         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2629         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2630         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2631         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2632         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2633         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2634         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2635         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2636         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2637         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2638         (capSendMessage): Don't undef.
2639
2640 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2641
2642         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2643         undefined.
2644
2645 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2646
2647         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2648         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2649         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2650         SUBLANG_ROMANIAN_MOLDOVA): Define.
2651
2652 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2653
2654         * include/shlwapi.h (ASSOCSTR): Update enum.
2655
2656 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2657
2658         * include/w32api.h: Increment version to 3.12.
2659         * Makefile.in: Ditto.
2660
2661 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2662
2663         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2664
2665 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2666
2667         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2668
2669 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2670
2671         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2672         Thanks to Richard Hughes for report.
2673
2674 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2675
2676         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2677         naming standard for Cygwin.
2678
2679 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2680
2681         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2682
2683 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2684
2685         * include/ddk/scsi.h: Define READ_TOC formats.
2686         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2687
2688 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2689
2690         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2691         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2692         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2693         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2694         NdisMCancelTimer): Define.
2695         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2696         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2697         eliminate warnings.
2698         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2699         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2700         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2701         Export.
2702
2703 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2704
2705         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2706         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2707
2708 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2709
2710         * include/ddk/winddk.h (KeRaiseIrql): Define.
2711         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2712
2713 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2714
2715         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2716         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2717         (InterlockedIncrement, InterlockedDecrement): fix warning.
2718         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2719         (KeNumberProcessors): Export.
2720
2721 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2722
2723         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2724         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2725         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2726         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2727         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2728
2729 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2730
2731         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2732
2733         Thanks to Tim Kosse <botg at users dot sf dot net>.
2734
2735 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2736
2737         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2738         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2739         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2740         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2741         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2742         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2743         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2744
2745 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2746
2747         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2748         WTSQuerySessionInformation, WTSFreeMemory): Define.
2749
2750 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2751
2752         * lib/gdi32.def (SetLayout): Export.
2753
2754 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2755
2756         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2757         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2758         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2759         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2760         CertSetCertificateContextProperty, CertCompareCertificateName,
2761         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2762         CryptGetDefaultProviderW and many corresponding macroes): Define.
2763         * lib/crypt32.def (Export the above 11 functions): Export.
2764         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2765         macroes): Define.
2766
2767
2768 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2769
2770         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2771         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2772
2773 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2774
2775         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2776
2777 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2778
2779         * include/lmaccess.h (struct _USER_INFO_4): Define.
2780         (struct _USER_INFO_23): Define.
2781         (struct _GROUP_INFO_3): Define.
2782
2783 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2784
2785         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2786         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2787         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2788         MIB_TCP6TABLE_OWNER_PID): Define.
2789         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2790
2791 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2792
2793         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2794         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2795         of 0x0502.
2796         Bug reported by Thomas Denk.
2797
2798 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2799
2800         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2801         InterlockedCompareExchange, InterlockedExchange,
2802         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2803         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2804         Bug reported by Erik Blake.
2805
2806 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2807
2808         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2809         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2810         Bug reported by Brian Hawley.
2811
2812 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2813
2814         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2815         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2816         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2817         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2818         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2819         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2820         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2821         (DsGetDcNameW, DsGetDcNameA): Declare.
2822         (DsGetDcName): Define.
2823         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2824
2825 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2826
2827         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2828
2829         Thanks to Tim Kosse <botg at users dot sf dot net>.
2830
2831 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2832
2833         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2834
2835         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2836
2837 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2838
2839         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2840         (FILE_SUPPORTS_TRANSACTIONS): Define.
2841
2842 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2843
2844         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2845         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2846
2847 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2848
2849         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2850         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2851         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2852         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2853         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2854         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2855         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2856         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2857         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2858         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2859         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2860         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2861         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2862         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2863         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2864         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2865         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2866         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2867         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2868         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2869         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2870         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2871         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2872         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2873         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2874         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2875         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2876         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2877         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2878         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2879         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2880         capDriverConnect, capDriverDisconnect, capDriverGetName,
2881         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2882         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2883         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2884         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2885         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2886         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2887         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2888         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2889         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2890         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2891         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2892         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2893         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2894         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2895         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2896
2897 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2898
2899         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2900         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2901         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2902         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2903         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2904         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2905         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2906         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2907         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2908         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2909         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2910         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2911         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2912         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2913         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2914         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2915         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2916         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2917         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2918         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2919         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2920         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2921         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2922         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2923         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2924         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2925         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2926         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2927         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2928         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2929         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2930         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2931         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2932         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2933         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2934         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2935         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2936         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2937         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2938         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2939         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2940         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2941         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2942         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2943         *SpUserModeInitializeFn): Define.
2944         * include/sspi.h (SECURITY_STRING): Define.
2945
2946 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2947
2948         * include/specstrings.h: Add more dummy defines.
2949
2950 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2951
2952         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2953         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2954         (SECURITY_MANDATORY_LOW_RID): Define.
2955         (SECURITY_MANDATORY_MEDIUM_RID): Define.
2956         (SECURITY_MANDATORY_HIGH_RID): Define.
2957         (SECURITY_MANDATORY_SYSTEM_RID): Define.
2958         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
2959         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
2960         (SE_GROUP_INTEGRITY): Define.
2961         (SE_GROUP_INTEGRITY_ENABLED): Define.
2962
2963 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
2964
2965         * include/sddl.h (ConvertStringSidToSidA): Declare.
2966         (ConvertStringSidToSidW): Declare.
2967         (ConvertStringSidToSid): Define.
2968
2969 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2970
2971         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
2972         and MPR_INTERFACE_3 structure since they are available only in Windows
2973         Server 2008
2974
2975         Thanks to crackedmind  <crackedmind at sf dot net>.
2976
2977 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2978
2979         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
2980         definitions.
2981         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
2982
2983 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2984
2985         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
2986
2987 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2988
2989         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
2990         * include/windef.h (IN, OUT, OPTIONAL): Define.
2991
2992 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2993
2994         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
2995         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
2996         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
2997         __out_bcount_opt): Move to specstrings.h.
2998
2999 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3000
3001         * lib/bthprops.def: new file, bluetooth imports.
3002
3003 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3004
3005         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3006         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3007         __out_bcount_opt): Defined additional pseudo-modifiers.
3008
3009 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3010         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
3011         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
3012         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
3013         dwRedialPause.
3014
3015 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3016
3017         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
3018         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
3019         DEVICE_NOTIFY_SERVICE_HANDLE): define.
3020         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
3021         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
3022         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
3023         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
3024         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
3025         * include/winuser.h (RegisterPowerSettingNotification,
3026         UnregisterPowerSettingNotification): Add prototypes.
3027         * lib/user32.def: Added imports for the above prototypes.
3028         * lib/Makefile.in: Added build support for power-uuid.c.
3029         * lib/power-uuid.c: New file containing power GUID definitions.
3030
3031 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3032
3033         * include/ras.h (RAS_MaxDnsSuffix): define.
3034
3035 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3036
3037         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
3038         Add prototypes.
3039         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
3040         Add exports.
3041
3042 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3043
3044         * include/w32api.h: Increment version to 3.11.
3045         * Makefile.in: Ditto.
3046
3047 2007-12-11  Dave Korn  <dave.korn@artimi.com>
3048
3049         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
3050         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
3051
3052 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3053
3054         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
3055
3056 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
3057
3058         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
3059         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
3060
3061 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
3062
3063         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
3064
3065 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
3066
3067         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
3068         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
3069         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
3070         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
3071         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
3072         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
3073         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
3074         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
3075         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
3076         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
3077         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
3078         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
3079         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
3080         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
3081         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
3082         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
3083         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
3084         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3085         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3086         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3087         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3088         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3089         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3090         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3091         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3092         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3093         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3094         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3095         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3096         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3097         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3098         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3099         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3100         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3101         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3102         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3103         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3104         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3105         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3106         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3107         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3108         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3109         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3110         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3111         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3112         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3113         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3114         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3115         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3116         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3117         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3118         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3119         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3120         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3121         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3122         CryptEncodeObjectEx): define.
3123
3124 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3125
3126         * include/winbase.h (CheckTokenMembership): define.
3127
3128 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3129
3130         * include/rpcndr.h: Missing NdrClientCall2 entry.
3131         * lib/rpcrt4.def: Ditto.
3132
3133 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3134         * lib/scnsave.c: Multi-monitor support.
3135
3136 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3137
3138         * include/w32api.h: Increment version to 3.10.
3139         * Makefile.in: Ditto.
3140
3141 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3142
3143         * include/winbase.h (ReOpenFile): Add prototype.
3144         * lib/kernel32.def (ReOpenFile@16): Add export.
3145
3146 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3147
3148         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3149
3150 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3151
3152         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3153         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3154
3155 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3156
3157         * include/wtypes.h (LPDECIMAL): Define.
3158         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3159
3160 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3161
3162         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3163
3164 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3165
3166         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3167         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3168
3169 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3170
3171         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3172         Define.
3173
3174 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3175
3176         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3177         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3178         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3179         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3180         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3181         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3182         Sync with include/pbt.h.
3183
3184 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3185
3186         [mingw-Bugs-1751518]
3187         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3188         get_URL.
3189
3190         [mingw-Bugs-1751565]
3191         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3192
3193         [mingw-Bugs-1751595]
3194         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3195         methods.
3196
3197         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3198
3199 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3200
3201         [mingw-Bugs-1750898]
3202         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3203         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3204
3205 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3206
3207         [mingw-Bugs-1749305]
3208         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3209
3210 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3211
3212         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3213
3214 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3215
3216         * include/oaidl.h: Include windows.h and ole2.h,
3217         unless COM_NO_WINDOWS_H.
3218
3219         [mingw-Bugs-1742130]
3220         * include/oaidl.h (struct tagVARIANT): Add union members
3221         LONGLONG  * pllVal and ULONGLONG * pullVal.
3222
3223 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3224
3225         * include/ws2tcpip.h (s6_addr32): Correct definition.
3226         Thanks to Alfred E. Heggestad <aeh at db dot org>
3227
3228 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3229
3230         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3231
3232         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3233         supplying the information.
3234
3235 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3236
3237         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3238
3239 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3240
3241         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3242         Vista.
3243
3244 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3245
3246          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3247         CRYPTPROTECT_LOCAL_MACHINE): Define.
3248
3249 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3250
3251         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3252         Define.
3253
3254 2007-03-30  Brian Dessent  <brian@dessent.net>
3255
3256         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3257
3258 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3259
3260         * include/w32api.h: Increment version to 3.9.
3261         * Makefile.in: Ditto.
3262
3263 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3264
3265         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3266
3267 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3268
3269         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3270
3271 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3272
3273         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3274         Added SetupConfigureWmiFromInfSectionW
3275         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3276
3277         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3278
3279         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3280         Added PBT_APMQUERYSTANDBY
3281         Added PBT_APMQUERYSUSPENDFAILED
3282         Added PBT_APMQUERYSTANDBYFAILED
3283         Added PBT_APMSUSPEND
3284         Added PBT_APMSTANDBY
3285         Added PBT_APMRESUMECRITICAL
3286         Added PBT_APMRESUMESUSPEND
3287         Added PBT_APMRESUMESTANDBY
3288         Added PBT_APMBATTERYLOW
3289         Added PBT_APMPOWERSTATUSCHANGE
3290         Added PBT_APMOEMEVENT
3291         Added PBT_APMRESUMEAUTOMATIC
3292
3293         * include/wtsapi32.h: New file
3294
3295         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3296
3297 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3298
3299         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3300         argument to constant.
3301
3302 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3303
3304         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3305         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3306         Add prototypes.
3307         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3308
3309 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3310
3311         * lib/user32.def (InternalGetWindowText): Add stub.
3312
3313 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3314
3315         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3316         LANG_BOSNIAN_NEUTRAL): Define.
3317
3318 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3319
3320         * include/winuser.h: Add guards around TITLEBARINFO and
3321         GetTitleBarInfo().
3322
3323 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3324
3325         * include/winbase.h (struct _OVERLAPPED): Change type of
3326         Internal, InternalHigh members to ULONG_PTR.
3327         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3328         (CreateIoCompletionPort): Likewise.
3329         (PostQueuedCompletionStatus): Likewise.
3330         (QueueUserAPC): Likewise.
3331
3332 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3333
3334         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3335         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3336         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3337         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3338         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3339         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3340         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3341         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3342         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3343         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3344
3345 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3346
3347         * Makefile.in: Add aclocal.m4 to source release.
3348
3349 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3350
3351         * include/w32api.h: Increment version to 3.8.
3352         * Makefile.in: Ditto.
3353
3354 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3355
3356         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3357         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3358
3359         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3360
3361 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3362
3363         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3364
3365         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3366         inline static.
3367         (GetFiberData): Likewise.
3368         * lib/kernel32.c: Remove.
3369         * lib/Makefile.in: Remove reference to kernel32.[co].
3370
3371 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3372
3373         * include/winnt.h (SE_RELABEL_NAME): Define.
3374         (SE_INCREASE_WORKING_SET_NAME): Define.
3375         (SE_TIME_ZONE_NAME): Define.
3376         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3377
3378 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3379
3380         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3381         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3382         SymbolicLinkReparseBuffer substructure.
3383
3384 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3385
3386         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3387
3388 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3389
3390         * lib/Makefile.in: Fix order for 'all' rule.
3391
3392 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3393
3394         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3395
3396 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3397
3398         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3399         mappings.
3400         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3401         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3402
3403 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3404
3405         * include/rpc.h: Add whitespace.
3406         * include/winnt.h (C_ASSERT): Define.
3407
3408 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3409
3410         [mingw-Bugs-1568067]
3411         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3412         * include/wingdi.h: (DM_POSITION): Define.
3413
3414 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3415
3416         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3417         * lib/user32.def: Likewise.
3418
3419 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3420
3421         * lib/Makefile.in: fix typo.
3422         * lib/ddk/Makefile.in: fix typo.
3423         * lib/directx/Makefile.in: fix typo.
3424
3425         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3426         for pointing it out.
3427
3428 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3429
3430         * Makefile.in: Remove files from lib directory with distclean target
3431
3432 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3433
3434         * include/winuser.h (CS_DROPSHADOW): Define.
3435
3436 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3437
3438         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3439         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3440         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3441         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3442
3443         Increase each constant by 1.
3444
3445 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3446
3447         [mingw-Bugs-1553275]
3448         * include/wingdi.h (SetLayout): Add prototype.
3449         (GetLayout): Likewise.
3450
3451 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3452
3453         [mingw-Bugs-1550139]
3454         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3455         Tanks to:  Samit Basu <samitbasu at sf dot net>
3456         (GetRecordInfoFromGuids): Add prototype.
3457
3458 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3459
3460         * include/winbase.h: Add comment about 'missing' SEM flag.
3461
3462 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3463
3464         * configure.in: Substitute with_cross_host in depending files.
3465         * configure: Regenerate.
3466         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3467         Set installation directories accordingly.
3468         * lib/ddk/Makefile.in: Ditto.
3469         * lib/directx/Makefile.in: Ditto.
3470
3471 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3472
3473         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3474         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3475         Bug reported by: <macleone at users dot sf dot net>
3476
3477 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3478
3479         Update some more IMAGE relocation type indicators
3480         to PECOFF v8 (May, 2006) specs.
3481
3482         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3483         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3484         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3485         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3486         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3487         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3488         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3489         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3490         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3491         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3492         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3493         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3494         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3495         IMAGE_REL_SHM_NOMODE): Add defines.
3496
3497         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3498         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3499         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3500         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3501         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3502         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3503         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3504         IMAGE_REL_M32R_TOKEN): Add defines.
3505
3506         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3507
3508 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3509
3510         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3511         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3512         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3513         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3514         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3515         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3516         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3517         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3518         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3519         Add defines.
3520
3521         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3522         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3523         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3524         Add defines.
3525
3526         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3527
3528         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3529         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3530         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3531         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3532         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3533         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3534
3535         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3536
3537         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3538         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3539         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3540         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3541         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3542         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3543         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3544         Add defines.
3545
3546         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3547         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3548         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3549         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3550         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3551         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3552         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3553         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3554         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3555         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3556         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3557         IMAGE_REL_IA64_ADDEND): Add defines.
3558
3559         (IMAGE_SCN_GPREL): Add define.
3560
3561 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3562
3563         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3564         * include/basetyps.h:  Likewise.
3565         (_COM_interface): New define.
3566         (interface): Define to _COM_interface, conditional on !__OBJC__.
3567         Replace 'interface' with '_COM_interface', throughout.
3568         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3569         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3570         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3571         * include/mshtml.h: Likewise.
3572         * include/oaidl.h: Likewise.
3573         * include/objfwd.h: Likewise.
3574         * include/objidl.h: Likewise.
3575         * include/ocidl.h: Likwise.
3576         * include/olectl.h: Likewise.
3577         * include/oleidl.h: Likewise.
3578         * include/shlobj.h: Likewise.
3579         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3580         * include/vfw.h: Likewise.
3581         * include/windows.h. Likewise. Add comment.
3582         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3583         throughout.
3584
3585         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3586         Add test for conflict with '@interface'
3587
3588 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3589
3590         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3591         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3592         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3593         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3594         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3595         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3596         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3597         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3598         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3599         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3600         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3601         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3602         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3603         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3604         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3605         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3606         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3607         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3608         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3609         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3610         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3611         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3612         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3613         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3614         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3615         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3616         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3617         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3618         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3619         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3620         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3621         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3622         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3623         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3624         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3625         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3626         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3627         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3628         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3629         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3630         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3631         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3632         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3633         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3634         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3635         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3636         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3637         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3638         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3639         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3640         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3641         CertDeleteCertificateFromStore): Define.
3642         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3643         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3644         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3645         CertAddCertificateContextToStore, CertCompareCertificate,
3646         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3647         Define.
3648
3649 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3650
3651         * lib/uuid.c: Remove.
3652
3653 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3654
3655         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3656         declarations. They were extracted from the registry with a script.
3657         * lib/devguid.c: Add new file with the implementation of the
3658         missing GUIDs.
3659         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3660
3661 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3662
3663         * include/winuser.h (WM_INPUT): Add missing Raw Input
3664         notification define.
3665         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3666         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3667
3668 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3669
3670         [mingw-Bugs-1525021]
3671         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3672         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3673         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3674         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3675         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3676         (IP_ADAPTER_ADDRESSES): Likewise.
3677
3678 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3679
3680         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3681         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3682         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3683         extras-uuid.c.
3684         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3685         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3686         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3687         * lib/hlguids-uuid.c: State source of CLSIDs.
3688
3689 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3690
3691         * lib/Makefile.in: Added extras-uuid as an object and source.
3692         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3693         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3694         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3695         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3696         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3697         * lib/extras-uuid.c: New file.
3698         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3699         net).
3700
3701 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3702
3703         [mingw-Bugs-1424461]
3704         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3705         throughout.
3706         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3707         _NO_W32_PSEUDO_MODIFIERS.
3708         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3709         throughout.
3710         *include/rpcnsip.h: Likewise.
3711         *include/windef.h: Don't define IN, OUT or OPTIONAL
3712         if _NO_W32_PSEUDO_MODIFIERS.
3713         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3714         throughout.
3715         *include/ddk/cfgmgr32.h: Likewise.
3716         *include/ddk/ddkmapi.h: Likewise.
3717         *include/ddk/hidclass.h: Likewise.
3718         *include/ddk/hidpi.h: Likewise.
3719         *include/ddk/kbdmou.h: Likewise.
3720         *include/ddk/mcd.h: Likewise.
3721         *include/ddk/miniport.h: Likewise.
3722         *include/ddk/minitape.h: Likewise.
3723         *include/ddk/ndis.h: Likewise.
3724         *include/ddk/ndistapi.h: Likewise.
3725         *include/ddk/ndiswan.h: Likewise.
3726         *include/ddk/ntapi.h: Likewise.
3727         *include/ddk/ntdd8042.h: Likewise.
3728         *include/ddk/ntddpcm.h: Likewise.
3729         *include/ddk/ntifs.h: Likewise.
3730         *include/ddk/ntpoapi.h: Likewise.
3731         *include/ddk/parallel.h: Likewise.
3732         *include/ddk/pfhook.h: Likewise.
3733         *include/ddk/scsiwmi.h: Likewise.
3734         *include/ddk/smbus.h: Likewise.
3735         *include/ddk/srb.h: Likewise.
3736         *include/ddk/storport.h: Likewise.
3737         *include/ddk/tdikrnl.h: Likewise.
3738         *include/ddk/upssvc.h: Likewise.
3739         *include/ddk/usbcamdi.h: Likewise.
3740         *include/ddk/usbscan.h: Likewise.
3741         *include/ddk/video.h: Likewise.
3742         *include/ddk/videoagp.h: Likewise.
3743         *include/ddk/win2k.h: Likewise.
3744         *include/ddk/winddi.h: Likewise.
3745         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3746         if _NO_W32_PSEUDO_MODIFIERS.
3747         Comment out IN, OUT and OPTIONAL, throughout.
3748         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3749         throughout.
3750         *include/ddk/ws2san.h: Likewise.
3751
3752 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3753
3754         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3755
3756 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3757
3758         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3759         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3760         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3761         * lib/hlguids-uuid.c: New file.
3762         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3763         net).
3764
3765 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3766
3767         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3768         objects.
3769         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3770         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3771         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3772         IID_IHlinkTarget): Remove.  Moved to new files.
3773         * lib/urlmon-uuid.c: New file.
3774         * lib/hlink-uuid.c: New file.
3775
3776 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3777
3778         * lib/Makefile.in: Added ativscp-uuid as source and object.
3779         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3780         IID_IActiveScriptParse, IID_IActiveScriptSite,
3781         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3782         * lib/ativscp-uuid.c: New file.
3783
3784 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3785
3786         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3787         Remove.  Moved to objidl-uuid.c
3788         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3789         IID_IServerSecurity): Defined.
3790
3791 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3792
3793         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3794         objects.
3795         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3796         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3797         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3798         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3799         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3800         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3801         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3802         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3803         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3804         files.
3805         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3806         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3807         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3808         * lib/cguid-uuid.c: New file.
3809         * lib/olectlid-uuid.c: New file.
3810
3811 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3812
3813         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3814         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3815         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3816         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3817         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3818         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3819         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3820         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3821         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3822         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3823         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3824         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3825         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3826         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3827         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3828         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3829         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3830         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3831         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3832         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3833         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3834         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3835         * lib/comcat-uuid.c: New file.
3836         * lib/docobj-uuid.c: New File.
3837         * lib/exdisp-uuid.c: New file.
3838         * lib/mlang-uuid.c: New file.
3839         * lib/oaidl-uuid.c: New file.
3840         * lib/objidl-uuid.c: New file.
3841         * lib/objsafe-uuid.c: New file.
3842
3843 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3844
3845         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3846         objects.
3847         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3848         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3849         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3850         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3851         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3852         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3853         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3854         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3855         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3856         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3857         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3858         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3859         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3860         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3861         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3862         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3863         * lib/oleidl-uuid.c: New file.
3864         * lib/oleacc-uuid.c: New file.
3865         * lib/ocidl-uuid.c: New file.
3866
3867 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3868
3869         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3870         objects.
3871         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3872         Remove.  Moved to unknwn-uuid and servprov-uuid.
3873         * lib/unknwn-uuid.c: New file.
3874         * lib/servprov-uuid.c: New file.
3875
3876 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3877
3878         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3879         enum.
3880
3881 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3882
3883         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3884
3885 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3886
3887         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3888         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3889         wingdi.h defines.
3890
3891 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3892
3893         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3894         duplicate defines.
3895
3896         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3897         removal.
3898         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3899
3900 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3901
3902         * configure.in: Update to newer autoconf.
3903         (thanks to Steve Ellcey)
3904         * configure: Regenerate.
3905         * aclocal.m4: New file.
3906
3907 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3908
3909         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3910
3911 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3912
3913         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3914         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3915         as macros.
3916         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3917
3918 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3919
3920         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3921         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3922         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3923         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3924         (MprAdminMIBSetTrapInfo): Declare functions.
3925         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3926         (MIB_SERVER_HANDLE): New typedef.
3927         (MprConfigTransportSetInfo): Declare function.
3928         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3929         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3930
3931 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3932
3933         * lib/rtutils.def: New file. Generated on Windows XP.
3934         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3935         * include/rtutils.h: New file.
3936         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3937         Commented out, they're missing from rtutils.def.
3938
3939 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3940
3941         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3942         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3943         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3944         (MprInfoRemoveAll): Declare functions.
3945
3946 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3947
3948         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3949         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3950         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3951         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3952         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3953         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3954         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
3955         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
3956         (MprConfigServerConnect,MprConfigServerDisconnect)
3957         (MprConfigServerGetInfo,MprConfigServerInstall)
3958         (MprConfigServerRestore,MprConfigTransportCreate)
3959         (MprConfigTransportDelete,MprConfigTransportEnum)
3960         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
3961         (MprConfigTransportSetInfo): Declare functions.
3962
3963 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3964
3965         * include/mprapi.h (MprAdminBufferFree)
3966         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
3967         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
3968         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
3969         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
3970         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
3971         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
3972         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
3973         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
3974         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
3975         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
3976         (MprAdminInterfaceTransportSetInfo)
3977         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
3978         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
3979         (MprAdminServerConnect,MprAdminServerDisconnect)
3980         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
3981         (MprAdminServerSetCredentials,MprAdminTransportCreate)
3982         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
3983
3984 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3985
3986         * include/ipxtfflt.h: New file.
3987
3988 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3989
3990         * include/mprapi.h: Fix header guard. Cleanup.
3991         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
3992         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
3993         (MprAdminConnectionHangupNotification)
3994         (MprAdminConnectionHangupNotification2)
3995         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
3996         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
3997         (MprAdminReleaseIpAddress): Declare functions.
3998         * lib/mprapi.def: Regenerate on Windows XP.
3999
4000 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4001
4002         * include/ipifcons.h: Cleanup.
4003         * include/ipxconst.h: Fix header guard.
4004         * include/ipxrtdef.h: include <ipxconst.h>.
4005
4006 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4007
4008         * include/ipxrtdef.h: Cleanup.
4009         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
4010         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
4011         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
4012         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
4013         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
4014         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
4015         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
4016         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
4017         * include/routprot.h: Cleanup.
4018         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
4019         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
4020         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
4021         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
4022         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
4023         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
4024         * include/fltdefs.h: New file.
4025         * include/ipinfoid.h: New file.
4026
4027 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4028
4029         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
4030         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
4031         (IAMCertifiedOutputProtection): Add interfaces.
4032         * include/adsprop.h: New file.
4033         * include/cmnquery.h: New file.
4034         * include/dsadmin.h: New file.
4035         * include/dsclient.h: New file.
4036         * include/dsgetdc.h: New file.
4037         * include/dsquery.h: New file.
4038         * include/dsrole.h: New file.
4039         * include/ntdsapi.h: New file.
4040         * include/ntdsbcli.h: New file.
4041         * include/objsel.h: New file.
4042
4043 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4044
4045         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
4046         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
4047         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
4048         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
4049         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
4050         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
4051         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
4052         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
4053
4054 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4055
4056         * include/qedit.h: New file.
4057         * include/errors.h: Cleanup.
4058
4059 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4060
4061         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
4062         avoid dependency on <string.h>.
4063         There's no Win32 equivalent for memcmp:
4064         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
4065
4066 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4067
4068         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
4069         instead of memset to avoid dependency on <string.h>.
4070         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
4071         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
4072         (AM_WST_STYLE): Add enums.
4073         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
4074         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
4075         structures.
4076         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
4077         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
4078         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
4079         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
4080         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
4081         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
4082         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
4083         (VFW_E_DVD_NO_RESUME_INFORMATION)
4084         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4085         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4086         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4087         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4088         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4089         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4090         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4091         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4092         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4093         * include/strmif.h: ... to here. New file.
4094         * include/aviriff.h: New file.
4095         * include/bdatypes.h: New file.
4096         * include/control.h: New file.
4097         * include/dvdmedia.h: New file.
4098         * include/il21dec.h: New file.
4099         * include/ks.h: New file.
4100         * include/ksmedia.h: New file.
4101         * include/mmreg.h: New file.
4102         * include/mpegtype.h: New file.
4103         * include/vidcap.h: New file.
4104         * include/vmr9.h: New file.
4105         * include/vptype.h: New file.
4106         * include/xprtdefs.h: New file.
4107
4108 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4109
4110         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4111         Documented as defined on Windows 2000 or later.
4112         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4113         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4114         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4115         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4116         but values unknown, Windows Vista or later.
4117         (CAL_UMALQURA): Cleanup.
4118         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4119         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4120         (CAL_SSHORTESTDAYNAME7): Cleanup.
4121         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4122         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4123
4124 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4125
4126         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4127         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4128         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4129         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4130         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4131         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4132         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4133         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4134         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4135         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4136         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4137         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4138         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4139         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4140         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4141         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4142         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4143         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4144         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4145         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4146         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4147         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4148         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4149         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4150         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4151         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4152         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4153         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4154         (DMDFO_CENTER): Define.
4155         (GetDCBrushColor,GetDCPenColor): Declare.
4156         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4157
4158 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4159
4160         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4161         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4162         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4163         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4164         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4165         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4166         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4167         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4168         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4169         (LANG_DARI,LANG_MALAGASY)
4170         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4171         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4172         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4173         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4174         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4175         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4176         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4177         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4178         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4179         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4180         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4181         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4182         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4183         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4184         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4185         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4186         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4187         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4188         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4189         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4190         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4191         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4192         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4193         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4194         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4195         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4196         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4197         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4198         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4199         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4200         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4201         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4202         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4203         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4204         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4205         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4206         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4207         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4208         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4209         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4210         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4211         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4212         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4213         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4214         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4215         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4216         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4217         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4218         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4219         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4220         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4221         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4222         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4223         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4224         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4225         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4226         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4227         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4228         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4229         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4230         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4231         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4232         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4233
4234 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4235
4236         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4237         it was moved.
4238
4239 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4240
4241         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4242         SPI_SETSCREENSAVERUNNING.
4243         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4244
4245 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4246
4247         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4248         It had been removed because it's no documented, but Cygwin needs it.
4249
4250 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4251
4252         * include/amvideo.h (IFullScreenVideo): Define.
4253         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4254         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4255
4256 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4257
4258         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4259         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4260         as available on Windows 98 and better.
4261         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4262         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4263         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4264
4265 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4266
4267         * include/amvideo.h: New file.
4268         * include/dshow.h: Include <amvideo.h>.
4269
4270 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4271
4272         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4273         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4274         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4275         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4276         (HWND_BROADCAST): Cleanup.
4277         (HWND_MESSAGE): Windows 2000 only.
4278         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4279         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4280         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4281         (SIF_ALL): Cleanup.
4282         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4283         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4284         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4285         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4286         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4287         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4288         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4289         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4290         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4291         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4292         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4293         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4294         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4295         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4296         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4297         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4298         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4299         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4300         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4301         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4302         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4303         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4304         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4305         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4306         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4307         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4308         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4309         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4310         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4311         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4312         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4313         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4314         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4315         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4316         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4317         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4318         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4319         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4320         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4321         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4322         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4323         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4324         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4325         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4326         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4327         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4328         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4329         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4330         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4331         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4332         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4333         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4334         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4335         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4336         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4337         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4338         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4339         (SPI_SCREENSAVERRUNNING): Removed.
4340         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4341         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4342         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4343         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4344
4345 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4346
4347         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4348         (MprAdminGetPDCServer): Add prototype.
4349         (MprAdminSendUserMessage): Add prototype.
4350         (MprAdminUserGetInfo): Add prototype.
4351         (MprAdminUserSetInfo): Add prototype.
4352         * lib/mprapi.def: Add stubs for above functions.
4353
4354 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4355
4356         * lib/directx/quartz.def: Move from here...
4357         * lib/quartz.def: ... to here.
4358
4359 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4360
4361         * include/amaudio.h: New file.
4362         * include/dshow.h: Include <amaudio.h>.
4363
4364 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4365
4366         * include/errors.h: New file.
4367         * include/dshow.h: Include <errors.h>.
4368
4369 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4370
4371         * include/dshow.h: New file.
4372         * include/evcode.h: New file.
4373         * include/audevcod.h: New file.
4374         * include/dvdevcod.h: New file.
4375
4376 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4377
4378         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4379         (MprAdminConnectionClearStats): Add prototype.
4380         (MprAdminConnectionEnum): Add  prototype.
4381         (MprAdminConnectionGetInfo): Add prototype.
4382         (MprAdminConnectionRemoveQuarantine): Add prototype.
4383         (MprAdminPortClearStats): Add prototype.
4384         (MprAdminPortDisconnect): Add prototype.
4385         (MprAdminPortEnum): Add prototype.
4386         (MprAdminPortGetInfo): Add prototype.
4387         (MprAdminPortReset): Add prototype.
4388         * lib/mprapi.def: New file.
4389
4390 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4391
4392         *  include/mprapi.h: #include <lmcons.h>
4393         (MAX_DEVICETYPE_NAME): Add define.
4394         (MAX_PHONE_NUMBER_LEN): Add define.
4395         (ATADDRESSLEN): Add define.
4396         (IPADDRESSLEN): Add define.
4397         (IPXADDRESSLEN): Add define.
4398         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4399         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4400         (RAS_FLAGS_PPP_CONNECTION): Add define.
4401         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4402         (RAS_FLAGS_RAS_CONNECTION): Add define.
4403         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4404         (RASCCPCA_STAC): Add define.
4405         (RASCCPCA_MPPC): Add define.
4406         (PPP_CCP_COMPRESSION): Add define.
4407         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4408         (PPP_CCP_ENCRYPTION40BIT): Add define.
4409         (PPP_CCP_ENCRYPTION128BIT): Add define.
4410         (PPP_CCP_ENCRYPTION56BIT): Add define.
4411         (PPP_CCP_HISTORYLESS): Add define.
4412         (RASPRIV_NoCallback): Add define.
4413         (RASPRIV_AdminSetCallback): Add define.
4414         (RASPRIV_CallerSetCallback): Add define.
4415         (RASPRIV_DialinPrivilege): Add define.
4416         (RASPRIV_CallbackType): Add define.
4417         (RASPRIV2_DialinPolicy): Add define.
4418         (PPP_LCP_PAP): Add define.
4419         (PPP_LCP_SPAP): Add define.
4420         (PPP_LCP_CHAP): Add define.
4421         (PPP_LCP_EAP): Add define.
4422         (PPP_LCP_CHAP_MD5): Add define.
4423         (PPP_LCP_CHAP_MS): Add define.
4424         (PPP_LCP_CHAP_MSV2): Add define.
4425         (PPP_LCP_MULTILINK_FRAMING): Add define.
4426         (enum _RAS_HARDWARE_CONDITION): Add.
4427         (enum _RAS_PORT_CONDITION): Add.
4428         (struct _PPP_ATCP_INFO): Add.
4429         (struct _PPP_ATCP_INFO): Add.
4430         (struct _PPP_IPCP_INFO): Add.
4431         (struct _PPP_IPCP_INFO2): Add.
4432         (struct _PPP_IPXCP_INFO): Add.
4433         (struct _PPP_LCP_INFO): Add.
4434         (struct _PPP_NBFCP_INFO): Add.
4435         (struct _PPP_INFO): Add.
4436         (struct _PPP_INFO_2): Add.
4437         (struct _RAS_CONNECTION_0): Add.
4438         (struct RAS_CONNECTION_1): Add.
4439         (struct _RAS_CONNECTION_2): Add.
4440         (struct RAS_PORT_0): Add.
4441         (struct _RAS_PORT_1): Add.
4442         (struct _RAS_USER_0): Add.
4443         (struct _RAS_USER_1): Add.
4444
4445 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4446
4447         * include/mprapi.h: New file.
4448         * include/routprot.h: New file.
4449         * include/ipxrtdef.h: New file.
4450         * include/ipxconst.h: New file.
4451         * include/stm.h: New file.
4452
4453 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4454
4455         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4456         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4457
4458 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4459
4460         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4461         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4462         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4463         versions.
4464         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4465
4466 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4467
4468         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4469         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4470
4471 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4472
4473         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4474
4475 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4476
4477         * include/basetyps.h (REFFMTID): Define properly.
4478
4479 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4480
4481         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4482         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4483
4484 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4485
4486         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4487         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4488         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4489         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4490         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4491         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4492         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4493         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4494         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4495         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4496         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4497         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4498         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4499         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4500         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4501         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4502         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4503         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4504         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4505         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4506         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4507         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4508         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4509         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4510         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4511         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4512         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4513         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4514         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4515         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4516         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4517         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4518         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4519         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4520         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4521         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4522         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4523         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4524         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4525         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4526         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4527         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4528         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4529         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4530         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4531         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4532         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4533         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4534         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4535         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4536         (IF_OPER_STATUS_OPERATIONAL): Define.
4537         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4538         Add function declaration.
4539         * include/mgm.h: New file.
4540         * lib/rtm.def: New file.
4541         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4542
4543 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4544
4545         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4546         This function cannot be made thread-safe, the API would have to be
4547         changed for that, just like strerror() -> strerror_r() and similar
4548         ISO C or POSIX functions...
4549
4550 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4551
4552         * include/edevdefs.h: New file.
4553
4554 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4555
4556         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4557         Use as guard for the WAVEFORMATEX structure instead of
4558         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4559         _WAVEFORMATEX_ for compatibility.
4560         Thanks to:    Andrew Jones <guln at sf dot net>
4561
4562 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4563
4564         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4565         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4566         Thanks to:    David Golub <david_golub at sf dot net>
4567
4568 2006-04-18  Eric House  <ehouse@eehouse.org>
4569
4570         PocketPC support.
4571         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4572         functions for using aygshell on PocketPC:
4573         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4574         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4575
4576         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4577         command bar API on PocketPC:
4578         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4579         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4580         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4581         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4582         CommandBar_InsertButton, CommandBar_Destroy.
4583
4584         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4585         fields not present on PocketPC.
4586         (GetCurrentThreadId): Conditionally declare as extern function
4587         without dllimport attribute on PocketPC.
4588         (ResetEvent): Likwise.
4589         (SetEvent): Likewise.
4590
4591         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4592         Conditionally declare as extern function without dllimport
4593          attribute on PocketPC.
4594         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4595         declare as extern function without dllimport attribute on PocketPC.
4596
4597 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4598
4599         * lib/test.c: Include icm.h.
4600
4601 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4602
4603         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4604         (CreateColorSpace): Add UNICODE mappings.
4605         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4606         * include/icm.h: New file.
4607         * lib/mscms.def: New file.
4608         * lib/icmui.def: New file.
4609
4610 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4611
4612         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4613         (IMAGE_FILE_MACHINE_AMD64): New define.
4614         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4615         New defines.
4616         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4617         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4618         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4619         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4620         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4621         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4622         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4623         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4624         New defines.
4625         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4626         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4627         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4628         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4629         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4630         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4631         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4632         definitions and typedefs.
4633         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4634         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4635         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4636         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4637         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4638         New structure definition and typedefs.
4639         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4640         Likewise.
4641         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4642
4643 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4644
4645         * lib/test.c: Fix typo in #inlcude.
4646         * include/aclui.h: INTERFACE should not remain
4647         defined at the end of the header.
4648         * include/servprov.h: Ditto.
4649
4650 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4651
4652         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4653
4654 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4655
4656         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4657
4658 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4659
4660         * include/wsahelp.h (system_header): Add pragma.
4661         * include/ws2spi.h (system_header): Add pragma.
4662         * include/rasdlg.h (system_header): Add pragma.
4663         * include/rasdlg.h (_RASDLG_H): Define.
4664         Define instead of _RASDLG_H_, this is the w32api standard.
4665         * include/mlang.h (_MLANG_H): Define.
4666         Define instead of _MLANG_H_, this is the w32api standard.
4667         * include/setupapi.h (_SETUPAPI_H): Define.
4668         Define instead of _SETUPAPI_H_, this is the w32api standard.
4669
4670 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4671
4672         * include/rpcndr.h (boolean): Add typedef.
4673         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4674         * include/rpcndr.h (_RPCNDR_H): Define.
4675         Define in addition to __RPCNDR_H__, this is the w32api standard.
4676
4677 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4678
4679         * include/w32api.h: Increment version to 3.7.
4680         * Makefile.in: Ditto.
4681
4682 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4683
4684         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4685         GET_MODULE_HANDLE_EX_FLAG_PIN,
4686         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4687         Thanks to:    Brandon Sneed <brandon at redf dot net>
4688
4689 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4690
4691         * include/secext.h: Enclose function declarations in extern "C"
4692         if __cplusplus.
4693
4694 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4695
4696         * include/comcat.h: INTERFACE should not remain defined
4697         at the end of the header.
4698         * include/docobj.h: Ditto.
4699         * include/exdisp.h: Ditto.
4700         * include/intshcut.h: Ditto.
4701         * include/mlang.h: Ditto.
4702         * include/mshtml.h: Ditto.
4703         * include/oaidl.h: Ditto.
4704         * include/objidl.h: Ditto.
4705         * include/objsafe.h: Ditto.
4706         * include/ocidl.h: Ditto.
4707         * include/oleacc.h: Ditto.
4708         * include/oledlg.h: Ditto.
4709         * include/oleidl.h: Ditto.
4710         * include/richole.h: Ditto.
4711         * include/shldisp.h: Ditto.
4712         * include/shlobj.h: Ditto.
4713         * include/unknwn.h: Ditto.
4714         * include/vfw.h: Ditto.
4715         Thanks to:    Brandon Sneed <brandon at redf dot net>
4716
4717 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4718
4719         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4720         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4721         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4722
4723 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4724
4725         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4726         here also.
4727
4728 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4729
4730         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4731         We should probably remove PROV_MS_MAIL but I'm keeping it for
4732         now for compatibility reasons.
4733         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4734
4735 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4736
4737         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4738         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4739         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4740
4741 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4742
4743         * include/wingdi.h [WINVER >= 0x0410]
4744         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4745         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4746
4747 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4748
4749         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4750         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4751         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4752         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4753         (L_MAX_URL_LENGTH): Define.
4754         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4755         Thanks to:    Brandon Sneed <brandon at redf dot net>
4756
4757 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4758
4759         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4760
4761 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4762
4763         * include/w32api.h (_W32API_H): Define.
4764         Define in addition to _W32API_H_, this is the w32api standard.
4765
4766 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4767
4768         * include/w32api.h (WindowsVista): Define.
4769
4770 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4771
4772         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4773         on SOCKET_ADDRESS only if winsock2.h has already been included.
4774
4775 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4776
4777         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4778
4779 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4780
4781         * include/iphlpapi.h (GAA_FLAG_*): Define.
4782         (GetAdaptersAddresses): Add function declaration.
4783         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4784         Thanks to:    ross <rossboulet at users dot sf dot net>
4785
4786 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4787
4788         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4789         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4790         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4791         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4792         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4793         SCOPE_LEVEL): Add enums.
4794         (IP_ADAPTER_*): Define.
4795
4796 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4797
4798         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4799         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4800
4801 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4802
4803         * include/objidl.h (PIDSI_*): Define.
4804         (PRSPEC_*): Define.
4805         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4806
4807 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4808
4809         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4810         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4811         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4812         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4813         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4814
4815 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4816
4817         * include/mq.h: New file.
4818         * lib/mqrt.def (MQ*): Define a few missing functions.
4819
4820 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4821
4822         * lib/mqrt.def: New file.
4823         Needs the mq.h file to work properly, working on it.
4824         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4825
4826 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4827
4828         * include/winerror.h (STG_E_*):  Define.
4829         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4830         * include/winerror.h (STG_S_*): Define.
4831         (CO_S_MACHINENAMENOTFOUND): Define.
4832         (RPC_E_*): Define.
4833         (NTE_*): Define.
4834
4835 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4836
4837         * include/commctrl.h (ListView_*):  Define and correct.
4838         (LVM_*): Define.
4839
4840 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4841
4842         * include/winuser.h (WM_IME_*): Define (DWORD type).
4843         (EM_*IMESTATUS): Define.
4844         (WM_*): Define.
4845         (XBUTTON*): Define.
4846         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4847
4848 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4849
4850         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4851         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4852
4853 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4854
4855         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4856         version conditional.
4857
4858 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4859
4860         * include/winspool.h (JOB_INFO_3): Add structure.
4861         (PROVIDOR_INFO_*{AW}): Add structure.
4862         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4863         (PRINTER_ENUM_VALUES{AW}): Add structure.
4864         (PRINTPROCESSOR_CAPS): Add structure.
4865
4866 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4867
4868         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4869         (PRINTER_INFO_7A): Correct definition.
4870
4871 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4872
4873         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4874         (DRIVER_INFO_*{AW}): Add structure.
4875         (PRINTER_INFO_*{AW}): Add structure.
4876         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4877
4878 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4879
4880         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4881         (DRIVER_*MODE): Define (DWORD type).
4882         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4883
4884 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4885
4886         * include/wincon.h (GetConsoleProcessList): Declare.
4887
4888 2006-03-27  Hansres Engel  <engel@node.ch>
4889
4890         * include/mlang.h: New file.
4891
4892 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4893
4894         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4895
4896 2006-03-26  Hansres Engel  <engel@node.ch>
4897
4898          Add Uniscribe API for typography and for complex scripts.
4899         * include/usp10.h: New file.
4900         * lib/usp10.def: New file.
4901
4902         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4903
4904         * include/imm.h (IMECHARPOSITION): Add structure.
4905         (RECONVERTSTRING): Likwise.
4906
4907         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4908
4909         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4910         (IMLangFontLink2): Likewise.
4911         (IMultiLanguage): Likewise.
4912
4913 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4914
4915         * include/wincon.h  (ENABLE_*): Add more defines.
4916
4917 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4918
4919         * include/winnt.h (INHERITED_ACE): Define.
4920         (VALID_INHERIT_FLAGS): Correct definition.
4921
4922 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4923
4924          * lib/wtsapi32.def: New file.
4925
4926 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4927
4928         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4929         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4930
4931 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4932
4933         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4934         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4935         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4936         (DSPRINT_*): Define (DWORD type).
4937         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4938
4939 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4940
4941         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4942         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4943
4944 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4945
4946         * include/shellapi.h [_WIN32_IE >= 0x0600]
4947         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4948         Windows XP SP1 and Windows XP respectively.
4949
4950 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4951
4952         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4953         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4954         * include/shellapi.h [_WIN32_IE >= 0x0500]
4955         (NIS_*): Introduced in Version 5.0.
4956
4957 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4958
4959         * include/wingdi.h (CS_*): Correct WINVER guard on
4960         Image Color Matching colour definitions.
4961
4962 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
4963
4964         * include/shlobj.h (SFGAO_ISSLOW): Define.
4965         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
4966         attribute constants.
4967
4968 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4969
4970         * include/wingdi.h [WINVER >= 0x0500]
4971         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
4972         Thanks to: David A. Capello <dacap at users dot sf dot net>
4973
4974 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
4975
4976         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
4977         (INTERNET_STATE_*): Define flags.
4978         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
4979
4980 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
4981
4982         * include/sddl.h: New file.
4983
4984 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
4985
4986         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
4987         last change.
4988         Remove file level #pragma pack(push,4)/#pragma pop.
4989
4990 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
4991
4992         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
4993         value to force correct alignment.
4994
4995 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
4996
4997         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
4998         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
4999         (PNM_CACHEHINT): Add backward compatibilty define.
5000         (LPNM_CACHEHINT): Likewise.
5001
5002 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
5003
5004         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
5005
5006 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5007
5008         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
5009         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
5010         * lib/shell32.def (PathResolve): Define.
5011
5012 2006-02-06  Christopher Faylor  <cgf@timesys.com>
5013
5014         * include/shlobj.h (PathResolve): Fix typo.
5015
5016 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5017
5018         * include/shlobj.h (PathResolve): Define.
5019         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
5020         PRF_DONTFINDLNK): Ditto.
5021         * lib/shell32.def (PathResolve): Define.
5022
5023 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
5024
5025         * include/winnls.h: Remove stray end ';' from preprocessor defines.
5026
5027 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5028
5029         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
5030         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
5031         (NotifyRouteChange@8): Define.
5032
5033 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5034
5035         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
5036         prototypes.
5037
5038 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5039
5040         * include/winnt.h (FORCEINLINE): Define.
5041
5042 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5043
5044         * include/winnt.h (DECLSPEC_SELECTANY): Define.
5045
5046 2006-01-26  Filip Navara  <xnavara@volny.cz>
5047
5048         * include/winnt.h (DECLSPEC_ALIGN): Define.
5049
5050 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5051
5052         * include/commctrl.h: Correct spelling of 'compatibility' in
5053         comments.
5054         * include/setupapi.h: Likewise.
5055         * include/ws2tcpip.h: Likewise.
5056
5057 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5058
5059         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
5060
5061 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
5062
5063         WATCOM compatibility changes.
5064         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
5065         rather than __attribute__.
5066         (DECL_EXPORT): Likewise.
5067         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
5068         (DDKFASTAPI): Likewise.
5069         (DDKCDECLAPI): Likwise.
5070         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
5071
5072 2006-01-23  Brandon Sneed  <brandon@redf.net>
5073
5074         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
5075         to exports.
5076
5077 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5078
5079         * include/w32api.h: Increment version to 3.6.
5080         * Makefile.in: Ditto.
5081
5082 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5083
5084         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5085         advapi32.dll functions.
5086
5087 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5088
5089         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5090         names for padding size constants.
5091
5092 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5093
5094         * include/aclapi.h (WINADVAPI): Add to prototypes.
5095         * include/winreg.h (WINADVAPI): Likewise.
5096         * include/winsvc.h (WINADVAPI): Likewise.
5097
5098 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5099
5100         * include/winbase.h (WINADVAPI): Define.
5101
5102 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5103
5104         * include/winuser.h (CreateWindowStation): Correctly identify first
5105         argument as constant.
5106         (CreateWindowStation@): Ditto.
5107
5108 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5109
5110         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5111         (TMT_*, BT_*): Add constants.
5112
5113 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5114
5115         * include/winsock2.h: Don't define struct sockaddr_storage when
5116         building Cygwin.
5117
5118 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5119
5120         * lib/ws2_32.c: New file, defining IPv6 constants.
5121         * lib/Makefile.in (SOURCES): Add ws2_32.c
5122         (EXTRA_OBJS): Add ws2_32.o.
5123
5124 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5125
5126         * lib/user32.def (PrivateExtractIconsA@32,
5127         PrivateExtractIconsW@32): Define.
5128         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5129
5130 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5131
5132         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5133
5134 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5135
5136         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5137
5138 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5139             Danny Smith <dannysmith@users.sourceforge.net>
5140
5141         * lib/msxml-uuid.c: New file to generate UUIDs for
5142         MSXML interfaces.
5143         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5144
5145 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5146
5147         * include/winbase.h (GetDevicePowerState): Add prototype.
5148         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5149
5150 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5151
5152         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5153         Define as macro if !_WIN64.
5154         (SetClassLongPtr{AW}): Likewise.
5155         (GCLP_*): Add GetClassLongPtr defines.
5156         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5157         (SetClassLongPtr{AW}): Likewise.
5158
5159 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5160
5161         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5162         (SetClassLongPtr{AW}): Likewise.
5163         (GCLP_*): Add GetClassLongPtr defines.
5164         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5165         (SetClassLongPtr{AW}): Likewise.
5166
5167 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5168
5169         * include/commdlg.h (OPENFILENAMEW): Add members for
5170         _WIN32_WINNT >= 0x0500.
5171         Thanks to Ricardo Dalcorsso Fodra.
5172         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5173
5174 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5175
5176         * include/wingdi.h (GetICMProfileA): Correct prototype.
5177         (GetICMProfileW): Likewise.
5178         Thanks to: Paul J Lucas
5179
5180 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5181
5182         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5183
5184 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5185
5186         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5187         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5188         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5189         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5190
5191 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5192
5193         * include/objbase.h: Fix typo.
5194         * include/w32api.h: Increment version to 3.5.
5195         * Makefile.in: Ditto.
5196
5197 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5198
5199         * include/w32api.h: Increment version to 3.4.
5200         * Makefile.in: Ditto.
5201
5202 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5203
5204         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5205         Use _WIN32_WINNT >= 0x0501 guard.
5206
5207 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5208
5209         * include/winbase.h (GetProcessId): Declare.
5210
5211 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5212
5213         * lib/ddk/newdev.def: Added.
5214         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5215
5216 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5217
5218         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5219         component.
5220         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5221
5222 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5223
5224         * lib/shell32.def (SHILCreateFromPath): Add stub.
5225         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5226
5227 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5228
5229         * include/winbase.h (RegisterWaitForSingleObject,
5230         RegisterWaitForSingleObjectEx): Define.
5231         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5232         (RegisterWaitForSingleObject@16): Changed to
5233         RegisterWaitForSingleObject@24.
5234         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5235
5236 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5237
5238         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5239         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5240
5241 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5242
5243         * include/reason.h [_WIN32_WINNT >= 0x0501]
5244         (SHTDN_REASON_*): New file.
5245         * include/objbase.h: Avoid double header guard.
5246
5247 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5248
5249         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5250         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5251         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5252
5253 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5254
5255         * include/shlobj.h (IContextMenu3): Define.
5256         * include/shlguid.h (IID_IContextMenu3): Declare.
5257         * lib/shell32.c (IID_IContextMenu3): Define.
5258
5259 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5260
5261         * include/shlobj.h (SHFormatDrive): Declaration of function
5262         and associated constants.
5263
5264 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5265
5266         * include/ddk/hidsdi.h:  New file.
5267         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5268         functions declared in hidsdi.h.
5269         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5270
5271 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5272
5273         * lib/imm32.def (ImmDisableIME): Add stub.
5274         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5275
5276 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5277
5278         * include/w32api.h: Increment version to 3.3.
5279         * Makefile.in: Ditto.
5280
5281 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5282
5283         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5284         Correct their values.
5285         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5286
5287 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5288
5289         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5290
5291 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5292
5293         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5294         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5295
5296 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5297
5298         * include/richedit.h (SETTEXTEX): Define structure and
5299         associated constants.
5300         (GT_SELECTION): Define GETTEXTEX flag constant.
5301
5302 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5303
5304         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5305
5306 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5307
5308         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5309         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5310         prototypes.
5311
5312 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5313
5314         * include/commctrl.h (RBBS_USECHEVRON): Define.
5315         (RBBS_*): Use hex notation, group together.
5316
5317 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5318
5319         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5320         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5321
5322 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5323
5324         * include/commctrl.h (TreeView_SetItemState): Initilise
5325         _tvi.hItem.
5326         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5327
5328 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5329
5330         * include/commctrl.h (NMLVFINDITEM): Add structure.
5331
5332 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5333
5334         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5335
5336 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5337
5338         * include/winnt.h (VER_SET_CONDITION): Define.
5339
5340 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5341
5342         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5343         (ATTACH_PARENT_PROCESS): Define.
5344         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5345         documentation.
5346
5347 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5348
5349         * include/winbase.h (QueueUserWorkItem): Add prototype.
5350
5351 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5352
5353         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5354         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5355         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5356         CM_CMYK_COLOR): Define.
5357
5358 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5359
5360         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5361         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5362         Thanks to: Christian  <chhd at users dot sf dot net>
5363
5364 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5365
5366         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5367         field.
5368         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5369
5370 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5371
5372         * include/winbase.h (GlobalDiscard): Define as macro.
5373         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5374
5375 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5376
5377         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5378         (WNetGetResourceParentW): Ditto.
5379         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5380         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5381
5382 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5383
5384         * include/wininet.h (FtpGetFileSize): Add prototype.
5385         (FtpCommand[AW]): Correct prototypes.
5386         Reported by: <siger at users dot sf dot net>
5387
5388 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5389
5390         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5391         (capGetDriverDescription[AW]): Likewise.
5392
5393 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5394
5395         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5396         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5397         (SE_IMPERSONATE_NAME TEXT): Ditto.
5398         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5399         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5400
5401 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5402
5403         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5404         change.
5405
5406 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5407
5408         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5409         Thanks to:
5410         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5411
5412 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5413
5414         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5415         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5416         (gai_strerror[AW]): Put into #if 0 block.
5417
5418 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5419
5420         * include/basetyps.h (__int16): Correct define.
5421
5422 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5423             Danny Smith  <dannysmith@users.sourceforge.net>
5424
5425         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5426         define for Open Watcom portability.
5427         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5428         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5429         of local c_rgodfDI* objects. Replace .rdata section attribute
5430         with 'const' keyword in definition of global c_dfDI* objects.
5431
5432 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5433
5434         * include/winioctl.h (IOCTL_VOLUME_BASE,
5435         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5436         Copy defines from include/ddk/ntdddvol.h.
5437         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5438
5439 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5440
5441         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5442
5443 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5444
5445         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5446         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5447
5448 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5449
5450         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5451
5452 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5453
5454         * lib/user32.def (MonitorFromPoint): Correct suffix.
5455
5456 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5457
5458         * include/wininet.h (InternetCheckConnectionA,
5459         InternetCheckConnectionW) Add prototypes.
5460         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5461         INTERNET_CONNECTION_CONFIGURED): Add defines.
5462
5463 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5464
5465         * include/commctrl.h (ComboBox_SetMinVisible,
5466         ComboBox_GetMinVisible): Added Macros.
5467         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5468         Added definitions.
5469
5470 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5471
5472         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5473         assembly code conditional on _X86_.
5474
5475 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5476
5477         * include/w32api.h: Increment version to 3.2.
5478         * Makefile.in: Ditto.
5479         * include/afxres.h: Remove the \r from the line ending.
5480         * include/errorrep.h: Ditto.
5481         * include/shldisp.h: Ditto.
5482         * include/tschema.h: Ditto.
5483         * lib/dhcpcsvc.def: Ditto.
5484         * lib/uxtheme.def: Ditto.
5485         * lib/wldap32.def: Ditto.
5486
5487 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5488
5489         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5490         Correct typo.
5491         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5492
5493 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5494
5495         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5496         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5497         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5498         SPI_GETFOREGROUNDLOCKTIMEOUT,
5499         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5500         *include/imm.h (WM_IME_REQUEST): Added definition.
5501         *include/shlobj.h (SLGP_RAWPATH,
5502         SLGP_UNCPRIORITY): Added definition.
5503
5504 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5505
5506         *include/winuser.h (HSHELL_FLASH): Added definition.
5507
5508 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5509
5510         * include/shldisp.h (IAutoComplete): Added interface definiton.
5511         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5512         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5513         * include/shlobj.h (IObjMgr): Added interface definiton.
5514         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5515         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5516         CLSID_ACListISF, IID_IACList): Added GUIDs.
5517         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5518         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5519         CLSID_ACListISF, IID_IACList): Added GUIDs.
5520
5521 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5522
5523         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5524         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5525         (CDRF_*): Use hex notation for constants.
5526
5527 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5528
5529         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5530         Reported by Eric Sharkey <sharkey at netrics dot com>
5531
5532 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5533
5534         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5535         TokenGroupsAndPrivileges, TokenSessionReference,
5536         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5537         Reformat.
5538         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5539         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5540
5541 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5542
5543         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5544         ImageList_Duplicate): Add stubs.
5545
5546 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5547
5548         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5549         Thanks to "Pete" <pross@xvid.org>
5550
5551 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5552
5553         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5554         AC_DST_NO_ALPHA, ...): Add defines.
5555         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5556         ULW_OPAQUE): Add defines.
5557
5558 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5559
5560         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5561         guard.
5562         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5563         suffix.
5564         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5565
5566 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5567
5568         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5569         (CreateProcessWithLogonW): Declare.
5570         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5571         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5572
5573 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5574
5575         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5576         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5577
5578 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5579
5580         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5581         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5582
5583 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5584
5585         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5586
5587 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5588
5589         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5590         Add defines.
5591         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5592
5593 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5594
5595         * include/shellapi.h (NIF_GUID): Add another define.
5596
5597 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5598
5599         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5600         Changed it twice due to inconsistent MSDN documentation.
5601         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5602
5603 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5604
5605         * include/shlobj.h (SHGFP_TYPE): Add enum.
5606
5607 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5608
5609         * include/winuser.h (WM_THEMECHANGED): Add define.
5610
5611 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5612
5613         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5614         ExFreeToPagedLookasideList): Guard inline versions with
5615         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5616         external functions for earlier _WIN32_WINNT.
5617
5618 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5619
5620         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5621
5622 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5623
5624         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5625         if  undefined and __W32API_USE_DLLIMPORT__.
5626         Add WINBASEAPI token to prototypes, throughout.
5627
5628 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5629
5630         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5631         (GetFiberData): Likewise.
5632         (NtCurrentTeb): Likewise.
5633
5634 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5635
5636         * include/shellapi.h (NIF_INFO): Add define.
5637         (NIIF_*) Add defines..
5638         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5639         (NIF_*): Convert constants to hex.
5640
5641 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5642
5643         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5644         GetGlyphIndicesW): Declare.
5645         (GGI_MARK_NONEXISTING_GLYPHS): Define
5646         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5647         GetGlyphIndicesW): Add stubs.
5648
5649 2004-10-24  Dan Aloni  <da-x@colinux.org>
5650
5651         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5652         ZwQueryFullAttributesFile): Declare.
5653         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5654         Declare.
5655         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5656         ZwQueryVolumeInformationFile): Add stubs.
5657
5658 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5659
5660         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5661         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5662
5663 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5664             Danny Smith  <dannysmith@users.sourceforge.net>
5665
5666         * include/winbase.h (InitializeSListHead, Interlocked*):
5667         Guard with !__USE_NTOSKRNL__.
5668
5669         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5670         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5671         Guard with  __USE_NTOSKRNL__.
5672         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5673         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5674         && _WIN32_WINNT >= 0x0501
5675         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5676         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5677         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5678         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5679
5680         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5681         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5682         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5683         ExWindowStationObjectType, IoAdapterObjectType,
5684         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5685         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5686         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5687         Uncomment stubs.
5688
5689 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5690
5691         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5692         definition
5693         (IoReleaseRemoveLock): Add definition.
5694
5695 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5696
5697         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5698         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5699         Add prototypes.
5700         * include/winddk.h (ExInterlockedAddUlong,
5701         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5702         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5703         ExInterlockedPushEntryList): Change calling convention to
5704         DDKAPI.
5705         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5706         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5707         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5708         Add prototypes for DDKFASTAPI versions.
5709         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5710         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5711         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5712         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5713         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5714         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5715         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5716         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5717         Add fastcall stubs.
5718         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5719         Exi386InterlockedIncrementLong); Add stdcall stubs.
5720
5721 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5722
5723         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5724          if __W32API_USE_DLLIMPORT__ is defined.
5725         * include/winuser.h (WINUSERAPI): Likewise.
5726
5727 2004-09-29  Filip Navara  <xnavara@volny.cz>
5728
5729         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5730         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5731         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5732         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5733         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5734         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5735         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5736         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5737         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5738         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5739         winnt4.h, ws2san.h): Fixed packing.
5740         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5741         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5742         HID_INTERFACE_NOTIFY_PNP): Likewise.
5743         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5744         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5745         <ayerkes@speakeasy.net>.
5746         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5747         declaration.
5748         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5749         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5750         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5751         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5752         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5753         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5754         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5755         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5756         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5757         (SYNCH_LEVEL): Added definition.
5758         (KPCR, KPCR_TIB): Fixed declaration.
5759         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5760         included and _WIN32_WINNT >= 0x0501.
5761         (RtlEqualLuid): Fixed macro definition.
5762         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5763         KeRaiseIrql on i386 architectures.
5764
5765 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5766
5767         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5768         declaration.
5769         (IHTMLSelectionObject): Correct get_type declaration.
5770         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5771         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5772         IHTMLBodyElement2): Add interfaces.
5773         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5774         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5775         typedefs.
5776         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5777         Add IIDs.
5778
5779 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5780
5781         * include/w32api.h: Increment version to 3.1.
5782         * Makefile.in: Ditto.
5783
5784 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5785
5786         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5787         MonitorFromWindow): Add prototypes.
5788         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5789         MonitorFromWindowMonitorFromWindow): Add stubs.
5790         * include/shellapi.h (DuplicateIcon): Add prototype.
5791
5792 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5793
5794         * include/winuser.h (WINUSERAPI): New define.
5795         Use it to mark user32.dll imports, throughout.
5796
5797 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5798
5799         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5800         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5801         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5802         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5803         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5804         HidD_GetPreparsedData, HidD_GetProductString,
5805         HidD_GetSerialNumberString, HidD_SetConfiguration,
5806         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5807         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5808
5809 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5810
5811         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5812         Add XP defines.
5813         (PCOORD): Add typedef.
5814         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5815
5816 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5817
5818         * include/winldap.h: Don't check value of UNICODE.
5819         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5820
5821 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5822
5823         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5824
5825 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5826
5827         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5828         guard.
5829
5830 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5831
5832         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5833
5834 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5835
5836         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5837
5838 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5839
5840         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5841
5842 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5843
5844         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5845
5846 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5847
5848         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5849         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5850         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5851         Add defines.
5852         (CALG_SHA1): Add define.
5853         (HP_HMAC_INFO): Add define.
5854         (HMAC_INFO): Add struct.
5855         (BLOBHEADER): Add typedef.
5856
5857 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5858
5859         * include/commctrl.h (TreeView_SetItemState): Define macro.
5860
5861 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5862
5863         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5864         macros together.
5865
5866 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5867
5868         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5869         (FILEGROUPDESCRIPTOR): LIkewise.
5870
5871 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5872
5873         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5874
5875 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5876
5877         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5878         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5879         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5880         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5881         (IMAGE_ORDINAL): Map to ...
5882         (IMAGE_ORDINAL{32,64}: New defines.
5883         (IMAGE_THUNK_DATA):  Map to ...
5884         (IMAGE_THUNK_DATA{32,64}: New structures.
5885         (IMAGE_THUNK_DATA): Map to ...
5886         (IMAGE_THUNK_DATA{32,64}: New structures.
5887         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5888         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5889         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5890         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5891
5892 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5893
5894         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5895         _WIN32_WINNT >= 0x0500.
5896
5897 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5898
5899         * include/winbase.h (GetWriteWatch): Correct prototype.
5900         (WRITE_WATCH_FLAG_RESET): Define.
5901         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5902
5903 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5904
5905         * include/commctrl.h (Animate_OpenEx): Define.
5906         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5907         (ListView_GetNumberOfWorkAreas): Correct macro.
5908         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5909         ListView_SetItemCountEx, ListView_GetISearchString,
5910         TreeView_GetLastVisible, Header_CreateDragImage,
5911         Header_SetImageList, Header_GetImageList): Define.
5912         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5913         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5914         TBSTATE_ELLIPSES): Define.
5915         (MonthCal_SetRange): Correct macro.
5916         (ImageList_Duplicate): Declare.
5917
5918 2004-05-29  Filip Navara  <xnavara@volny.cz>
5919
5920         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5921
5922 2004-05-25  Al Slater  <al.slater@scluk.com>
5923
5924         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5925         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5926
5927 2004-05-15  Filip Navara  <xnavara@volny.cz>
5928
5929         * include/ddk/kbdmou.h: New file.
5930         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5931         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5932         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5933         _vsnwprintf, sprintf, swprintf): Export.
5934
5935 2004-05-15  Filip Navara  <xnavara@volny.cz>
5936
5937         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5938         headers.
5939
5940 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5941
5942         * include/wingdi.h: Correct non-unicode typedefs of
5943         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5944
5945 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5946
5947         * include/winsock.h (IN_CLASSA): Fix macro.
5948         * include/winsock2.h (IN_CLASSA): Fix macro.
5949
5950 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5951
5952         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5953         * include/aclui.h: Remove '\r', throughout.
5954         * include/msacm.h: Likewise.
5955         * lib/aclui.def: Likewise.
5956
5957 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
5958
5959         * lib/comctl32.def (SetWindowSubclass): Add stub.
5960         Thanks to Eugene <egladysh@users.sourceforge.net>.
5961
5962 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5963
5964         * include/winbase.h (EXECUTION_STATE): Add typedef.
5965         (SetThreadExecutionState): Declare.
5966         * include/wingdi.h (_WINGDI_): Define.
5967         * include/objbase.h (_OBJBASE_H_): Define.
5968
5969 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5970
5971         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
5972         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
5973         (SM_CMETRICS): Adjust value.
5974         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
5975         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
5976         Add defines.
5977         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
5978
5979 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
5980
5981         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
5982         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
5983         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
5984         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
5985         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
5986         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
5987
5988 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
5989
5990         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
5991         DNSREC_ADDITIONAL): Add defines.
5992
5993 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5994
5995         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
5996
5997 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
5998
5999         * include/aclui.h: New file.
6000         * lib/aclui.def: New file.
6001         * lib/test.c: Add aclui.h to includes.
6002
6003 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
6004
6005         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
6006         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
6007         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
6008
6009 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6010
6011         * include/wingdi.h: Protect non-unicode case of below.
6012
6013 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6014
6015         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
6016         LPENUMLOGFONTEXDV with appropriate version check.
6017
6018 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
6019
6020         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
6021         DSPROPSETID_DirectSoundDevice): Add defines.
6022
6023 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
6024
6025         * include/msacm.h: New file.
6026
6027 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
6028
6029         * include/objbase.h (STGFMT): Declare enum.
6030         (STGOPTIONS): Declare structure.
6031         (StgCreateStorageEx, StgOpenStorageEx): Declare.
6032         (STGOPTIONS_VERSION): Define.
6033         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
6034
6035 2004-04-13  Filip Navara  <xnavara@volny.cz>
6036
6037         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
6038         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
6039         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
6040         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
6041         HELP_SETWINPOS): Define.
6042         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
6043         (SPI_*): Add new definitions for WINVER >= 0x500.
6044         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
6045         (InternalGetWindowText, SetWindowsHookW): Declare.
6046         * include/winbase.h (InitializeSListHead): Avoid conflicting
6047         definition with DDK headers.
6048
6049 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
6050
6051         * include/winuser.h (GetLastError): Move from here...
6052         * include/winbase.h: ... to here.
6053
6054 2004-04-13  Filip Navara  <xnavara@volny.cz>
6055
6056         * include/winspool.h (DocumentPropertiesW): Correct prototype.
6057
6058 2004-04-13  Filip Navara  <xnavara@volny.cz>
6059
6060         * include/wingdi.h (ENHMETAHEADER): Add definitions for
6061         WINVER >= 0x400.
6062         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
6063         (ENUMLOGFONTEXW): Fix definition.
6064         (ENUMLOGFONTEXDV[AW]): Declare.
6065
6066 2004-04-13  Filip Navara  <xnavara@volny.cz>
6067
6068         * include/wingdi.h: Declare the DirectDraw structures only if
6069         the DirectDraw kernel mode headers aren't included.
6070         (EMFINFO): Declare.
6071         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
6072         STROBJ_bEnumPositionsOnly): Correct prototypes.
6073
6074 2004-04-13  Filip Navara  <xnavara@volny.cz>
6075
6076         * include/objidl.h (PRPCOLEMESSAGE): Declare.
6077         * include/rpc.h (RPCRTAPI): Define.
6078         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
6079         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
6080         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
6081         (I_RpcBindingSetAsync): Correct prototype.
6082         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
6083         to w2kReserved.
6084         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6085         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6086         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6087         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6088         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6089         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6090         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6091         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6092         NdrUserMarshalFree): Declare.
6093         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6094         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6095
6096 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6097
6098         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6099         LPC_MESSAGE_BASE_SIZE): Define.
6100         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6101
6102 2004-04-13  Filip Navara  <xnavara@volny.cz>
6103
6104         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6105         Declare.
6106
6107 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6108
6109         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6110         MONITORINFO when compiling as C++.
6111
6112 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6113
6114         * README.w32api: List separate copyright conditions for some headers.
6115         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6116
6117 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6118
6119         * include/wingdi.h (RGB): Correct macro.
6120
6121 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6122
6123         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6124
6125 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6126
6127         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6128
6129 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6130
6131         * lib/Makefile.in: Add directx to .PHONY target.
6132         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6133         Don't include stdio.h or tchar.h.
6134         Replace _T() macro with TEXT() macro, throughout.
6135         Replace _stprintf with wsprintf, throughout.
6136
6137 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6138
6139         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6140         Add define.
6141         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6142         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6143         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6144
6145 2004-03-27  Filip Navara  <xnavara@volny.cz>
6146
6147         * include/directx: New subdir.
6148         * lib/directx: Ditto.
6149         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6150         dxerr9.h): New files.
6151         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6152         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6153         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6154         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6155         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6156         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6157         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6158         strmiids.c, test.c): Ditto.
6159         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6160         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6161
6162 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6163
6164         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6165         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6166         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6167
6168 2004-03-24  Filip Navara  <xnavara@volny.cz>
6169
6170         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6171         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6172
6173 2004-03-24  Filip Navara  <xnavara@volny.cz>
6174
6175         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6176         TaggedQueueing to TaggedQueuing.
6177         (_HW_INITIALIZATION_DATA): Likewise.
6178
6179 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6180
6181         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6182         prototype.
6183         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6184
6185 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6186
6187         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6188         (MmMapIoSpace): Likewise.
6189         Thanks to Dan Aloni  <da-x@colinux.org>
6190
6191 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6192
6193         * include/shellapi.h (NIM_* NIS_*): Define constants for
6194         notification icons with _WIN32_IE >= 0x0500.
6195         (NOTIFYICONDATA): Add new structure members for notification
6196         icons with _WIN32_IE >= 0x0500.
6197
6198 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6199
6200         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6201         Add defines.
6202         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6203         (GROUPID) Add typedef.
6204         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6205         (CreateUrlCacheGroup): Add prototype.
6206         (DeleteUrlCacheGroup): Add prototype.
6207         (FindFirstUrlCacheGroup): Add prototype.
6208         (FindNextUrlCacheGroup): Add prototype.
6209         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6210         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6211
6212 2004-03-10  Al Slater  <al.slater@scluk.com>
6213
6214         * include/winsock2.h: Add missing LPFN_ typdefs for
6215         function pointers.
6216         Clean up whitespace.
6217
6218 2004-03-05  Filip Navara  <xnavara@volny.cz>
6219
6220         * include/ddk/scsi.h: Replace assert with ASSERT.
6221         * include/ddk/video.h: Ditto.
6222         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6223         * include/ddk/tdi.h: Correct packing.
6224
6225 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6226
6227         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6228         NONAMELESSUNION case.
6229
6230 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6231
6232         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6233         __VARIANT_NAME_ constants.
6234
6235 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6236
6237         * include/uxtheme.h: Include <commctrl.h>
6238
6239 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6240
6241         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6242
6243 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6244
6245         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6246         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6247         together.
6248         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6249         (V_I8, V_I8REF): Correct macros.
6250         (V_DECIMAL): Correct macro definitions.
6251         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6252         constants.
6253         (VTBIT_*): Define constants.
6254         (UDATE): Add structure definition.
6255         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6256         functions.
6257         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6258         (SafeArrayCreateVectorEx): Declare function.
6259         (Var*): declare VARIANT manipulation functions.
6260         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6261         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6262         macros.
6263
6264 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6265
6266         * include/oaidl.h (FADF_*): Define missing constants.
6267         (IDispatch_*): Define COBJ macros.
6268         (VARIANT): Add missing union members llVal and ullVal.
6269         (wireVARIANT): Likewise.
6270         (ITypeinfo_*): Define COBJ macros.
6271         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6272         LPDISPATCH* to LPDISPATCH.
6273         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6274         VAR_CALENDAR_*): Add missing constants.
6275         (SafeArray[Get/Set]*): Add prototypes.
6276         (Var*From*):  Add missing prototypes.
6277         (NUMPRS_*): Add defines.
6278         (NUMPARSE): Define structure.
6279         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6280         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6281         * include/winuser.h (COLOR_*): Define missing constants.
6282         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6283         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6284
6285 2004-02-23  Filip Navara  <xnavara@volny.cz>
6286
6287         * include/ddk/video.h: Corrected packing.
6288
6289 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6290
6291         * include/GL/glu.h (GLU_ERROR): Define.
6292         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6293
6294 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6295
6296         * include/GL/glu.h: Include <stddef.h>.
6297         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6298
6299 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6300
6301         * include/w32api.h: Increment version to 3.0.
6302         * Makefile.in: Ditto.
6303         * README.win32api: Modify license to Public Domain per agreement as
6304         found in the mingw-dvlpr list archive.
6305
6306 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6307
6308         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6309         (DIRECTORY_TRAVERSE): Ditto.
6310         (DIRECTORY_CREATE_OBJECT): Ditto.
6311         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6312         (DIRECTORY_ALL_ACCESS): Ditto.
6313         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6314
6315 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6316
6317         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6318
6319         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6320         Thanks to Mike Nordell <tamlin at algonet dot se>.
6321
6322 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6323
6324         * lib/dnsapi.def: New file.
6325         * lib/test.c: Include windns.h.
6326
6327 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6328
6329         * include/windns.h: New file.
6330
6331 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6332
6333         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6334         defines.
6335         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6336         (SQLSetDescFieldW): Correct prototype.
6337         (SQLSetDescFieldA): Add prototype.
6338         (SQLGetDescFieldW): Add prototype.
6339
6340 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6341
6342         * include/winuser.h (DFC_POPUPMENU): Add define.
6343
6344 2004-02-07  Dan Aloni  <da-x@gmx.net>
6345
6346         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6347         suffix.
6348
6349 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6350
6351         * include/oleacc.h (LIBID_Accessibility): Declare.
6352         * lib/uuid.c (LIBID_Accessibility): Define.
6353
6354 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6355
6356         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6357         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6358
6359 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6360
6361         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6362         defines.
6363
6364 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6365
6366         * include/winuser.h (RT_MANIFEST): Make conditional on
6367         RC_INVOKED.
6368         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6369         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6370         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6371         defines.
6372
6373 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6374
6375         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6376
6377 2004-01-15  Filip Navara  <xnavara@volny.cz>
6378
6379         * include/ddk/mcd.h: Don't care about value of DBG define.
6380         * include/ddk/srb.h: Ditto.
6381         * include/ddk/storport.h: Ditto.
6382         * include/ddk/video.h: Ditto.
6383         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6384         GetAddressByNameW): Correct protoype.
6385         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6386
6387 2004-01-05  Filip Navara  <xnavara@volny.cz>
6388
6389         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6390         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6391         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6392         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6393         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6394         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6395         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6396         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6397         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6398         SSF_*): Add defines.
6399         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6400         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6401         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6402         Correct.
6403         (IEnumIDList): Add COBJMACROS.
6404         * include/winuser.h (MIM_*): Add define.
6405
6406 2004-01-04  Filip Navara  <xnavara@volny.cz>
6407
6408         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6409         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6410         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6411         PERSIST_FOLDER_TARGET_INFO): Define structures.
6412         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6413         IPersistFolder2, IPersistFolder3): Add COM interface
6414         definitions.
6415         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6416         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6417         Add COBJMACROS.
6418         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6419         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6420         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6421
6422 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6423
6424         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6425         declarations.
6426         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6427
6428 2004-01-03  Filip Navara  <xnavara@volny.cz>
6429
6430         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6431         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6432         declare IID's.
6433         (IErrorInfo): Add COBJMACROS.
6434         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6435         (CoGetPSClsid): Add protototype,
6436         (CoRegisterPSClsid): Likewise.
6437         * include/objidl.h (IMarshal): Correct methods.
6438         (IMallocSpy): Likewise,
6439         (LPPSFACTORYBUFFER): Add typedef.
6440         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6441         IID.
6442         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6443         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6444         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6445         structures.
6446         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6447         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6448         IQuickActivate): Define interfaces. Declare IID's.
6449         (IPersistPropertyBag2): Add COBJMACROS.
6450         (LPOLEUNDOMANAGER): Add typedef.
6451         (LPPROPERTYBAG2): Likewise.
6452         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6453         (BINDSPEED): Add definition.
6454         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6455         IDropTarget): Add COBJMACROS.
6456         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6457         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6458         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6459         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6460         Add IID definitions.
6461
6462 2004-01-02  Filip Navara  <xnavara@volny.cz>
6463
6464         * include/ddk/winddk.h: Don't care about value of
6465         DBG define.
6466
6467 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6468             Filip Navara  <xnavara@volny.cz>
6469
6470         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6471         _DDK_DUMMYUNION_N_MEMBER): New macros.
6472         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6473         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6474         Use them.
6475
6476 2004-01-01  Filip Navara  <xnavara@volny.cz>
6477
6478         * include/objbase.h: Don't care about value of DBG define.
6479         * include/objidl.h: Add some COBJMACROS.
6480         * include/ocidl.h: Ditto.
6481         * include/oleidl.h: Ditto.
6482         * include/servprov.h: Ditto.
6483         * include/shlobj.h: Ditto.
6484         * include/shlobj.h (IContextMenu2): Correct parent in
6485         DECLARE_INTERFACE.
6486         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6487         Define interfaces.
6488         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6489         Add new constants for _SETUPAPI_VER >= 0x501.
6490
6491 2004-01-01  Filip Navara  <xnavara@volny.cz>
6492
6493         * include/winnt.h (NtCurrentTeb): Add inline definition.
6494
6495 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6496
6497         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6498         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6499
6500 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6501
6502         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6503         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6504         * include/ddk/cfg.h (DN_*): Add defines.
6505
6506 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6507
6508         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6509
6510 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6511
6512         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6513         (NMTVGETINFOTIP): Add structure.
6514
6515 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6516
6517         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6518         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6519         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6520
6521 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6522
6523         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6524         Add macros.
6525         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6526         constants.
6527         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6528         (SHCOLUMNDAT): Likwise.
6529         (SHCOLUMNID): Likewise.
6530         (SHCOLUMNINFO): Likewise.
6531         (SHCOLSTATE): Add enum.
6532         (IColumnProvider): Add COM interface.
6533         (IQueryInfo): Likewise.
6534         (IShellIconOverlayIdentifier): Likewise.
6535         * include/shlguid.h (IID_IColumnProvider) Declare.
6536         (IID_IQueryInfo): Likweise.
6537         (IID_IShellIconOverlayIdentifier): Likwise.
6538         * lib/shell32.c (IID_IColumnProvider) Define.
6539         (IID_IQueryInfo): Likweise.
6540         (IID_IShellIconOverlayIdentifier): Likwise.
6541
6542 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6543
6544         * include/winuser.h (RT_MANIFEST): Add define.
6545
6546 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6547
6548         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6549
6550 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6551
6552         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6553         (GetFiberData): Likewise.
6554         (GetCurrentFiber): Change volatile to __volatile__.
6555         (GetFiberData): Likewise.
6556
6557 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6558
6559         * lib/Makefile.in: Use make function to locate .mri file to allow
6560         building in directory other than source directory.
6561
6562 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6563
6564         * lib/vfw32.def: Remove, replacing with ...
6565         * lib/msvfw32.def: New file.
6566         * lib/avicap32.def: New file.
6567         * lib/avifil32.def: New file.
6568         * lib/vfw32.mri: New file.
6569         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6570         import libs with multiple dll's.
6571         (LIBS): Add MIMPLIBS.
6572         (DISTFILES): Add MRI_FILES.
6573         (libvfw32.a): Build using mri script.
6574
6575 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6576
6577         * include/winnt.h (PAGE_*): Group defines together. Change
6578         constants to hex notation.
6579
6580 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6581
6582         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6583
6584 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6585
6586         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6587         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6588         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6589         Add prototypes.
6590         * lib/shell32.def: Add stubs.
6591
6592         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6593         compiler warnings.
6594
6595 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6596
6597         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6598
6599 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6600
6601         * include/windows.h (CopyCursor): Define as macro.
6602
6603 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6604
6605         * include/winnt.h (CONTAINING_RECORD): Add macro.
6606
6607 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6608
6609         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6610         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6611         defines.
6612
6613 2003-10-13  Filip Navara  <xnavara@volny.cz>
6614
6615         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6616         defines for Dynamic Storage Arrays.
6617         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6618         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6619         and defines for Flat ScrollBars.
6620         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6621         DefSubclassProc): Add prototypes for subclassing.
6622         (DrawShadowText): Add prototype.
6623         (COMCTL32_VERSION): Define.
6624
6625 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6626
6627         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6628         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6629
6630 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6631
6632         * include/winnt.h (SM_REMOTESESSION): Add define.
6633         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6634
6635 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6636
6637         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6638         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6639         duplicate definitions.
6640         (KP_X, KP_Y): Correct typos.
6641
6642 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6643
6644         * include/afxres.h: New file.
6645
6646         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6647         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6648         ENM_SCROLLEVENTS): Add constants.
6649
6650         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6651
6652 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6653
6654         * include/errorep.h: New file.
6655
6656         * lib/faultrep.def: New file.
6657
6658 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6659
6660         * include/winbase.h (AddVectoredExceptionHandler): Define if
6661         _WIN32_WINNT >= 0x0500.
6662
6663         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6664         _WIN32_WINNT >= 0x0500.
6665
6666 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6667
6668         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6669         _WIN32_WINNT >= 0x0501.
6670
6671 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6672
6673         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6674         UnregisterWaitEx): Add functions.
6675
6676         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6677         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6678         or guard function. The MSDN says it is available on Windows XP and
6679         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6680         Huh?
6681
6682         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6683         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6684         ZombifyActCtx, QueryActCtxW): Add functions.
6685
6686         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6687         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6688         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6689         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6690
6691         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6692         SetFirmwareEnvironmentVariable[AW]): Add functions.
6693
6694         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6695         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6696         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6697         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6698         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6699
6700         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6701         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6702
6703         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6704         (ACTIVATION_CONTEXT_INFO_CLASS,
6705         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6706         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6707         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6708         Add structures.
6709
6710         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6711         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6712         SetFileShortName[AW], SetFileValidData,
6713         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6714         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6715
6716 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6717
6718         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6719         ResetWriteWatch): Add function.
6720
6721         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6722         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6723         Add functions.
6724
6725         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6726         (GetSystemWow64Directory[AW], HeapQueryInformation,
6727         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6728         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6729         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6730         RemoveVectoredExceptionHandler): Add functions.
6731
6732         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6733         Add enumeration.
6734
6735         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6736         Add function.
6737
6738         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6739         Add function. The MSDN Magazine of June 2003 reads:
6740                 RestoreLastError is an enigma. It's code is identical to
6741                 SetLastError. It's unclear to me why it was made into a
6742                 separate API.
6743
6744         * lib/user32.def (GetSystemWindowsDirectory[AW],
6745         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6746         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6747         InterlockedFlushSList, InterlockedPopEntrySList,
6748         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6749         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6750         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6751         RestoreLastError): Add functions.
6752
6753 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6754
6755         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6756         GetProcessIoCounters): Add functions.
6757
6758         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6759         Move around, needed by GetComputerNameEx.
6760
6761         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6762         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6763         Add functions.
6764
6765         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6766         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6767
6768         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6769         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6770         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6771         Windows XP SP1 and better.
6772
6773         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6774         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6775         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6776         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6777         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6778         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6779         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6780         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6781         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6782
6783         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6784         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6785         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6786         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6787         Add functions.
6788
6789 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6790
6791         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6792         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6793         DebugSetProcessKillOnExit): Add functions.
6794
6795         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6796         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6797         DnsHostnameToComputerName[AW]): Add functions.
6798
6799         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6800         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6801         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6802
6803 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6804
6805         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6806         on Windows XP and later.
6807
6808 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6809
6810         * include/commctrl.h (TreeView_Select): Returns BOOL.
6811
6812 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6813
6814         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6815
6816         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6817         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6818
6819         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6820         CreateTimerQueueTimer): Add function.
6821
6822         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6823         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6824
6825         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6826         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6827
6828         * include/winnt.h (WT_*): Add constants.
6829
6830         * lib/user32.def (CancelDeviceWakeupRequest,
6831         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6832         DeactivateActCtx): Add functions.
6833
6834 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6835
6836         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6837         Add function. Sometimes I don't understand MSDN. This function is
6838         available on Windows XP and Server 2003, but the SDK is supposed to
6839         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6840         Mmmh...
6841
6842         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6843         Guard function. Same remark as above.
6844
6845         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6846         Add functions.
6847
6848 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6849
6850         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6851         Add constants.
6852
6853         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6854         structures.
6855
6856         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6857         function. MSDN says the first argument is HACTCTX but I'm not sure
6858         where such a specialized handle is defined, so use HANDLE instead.
6859
6860         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6861         CheckNameLegalDOS8Dot3[AW]): Add functions.
6862
6863         * lib/user32.def (ActivateActCtx, AttachConsole,
6864         CheckNameLegalDOS8Dot3[AW]): Add functions.
6865
6866         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6867         Unfortunately I don't know which header to put the declarations in.
6868
6869 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6870
6871         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6872         Add constants.
6873
6874         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6875         constants for National Language Support.
6876
6877         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6878         Language Support.
6879
6880         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6881         Language Support.
6882
6883         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6884         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6885         Add functions.
6886
6887         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6888         functions. Strange... I am unable to find which library contains
6889         these functions. Can't find anything with pexports. Any clue?
6890
6891         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6892         SetUserGeoID): Add functions.
6893
6894 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6895
6896         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6897         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6898
6899         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6900         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6901         value for constants.
6902
6903 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6904
6905         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6906         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6907         the algorithms.
6908
6909 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6910
6911         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6912
6913 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6914
6915         * include/wincrypt.h (KP_*): Add constants. Needed by
6916         CryptSetKeyParam() and other functions.
6917
6918 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6919
6920         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6921         Add constants, related to Console Accessibility.
6922
6923 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6924
6925         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6926         wrong value for constant.
6927
6928 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6929
6930         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6931
6932         * include/uxtheme.h: Cleanup.
6933         * include/tmschema.h: Cleanup.
6934
6935 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6936
6937         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6938         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6939
6940 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6941
6942         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6943
6944 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6945
6946         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6947         both winuser.h and dbt.h.
6948         * include/dbt.h (BSF_*, BSM_*): Likewise.
6949
6950         * include/winuser.h (struct tagRAWINPUT): Remove
6951         _ANONYMOUS_UNION tag from named union.
6952         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6953
6954 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6955
6956         * include/dhcpcdsk.h: New file.
6957         Note that MSDN is confused about whether it should start constant
6958         and structure names with DHCPCAPI or DHCPAPI. It's using both but
6959         experience suggests it's DHCPCAPI with `C'.
6960
6961         * lib/dhcpcsvc.def: New file.
6962
6963 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6964
6965         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
6966         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
6967
6968         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
6969         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
6970         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
6971         for use in RAWINPUTDEVICE.
6972
6973         * include/winuser.h [_WIN32_WINNT >= 0x0501]
6974         (GetRawInputDeviceInfo[AW]): Ooops... there are
6975         ANSI/Unicode versions of this function.
6976
6977         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
6978         are ANSI/Unicode versions of this function.
6979
6980 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6981
6982         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
6983         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
6984         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
6985         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
6986         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
6987         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
6988         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
6989         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
6990         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
6991         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
6992         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
6993         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
6994         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
6995         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
6996         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
6997         RIDI_DEVICEINFO): Add constants.
6998
6999         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
7000         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
7001         RAWINPUTDEVICELIST): Add structures.
7002
7003         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
7004         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
7005         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
7006
7007         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
7008         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
7009         GetRegisteredRawInputDevices): Add functions.
7010
7011 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7012
7013         * include/winable.h (BlockInput): Add function.
7014
7015         * include/winable.h (WS_ACTIVECAPTION): Add constant.
7016         For use with WINDOWINFO structure.
7017
7018         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
7019         Add function.
7020
7021         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
7022         Add function.
7023
7024         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
7025         Add function...
7026
7027         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
7028         ...and duplicate.
7029
7030         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
7031         Guard function...
7032
7033         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
7034         ...and duplicate.
7035
7036         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
7037         Guard function...
7038
7039         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
7040         ...and duplicate.
7041
7042         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
7043         HARDWAREINPUT, INPUT): Guard structures...
7044
7045         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
7046         HARDWAREINPUT, INPUT): ...and duplicate.
7047
7048         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
7049         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
7050
7051         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7052         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
7053
7054         * include/winuser.h: Move around some lines. Reformat according
7055         to recommended or dominant style. Remove FAR keyword.
7056
7057         * include/winable.h: Move around some lines.
7058
7059         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
7060         LockWorkStation, UnhookWinEvent): Add functions.
7061
7062 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7063
7064         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
7065         PW_CLIENTONLY): Add function and constant.
7066
7067         * lib/user32.def (PrintWindow): Add function.
7068
7069 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7070
7071         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
7072
7073         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
7074
7075 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7076
7077         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
7078         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
7079         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
7080
7081         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
7082
7083 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7084
7085         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7086         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7087         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7088
7089         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7090         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7091         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7092
7093         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7094         Add function.
7095
7096         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7097         Add functions.
7098
7099 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7100
7101         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7102         ACE_OBJECT_TYPE_PRESENT): Add constants.
7103         For use with OBJECTS_AND_NAME structure.
7104
7105 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7106
7107         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7108         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7109         void* instead.
7110
7111         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7112         PINHERITED_FROM[AW]): Add structures.
7113
7114         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7115
7116 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7117
7118         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7119
7120 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7121
7122         * lib/version.def (LIBRARY): Quote name.
7123
7124 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7125
7126         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7127         and constants.
7128
7129         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7130         GR_USEROBJECTS): Add functions and constants.
7131
7132         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7133         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7134
7135         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7136         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7137         constants.
7138
7139         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7140         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7141
7142 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7143
7144         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7145         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7146         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7147         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7148         BSF_RETURNHDESK): Add functions and constants.
7149
7150         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7151         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7152
7153         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7154         GetProcessDefaultLayout, SetProcessDefaultLayout,
7155         RealChildWindowFromPoint, SetProcessDefaultLayout,
7156         SwitchToThisWindow): Add functions.
7157
7158         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7159         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7160         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7161         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7162         RealChildWindowFromPoint, SetProcessDefaultLayout,
7163         SwitchToThisWindow): Add function.
7164
7165 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7166
7167         * include/winuser.h (DeregisterShellHookWindow): Add function.
7168
7169         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7170
7171         * lib/user32.def (EndTask): Add function.
7172
7173         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7174         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7175
7176         * include/winable.h: Reorder target macros.
7177
7178         * lib/*.def: Cleanup.
7179
7180 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7181
7182         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7183         function.
7184
7185         * lib/user32.def (AnimateWindow): Add function. By the way
7186         there are ~ 140 symbols missing from this file when comparing
7187         to user32.dll on Windows XP.
7188
7189 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7190
7191         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7192         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7193         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7194         AnimateWindow().
7195
7196 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7197
7198         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7199         LPGUITHREADINFO): Add function and associated typedef...
7200
7201         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7202         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7203         seems to be required on older versions of Windows.
7204
7205 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7206
7207         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7208         function. MSDN suggests using gluErrorUnicodeStringWIN
7209         instead of gluErrorString, as it allows both ANSI and Unicode
7210         error strings.
7211
7212         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7213         returned pointer const for consistency reasons.
7214
7215 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7216
7217         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7218         Function exists in glu32.def but is undocumented on MSDN.
7219         A Google search came up with this declaration.
7220
7221 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7222
7223         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7224         headers from OpenGL Sample Implementation. Windows ships with
7225         GLU 1.2 so some constants and functions were removed. Then some
7226         typedef's and function declarations were reworked to look like
7227         the previous GL/glu.h.
7228
7229 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7230
7231         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7232         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7233         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7234
7235         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7236         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7237         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7238         and `enum THEMESIZE'.
7239
7240 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7241
7242         * include/uxtheme.h: New file.
7243         * include/tmschema.h: New file.
7244         * include/uxtheme.def: New file.
7245         * lib/test.c: Include uxtheme.h, tmschema.h.
7246
7247 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7248
7249         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7250         Add defines.
7251
7252 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7253
7254         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7255         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7256         <winable.h> as seems to be required on older versions of
7257         Windows.
7258
7259 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7260
7261         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7262         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7263         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7264         Add defines, the last one only on Windows XP...
7265
7266         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7267         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7268         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7269         them in <winable.h> as seems to be required on older
7270         versions of Windows.
7271
7272 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7273
7274         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7275         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7276         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7277         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7278         back into <winuser.h>...
7279
7280         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7281         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7282         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7283         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7284         comment out in <winable.h>. MSDN may say <winable.h> but this
7285         breaks many programs. It seems it used to be <winable.h> on
7286         older versions of Windows.
7287
7288 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7289
7290         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7291         Thanks to Will Levine  <willll@users.sourceforge.net>
7292
7293 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7294
7295         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7296         const struct sockaddr*.
7297         (LPWSPCONNECT): Likewise.
7298         (LPWSPJOINLEAF): Likewise.
7299         (LPWSPSENDTO): Likewise.
7300         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7301
7302 2003-09-15  Filip Navara  <xnavara@volny.cz>
7303
7304         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7305         Add definitions.
7306
7307 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7308
7309         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7310         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7311         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7312         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7313         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7314
7315         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7316         (EnumDisplayDevices[A,W]): Likewise.
7317
7318 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7319
7320         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7321         throughout.
7322
7323 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7324
7325         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7326         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7327         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7328         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7329         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7330         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7331         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7332         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7333         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7334         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7335         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7336         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7337         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7338         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7339         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7340         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7341         with documentation.
7342         * include/olectl.h: Do #include <ocidl.h>.
7343         * include/ocidl.h: Don't #include <olectl.h>.
7344
7345 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7346
7347         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7348         Change guards to use numeric constants, throughout.
7349
7350 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7351
7352         * include/w32api.h: Increment version to 2.5.
7353         * Makefile.in: Ditto.
7354
7355 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7356
7357         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7358         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7359
7360 2003-09-08  Filip Navara  <xnavara@volny.cz>
7361
7362         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7363         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7364
7365 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7366
7367         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7368         * include/winbase.h (_NT5, etc): Ditto.
7369
7370 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7371
7372         * lib/snmpapi.def (LIBRARY) Add library name.
7373         Remove '\r', throughout.
7374         * lib/wsnmp32.def: Remove '\r', throughout.
7375         * lib/igmpagnt.def: Likewise.
7376
7377 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7378
7379         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7380         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7381         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7382         (MWMO_*): Add flags.
7383
7384         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7385         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7386         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7387         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7388
7389 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7390
7391         * lib/test.c: Add vfw.h to includes.
7392         * include/mmsystem.h: Add #ifndef guard to definition of
7393         mmioFOURCC macro.
7394         * include/vfw.h: Protect __OBJC__ from COM declarations.
7395
7396 2003-08-26  Filip Navara  <xnavara@volny.cz>
7397
7398         * include/vfw.h: New file.
7399
7400 2003-08-26  Filip Navara  <xnavara@volny.cz>
7401
7402         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7403         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7404         PIO_COMPLETION_ROUTINE.
7405
7406 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7407
7408         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7409         includes.
7410
7411 2003-08-26  Filip Navara  <xnavara@volny.cz>
7412
7413         * include/snmp.h: New file.
7414         * include/winsnmp.h: New file.
7415         * include/mgmtapi.h: New file.
7416         * lib/snmpapi.def: New file.
7417         * lib/wsnmp32.def: New file.
7418         * lib/igmpagnt.def: New file.
7419         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7420         (SnmpMgrGetTrapEx): Ditto.
7421         (SnmpMgrMIB2Disk): Remove.
7422         (dbginit): Remove.
7423
7424 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7425
7426         * include/ddk/ntifs.h: Change all C++ style comments to C.
7427         * include/GL/gl.h: Ditto.
7428
7429 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7430
7431         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7432         (SFGAO_HIDDEN): Add define.
7433
7434 2003-08-25  Filip Navara  <xnavara@volny.cz>
7435
7436         * include/commctrl.h (ILCF_*): Add defines.
7437         (ILD_*): Ditto.
7438         (HDS_*): Ditto.
7439         (IPN_FIRST, IPN_LAST): Cast to UINT.
7440         (SBN_FIRST, SBN_LAST): Add defines.
7441         (PGN_*): Ditto.
7442         (HDF_JUSTIFYMASK): Fix typo.
7443         (HDM_*): Add defines.
7444         (HICF_*): Ditto.
7445         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7446         (TBSTATE_MARKED): Add define.
7447         (TBSTYLE_EX_*): Add defines.
7448         (TBCDRF_*): Ditto.
7449         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7450         (TB_*): Ditto.
7451         (TBN_*): Ditto.
7452         (TBNRF_*): Ditto.
7453         (TTF_*): Ditto.
7454         (TBCD_*): Ditto.
7455         (TBDDRET_*): Ditto.
7456         (TBIMHT_*): Ditto.
7457         (TTM_*): Ditto.
7458         (UDM_*): Ditto.
7459         (TBIF_BYINDEX): Define as hex constant.
7460         (CDIS_*): Add defines.
7461         (CDDS_SUBITEM): Add define.
7462         (LVIF_*): Add defines.
7463         (LVM_*): Ditto.
7464         (LVGIT_UNFOLDED): Add define.
7465         (TVM_): Add defines.
7466         (TVE_EXPANDPARTIAL): Add define.
7467         (TVGN_LASTVISIBLE): Ditto.
7468         (TVN_*): Add defines.
7469         (TVNRET_*): Add defines.
7470         (TCIF_STATE): Add define.
7471         (NM_TOOLTIPSCREATED): Ditto.
7472         (CCM_*): Add defines.
7473         (INFOTIPSIZE): Add numeric value.
7474         (ODT_LISTVIEW): Ditto.
7475         (MCM_GETMAXTODAYWIDTH): Ditto.
7476         (MCHT_*): Add defines.
7477         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7478         (PGF_*): Add defines.
7479         (PGM_*): Ditto.
7480         (TBINSERTMARK): Add structure.
7481         (LPIMAGEINFO) Add typedef.
7482         (LPHDHITTESTINFO): Ditto.
7483         (NMLVGETINFOTIP[AW]: Add structures.
7484         (NMTBCUSTOMDRAW): Add structure.
7485         (TTTOOLINFOA_V*_SIZE): Add macros.
7486         (TTTOOLINFOW_V1_SIZE): Ditto.
7487         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7488         (LVITEM[AW]: Ditto.
7489         (TCITEM[AW]):Ditto.
7490         (CCSIZEOF_STRUCT): Correct macro definition.
7491         (ListView_*): Add new macros.
7492         (HIMAGELIST): Correct typedef.
7493         (HTREEITEM): Ditto.
7494
7495 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7496
7497         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7498         TCHITTESTINFO for backward compatibility.
7499         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7500         compatibility.
7501
7502 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7503
7504         * include/objidl.h (COBJMACROS): Define macros only
7505         if using C interace.
7506         * include/unknwn.h: Ditto.
7507         * include/comcat.h: Ditto.
7508
7509 2003-08-24  Filip Navara  <xnavara@volny.cz>
7510
7511         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7512         PSH_NOCONTEXTHELP): Define.
7513         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7514         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7515         (LPDLGTEMPLATE[AW]): Add typedefs.
7516
7517 2003-08-22  Filip Navara  <xnavara@volny.cz>
7518
7519         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7520         Add prototypes.
7521         BuildImpersonateTrustee[AW]): Add prototypes.
7522         GetMultipleTrustee[AW]): Add prototypes.
7523         GetMultipleTrusteeOperation[AW]): Add prototypes.
7524
7525 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7526
7527         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7528
7529 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7530
7531         * include/shlobj.h (IPersistFolder::GetClassID):
7532         Correct declaration.
7533         (CMF_*) Add missing defines.
7534
7535 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7536
7537         * include/winuser.h (DC_BUTTONS): Add define.
7538
7539 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7540
7541         * include/winuser.h (DC_GRADIENT): Add define.
7542
7543 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7544
7545         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7546         older TBSTYLE_* constants.
7547
7548 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7549
7550         * include/commctrl.h (TB_*) Group defines together.
7551
7552 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7553
7554         * include/winuser.h (ICON_SMALL2): Define.
7555         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7556         Define.
7557         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7558         (IDragSourceHelper) Define interface.
7559         (IDropTargetHelper): Likewise.
7560         (IExtractIcon): Unicode it.
7561         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7562         OnStateChange and IncludeObject methods.
7563
7564 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7565
7566         * include/commctrl.h (TreeView_GetScrollTime,
7567         TreeView_SetScrollTime): Define macros.
7568         * include/winuser.h (GetShellWindow): Add prototype.
7569         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7570
7571 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7572
7573         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7574         IID_IDragSourceHelper): Declare.
7575         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7576         IID_IDragSourceHelper): Define.
7577
7578 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7579
7580         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7581         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7582         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7583
7584 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7585
7586         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7587         CGID_ShellServiceObject): Remove definitions.
7588         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7589
7590 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7591
7592         * include/shlobj.h (SHELLSTATE): Add structure.
7593         (SHGetSetSettings): Add prototype.
7594         (SHGetSettings): Add prototype.
7595         * lib/shell32.def (SHGetSetSettings): Add stub.
7596
7597 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7598
7599         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7600         (Header_OrderToIndex): Add macro.
7601         (Header_GetOrderArray): Add macro.
7602
7603         * include/commdlg.h (FR_MATCHALEFHAMZA,
7604         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7605
7606 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7607
7608         * include/commctrl.h (TVM_GETSCROLLTIME,
7609         TVM_SETSCROLLTIME): Add defines.
7610
7611 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7612
7613         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7614         (SHGetInstanceExplorer): Correct return type.
7615         (SHGetFolderPath[AW]): Likewise.
7616         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7617         for report.
7618
7619 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7620
7621         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7622
7623 2003-08-01  Filip Navara  <xnavara@volny.cz>
7624
7625         * include/winldap.h: New file.
7626         * include/ntldap.h: New file.
7627         * include/winber.h: New file.
7628         * lib/winldap32.def: New file.
7629
7630 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7631
7632         * include/ddk/atm.h: Remove stray '.';
7633
7634 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7635
7636         * include/ddk/winddk.h: Remove trailing ';' from macros,
7637         throughout. Add () around defines with cast returns, throughout.
7638
7639 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7640
7641         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7642         (SFGAOF, SHGDNF): Add typedef's.
7643         (SHCONTF): Extend enum.
7644
7645 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7646
7647         * include/shellapi.h: Include all structs within pshpack2.h/
7648         poppack.h block.
7649
7650 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7651
7652         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7653         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7654         _WIN32_WINDOWS, not WINVER.
7655         (AllowSetForegroundWindow,LockSetForegroundWindow,
7656         SetLayeredWindowAttributes): Likewise.
7657         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7658         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7659         Add stubs.
7660
7661 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7662
7663         * include/objidl.h (IMalloc): Fix typo.
7664
7665 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7666
7667         * include/dkk/ntifs.h: Fix typo in guard for
7668         #pragma GCC system_header.
7669
7670 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7671
7672         * include/objidl.h (PropVariant): Add CHAR cVal field
7673         to union.
7674         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7675         FMTID_UserDefinedProperties): Declare.
7676
7677 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7678
7679         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7680
7681 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7682
7683         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7684         DUPLICATE_SAME_ACCESS): Remove defines.
7685         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7686         ddk/ntapi.h defines.
7687         (SEM_*) : Likewise.
7688         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7689         ddk/ntifs.h defines.
7690         (FILE_*): Likewise.
7691         (MEM_IMAGE, SEC_*): Likewise.
7692         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7693         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7694         (TOKEN_*): Sync with ddk/ntifs.h defines.
7695         * include/ddk/ntapi.h: Add comments noting definitions in
7696         winbase.h.
7697         * include/ddk/ntifs.h: Add comments noting definitions in
7698         winnt.h.
7699         * include/ddk/winddk.h: Add comments noting definitions in
7700         winnt.h.
7701
7702 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7703
7704         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7705         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7706
7707 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7708
7709         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7710
7711 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7712
7713         Clean up warnings in ddk.
7714
7715         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7716         conditional on  __cplusplus.
7717         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7718         defines, throughout.
7719         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7720         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7721         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7722         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7723         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7724         defines, throughout.
7725         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7726         defines, throughout. Remove trailing semicolon from *_S 'structure'
7727         macro expansion, throughout. Remove trailing semicolon from
7728         DECLARE_UNKNOWN_STRUCT macro expansion.
7729         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7730         _ANONYMOUS_UNION.
7731         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7732         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7733         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7734         Add _ANONYMOUS_UNION.
7735         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7736         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7737         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7738         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7739         match proto in ntapi.h.
7740         (ZwSetInformationObject): Likewise.
7741         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7742         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7743         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7744         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7745         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7746         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7747         last comma.
7748         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7749         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7750         trailing semicolon when expanding macro.
7751         (GENERAL_LOOKASIDE_S): Likewise.
7752         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7753         Change inline to __inline, throughout.
7754         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7755
7756 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7757
7758         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7759         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7760         KPRIORITY.
7761         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7762         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7763         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7764         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7765         to anonymous structs.
7766
7767 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7768
7769         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7770
7771         * include/winuser.h (mouse_event): Correct type of fifth param,
7772         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7773
7774 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7775
7776         * include/winnt.h (HANDLE): Define based on STRICT filter.
7777         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7778         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7779
7780 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7781
7782         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7783         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7784         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7785         for report.
7786
7787 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7788
7789         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7790
7791 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7792
7793         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7794         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7795         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7796         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7797         (TPM_RECURSE): Add guard for Win98/Win2K.
7798         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7799
7800 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7801
7802         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7803         avoid user namespace conflicts.
7804
7805 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7806
7807         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7808         _IE3, _IE4, _IE5, _IE6): Add definitions.
7809         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7810         >= Win98.
7811         Change existing guards to use the above macro names as appropriate.
7812         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7813         Note: Also added to mingw/include/_mingw.h.
7814
7815 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7816
7817         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7818         PathFindSuffixArrayA, PathFindSuffixArrayW,
7819         PathFindExtensionA, PathFindExtensionW, StrStrW
7820         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7821         explicit type.
7822
7823 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7824
7825         * include/richedit.h (PARAFORMAT2): Add definition.
7826         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7827         missing constants.
7828
7829 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7830
7831         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7832         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7833         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7834         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7835
7836 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7837
7838         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7839         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7840         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7841         that these are obsolete no-ops.
7842
7843 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7844
7845         * include/winbase.h (GetProcessWorkingSetSize,
7846         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7847         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7848         Correct prototypes.
7849
7850 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7851
7852         * include/winuser.h (TPM_RECURSE): Add define.
7853
7854 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7855
7856         * lib/test.c: #include <powrprof.h>.
7857
7858 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7859
7860         * include/powerprof.h: New file.
7861         * lib/powerprof.def: New file.
7862
7863 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7864
7865         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7866         protection.
7867
7868 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7869
7870         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7871         hInstance members to HINSTANCE.
7872         Thanks to: Brenden T. <brenden@rcsis.com>
7873
7874 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7875
7876         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7877         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7878
7879 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7880
7881         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7882         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7883         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7884         Remove.
7885         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7886
7887 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7888
7889         * lib/oleacc.def: New file.
7890         * include/winable.h: New file.
7891         * include/oleacc.h: Add extern "C" guard.
7892         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7893         (AccessibleChildren, AccessibleObjectFromEvent,
7894         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7895         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7896         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7897         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7898         * include/winuser.h (NotifyWinEvent): Add prototype.
7899         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7900         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7901         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7902         OBJID_SOUND): Move from here to...
7903         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7904         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7905         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7906         OBJID_SOUND): Here, as per documentation.
7907         * lib/test.c: Include winable.h.
7908         * lib/user32.def (NotifyWinEvent): Add missing export.
7909
7910 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7911
7912         * include/winbase.h (HeapCompact): Correct prototype.
7913         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7914         SLIST_HEADER): Add.
7915
7916 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7917
7918         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7919
7920 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7921
7922         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7923
7924 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7925
7926         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7927         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7928
7929 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7930
7931         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7932         lpGlyphs field to LPWSTR.
7933
7934 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7935
7936         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7937         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7938         (PP_*): Add defines.
7939         (CryptContextAddRef): Add prototype.
7940         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7941
7942 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7943
7944         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7945
7946 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7947
7948         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7949         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7950         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7951         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7952         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7953         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7954         CREATE_NO_WINDOW): Convert to hexadecimal form for better
7955         readability.
7956         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
7957         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
7958
7959 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
7960
7961         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
7962         Unname anonymous unions if NONAMELESSUNION not defined.
7963
7964 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
7965
7966         * include/winbase.h (GMEM_VALID_FLAGS): Add.
7967
7968 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7969
7970         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
7971         anonymous unions as GCC extension.
7972
7973 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
7974
7975         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
7976         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
7977         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
7978         commented out).
7979         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
7980
7981 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
7982
7983         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
7984         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
7985         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
7986
7987 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
7988
7989         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7990         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7991         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
7992         IProvideClassInfo2,IConnectionPointContainer,
7993         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
7994         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
7995         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
7996         IPicture,IPictureDisp): Move from here to...
7997         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
7998         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
7999         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8000         IProvideClassInfo2,IConnectionPointContainer,
8001         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8002         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8003         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8004         IPicture,IPictureDisp): Here, as per documentation.
8005
8006 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
8007
8008         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
8009         * include/winbase.h (TerminateJobObject,
8010         AssignProcessToJobObject): Likewise.
8011         * include/servprov.h: New header.
8012         * lib/test.c: Include servprov.h.
8013
8014 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
8015
8016         * include/shlguid.h (CGID_ShellServiceObject): Declare.
8017         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
8018         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
8019         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
8020         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
8021         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
8022
8023 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
8024
8025         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
8026         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
8027         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
8028
8029 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
8030
8031         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
8032         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
8033         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
8034         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
8035         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
8036         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
8037         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
8038
8039 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
8040
8041         * include/commctrl.h (TBM_*): Add missing trackbar defines.
8042
8043 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8044
8045         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
8046         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
8047
8048 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
8049
8050         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
8051         (SetDCPenColor, SetDCBrushColor): Add prototypes.
8052         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
8053
8054 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
8055
8056         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
8057
8058 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8059
8060         * include/oaidl.h (ITypeMarshal): Add interface.
8061
8062 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8063
8064         * include/winioctl.h: Clean up formatting.
8065         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
8066         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
8067         (DISK_CACHE_INFORMATION): Likewise.
8068         (DISK_DETECTION_INFO): Likewise.
8069         (DISK_PARTITION_INFO): Likewise.
8070         (PARTITION_INFORMATION_EX): Likewise.
8071         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
8072
8073 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8074
8075         * include/winbase.h (DeleteVolumeMountPoint[AW],
8076         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
8077         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
8078         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
8079         SetVolumeMountPoint[AW]): Add prototypes.
8080         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
8081         IOCTL_DISK_SET_PARTITION_INFO_EX,
8082         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
8083         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
8084         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8085         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8086         IOCTL_DISK_GET_CACHE_INFORMATION,
8087         IOCTL_DISK_SET_CACHE_INFORMATION,
8088         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8089         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8090         FSCTL_MOVE_FILE): Define.
8091         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8092         DISK_CACHE_INFORMATION,
8093         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8094         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8095         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8096         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8097         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8098         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8099         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8100         MOVE_FILE_DATA,
8101         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8102         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8103         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8104         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8105         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8106         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8107         F3_240M_512, and F3_32M_512.
8108         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8109         stubs.
8110
8111 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8112
8113         * include/wingdi.h (DM_SPECVERSION): Define.
8114         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8115         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8116         appropriate _WIN32_WINNT values.
8117
8118 2003-04-15  Chris January  <chris@atomice.net>
8119
8120         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8121         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8122
8123 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8124
8125         * include/winuser.h (VK_*): Add missing defines.
8126
8127 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8128
8129         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8130         documented typedefs for struct _NM_UPDOWN.
8131         Add defines for backward comapatibility.
8132         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8133         * include/wininet.h (IRF_*): Add missing defines.
8134
8135 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8136
8137         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8138
8139 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8140
8141         * include/sspi.h: Add comment for FreeCredentialsHandle.
8142
8143 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8144
8145         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8146
8147 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8148
8149         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8150
8151 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8152
8153         * lib/uuid.c (IID_IHTML*): Move definitions to...
8154         * lib/mshtml-uuid.c: New file.
8155         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8156
8157 2003-03-30  Michael Sazonov  <traip@comset.net>
8158
8159         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8160         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8161         IHTMLImgElement): Add interface definitions.
8162
8163 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8164
8165         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8166         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8167         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8168         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8169         RC_INVOKED guard.
8170         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8171         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8172
8173 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8174
8175         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8176
8177 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8178
8179         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8180         TranslateName[AW]): Add prototypes.
8181         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8182         TranslateName[AW]): Add stubs.
8183         * lib/test.c: Include secext.h.
8184
8185 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8186
8187         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8188         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8189         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8190         _SpinLock.
8191
8192 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8193
8194         * include/w32api.h: Increment version to 2.4.
8195         * Makefile.in: Ditto.
8196
8197 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8198
8199         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8200         Move structure from here...
8201         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8202
8203         * include/ddk/ntapi.h (JOBOBJECT_*):
8204         Remove structures and enums definitions.
8205         (JOB_OBJECT*): Move defines from here...
8206         * include/winnt.h (JOB_OBJECT* ): To here.
8207
8208         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8209         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8210         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8211         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8212         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8213         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8214         and associated defines from here ...
8215         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8216         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8217         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8218         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8219         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8220         SYSTEM_POWER_CAPABILITIES):To here.
8221
8222         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8223         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8224         from here...
8225         * include/winnt.h (DEVICE_POWER_STATE,
8226         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8227
8228 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8229
8230         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8231         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8232         (NdisUpdateSharedMemory): Likewise.
8233         (NdisMFreeSharedMemory: Likewise.
8234         (NdisMMapIoSpace: Likewise.
8235
8236 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8237
8238         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8239         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8240         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8241
8242 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8243
8244         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8245         (EnumResourceNames[AW]): Ditto.
8246         (EnumResourceTypes[AW]): Ditto.
8247         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8248
8249 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8250
8251         * include/winuser.h (SendInput): Add prototype.
8252         * lib/user32.def (SendInput): Add stub.
8253
8254 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8255
8256         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8257         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8258
8259 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8260
8261         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8262         (JOBOBJECT_*): Define corresponding structures.
8263
8264 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8265
8266         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8267         typedef.
8268
8269 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8270
8271         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8272         (Process32{First,Next}{,W}): Ditto.
8273         (Thread32{First,Next}): Ditto.
8274         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8275
8276 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8277
8278         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8279         Thanks to Jim Barton <jmbarton@users.sf.net>.
8280
8281 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8282
8283         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8284         member SectionAlignment.
8285
8286 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8287
8288         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8289         warnings.
8290         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8291         * Makefile.in (bindist): Correct process.
8292         * lib/Makefile.in (install): Ditto.
8293         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8294
8295 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8296
8297         * include/rasdlg.h: New file.
8298         * lib/rasdlg.def: New file.
8299         * lib/test.c: Include rasdlg.h.
8300
8301 2003-03-06  Christopher January  <chris@atomice.net>
8302
8303         * include/winbase.h (FindFirstVolume): Add declaration.
8304         (FindNextVolume): Add declaration.
8305         (FindVolumeClose): Add declaration.
8306         (GetSystemTimes): Add declaration.
8307         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8308
8309 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8310
8311         *lib/kernel32.def (GetSystemTimes): Add stub.
8312
8313 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8314
8315         * oleidl.h (IOleObject): Correct GetUserType prototype.
8316         (IViewObject2): Correct GetExtent prototype.
8317         * olectl.h (DISPIP_): Add new defines
8318         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8319
8320 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8321
8322         * include/olectl.h (OleLoadPictureEx) Add prototype.
8323         (OleLoadPictureFile): Ditto.
8324         (OleLoadPictureFileEx): Ditto.
8325         (OleLoadPicturePath): Ditto.
8326         (OleSavePictureFile): Ditto.
8327
8328 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8329
8330         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8331         (CoAddReleaseServerProcess): Ditto.
8332         (CoResumeClassObjects): Ditto.
8333         (CoSuspendClassObjects): Ditto.
8334         * include/oleauto.h (V_I1): Define.
8335         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8336
8337 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8338
8339         * include/oleidl.h (USERCLASSTYPE): Add enum.
8340         * include/ocidl.h (IObjectWithSite): Add interface.
8341
8342 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8343
8344         Fixup UNICODE thinko in 2003-02-22 patch.
8345         * include/wingdi.h (AddFontMemResourceEx): Add.
8346         (RemoveFontMemResourceEx): Ditto.
8347         (AddFontMemResourceEx[AW]): Remove.
8348         (RemoveFontMemResourceEx[AW]): Ditto
8349         * lib/gdi32.def: (AddFontResourceEx): Add.
8350         (RemoveFontMemResourceEx): Ditto.
8351         (AddFontMemResourceEx[AW]): Remove.
8352         (RemoveFontResourceEx[AW]): Ditto.
8353
8354 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8355
8356         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8357         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8358
8359 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8360
8361         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8362         (RemoveFontMemResourceEx[AW]): Ditto
8363         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8364         (RemoveFontMemResourceEx[AW]): Ditto.
8365
8366 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8367
8368         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8369         (NtCurrentTeb): Remove.
8370
8371 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8372
8373         * include/wsahelp.h: Remove ';' after closing
8374         #ifdef __cplusplus brace.
8375         * include/ws2spi.h: Likewise.
8376
8377 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8378
8379         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8380         (GlobalMemoryStatusEx): Add prototype.
8381         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8382
8383 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8384
8385         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8386
8387 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8388
8389         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8390         (RemoveFontResourceEx[AW]): Ditto
8391         (FR_PRIVATE): Define.
8392         (FR_NOT_ENUM): Define.
8393         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8394         (RemoveFontResourceEx[AW]): Ditto.
8395
8396 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8397
8398         * include/w32api.h: Increment version to 2.3.
8399         * Makefile.in: Ditto.
8400
8401 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8402
8403         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8404         (Ke386QueryToAccessMap): Ditto.
8405         (Ke386SetIoAccessMap): Ditto.
8406         Thanks to Marcel Telka <telka@users.sf.net>
8407         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8408         * include/security.h: Include secext.h.
8409         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8410         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8411         * include/GL/gl.h: Remove include of glext.h.
8412         Thanks to Greg Couch <gregcouch@users.sf.net>
8413
8414 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8415
8416         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8417         using GUID_DEFINED instead.
8418         * include/sqltypes.h: Ditto.
8419         * include/winnt.h: Ditto.
8420         * include/ddk/scsiwmi.h: Ditto.
8421
8422 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8423
8424         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8425         prototypes.
8426         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8427
8428 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8429
8430         * include/commctrl.h (TCM_*): Add missing defines.
8431
8432 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8433             Danny Smith  <dannysmith@users.sourceforge.net>
8434
8435         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8436         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8437         for (_WIN32_IE >= 0x0400).
8438         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8439         fields for (_WIN32_IE >= 0x0400).
8440
8441 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8442
8443         * include/winbase.h (CreateFiber): Change first parameter
8444         to SIZE_T.
8445         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8446         if (_WIN32_WINNT >= 0x0500).
8447
8448 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8449
8450         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8451         Add missing typedefs.
8452         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8453         prototypes.
8454         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8455
8456 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8457
8458         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8459         define.
8460         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8461
8462 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8463
8464         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8465         define.
8466         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8467         definition.
8468         (WAIT_FAILED): Cast to DWORD.
8469         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8470         definition.
8471
8472 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8473
8474         * include/winerror.h: Protect against multiple
8475         definition of WSA* error codes.
8476         * include/winsock.h: Likewise.
8477         * include/winsock2.h: Likewise.
8478
8479 2003-01-27  Bang Dong-Heui
8480             Bang Jun-Young  <junyoung@netbsd.org>
8481
8482         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8483         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8484         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8485
8486
8487 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8488
8489         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8490         (WINVER >= 0x501).
8491
8492 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8493
8494         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8495         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8496         fields for (WINVER >= 0x501).
8497
8498 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8499
8500         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8501         Add stubs.
8502         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8503         options.
8504
8505 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8506
8507         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8508         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8509
8510 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8511
8512         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8513         SE_REGISTRY_WOW64_32KEY.
8514         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8515
8516 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8517
8518         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8519         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8520         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8521
8522 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8523
8524         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8525
8526 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8527
8528         * lib/dxguid.c: Don't #include <objbase.h>.
8529         * include/unknwn.h: Partially revert change of 2002-12-26.
8530         Don't include <ole2.h>.
8531
8532 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8533
8534         * lib/dinput.c: Don't #include <objbase.h>.
8535
8536 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8537
8538         * include/windows.h (ole2.h):Do #include for
8539         __WATCOMC__.
8540
8541 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8542
8543         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8544         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8545         definition.
8546         (WHEEL_PAGESCROLL): Likewise.
8547         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8548
8549 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8550
8551         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8552         (WHEEL_PAGESCROLL): Add define.
8553
8554 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8555
8556         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8557         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8558         compatability. Add RECT field. Add UNICODE mappings for new
8559         names.
8560         (tagNMREBARCHEVRON): Add struct and typedefs for
8561         _WIN32_IE >= 0x0500.
8562
8563 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8564
8565         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8566         (LVHITTESTINFO): Likewise.
8567
8568         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8569         (GRADIENT_RECT): Likewise.
8570
8571 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8572
8573         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8574         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8575         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8576         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8577         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8578         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8579         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8580         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8581         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8582         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8583         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8584         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8585         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8586         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8587         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8588         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8589         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8590         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8591         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8592         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8593         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8594         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8595         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8596         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8597         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8598         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8599         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8600         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8601         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8602         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8603         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8604         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8605         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8606         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8607         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8608         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8609         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8610         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8611         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8612         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8613         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8614         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8615         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8616         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8617         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8618         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8619         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8620         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8621         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8622         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8623         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8624         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8625         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8626         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8627         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8628         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8629         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8630         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8631         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8632         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8633         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8634         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8635         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8636         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8637         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8638         Add missing error codes.
8639
8640 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8641
8642         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8643         asm code.
8644         (GetFiberData): Likewise.
8645
8646 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8647
8648         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8649         asm code.
8650         (GetFiberData): Likewise.
8651
8652 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8653
8654         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8655         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8656         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8657         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8658         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8659         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8660         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8661         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8662         error codes.
8663         Re-sort codes.
8664
8665 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8666
8667         * include/winspool.h (PRINTER_INFO_6): Add.
8668         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8669
8670 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8671
8672         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8673
8674         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8675         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8676         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8677         Add stubs.
8678
8679 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8680
8681         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8682         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8683
8684 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8685
8686         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8687
8688 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8689
8690         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8691         VIETNAMESE_CHARSET): Remove duplicate defines.
8692         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8693
8694 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8695
8696         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8697         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8698
8699 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8700
8701         * include/unknwn.h: Include windows.h and ole2.h before header
8702         guard to avoid circular inclusion of COM headers.
8703
8704 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8705
8706         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8707         ReuseDDElParam): Use __WIN64 compatible typedefs.
8708
8709 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8710
8711         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8712         lpInheritProperty member const.
8713         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8714         const.
8715
8716 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8717
8718         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8719         COM_NO_WINDOWS_H.
8720         * include/unknwn.h: Ditto.
8721
8722 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8723
8724         * include/imm.h (ImmGetCompositionFont[AW],
8725         ImmSetCompositionFont[AW]): Add NOGDI guard.
8726
8727 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8728
8729         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8730         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8731         before using.
8732         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8733         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8734         definition.
8735         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8736         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8737         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8738         definition.
8739         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8740         (LPCGUID): Likewise.
8741         * include/ddk/tdi.h: Close "Listen flags" comment.
8742         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8743         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8744         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8745         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8746         * include/ddk/win2k.h: Likewise.
8747         * include/ddk/winddi.h: Likewise.
8748         * include/ddk/winddk.h: Likewise.
8749         * include/ddk/winnt4.h: Likewise.
8750         * include/ddk/ws2san.h: Likewise.
8751         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8752         * include/ddk/video.h: Don't process rest of file ifdef
8753         __WINDDI_H.
8754         * include/ddk/winddi.h: Don't process rest of file ifdef
8755         __VIDEO_H.
8756         * include/ddk/usb.h: Don't process rest of file ifdef
8757         __USBDI_H.
8758         * include/ddk/usbdi.h: Don't process rest of file ifdef
8759         __USB_H.
8760         * include/ddk/usbcamdi.h: Don't process rest of file if
8761         !defined(__USB_H) && !defined(__USBDI_H)
8762
8763 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8764
8765         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8766         prototypes.
8767         * include/winuser.h (GetAncestor) Add prototype.
8768         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8769         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8770         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8771         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8772         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8773         defines.
8774         * lib/user32.def (GetAncestor@8): Add stub.
8775
8776 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8777
8778         * include/windows.h: Guard inclusion of wingdi.h,
8779         commdlg.h, winspool.h, ole2.h with NOGDI.
8780         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8781         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8782         Guard with NOGDI.
8783
8784 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8785
8786         * include/oleacc.h (SELFLAG_*): Change to enum.
8787
8788 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8789
8790         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8791         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8792
8793 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8794
8795         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8796         to UINT.
8797         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8798
8799 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8800
8801         * include/winuser.h (AllowSetForegroundWindow,
8802         LockSetForegroundWindow): Add prototypes.
8803         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8804         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8805         * lib/winuser.def (AllowSetForegroundWindow,
8806         LockSetForegroundWindow): Add stubs.
8807
8808 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8809
8810         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8811         UNICODE mappings.
8812         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8813         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8814         compatability. Add lParam field. Add UNICODE mappings for new
8815         names.
8816
8817 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8818
8819         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8820         Wrap with pshpack2.h/poppack.h to correct alignment.
8821
8822 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8823
8824         * include/commctrl.h (LVBKIF_*): Add defines.
8825         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8826         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8827         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8828         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8829         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8830         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8831         (ListView_GetBkImage): Add define.
8832         (ListView_SetBkImage): Add define.
8833         (LVBKIMAGE): Add structures and typedefs.
8834
8835 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8836
8837         * include/w32api.h: Increment to version 2.2
8838         * Makefile.in: Ditto.
8839
8840 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8841
8842         * lib/Makefile.in (dist, install): Correct the install destinations.
8843         * lib/ddk/Makefile.in (dist, install): Ditto.
8844
8845 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8846
8847         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8848         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8849         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8850         in definitions.
8851         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8852         IID_IOleControlSite89): Remove.
8853
8854 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8855
8856         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8857         (IID_IStdMarshalInfo): Ditto.
8858
8859 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8860
8861         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8862         (IID_IPersistStorage): Ditto.
8863
8864 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8865
8866         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8867         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8868         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8869         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8870         Correct definitions.
8871
8872 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8873
8874         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8875         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8876         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8877         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8878         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8879         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8880         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8881         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8882         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8883         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8884         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8885         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8886         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8887         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8888         xfilter.h): Change comment to refer w32api package, not MinGW.
8889
8890 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8891
8892         * include/ddk/ntddk.h: Include winnt.h as system header.
8893
8894 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8895
8896         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8897         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8898         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8899         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8900         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8901         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8902         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8903         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8904         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8905         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8906         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8907         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8908         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8909         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8910         xfilter.h): Fix typo in disclaimer comment.
8911
8912 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8913
8914         * include/exdisp.h: Include oaidl.h as system header.
8915
8916 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8917
8918         * include/w32api.h (__W32API_VERSION): Fix.
8919
8920 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8921
8922         * lib/uuid.c (IID_ICatInformation): Correct definition.
8923
8924 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8925
8926         * include/oleauto.h (DeregisterTypeLib): Remove.
8927         (UnRegisterTypeLib): Add prototype.
8928
8929 2002-11-07  Christopher January  <chris@atomice.net>
8930
8931         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8932
8933 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8934
8935         * include/winnt.h (VerSetConditionMask): Add prototype.
8936         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8937
8938 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8939
8940         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8941         definitions and ANSI/UNICODE mappings.
8942         Cleanup whitespace.
8943
8944 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8945
8946         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8947         * configure.in: Ditto.
8948         * lib/Makefile.in: Ditto.
8949         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8950         autoconf-2.53.
8951         * configure: Regenerate.
8952
8953 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8954
8955         * include/windows.h: Don't include basetyps.h.
8956         * include/objfwd.h: Do include basetyps.h.
8957
8958 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
8959
8960         * include/objbase.h: Include rpc.h and rpcndr.h
8961         before header guard.
8962
8963 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
8964
8965         * include/olectl.h (PROPPAGEINFO): Change type of
8966         field cb to ULONG.
8967
8968 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
8969
8970         * lib/ntdll.def (RtlAcquireResourceExclusive,
8971         RtlAcquireResourceShared, RtlDeleteResource,
8972         RtlInitializeResource, RtlReleaseResource,
8973         RtlTimeToSecondsSince1970) : Added missing exports.
8974
8975 2002-10-08  Heiko Gerdau  <hg@technosis.de>
8976
8977         * include/oleacc.h: New file.
8978         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
8979         (OBJID_*) Add defines.
8980         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
8981         * lib/test.c: Include oleacc.h.
8982
8983 2002-10-06  Casper Hornstrup  <chorns@it.dk>
8984
8985         * include/ddk: New subdir.
8986         * lib/ddk: Ditto.
8987         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8988         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8989         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8990         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8991         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8992         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8993         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8994         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8995         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8996         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8997         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8998         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8999         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9000         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9001         xfilter.h): New files.
9002         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
9003         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
9004         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
9005         win32k.def): Ditto.
9006
9007 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
9008
9009         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
9010         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
9011         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
9012         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
9013         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
9014         RtlAddAccessAllowedAce, RtlCreateAcl,
9015         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
9016         RtlGetAce, RtlGetControlSecurityDescriptor,
9017         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
9018         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
9019         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
9020         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
9021         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
9022         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
9023         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
9024         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
9025         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
9026         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
9027         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
9028         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
9029         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
9030
9031 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9032
9033         *include/windef.h (WPARAM): Update typedef.
9034         (LPARAM): Ditto.
9035         (LRESULT): Ditto.
9036
9037 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9038
9039         * include/shlobj.h (CSIDL_*): Add defines.
9040
9041 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
9042
9043         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
9044         has been included first.
9045
9046 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
9047
9048         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
9049         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
9050         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
9051
9052 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
9053
9054         * include/winuser.h (DS_SHELLFONT): Define.
9055
9056 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
9057
9058         * include/winnt.h (VER_SUITE_BLADE): Define.
9059
9060 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
9061
9062         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
9063         Add _WIN32_IE guard. Correct prototype for wide version.
9064         (SHGetFolderPath): Add comment on shfolder.dll.
9065         (SHGetFolderLocation): Add prototyope for WinME and W2K.
9066         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
9067
9068 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
9069
9070         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
9071         * lib/shfolder.def: New file.
9072
9073 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
9074
9075         * include/winsock.h (timeval): Guard struct and associated
9076         macros with _TIMEVAL_DEFINED.
9077         * include/winsock2.h (timeval): Likewise.
9078
9079 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9080
9081         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
9082         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
9083         SHCreateShellItem,SHEmptyRecycleBin[AW],
9084         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9085         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9086         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9087         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9088         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9089         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9090         SHLoadNonloadedIconOverlayIdentifiers,
9091         SHOpenFolderAndSelectItems,SHParseDisplayName,
9092         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9093         SHSetLocalizedName,SHSetUnreadMailCountW,
9094         SHUpdateRecycleBinIcon: Add missing stubs.
9095
9096 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9097
9098         * include/windef.h (WINVER): Add documentation.
9099         (_WIN32_WINNT): Ditto.
9100         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9101
9102 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9103
9104         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9105
9106 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9107
9108         * include/winbase.h (AllocateUserPhysicalPages,
9109         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9110         FreeUserPhysicalPages): Add prototypes.
9111         * lib/kernel32.def: Add function stubs for above.
9112
9113 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9114
9115         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9116         Add WINVER guards for dialog box command id defines.
9117
9118 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9119
9120         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9121
9122 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9123
9124         * include/wincon.h: Define GetConsoleWindow(void).
9125
9126 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9127
9128         * include/w32api.h: Increment version to 2.1.
9129         * Makefile.in: Ditto.
9130
9131 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9132
9133         * include/winsock2.h (SOCKET_ADDRESS): Define if
9134         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9135         (CSADDR_INFO): Ditto.
9136         (nspapi.h) : Don't include. Removed FIXME comment.
9137         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9138         __CSADDR_T_DEFINED is not defined.
9139         (CSADDR_INFO): Ditto.
9140         (BLOB): Add structure and typedef if not already defined.
9141         (NS_*): Add defines.
9142         (SERVICE_*): Ditto.
9143         (SERVICE_ADDRESS): Add structure and typedefs.
9144         (SERVICE_ADDRESSES): Ditto.
9145         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9146         (LPSERVICE_ASYNC_INFO): Add typedef.
9147         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9148         mappings.
9149         * include/wsipx.h: New file.
9150         * include/svcguid.h: New file.
9151         * lib/test.c: Include wspix.h and svcguid.h.
9152
9153 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9154
9155         * include/wsahelp.h: New file.
9156         * lib/test.c: Include wsahelp.h.
9157
9158 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9159
9160         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9161         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9162
9163 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9164
9165         * include/ws2spi.h: Modify comment about being part of
9166         mingw32 package.
9167         (winsock2.h): Change "" to <>.
9168
9169 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9170
9171         * include/ws2spi.h: New file.
9172         * lib/test.c: Include ws2spi.h.
9173
9174 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9175
9176         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9177         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9178         functions.
9179
9180 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9181
9182         * include/winuser.h (CURSOR_SHOWING) Add define.
9183         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9184
9185 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9186
9187         * include/winerror.h: Cast OLE error codes to HRESULT.
9188         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9189
9190 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9191
9192         * include/wincrypt.h (ALG_*): Add defines.
9193         (CALG_*): Ditto.
9194         (CRYPT_*): Ditto.
9195         (PP_*): Ditto.
9196         (PROV_*): Ditto.
9197         (PRIVATEKEYBLOB): Add define.
9198
9199 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9200
9201         * include/shlobj.h (SHGetFolderPath): Add define.
9202         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9203         (SHGetFolderPath): Ditto.
9204
9205 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9206
9207         * include/commdlg.h: Don't include COM headers or use
9208         COM-dependent symbols if __OBJC__.
9209
9210 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9211
9212         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9213         Add prototypes.
9214
9215 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9216
9217         * include/shellapi.h (FOF_NOERRORUI): Add define.
9218
9219 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9220
9221         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9222
9223 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9224
9225         * include/objidl.h (IEnumMoniker): Correct declaration.
9226
9227 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9228
9229         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9230
9231 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9232
9233         * include/commctrl.h: Whitespace change.
9234
9235 2002-08-09  Lars Munch  <lars@segv.dk>
9236
9237         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9238         struct name _TVHITTESTINFO and typedefs and add defines for
9239         backward compatability.
9240         (ListView_SetExtendedListViewStyleEx): Add macro.
9241
9242 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9243
9244         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9245         Add prototypes.
9246         * lib/msimg32.def: New file, with stubs for above.
9247
9248 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9249
9250         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9251         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9252         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9253         and UNICODE mappings.
9254
9255 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9256
9257         * include/winbase.h (ReadFileScatter, WriteFileGather):
9258         Change second parameter to pointer.
9259
9260 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9261
9262         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9263         UNICODE mappings.
9264         * lib/wininet.def: Regenerate.
9265
9266 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9267
9268         * include/windef.h (PVOID): Move typedef to...
9269         * include/winnt: ...here.
9270         (PVOID64): New typedef.
9271
9272         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9273         * include/winbase.h (ReadFileScatter, WriteFileGather):
9274         Add prototypes.
9275
9276         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9277         (PROCESSOR_INTEL_IA64): Add define.
9278
9279 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9280
9281         * include/oleidl.h (MK_ALT): Define.
9282
9283 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9284
9285         * include/exdisp.h: New file.
9286         * include/exdispid.h: New file.
9287         * include/mshtml.h: New file.
9288         * lib/test.c: #include exdisp.h and mshtml.h
9289         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9290         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9291         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9292         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9293         New GUIDs.
9294
9295 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9296
9297         * include/docobj.h: New file.
9298         * include/idispids.h: New file.
9299         * include/objidl.h (IID_IMoniker): Declare.
9300         * include/ocidl.h (READYSTATE): New enum.
9301         (IOleInPlaceSiteEx): New interface.
9302         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9303         identifier.
9304         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9305         IOleInPlaceSite): New interfaces.
9306         * lib/test.c: #include docobj.h,idispids.h,
9307
9308 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9309
9310         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9311         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9312
9313 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9314
9315         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9316         * include/commdlg.h: Likewise.
9317
9318 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9319
9320         * include/oleauto.h (V_UNION): Correct definition for case of
9321         NONAMELESSUNION:
9322         (V_VT): Likewise.
9323
9324 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9325
9326         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9327         not bool, for C as well as C++.
9328
9329 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9330
9331         * include/shlwapi.h: New file.
9332         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9333         Victor Porton  <porton@narod.ru> for contributions.
9334         * lib/shlwapi.def: New file.
9335         * lib/test.c: #include shlwapi.h.
9336
9337 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9338
9339         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9340         character.
9341         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9342         long long.
9343         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9344         does not need external *Fiber library functions.
9345
9346 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9347
9348         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9349         definition.
9350         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9351         avoid compile error when already defined.
9352
9353 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9354
9355         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9356
9357 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9358
9359         * include/commdlg.h: Define CDN_* notification message constants
9360         as UINT.
9361
9362 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9363
9364         * include/commctrl.h: Define notification message constants for
9365         NMHDR.code as UINT.
9366
9367 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9368
9369         * include/ddeml.h (MH_*) Add defines.
9370         (MONHSZSTRUCT): Add structure and typedefs.
9371         (MONLINKSTRUCT): Ditto.
9372         (MONCONVSTRUCT): Ditto.
9373         (MONCBSTRUCT): Ditto.
9374         (MONERRSTRUCT): Ditto.
9375         (MONMSGSTRUCT): Ditto.
9376         * include/windef.h: Don't define __cdecl or _cdecl for
9377         __WATCOM__.
9378         Don't define _export or __export for __WATCOM__.
9379         * include/windows.h (imm.h): #include.
9380         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9381
9382 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9383
9384         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9385         rpcndr.h.
9386
9387 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9388
9389         * include/winbase.h (OpenThread): Add prototype.
9390         * lib/kernel32.def (OpenThread): Add symbol.
9391
9392 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9393
9394         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9395
9396 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9397
9398         * include/rpc.h: Conditionally include <windows.h> before
9399         header guard.
9400         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9401         header guard.
9402
9403 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9404
9405         * include/commctrl.h (WC_*): Remove some duplicate defines.
9406
9407 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9408
9409         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9410         UNICODE mappings.
9411         (IPM*): Add defines.
9412         (IPN_*): Add defines.
9413         (NMIPADDRESS): Add structure and typedefs.
9414         (MAKEIPADDRESS): Add macro.
9415         (MAKEIPRANGE): Add macro.
9416         (FIRST_IPADDRESS): Add macro.
9417         (SECOND_IPADDRESS): Add macro.
9418         (THIRD_IPADDRESS): Add macro.
9419         (FOURTH_IPADDRESS): Add macro.
9420
9421 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9422
9423         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9424
9425 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9426
9427         * include/winbase.h (WINBASEAPI): Don't define if prior
9428         definition.
9429
9430         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9431         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9432         PARTITION_UNIX): Add defines.
9433         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9434         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9435         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9436         (IsContainerPartition): Add macro.
9437
9438 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9439
9440         * include/commctrl.h: (CBEIF_*): Add defines.
9441         (CBEN_*): Add defines and UNICODE mappings
9442         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9443         (CBEMAXSTRLEN): Add define.
9444         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9445         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9446         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9447         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9448
9449 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9450
9451         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9452         union member _VARIANT_BOOL bool.
9453
9454 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9455
9456         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9457
9458 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9459
9460         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9461         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9462         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9463         Add typedefs.
9464         (CCHAR): Correct typedef.
9465         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9466         Add defines.
9467
9468 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9469
9470         * README.w32api: Correct spelling error.
9471
9472 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9473
9474         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9475         INPUT_HARDWARE): Add defines.
9476         (HDEVNOTIFY): Add typedef.
9477         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9478         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9479         typedefs.
9480         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9481         GetClassInfoEx[AW],GetKeyboardLayoutList,
9482         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9483         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9484         RegisterClassEx[AW]): Correct prototypes.
9485
9486 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9487
9488         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9489         prototypes.
9490         * include/winsvc.h (StartServiceW): Correct prototype.
9491         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9492         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9493         GetTickCount,InterlockedExchangeAdd,
9494         WritePrivateProfileStruct[AW]: Correct prototypes.
9495         (GetEnvironmentStrings): Correct mapping to
9496         GetEnvironmentStringsA.
9497         * include/winver.h (VerQueryValueA,VerQueryValueW):
9498         Correct prototypes.
9499         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9500         prototype.
9501         * include/winreg.h (RegQueryMultipleValues[AW],
9502         RegQueryValueEx[AW]):Correct prototypes.
9503         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9504         PPOLYTEXTW): Add typedefs.
9505         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9506         structures and typedefs.
9507         (MM_MAX_NUMAXES): Add define.
9508         (EnumFontsW,GetEnhMetaFilePixelFormat,
9509         wglGetLayerPaletteEntries): Correct prototypes.
9510         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9511         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9512         RPC_S_SEND_INCOMPLETE): Add defines.
9513
9514 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9515
9516         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9517         Add defines.
9518
9519 2002-06-16  Egor Duda  <deo@logos-m.ru>
9520
9521         * include/ntdll.h: New file.
9522         * lib/ntdll.def: Add NtShutdownSystem.
9523
9524 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9525
9526         * lib/dinput.def (DirectInputCreateEx): Add stub.
9527         * lib/ntdll.def: New file.
9528
9529 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9530
9531         * include/w32api.h: Change to version 2.0 to reflect the change
9532         in the license.
9533         * README: Renamed.
9534         * README.w32api: Renamed from README.  Modified license to remove
9535         the restriction of notifying the author based on the fact that the
9536         author is unreachable at the notified address.
9537         * Makefile.in (VERSION): Change to 2.0.
9538
9539 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9540
9541         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9542         * Makefile.in (bindist): Correct the MinGW distribution.
9543
9544 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9545
9546         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9547         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9548
9549 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9550
9551         * lib/test.c: #include comcat.h.
9552
9553 2002-06-13  John K. Hohm  <jhohm@acm.org>
9554
9555         * include/comcat.h: New file.
9556
9557 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9558
9559         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9560         (GETTEXTEX): Add structure definition.
9561
9562 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9563
9564         * include/windows.h (ole2.h): #include if !__OBJC__ and
9565         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9566
9567 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9568
9569         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9570
9571 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9572
9573         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9574         PACCESS_DENIED_ACE): Add typedefs.
9575
9576 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9577
9578         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9579
9580 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9581
9582         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9583
9584 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9585
9586         * include/windef.h: Fix typo in last change.
9587
9588 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9589
9590         * include/windef.h: Add no-op __try, __except, __finally
9591         defines from ...
9592         * include/excpt.h: Remove file.
9593         * include/windows.h: Don't include excpt.h.
9594
9595 2002-05-30  Christopher January  <chris@atomice.net>
9596
9597         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9598         Add missing typedefs.
9599
9600 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9601
9602         * include/w32api.h: Increment version to 1.5
9603         * Makefile.in: Ditto.
9604
9605
9606 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9607
9608         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9609         LP[W]STR with LPC[W]STR.
9610         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9611         Clean up whitespace.
9612
9613 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9614
9615         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9616
9617 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9618
9619         * Makefile.in: Increment VERSION to 1.4.
9620         (conf_prefix): New variable.
9621         (bindist): Modify target to use $(conf_prefix).
9622
9623 2002-05-20  Philip Aston  <philipa@mail.com>
9624
9625         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9626
9627 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9628
9629         * include/lmaccess.h: (NetAccess*, NetGroup*,
9630         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9631         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9632
9633 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9634
9635         * include/commctrl.h (ImageList_DragShowNolock): Remove
9636         conflicting redeclaration.
9637
9638 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9639
9640         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9641         STRICT and related defines to ...
9642         * include/windef.h: Here.
9643
9644 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9645
9646         * include/winsock2.h (int32): Remove typedef.
9647         (SERVICETYPE): Add typedef.
9648         (struct _flowspec):Revise struct definition,  Comment
9649         on types used for members.
9650
9651 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9652
9653         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9654         more defines added in earlier change.
9655         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9656
9657 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9658
9659         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9660         added in last change.
9661
9662 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9663
9664         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9665         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9666
9667 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9668
9669         * include/commctrl.h (SNDMSG): Define and use throughout
9670         in other macros instead of SendMessage.
9671         * include/commdlg.h (SNDMSG): Ditto.
9672
9673 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9674
9675         * include/GL/gl.h: New file.
9676         * include/GL/glext.h: Ditto.
9677         * include/GL/glu.h: Ditto.
9678
9679 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9680
9681         * include/w32api.h: Increment version.
9682         * Makefile.in: Ditto.
9683
9684 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9685
9686         * Makefile.in (bindist): Use * instead of . for file list for tar
9687         command.
9688
9689 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9690
9691         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9692
9693 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9694
9695         * include/objidl.h (IRunningObjectTable.Register): Correct
9696         prototype.
9697         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9698         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9699
9700 2002-03-31  Victor Porton  <porton@narod.ru>
9701
9702         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9703
9704 2002-03-29  David Robinow  <drobinow@yahoo.com>
9705
9706         * include/wingdi.h (SetPixelFormat): Correct prototype.
9707
9708 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9709
9710         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9711
9712 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9713
9714         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9715         Add defines.
9716
9717 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9718
9719         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9720         * include/shlobj.h (IContextMenu2): Put methods in right order.
9721         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9722         CINTERFACE before defining.
9723
9724 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9725
9726         * include/accctrl.h: Add #pragma GCC system_header
9727         if __GNUC__ >= 3.
9728         * include/aclapi.h: Same.
9729         * include/basetsd.h: Same.
9730         * include/basetyps.h: Same.
9731         * include/cderr.h: Same.
9732         * include/cguid.h: Same.
9733         * include/commctrl.h: Same.
9734         * include/commdlg.h: Same.
9735         * include/cpl.h: Same.
9736         * include/cplext.h: Same.
9737         * include/custcntl.h: Same.
9738         * include/dbt.h: Same.
9739         * include/dde.h: Same.
9740         * include/ddeml.h: Same.
9741         * include/dlgs.h: Same.
9742         * include/excpt.h: Same.
9743         * include/httpext.h: Same.
9744         * include/imagehlp.h: Same.
9745         * include/imm.h: Same.
9746         * include/initguid.h: Same.
9747         * include/intshcut.h: Same.
9748         * include/ipexport.h: Same.
9749         * include/iphlpapi.h: Same.
9750         * include/ipifcons.h: Same.
9751         * include/iprtrmib.h: Same.
9752         * include/iptypes.h: Same.
9753         * include/isguids.h: Same.
9754         * include/largeint.h: Same.
9755         * include/lm.h: Same.
9756         * include/lmaccess.h: Same.
9757         * include/lmalert.h: Same.
9758         * include/lmapibuf.h: Same.
9759         * include/lmat.h: Same.
9760         * include/lmaudit.h: Same.
9761         * include/lmbrowsr.h: Same.
9762         * include/lmchdev.h: Same.
9763         * include/lmconfig.h: Same.
9764         * include/lmcons.h: Same.
9765         * include/lmerr.h: Same.
9766         * include/lmerrlog.h: Same.
9767         * include/lmmsg.h: Same.
9768         * include/lmremutl.h: Same.
9769         * include/lmrepl.h: Same.
9770         * include/lmserver.h: Same.
9771         * include/lmshare.h: Same.
9772         * include/lmsname.h: Same.
9773         * include/lmstats.h: Same.
9774         * include/lmsvc.h: Same.
9775         * include/lmuse.h: Same.
9776         * include/lmuseflg.h: Same.
9777         * include/lmwksta.h: Same.
9778         * include/lzexpand.h: Same.
9779         * include/mapi.h: Same.
9780         * include/mciavi.h: Same.
9781         * include/mcx.h: Same.
9782         * include/mmsystem.h: Same.
9783         * include/mswsock.h: Same.
9784         * include/nb30.h: Same.
9785         * include/nddeapi.h: Same.
9786         * include/nspapi.h: Same.
9787         * include/ntdef.h: Same.
9788         * include/ntsecapi.h: Same.
9789         * include/ntsecpkg.h: Same.
9790         * include/oaidl.h: Same.
9791         * include/objbase.h: Same.
9792         * include/objfwd.h: Same.
9793         * include/objidl.h: Same.
9794         * include/odbcinst.h: Same.
9795         * include/ole.h: Same.
9796         * include/ole2.h: Same.
9797         * include/ole2ver.h: Same.
9798         * include/oleauto.h: Same.
9799         * include/olectl.h: Same.
9800         * include/olectlid.h: Same.
9801         * include/oledlg.h: Same.
9802         * include/oleidl.h: Same.
9803         * include/pbt.h: Same.
9804         * include/prsht.h: Same.
9805         * include/psapi.h: Same.
9806         * include/rapi.h: Same.
9807         * include/ras.h: Same.
9808         * include/raserror.h: Same.
9809         * include/rassapi.h: Same.
9810         * include/regstr.h: Same.
9811         * include/richedit.h: Same.
9812         * include/richole.h: Same.
9813         * include/rpc.h: Same.
9814         * include/rpcdce.h: Same.
9815         * include/rpcdce2.h: Same.
9816         * include/rpcdcep.h: Same.
9817         * include/rpcndr.h: Same.
9818         * include/rpcnsi.h: Same.
9819         * include/rpcnsip.h: Same.
9820         * include/rpcnterr.h: Same.
9821         * include/rpcproxy.h: Same.
9822         * include/schannel.h: Same.
9823         * include/schnlsp.h: Same.
9824         * include/scrnsave.h: Same.
9825         * include/security.h: Same.
9826         * include/setupapi.h: Same.
9827         * include/shellapi.h: Same.
9828         * include/shlguid.h: Same.
9829         * include/shlobj.h: Same.
9830         * include/sql.h: Same.
9831         * include/sqlext.h: Same.
9832         * include/sqltypes.h: Same.
9833         * include/sqlucode.h: Same.
9834         * include/sspi.h: Same.
9835         * include/subauth.h: Same.
9836         * include/tlhelp32.h: Same.
9837         * include/unknwn.h: Same.
9838         * include/userenv.h: Same.
9839         * include/w32api.h: Same.
9840         * include/winbase.h: Same.
9841         * include/wincon.h: Same.
9842         * include/wincrypt.h: Same.
9843         * include/windef.h: Same.
9844         * include/windows.h: Same.
9845         * include/windowsx.h: Same.
9846         * include/winerror.h: Same
9847         * include/wingdi.h: Same.
9848         * include/wininet.h: Same.
9849         * include/winioctl.h: Same.
9850         * include/winnetwk.h: Same.
9851         * include/winnls.h: Same.
9852         * include/winnt.h: Same.
9853         * include/winperf.h: Same.
9854         * include/winreg.h: Same.
9855         * include/winresrc.h: Same.
9856         * include/winsock.h: Same.
9857         * include/winsock2.h: Same.
9858         * include/winspool.h: Same.
9859         * include/winsvc.h: Same.
9860         * include/winuser.h: Same.
9861         * include/winver.h: Same.
9862         * include/ws2tcpip.h: Same.
9863         * include/wsnetbs.h: Same.
9864         * include/wtypes.h: Same.
9865         * include/zmouse.h: Same.
9866         * include/mapi.h: Change header guard name to _MAPI_H  for
9867         consistency.
9868
9869 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9870
9871         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9872         Remove unnecessary inclusion of <wtypes.h>.
9873         * ChangeLog: Fix omission of name in recent entries.
9874
9875 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9876
9877         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9878
9879 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9880
9881         * include/mswsock.h: Group winsock2 dependants
9882         together and protect with #ifdef _WINSOCK2_H.
9883         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9884         has been included.
9885
9886 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9887
9888         * include/mswsock.h (TP_*): Add new defines.
9889         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9890         (WSAMSG): Likewise.
9891         (WSACMSGHDR): Likewise.
9892         (DisconnectEx): Add new prototype.
9893         (WSARecvMsg): Likewise.
9894         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9895
9896 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9897
9898         * ChangeLog: Fix typo in last entry.
9899         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9900         * include/ws2tcpip.h: (IP_*): Add new defines.
9901         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9902         (NI_*): Add getnameinfo constants and bitmasks.
9903         (AI_*): Add getaddrinfo flags.
9904         (EAI_*): Add getaddrinfo error codes.
9905         (ip_mreq_source): Add new structure.
9906         (ip_msfilter): Add new structure.
9907         (IP_MSFILTER_SIZE): Add new macro.
9908         (in_pktinfo): Add new structure.
9909         Add preliminary IPv6 support.
9910         (in6_addr): Add new structure and some defines.
9911         (sockaddr_in6): Add new structure.
9912         (in6addr_any, in6addr_loopback): Declare extern structures.
9913         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9914         initialization macros for above.
9915         (IN6_ARE_ADDR_EQUAL): Define macro.
9916         (IN6_IS_ADDR_*): Define address testing macros.
9917         (socklen_t) Add new typedef.
9918         (ipv6_mreq): Add new structure.
9919         (in6_pktinfo): Same.
9920         (addrinfo): Same.
9921         (freeaddrinfo):Add new prototype.
9922         (getaddrinfo): Same.
9923         (gai_strerror[AW]): Same.
9924         (getnameinfo): Same.
9925         (sockaddr_in6_old): Add structure.
9926         (sockaddr_gen): Add union definition.
9927         (INTERFACE_INFO): Use sockaddr_gen as members.
9928         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9929         with INTERFACE_INFO on NT4 prior to sp4.
9930
9931 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9932
9933         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9934         when selecting winsock interface.
9935         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9936         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9937         Expand FIXME comment.
9938         (WSACOMPLETIONTYPE): Add enum.
9939         (WSACOMPLETION): Add structure and typedefs.
9940         (WSANSPIoctl): Add function prototpe and callback typedef.
9941         (SIO_NSP_NOTIFY_CHANGE): Add define.
9942         (sockaddr_storage): Add structure and typedefs.
9943
9944 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9945
9946         * include/winuser.h (OIC_*): Add resource constants.
9947
9948 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9949
9950         * include/ntsecpkg.h: New file.
9951         * include/schannel.h: New file.
9952         * include/schnlsp.h: New file.
9953         * include/security.h: New file.
9954         * include/sspi.h: New file.
9955         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
9956         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
9957         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
9958         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
9959         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
9960         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
9961         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
9962         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
9963         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
9964         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
9965         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
9966         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
9967         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
9968         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
9969         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
9970         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
9971         CERT_CHAIN_CONTEXT): Add missing structures.
9972         (CertCloseStore, CertGetCertificateChain,
9973         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
9974         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
9975         CertFindCertificateInStore, CertFreeCertificateContext,
9976         CertGetIssuerCertificateFromStore,
9977         CertFindChainInStore): Add missing functions.
9978         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
9979         CERT_FIND_ISSUER_STR): Add Unicode mappings.
9980         * lib/crypt32.def: New file.
9981         * lib/secur32.def: Add mising stubs.
9982         * lib/test.c: Include new headers.
9983
9984 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
9985
9986         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
9987         parameter.
9988
9989 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
9990
9991         * lib/test.c: Include mapi.h.
9992         * include/commctrl.h (TBSTYLE_*): Add missing defines.
9993         Thanks to: "Ron"  <ron@debian.org>
9994
9995 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
9996
9997         * include/mapi.h: New file.
9998         * lib/mapi.def: Add missing function stubs.
9999
10000 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10001
10002         * include/winuser.h (GetWindowLongPtr[AW],
10003         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
10004
10005 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
10006
10007         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
10008         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
10009         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
10010         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
10011
10012 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10013
10014         * lib/test.c: Include wsnetbs.h.
10015
10016 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
10017
10018         * include/wsnetbs.h: New file.
10019
10020 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
10021
10022         * include/winnt.h: Remove merge conflict.
10023
10024 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
10025
10026         * include/winnt.h (_TCHAR): Add typedefs.
10027
10028 2002-01-25  Tim Hughes  <tjh@delcam.com>
10029
10030         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
10031         defines.
10032
10033 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
10034
10035         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
10036         Add defines.
10037         (LPACCESSTIMEOUT): Add typedef.
10038
10039 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
10040
10041         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
10042
10043 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
10044
10045         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
10046         _HDITEM[AW], with parallel changes to typedefs. Use defines for
10047         backward compatability with old names. Update UNICODE mappings.
10048         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
10049         for struct _HD_LAYOUT and add defines for backward
10050         compatability with old names.
10051         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
10052         parallel chages to typedefs. Add defines for backward
10053         compatability with old names.
10054         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
10055
10056 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
10057
10058         * include/winnt.h: Add missing MEM_ defines, and convert existing to
10059         hex for readability.
10060
10061 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
10062
10063         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
10064         and typedefs.
10065         (SPI_SETSCREENSAVERRUNNING): Add define.
10066         (LLKHF_ALTDOWN): Add define.
10067         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
10068         PFD_DEPTH_DONTCARE): Add defines.
10069
10070 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
10071
10072         * include/objbase.h (CoGetObject): Add prototype.
10073
10074 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
10075
10076         * include/winuser.h (ENUM_CURRENT_SETTINGS,
10077         ENUM_REGISTRY_SETTINGS): Add defines.
10078
10079 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10080
10081         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
10082         (FILE_ATTRIBUTE_DEVICE): Add define.
10083
10084 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10085
10086         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10087
10088 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10089
10090         * ChangeLog: correct date in last entry.
10091
10092 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10093
10094         * include/winuser.h (MONITORENUMPROC): Add typedef.
10095         (EnumDisplayMonitors): Add prototype.
10096         * lib/user32.def (EnumDisplayMonitors): Add stub.
10097
10098 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10099
10100         * include/ntsecapi.h:  Fixed missing void parameter type in some
10101         prototypes.
10102         * include/objbase.h: Ditto.
10103         * include/rapi.h: Ditto.
10104         * include/rpc.h: Ditto.
10105         * include/rpcdce.h: Ditto.
10106         * include/rpcdcep.h: Ditto.
10107         * include/rpcndr.h: Ditto.
10108         * include/rpcnsip.h: Ditto.
10109         * include/rpcproxy.h: Ditto.
10110         * include/windef.h: Ditto.
10111
10112 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10113
10114         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10115
10116 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10117
10118         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10119          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10120         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10121         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10122         WS_EX_NOINHERITLAYOUT): Add defines.
10123         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10124         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10125         MEM_WRITE_WATCH): Add defines.
10126
10127
10128 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10129
10130         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10131         Add prototype.
10132         (SetCriticalSectionSpinCount): Likewise.
10133
10134 2001-12-30  Guido Serassio  <serassio@libero.it>
10135
10136         * include/winsvc.h: Add EnumServiceStatusEx(),
10137         QueryServiceStatusEx()
10138         & RegisterServiceCtrlHandlerEx()
10139
10140 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10141
10142         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10143
10144 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10145
10146         * lib/Makefile.in: Revert inst_installdir definitions to working
10147         versions.
10148
10149 2001-12-17  Guido Serassio  <serassio@libero.it>
10150
10151         * include/winsvc.h: Add ChangeServiceConfig2() &
10152         QueryServiceConfig2() definition
10153
10154 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10155
10156         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10157         on MSDN documentation for XP.
10158
10159 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10160
10161         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10162         mappings.
10163
10164 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10165
10166         * include/commctrl.h (ACS_*): Add new defines.
10167         (PGS_*): Ditto.
10168         (CBES_*): Ditto.
10169         (TBSTYLE_*): Ditto.
10170         (TB_*): Ditto.
10171         (TTS_*): Ditto.
10172         (UDS_HOTTRACK): Add define.
10173         (SBT_TOOLTIPS): Ditto.
10174         (TBS_*): Add new defines.
10175         (HDS_*): Ditto.
10176         (LVS_EX_*) Ditto.
10177         (LVKF_*): Ditto.
10178         (TCM_GETEXTENDEDSTYLE): Add define.
10179         (TVS_NOHSCROLL): Ditto.
10180         (TVIF_INTEGRAL): Ditto.
10181         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10182         (TCS_*): Add new defines.
10183         (CBEM_*): Add defines.
10184         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10185         (tagTVITEMEX[AW]: Ditto.
10186         (tagTVINSERTSTRUCT[AW]: Add union member.
10187         * include/winbase.h (VirtualAllocEx): Add prototype.
10188         * include/winuser.h (SS_*): Add new defines.
10189
10190 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10191
10192         * Makefile.in: Increment VERSION.
10193         * include/w32api.h: Ditto.
10194
10195 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10196
10197         * Makefile.in: Increment VERSION.
10198         * include/w32api.h: Ditto.
10199
10200 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10201
10202         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10203         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10204         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10205         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10206         SetupDiOpenDevRegKey): Correct function names.
10207
10208 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10209
10210         * include/winuser.h (IDC_STATIC): Don't define.
10211
10212 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10213
10214         Cleanup merge between SourceForge and winsup CVS.
10215         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10216         definitions.
10217         * include/winnt.h (VER_NT*): Remove duplicate defines.
10218         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10219
10220 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10221
10222         * include/accctrl.h: Change \r\n to \n.
10223
10224 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10225
10226         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10227         Add structure definition.
10228         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10229         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10230         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10231         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10232         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10233         UnenableRouter) Declare functions.
10234         * lib/iphlpapi.def: Add function names to import lib.
10235
10236 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10237
10238         * include/winnt.h (PACCESS_MASK): Add typedef.
10239         * include/aclapi.h: New file.
10240         * include/acctrl.h: New file.
10241         * lib/advapi32.def: Add missing symbols.
10242         * lib/test.c: Add #include <aclapi.h>.
10243
10244 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10245
10246         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10247         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10248         here ...
10249         * include/winnt.h: ... to here.
10250         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10251         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10252         and typedefs.
10253         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10254         Add defines.
10255
10256 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10257
10258         * w32api/include/winnt.h: prepare SSE register support.
10259         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10260         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10261         (struct CONTEXT): ExtendedRegisters field added.
10262
10263 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10264
10265         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10266         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10267         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10268         tagLASTINPUTINFO ): Define new structures.
10269         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10270         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10271         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10272         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10273         SetMenuInfo): Add new prototypes.
10274         * lib/user32.def: Add import stubs for above functions.
10275
10276         * include/winuser.h (IDC_STATIC): Protect against prior
10277         definition.
10278
10279 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10280
10281         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10282         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10283
10284 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10285
10286         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10287         warnings with _AUTHORITY #defines.
10288
10289 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10290
10291         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10292         implementation.
10293         (GetFiberData): Ditto.
10294
10295 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10296
10297         * include/winnt.h: Backout last change.
10298
10299 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10300
10301         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10302         GetCurrentFiber: Create a prototype before the implementation.
10303         GetFiberData: Ditto.
10304
10305 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10306
10307         * include/winuser.h (IDC_STATIC): Add define.
10308         Thanks to: Benoit Laniel.
10309
10310 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10311
10312         * include/commdlg.h: Include <unknwn.h> rather than local
10313         definition of LPUKNOWN.
10314         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10315         Emit warning.
10316
10317 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10318
10319         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10320         for Watcom.
10321         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10322         functions of the form 'type * function(...)' in a way compatible
10323         with both Watcom and GCC.
10324         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10325         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10326         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10327         * include/windows.h: Watcom can use anonymous structs/unions.
10328         * include/winnt.h: Watcom can use 64 bit ints.
10329         (GetCurrentFiber): Add another inline definition using
10330         Watcom inline assembly syntax.
10331         (GetFiberData): Likewise.
10332         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10333         (gethostbyname): Likewise.
10334         (gethostbyaddr}: Likewise.
10335         (getservbyport}: Likewise.
10336         (getservbyname}: Likewise.
10337         (getprotobynumber}: Likewise.
10338         (getprotobyname}: Likewise.
10339         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10340         (gethostbyname}: Likewise.
10341         (gethostbyaddr}: Likewise.
10342         (getservbyport}: Likewise.
10343         (getservbyname}: Likewise.
10344         (getprotobynumber}: Likewise.
10345         (getprotobyname}: Likewise.
10346         * lib/diinut.c: Correction for Watcom.
10347         * lib/kernel32.c (GetCurrentFiber): Add another definition
10348         using Watcom inline assembly syntax.
10349         (GetFiberData): Likewise.
10350         * lib/scrnsave.c (WinMain): Add break after default:
10351         clause.
10352
10353 2001-11-04  "stefan"  <stefan@lkcc.org>
10354
10355         * include/winnt.h (GetCurrentFiber): Add prototype.
10356         (GetFiberData): Likewise.
10357
10358 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10359
10360         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10361         parallel invocations.
10362
10363 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10364
10365         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10366
10367 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10368
10369         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10370         __attribute__((com_interface)) for __GNUC__ >= 3.
10371
10372 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10373
10374         * include/commdlg.h (PRINTPAGERANGE): Add structure
10375         definition.
10376         (PRINTDLGEX[AW]): Likewise.
10377         (PrintDlgEx[AW]): Add function declaration.
10378         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10379         * ChangeLog: Fix typo in last entry.
10380
10381 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10382
10383         * include/objbase.h (CoGetClassObject): Change third parameter
10384         to COSERVERINFO*.
10385
10386 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10387
10388         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10389         Thanks to: Kim Saunders.
10390         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10391         Thanks to: Pat Thoyts.
10392         * include/winnt.h: Change C++ style comment to C style.
10393         * include/shlobj.h: Ditto.
10394         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10395         list.
10396         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10397         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10398         (enum not limited to range of int).
10399         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10400         (struct with no named members), ifndef NONAMELESSUNION.
10401
10402 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10403
10404         * include/winuser.h (CREATESTRUCT): UNICODE it.
10405         (CBT_CREATEWND): Likewise.
10406
10407 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10408
10409         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10410         (WNetGetResourceInformationW): Ditto.
10411         (WNetGetResourceInformation): Add define.
10412
10413 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10414
10415         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10416         before extracting words.
10417
10418 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10419
10420         * include/winnt.h: Add PF_* defines.
10421         Thanks to: "Wizord"  <wizord@argoslabs.com>
10422
10423 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10424
10425         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10426         field as _ANONYMOUS_STRUCT.
10427         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10428         for UNICODE.
10429         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10430         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10431         test.
10432
10433 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10434
10435         * include/commctrl.h: Add some ListView constants.
10436
10437 2001-09-17  Earnie Boyd  <earnie@sf.net>
10438
10439         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10440         portion of the directory from the install.
10441         (inst_libdir): Ditto.
10442         * Makefile.in (VERSION): Increment.
10443         * include/w32api.h: Increment version.
10444
10445 2001-09-13  Earnie Boyd  <earnie@SF.net>
10446
10447         * lib/Makefile.in (inst_includedir): Change to always use w32api
10448         subdirectory for target == cygwin.
10449         (inst_libdir): Ditto.
10450
10451 2001-09-13  Earnie Boyd  <earnie@SF.net>
10452
10453         * lib/Makefile.in (config_prefix): New variable.
10454         (inst_includedir): Manipulate special value only if target == cygwin
10455         and build == target and prefix != config_prefix.
10456         (inst_libdir): Ditto.
10457
10458 2001-09-12  Earnie Boyd  <earnie@SF.net>
10459
10460         * Makefile.in (TARFLAGS): New variable.
10461         (TARFILEEXT): Ditto.
10462
10463 2001-09-12  Earnie Boyd  <earnie@SF.net>
10464
10465         * Makefile.in: Increment version.
10466         * include/w32api.h: Ditto.
10467         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10468
10469 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10470
10471         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10472         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10473         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10474
10475 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10476
10477         * include/wininet.h (InternetAutodial): Add prototype.
10478         (InternetAutodialHangup): Ditto.
10479         (InternetDial): Ditto.
10480         (InternetGetConnectedState): Ditto.
10481         (InternetGoOnline): Ditto.
10482         (InternetHangUp): Ditto.
10483         (InternetSetDialState): Ditto.
10484         Add associated INTERNET_* auto dial flags.
10485         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10486
10487 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10488
10489         * lib/Makefile.in: Move the setting of variable libdir to after the
10490         setting of exec_prefix since the value of libdir is dependant on it.
10491
10492 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10493
10494         * include/winbase.h: Add missing closing parentheses to
10495         InterlockedExchangePointer declaration.
10496
10497 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10498
10499         * include/shlobj.h (CFSTR_* ): Add new defines.
10500         Thanks to: "Ron" <ron@debian.org> .
10501         Unicode them.
10502
10503 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10504
10505         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10506         anonymous structs are available rather than just testing preprocessor
10507         variable directly.
10508
10509 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10510
10511         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10512         with new `LARGE_INTEGER' definition.
10513
10514 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10515
10516         * include/winsock2.h: Remove "extra token" after #endif.
10517
10518 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10519
10520         * config.guess: Remove the \r from the end of line.
10521         * config.sub: Ditto.
10522
10523 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10524
10525         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10526         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10527
10528 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10529
10530         * config.guess: Add the MSYS system.
10531         * config.sub: Ditto.
10532         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10533         * incldue/winsock2.h: Ditto.
10534
10535 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10536
10537         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10538         non-anonymous (Xxx.u.LowPart) access to HighPart and
10539         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10540
10541 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10542
10543         * include/wingdi.h (HANGUL_CHARSET): Add define.
10544
10545 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10546
10547         * include/setupapi.h: Formatting.
10548
10549 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10550
10551         * include/shlobj.h: Remove \r from the line endings.
10552
10553 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10554
10555         * include/setupapi.h : New file.
10556         * lib/setupapi.def:New file.
10557         * lib/test.c: Include setupapi.h.
10558
10559 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10560         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10561
10562 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10563
10564         * include/richedit.h (ENLINK): Add structure definition.
10565         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10566
10567 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10568
10569         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10570         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10571         (GCS_*): Make UNICODE.
10572         (CSIDL_*): Add more defines.
10573         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10574         (_DISK_GEOMETRY): Ditto.
10575         (_DISK_PERFORMANCE): Ditto.
10576         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10577
10578 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10579
10580         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10581         of block protected by #ifndef VOID.
10582         (This reverts 1998-12-01 Anders Norlander change.)
10583         * include/odbcinst.h: End file with newline.
10584         * include/raserror.h: Ditto.
10585
10586 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10587
10588         * include/winsock2.h (#include <wtypes.h): Don't.
10589         (_BLOB): Define instead, if not already done.
10590         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10591         * include/wtypes.h (_BLOB): Guard against prior definition.
10592
10593 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10594
10595         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10596         as __extension__.
10597         (tagTYPEDESC): Ditto.
10598         (_wireBRECORD): Add structure definition.
10599         (_wireSAFEARR_BRECORD): Ditto.
10600         (_wireSAFEARR_HAVEIID): Ditto.
10601         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10602         SAFEARR_HAVEIID HaveIidStr.
10603         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10604         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10605         pparray to wirePSAFEARRAY*.
10606         (_wireVARIANT): Add field wireBRECORD brecVal.
10607         (wireVARIANT): Change typedef to struct _wireVariant*.
10608         (IRecordInfo): Add interface definition.
10609         (LPRECORDINFO): Add typedef for IRecordInfo*.
10610         (IID_IRecordInfo): Add forward decalaration.
10611
10612 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10613
10614         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10615         * include/nddeapi.h: Likewise.
10616
10617 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10618
10619         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10620         Add more includes of w32api headers.
10621
10622 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10623
10624         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10625         Swap asm code with that of GetFiberData.
10626         (GetFiberData): Ditto.
10627         * lib/kernel32.c: New file, containing library versions of
10628         GetCurrentFiber and GetFiberData.
10629         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10630
10631 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10632
10633         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10634         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10635
10636 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10637
10638         * lib/oleaut32.def: Regenerate.
10639
10640 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10641
10642         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10643
10644 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10645
10646         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10647         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10648         * include/oaidl.h: ... to here.
10649         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10650         (IErrorInfo::GetGUID): Change arg to GUID.
10651         (LPSUPPORTERRORINFO): Add typedef.
10652         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10653
10654 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10655
10656         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10657         defines.
10658
10659 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10660
10661         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10662
10663 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10664
10665         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10666         Thanks to: Jason Craig  <jacraig@softhome.net>
10667
10668 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10669
10670         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10671         and UNICODE mappings, if _WIN32_IE >= 0x400.
10672         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10673         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10674         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10675         (tagNMLVCUSTOMDRAW): Likewise.
10676         (tagNMTVCUSTOMDRAW): Likewise.
10677         (tagNMLVCACHEHINT): Likewise.
10678
10679 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10680
10681         * include/basetsd.h (#include <_mingw.h>): Remove.
10682         (__int64): Define.
10683
10684 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10685
10686         * include/wingdi.h (AC_SRC_OVER): Add define.
10687         (struct _BLENDFUNCTION): Add.
10688
10689 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10690
10691         * include/shlobj.h:  Add BIF_* defines.
10692
10693 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10694
10695         * include/winerror.h (E_PENDING): Add error code define.
10696
10697 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10698
10699         * include/basetsd.h (#include <_mingw.h>): Add directive.
10700
10701 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10702
10703         * include/winbase.h (InterlockedCompareExchange): Change args
10704         and return value from PVOID to LONG.
10705         (InterlockedExchange): Change first arg to LPLONG.
10706         (InterlockedCompareExchangePointer): New macro.
10707         (InterlockedExchangePointer): New macro.
10708
10709 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10710
10711         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10712         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10713
10714 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10715
10716         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10717         (IMalloc::Free()): Ditto.
10718
10719 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10720
10721         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10722         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10723         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10724
10725 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10726
10727         * include/shlobj.h (struct _browseinfo): UNICODE it.
10728         (SHBrowseForFolder): Ditto.
10729         (SHGetPathFromIDList): Ditto.
10730
10731 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10732
10733         * include/basetsd.h: RC_INVOKED protection and realignment.
10734         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10735
10736 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10737
10738         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10739         line.
10740
10741 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10742
10743         * lib/mapi32.def: Add MAPISendMail.
10744
10745 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10746
10747         * include/w32api.h: Update version.
10748         * Makefile.in: Ditto.
10749
10750 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10751
10752         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10753         compiler warnings.
10754
10755 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10756
10757         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10758         previous definition in include/ntsecapi.h.
10759         * include/ntsecapi.h: Vice versa.
10760
10761 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10762
10763         * include/winnt.h: Add defines for group attributes.
10764         Add define for SYSTEM_LUID.
10765         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10766         `PTOKEN_PRIMARY_GROUP'.
10767
10768 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10769
10770         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10771         for cygwin.
10772
10773 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10774
10775         * include/winsock2.h: Protect one *more* newlib defines when compiling
10776         cygwin.
10777
10778 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10779
10780         * include/winsock2.h: Protect some more newlib defines when compiling
10781         cygwin.
10782
10783 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10784
10785         * include/winsock.h: Protect some more newlib defines when compiling
10786         cygwin.
10787
10788 2001-04-17  Egor Duda  <deo@logos-m.ru>
10789
10790         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10791         as __extenstion__ when appropriate.
10792         * include/mmsystem.h: Mark anonymous structs and unions as
10793         __extension__ to prevent compiler warning when invoked with
10794         -pedantic
10795         * include/oaidl.h: Ditto.
10796         * include/objidl.h: Ditto.
10797         * include/olectl.h: Ditto.
10798         * include/prsht.h: Ditto.
10799         * include/shlobj.h: Ditto.
10800         * include/winbase.h: Ditto.
10801         * include/winnt.h: Ditto.
10802         * include/wtypes.h: Ditto.
10803
10804 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10805
10806         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10807         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10808
10809 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10810
10811         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10812
10813 2001-04-11  John Fortin  <fortinj@attglobal.net>
10814
10815         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10816         (*LPBOOL): Ditto.
10817
10818 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10819
10820         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10821         code will be included in every module which includes this header.
10822         (GetFiberData): Ditto.
10823
10824 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10825
10826         * include/winnt.h (GetCurrentFiber): Fix typo.
10827
10828 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10829
10830         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10831         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10832         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10833         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10834         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10835
10836         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10837         (GetCurrentFiber): Ditto.
10838         Thanks to: Andy Younger  <AndyY@redlemon.com>
10839
10840         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10841         DirectX 8 from complaining.
10842         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10843
10844 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10845
10846         * include/commctrl.h Updated TreeView and ListView defines and macros.
10847
10848 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10849
10850         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10851         and above.
10852
10853 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10854         * include/winuser.h (VK_KANA): New definition.
10855         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10856
10857 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10858
10859         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10860         (RT_FONT): Ditto.
10861         * include/basetsd.h (INT32): Ditto.
10862         * include/windef.h (ATOM): Ditto.
10863         (BOOL): Ditto.
10864         (BYTE): Ditto.
10865         * include/winbase.h (FreeResource): Ditto.
10866         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10867
10868 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10869
10870         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10871         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10872         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10873         macro now defined in newlib sys/types.h.  Emit warning if defined.
10874         * include/winsock2.h: Ditto.
10875         * include/windows.h (Win32_Winsock): Replace with new macros
10876         __USE_W32_SOCKETS and warn of deprecation.
10877
10878 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10879
10880         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10881         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10882
10883 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10884
10885         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10886         (TB_GETBUTTONSIZE): Ditto.
10887         (TCS_HOTTRACK): Ditto.
10888         Thanks to: Chris Hansen <popeofpop@softhome.net>
10889
10890 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10891
10892         * Makefile.in: (snapshot): Add target.
10893         * lib/Makefile.in: (install-headers): Use installdir variable.
10894         (installdir): Set value based on target-alias.
10895
10896 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10897
10898         * include/w32api.h: (_W32API_VERSION): Remove.
10899         (__W32API_VERSION): Add.
10900         (__W32API_MAJOR_VERSION): Ditto.
10901         (__W32API_MINOR_VERSION): Ditto.
10902
10903 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10904
10905         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10906         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10907         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10908         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10909
10910 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10911
10912         * include/mswsock.h: New file.
10913         * include/ws2tcpip.h: New file.
10914         * include/winsock.h (IPPROTO_IGMP): New define.
10915         (IPPROTO_GGP): Correct value.
10916         (SO_* macros): Remove mswsock defines.
10917         (TCP_BSDURGENT): Likewise.
10918         (IP_* macros): Add comment warning of WinSock2 incompatibility
10919         (WSARecvEx): Remove mswsock prototype.
10920         (TransmitFile): Likewise.
10921         (AcceptEx): Likewise.
10922         (GetAcceptExSockaddrs): Likewise.
10923         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10924         (#include <mswsock.h>): Add directive and explanatory comment
10925         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10926         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10927         (#include <winsock.h>): Replace directive with winsock.h file content
10928         The following changes apply to the merged file:
10929         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10930         (SOMAXCONN): Likewise
10931         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10932         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10933         in ws2tcpip.h)
10934         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10935         (FD_*_BIT and FD_* defines): Place together and extend to
10936         FD_MAX_EVENTS 10
10937         (AF* defines): Extend to AF_MAX 10
10938         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10939         (WSAUnhookBlockingHook): Likewise.
10940         (WSASetBlockingHook): Likewise.
10941         (WSACancelBlockingCall): Likewise.
10942         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10943         (#include <mswsock.h>): Delete directive inherited from winsock.h
10944         (WSA_QOS* defines): Add QualityOfService error codes.
10945         (SIO_* defines): Add new macros
10946         * include/ipexport.h (IP_STATUS flags): Add definitions.
10947         (IP_FLAG_DF): Likewise.
10948         (IP_OPT_* ): Likewise.
10949         (struct ip_option_information): Likewise.
10950         (struct icmp_echo_reply): Likewise.
10951
10952 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10953
10954         * include/commctrl.h: Revert TEXT change.
10955         * include/lmalert.h: Ditto.
10956         * include/lmcons.h: Ditto.
10957         * include/lmsname.h: Ditto.
10958         * include/lmsvc.h: Ditto.
10959         * include/ntsecapi.h: Ditto.
10960         * include/oledlg.h: Ditto.
10961         * include/ras.h: Ditto.
10962         * include/regstr.h: Ditto.
10963         * include/richedit.h: Ditto.
10964         * include/wininet.h: Ditto.
10965         * include/winnt.h: Ditto.
10966
10967 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
10968
10969         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
10970         * include/lmalert.h: Ditto.
10971         * include/lmcons.h: Ditto.
10972         * include/lmsname.h: Ditto.
10973         * include/lmsvc.h: Ditto.
10974         * include/ntsecapi.h: Ditto.
10975         * include/oledlg.h: Ditto.
10976         * include/ras.h: Ditto.
10977         * include/regstr.h: Ditto.
10978         * include/richedit.h: Ditto.
10979         * include/wininet.h: Ditto.
10980         * include/w32api.h: New File.
10981
10982 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
10983
10984         * include/shlobj.h: Add missing SLR_* flags.
10985
10986 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
10987
10988         * lib/Makefile.in: (host_alias): Add variable.
10989         (host_build): Ditto:
10990         (xinstall): Removed
10991         (xinstall-libraries): Ditto.
10992         (xinstall-headers): Ditto.
10993         (xuninstall): Ditto.
10994         (xuninstall-libraries): Ditto.
10995         (xuninstall-headers): Ditto.
10996         * Makefile.in: (host_alias): Add variable.
10997         (build_alias): Ditto.
10998
10999 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
11000
11001         * include/winnt.h: (__TEXT): Add private macro.
11002         (_TEXT): Modify definition to use __TEXT.
11003         (_T): Ditto.
11004         This change allows the passing of a MACRO as an argument and have that
11005         MACRO resolved first.
11006         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11007
11008 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
11009
11010         * Makefile.in: Increment VERSION to 0.5
11011         * include/winnt.h: Change TEXT to _TEXT throughout.
11012         (SID_RELEASE): Define.
11013         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11014
11015 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11016
11017         * Apply Phil Krylov patches.
11018         2001-01-19  Phil Krylov  <phil@mail.ru>
11019         * include/commctrl.h: (HDI_IMAGE) New definition.
11020         (HDI_DI_SETITEM) Ditto.
11021         (HDI_ORDER) Ditto.
11022         (HDI_FILTER) Ditto.
11023         (HDF_BITMAP_ON_RIGHT) Ditto.
11024         (HDF_IMAGE) Ditto.
11025         (HDM_SETORDERARRAY) Ditto.
11026         (Header_SetOrderArray) Ditto.
11027         (ICC_BAR_CLASSES) Ditto.
11028         (struct _HD_ITEMA) Change definition.
11029         (struct _HD_ITEMW) Ditto.
11030         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
11031         (InitCommonControlsEx()) Ditto.
11032         2001-01-23  Phil Krylov  <phil@mail.ru>
11033         * include/richedit.h: Many Richedit 2.0 definitions.
11034
11035 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11036
11037         * include/winuser.h: (IDC_HAND)  New resource identifier.
11038         Thanks to: Mark Jordon <mark_jordan@ieee.org>
11039
11040 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11041
11042         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
11043         Fix typo's.
11044
11045 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11046
11047         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
11048         (GetUnmarshalClass): CLSID argument needs to be a pointer.
11049         Thanks To: <bge@users.sourceforge.net>
11050
11051 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11052
11053         * Apply Danny Smith patch 102386
11054         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11055         * lib/rasapi32.def: add symbols available in NT4 and W2k
11056
11057 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11058
11059         * Apply Danny Smith patch 102382
11060         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11061         * lib/mswsock.def: remove leading underscores from symbol names
11062
11063 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11064
11065         * Apply Danny Smith patch 102446
11066         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11067         * include/sql.h (ODBCVER): change default to 0x0351.
11068         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
11069         (SQLColAttributes): likewise.
11070         (SQLBindParam): add prototype for ODBC 3.x function.
11071         (SQLCloseCursor): likewise.
11072         (SQLColAttribute): likewise.
11073         (SQLCopyDesc):likewise.
11074         (SQLEndTran): likewise.
11075         (SQLFetchScroll): likewise.
11076         (SQLGetConnectAttr): likewise.
11077         (SQLGetDescField): likewise.
11078         (SQLGetDescRec): likewise.
11079         (SQLGetDiagField): likewise.
11080         (SQLGetDiagRec): likewise.
11081         (SQLGetEnvAttr): likewise.
11082         (SQLGetStmtAttr): likewise.
11083         (SQLSetConnectAttr): likewise.
11084         (SQLSetDescField):likewise.
11085         (SQLSetDescRec): likewise.
11086         (SQLSetEnvAttr): likewise.
11087         (SQLSetStmtAttr): likewise.
11088         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11089         _WIN64 compatability;
11090         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11091         (SQL_ACTIVE_CONNECTIONS): likewise.
11092         (SQL_ACTIVE_STATEMENTS): likewise.
11093         (SQL_ALL_EXCEPT_LIKE): likewise.
11094         (SQL_API_ALL_FUNCTIONS): likewise.
11095         (SQL_API_LOADBYORDINAL): likewise.
11096         (SQL_API_SQLBINDPARAMETER): likewise.
11097         (SQL_API_SQLBROWSECONNECT): likewise.
11098         (SQL_API_SQLCOLATTRIBUTES): likewise.
11099         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11100         (SQL_API_SQLDESCRIBEPARAM): likewise.
11101         (SQL_API_SQLDRIVERCONNECT): likewise.
11102         (SQL_API_SQLDRIVERS): likewise.
11103         (SQL_API_SQLEXTENDEDFETCH): likewise.
11104         (SQL_API_SQLFOREIGNKEYS): likewise.
11105         (SQL_API_SQLMORERESULTS): likewise.
11106         (SQL_API_SQLNATIVESQL): likewise.
11107         (SQL_API_SQLNUMPARAMS): likewise.
11108         (SQL_API_SQLPARAMOPTIONS): likewise.
11109         (SQL_API_SQLPRIMARYKEYS): likewise.
11110         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11111         (SQL_API_SQLPROCEDURES): likewise.
11112         (SQL_API_SQLSETPOS): likewise.
11113         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11114         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11115         (SQL_ASYNC_ENABLE): likewise.
11116         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11117         (SQL_ASYNC_ENABLE_OFF): likewise.
11118         (SQL_ASYNC_ENABLE_ON): likewise.
11119         (SQL_ATTR_READONLY): likewise.
11120         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11121         (SQL_ATTR_WRITE): likewise.
11122         (SQL_AUTOCOMMIT): likewise.
11123         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11124         (SQL_AUTOCOMMIT_OFF): likewise.
11125         (SQL_AUTOCOMMIT_ON): likewise.
11126         (SQL_BEST_ROWID): likewise.
11127         (SQL_BIGINT): likewise.
11128         (SQL_BINARY): likewise.
11129         (SQL_BIND_BY_COLUMN): likewise.
11130         (SQL_BIND_TYPE): likewise.
11131         (SQL_BIND_TYPE_DEFAULT): likewise.
11132         (SQL_BIT): likewise.
11133         (SQL_BOOKMARK_PERSISTENCE): likewise.
11134         (SQL_BP_CLOSE): likewise.
11135         (SQL_BP_DELETE): likewise.
11136         (SQL_BP_DROP): likewise.
11137         (SQL_BP_OTHER_HSTMT): likewise.
11138         (SQL_BP_SCROLL): likewise.
11139         (SQL_BP_TRANSACTION): likewise.
11140         (SQL_BP_UPDATE): likewise.
11141         (SQL_C_BINARY): likewise.
11142         (SQL_C_BIT): likewise.
11143         (SQL_C_BOOKMARK): likewise.
11144         (SQL_C_CHAR): likewise.
11145         (SQL_C_DATE): likewise.
11146         (SQL_C_DEFAULT): likewise.
11147         (SQL_C_DOUBLE): likewise.
11148         (SQL_C_FLOAT): likewise.
11149         (SQL_C_LONG): likewise.
11150         (SQL_C_SHORT): likewise.
11151         (SQL_C_SLONG): likewise.
11152         (SQL_C_SSHORT): likewise.
11153         (SQL_C_STINYINT): likewise.
11154         (SQL_C_TIME): likewise.
11155         (SQL_C_TIMESTAMP): likewise.
11156         (SQL_C_TINYINT): likewise.
11157         (SQL_C_ULONG): likewise.
11158         (SQL_C_USHORT): likewise.
11159         (SQL_C_UTINYINT): likewise.
11160         (SQL_CB_NON_NULL): likewise.
11161         (SQL_CB_NULL): likewise.
11162         (SQL_CC_CLOSE): likewise.
11163         (SQL_CC_DELETE): likewise.
11164         (SQL_CC_PRESERVE): likewise.
11165         (SQL_CN_ANY): likewise.
11166         (SQL_CN_DIFFERENT): likewise.
11167         (SQL_CN_NONE): likewise.
11168         (SQL_COLATT_OPT_MAX): likewise.
11169         (SQL_COLATT_OPT_MIN): likewise.
11170         (SQL_COLUMN_ALIAS): likewise.
11171         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11172         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11173         (SQL_COLUMN_COUNT): likewise.
11174         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11175         (SQL_COLUMN_DRIVER_START): likewise.
11176         (SQL_COLUMN_LABEL): likewise.
11177         (SQL_COLUMN_LENGTH): likewise.
11178         (SQL_COLUMN_MONEY): likewise.
11179         (SQL_COLUMN_NAME): likewise.
11180         (SQL_COLUMN_NULLABLE): likewise.
11181         (SQL_COLUMN_OWNER_NAME): likewise.
11182         (SQL_COLUMN_PRECISION): likewise.
11183         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11184         (SQL_COLUMN_SCALE): likewise.
11185         (SQL_COLUMN_SEARCHABLE): likewise.
11186         (SQL_COLUMN_TABLE_NAME): likewise.
11187         (SQL_COLUMN_TYPE): likewise.
11188         (SQL_COLUMN_TYPE_NAME): likewise.
11189         (SQL_COLUMN_UNSIGNED): likewise.
11190         (SQL_COLUMN_UPDATABLE): likewise.
11191         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11192         (SQL_CONCUR_DEFAULT): likewise.
11193         (SQL_CONCUR_LOCK): likewise.
11194         (SQL_CONCUR_READ_ONLY): likewise.
11195         (SQL_CONCUR_ROWVER): likewise.
11196         (SQL_CONCUR_TIMESTAMP): likewise.
11197         (SQL_CONCUR_VALUES): likewise.
11198         (SQL_CONCURRENCY): likewise.
11199         (SQL_CONN_OPT_MAX): likewise.
11200         (SQL_CONN_OPT_MIN): likewise.
11201         (SQL_CONNECT_OPT_DRVR_START): likewise.
11202         (SQL_CONVERT_BIGINT): likewise.
11203         (SQL_CONVERT_BINARY): likewise.
11204         (SQL_CONVERT_BIT): likewise.
11205         (SQL_CONVERT_CHAR): likewise.
11206         (SQL_CONVERT_DATE): likewise.
11207         (SQL_CONVERT_DECIMAL): likewise.
11208         (SQL_CONVERT_DOUBLE): likewise.
11209         (SQL_CONVERT_FLOAT): likewise.
11210         (SQL_CONVERT_FUNCTIONS): likewise.
11211         (SQL_CONVERT_INTEGER): likewise.
11212         (SQL_CONVERT_LONGVARBINARY): likewise.
11213         (SQL_CONVERT_LONGVARCHAR): likewise.
11214         (SQL_CONVERT_NUMERIC): likewise.
11215         (SQL_CONVERT_REAL): likewise.
11216         (SQL_CONVERT_SMALLINT): likewise.
11217         (SQL_CONVERT_TIME): likewise.
11218         (SQL_CONVERT_TIMESTAMP): likewise.
11219         (SQL_CONVERT_TINYINT): likewise.
11220         (SQL_CONVERT_VARBINARY): likewise.
11221         (SQL_CONVERT_VARCHAR): likewise.
11222         (SQL_CORRELATION_NAME): likewise.
11223         (SQL_CR_CLOSE): likewise.
11224         (SQL_CR_DELETE): likewise.
11225         (SQL_CR_PRESERVE): likewise.
11226         (SQL_CUR_DEFAULT): likewise.
11227         (SQL_CUR_USE_DRIVER): likewise.
11228         (SQL_CUR_USE_IF_NEEDED): likewise.
11229         (SQL_CUR_USE_ODBC): likewise.
11230         (SQL_CURRENT_QUALIFIER): likewise.
11231         (SQL_CURSOR_DYNAMIC): likewise.
11232         (SQL_CURSOR_FORWARD_ONLY): likewise.
11233         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11234         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11235         (SQL_CURSOR_STATIC): likewise.
11236         (SQL_CURSOR_TYPE): likewise.
11237         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11238         (SQL_CVT_BIGINT): likewise.
11239         (SQL_CVT_BINARY): likewise.
11240         (SQL_CVT_BIT): likewise.
11241         (SQL_CVT_CHAR): likewise.
11242         (SQL_CVT_DATE): likewise.
11243         (SQL_CVT_DECIMAL): likewise.
11244         (SQL_CVT_DOUBLE): likewise.
11245         (SQL_CVT_FLOAT): likewise.
11246         (SQL_CVT_INTEGER): likewise.
11247         (SQL_CVT_LONGVARBINARY): likewise.
11248         (SQL_CVT_LONGVARCHAR): likewise.
11249         (SQL_CVT_NUMERIC): likewise.
11250         (SQL_CVT_REAL): likewise.
11251         (SQL_CVT_SMALLINT): likewise.
11252         (SQL_CVT_TIME): likewise.
11253         (SQL_CVT_TIMESTAMP): likewise.
11254         (SQL_CVT_TINYINT): likewise.
11255         (SQL_CVT_VARBINARY): likewise.
11256         (SQL_CVT_VARCHAR): likewise.
11257         (SQL_DATABASE_NAME): likewise.
11258         (SQL_DATE): likewise.
11259         (SQL_DRIVER_HDBC): likewise.
11260         (SQL_DRIVER_HENV): likewise.
11261         (SQL_DRIVER_HLIB): likewise.
11262         (SQL_DRIVER_HSTMT): likewise.
11263         (SQL_DRIVER_NAME): likewise.
11264         (SQL_DRIVER_ODBC_VER): likewise.
11265         (SQL_DRIVER_VER): likewise.
11266         (SQL_ENSURE): likewise.
11267         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11268         (SQL_EXT_API_LAST): likewise.
11269         (SQL_EXT_API_START): likewise.
11270         (SQL_FD_FETCH_BOOKMARK): likewise.
11271         (SQL_FD_FETCH_PREV): likewise.
11272         (SQL_FD_FETCH_RESUME): likewise.
11273         (SQL_FETCH_PREV): likewise.
11274         (SQL_FETCH_RESUME): likewise.
11275         (SQL_FILE_NOT_SUPPORTED): likewise.
11276         (SQL_FILE_QUALIFIER): likewise.
11277         (SQL_FILE_TABLE): likewise.
11278         (SQL_FILE_USAGE): likewise.
11279         (SQL_FN_CVT_CONVERT): likewise.
11280         (SQL_FN_NUM_ABS): likewise.
11281         (SQL_FN_NUM_ACOS): likewise.
11282         (SQL_FN_NUM_ASIN): likewise.
11283         (SQL_FN_NUM_ATAN): likewise.
11284         (SQL_FN_NUM_ATAN2): likewise.
11285         (SQL_FN_NUM_CEILING): likewise.
11286         (SQL_FN_NUM_COS): likewise.
11287         (SQL_FN_NUM_COT): likewise.
11288         (SQL_FN_NUM_DEGREES): likewise.
11289         (SQL_FN_NUM_EXP): likewise.
11290         (SQL_FN_NUM_FLOOR): likewise.
11291         (SQL_FN_NUM_LOG): likewise.
11292         (SQL_FN_NUM_LOG10): likewise.
11293         (SQL_FN_NUM_MOD): likewise.
11294         (SQL_FN_NUM_PI): likewise.
11295         (SQL_FN_NUM_POWER): likewise.
11296         (SQL_FN_NUM_RADIANS): likewise.
11297         (SQL_FN_NUM_RAND): likewise.
11298         (SQL_FN_NUM_ROUND): likewise.
11299         (SQL_FN_NUM_SIGN): likewise.
11300         (SQL_FN_NUM_SIN): likewise.
11301         (SQL_FN_NUM_SQRT): likewise.
11302         (SQL_FN_NUM_TAN): likewise.
11303         (SQL_FN_NUM_TRUNCATE): likewise.
11304         (SQL_FN_STR_ASCII): likewise.
11305         (SQL_FN_STR_CHAR): likewise.
11306         (SQL_FN_STR_CONCAT): likewise.
11307         (SQL_FN_STR_DIFFERENCE): likewise.
11308         (SQL_FN_STR_INSERT): likewise.
11309         (SQL_FN_STR_LCASE): likewise.
11310         (SQL_FN_STR_LEFT): likewise.
11311         (SQL_FN_STR_LENGTH): likewise.
11312         (SQL_FN_STR_LOCATE): likewise.
11313         (SQL_FN_STR_LOCATE_2): likewise.
11314         (SQL_FN_STR_LTRIM): likewise.
11315         (SQL_FN_STR_REPEAT): likewise.
11316         (SQL_FN_STR_REPLACE): likewise.
11317         (SQL_FN_STR_RIGHT): likewise.
11318         (SQL_FN_STR_RTRIM): likewise.
11319         (SQL_FN_STR_SOUNDEX): likewise.
11320         (SQL_FN_STR_SPACE): likewise.
11321         (SQL_FN_STR_SUBSTRING): likewise.
11322         (SQL_FN_STR_UCASE): likewise.
11323         (SQL_FN_SYS_DBNAME): likewise.
11324         (SQL_FN_SYS_IFNULL): likewise.
11325         (SQL_FN_SYS_USERNAME): likewise.
11326         (SQL_FN_TD_CURDATE): likewise.
11327         (SQL_FN_TD_CURTIME): likewise.
11328         (SQL_FN_TD_DAYNAME): likewise.
11329         (SQL_FN_TD_DAYOFMONTH): likewise.
11330         (SQL_FN_TD_DAYOFWEEK): likewise.
11331         (SQL_FN_TD_DAYOFYEAR): likewise.
11332         (SQL_FN_TD_HOUR): likewise.
11333         (SQL_FN_TD_MINUTE): likewise.
11334         (SQL_FN_TD_MONTH): likewise.
11335         (SQL_FN_TD_MONTHNAME): likewise.
11336         (SQL_FN_TD_NOW): likewise.
11337         (SQL_FN_TD_QUARTER): likewise.
11338         (SQL_FN_TD_SECOND): likewise.
11339         (SQL_FN_TD_TIMESTAMPadd): likewise.
11340         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11341         (SQL_FN_TD_WEEK): likewise.
11342         (SQL_FN_TD_YEAR): likewise.
11343         (SQL_FN_TSI_DAY): likewise.
11344         (SQL_FN_TSI_FRAC_SECOND): likewise.
11345         (SQL_FN_TSI_HOUR): likewise.
11346         (SQL_FN_TSI_MINUTE): likewise.
11347         (SQL_FN_TSI_MONTH): likewise.
11348         (SQL_FN_TSI_QUARTER): likewise.
11349         (SQL_FN_TSI_SECOND): likewise.
11350         (SQL_FN_TSI_WEEK): likewise.
11351         (SQL_FN_TSI_YEAR): likewise.
11352         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11353         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11354         (SQL_GB_NO_RELATION): likewise.
11355         (SQL_GB_NOT_SUPPORTED): likewise.
11356         (SQL_GD_BLOCK): likewise.
11357         (SQL_GD_BOUND): likewise.
11358         (SQL_GET_BOOKMARK): likewise.
11359         (SQL_GROUP_BY): likewise.
11360         (SQL_INFO_DRIVER_START): likewise.
11361         (SQL_INFO_FIRST): likewise.
11362         (SQL_INFO_LAST): likewise.
11363         (SQL_INTERVAL_DAY): likewise.
11364         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11365         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11366         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11367         (SQL_INTERVAL_HOUR): likewise.
11368         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11369         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11370         (SQL_INTERVAL_MINUTE): likewise.
11371         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11372         (SQL_INTERVAL_MONTH): likewise.
11373         (SQL_INTERVAL_SECOND): likewise.
11374         (SQL_INTERVAL_YEAR): likewise.
11375         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11376         (SQL_KEYSET_SIZE): likewise.
11377         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11378         (SQL_KEYWORDS): likewise.
11379         (SQL_LCK_EXCLUSIVE): likewise.
11380         (SQL_LCK_NO_CHANGE): likewise.
11381         (SQL_LCK_UNLOCK): likewise.
11382         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11383         (SQL_LIKE_ONLY): likewise.
11384         (SQL_LOCK_TYPES): likewise.
11385         (SQL_LOGIN_TIMEOUT): likewise.
11386         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11387         (SQL_LONGVARBINARY): likewise.
11388         (SQL_LONGVARCHAR): likewise.
11389         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11390         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11391         (SQL_MAX_DSN_LENGTH): likewise.
11392         (SQL_MAX_LENGTH): likewise.
11393         (SQL_MAX_LENGTH_DEFAULT): likewise.
11394         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11395         (SQL_MAX_OWNER_NAME_LEN): likewise.
11396         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11397         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11398         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11399         (SQL_MAX_ROWS): likewise.
11400         (SQL_MAX_ROWS_DEFAULT): likewise.
11401         (SQL_MODE_DEFAULT): likewise.
11402         (SQL_MODE_READ_ONLY): likewise.
11403         (SQL_MODE_READ_WRITE): likewise.
11404         (SQL_MULT_RESULT_SETS): likewise.
11405         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11406         (SQL_NC_END): likewise.
11407         (SQL_NC_START): likewise.
11408         (SQL_NEED_LONG_DATA_LEN): likewise.
11409         (SQL_NNC_NON_NULL): likewise.
11410         (SQL_NNC_NULL): likewise.
11411         (SQL_NO_TOTAL): likewise.
11412         (SQL_NON_NULLABLE_COLUMNS): likewise.
11413         (SQL_NOSCAN): likewise.
11414         (SQL_NOSCAN_DEFAULT): likewise.
11415         (SQL_NOSCAN_OFF): likewise.
11416         (SQL_NOSCAN_ON): likewise.
11417         (SQL_NUM_EXTENSIONS): likewise.
11418         (SQL_NUM_FUNCTIONS): likewise.
11419         (SQL_NUMERIC_FUNCTIONS): likewise.
11420         (SQL_OAC_LEVEL1): likewise.
11421         (SQL_OAC_LEVEL2): likewise.
11422         (SQL_OAC_NONE): likewise.
11423         (SQL_ODBC_API_CONFORMANCE): likewise.
11424         (SQL_ODBC_CURSORS): likewise.
11425         (SQL_ODBC_KEYWORDS): likewise.
11426         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11427         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11428         (SQL_ODBC_SQL_OPT_IEF): likewise.
11429         (SQL_ODBC_VER): likewise.
11430         (SQL_OPT_TRACE): likewise.
11431         (SQL_OPT_TRACE_DEFAULT): likewise.
11432         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11433         (SQL_OPT_TRACE_OFF): likewise.
11434         (SQL_OPT_TRACE_ON): likewise.
11435         (SQL_OPT_TRACEFILE): likewise.
11436         (SQL_OSC_CORE): likewise.
11437         (SQL_OSC_EXTENDED): likewise.
11438         (SQL_OSC_MINIMUM): likewise.
11439         (SQL_OSCC_COMPLIANT): likewise.
11440         (SQL_OSCC_NOT_COMPLIANT): likewise.
11441         (SQL_OU_DML_STATEMENTS): likewise.
11442         (SQL_OU_INDEX_DEFINITION): likewise.
11443         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11444         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11445         (SQL_OU_TABLE_DEFINITION): likewise.
11446         (SQL_OUTER_JOINS): likewise.
11447         (SQL_OWNER_TERM): likewise.
11448         (SQL_OWNER_USAGE): likewise.
11449         (SQL_PACKET_SIZE): likewise.
11450         (SQL_PC_NOT_PSEUDO): likewise.
11451         (SQL_POS_add): likewise.
11452         (SQL_POS_DELETE): likewise.
11453         (SQL_POS_OPERATIONS): likewise.
11454         (SQL_POS_POSITION): likewise.
11455         (SQL_POS_REFRESH): likewise.
11456         (SQL_POS_UPDATE): likewise.
11457         (SQL_POSITIONED_STATEMENTS): likewise.
11458         (SQL_PROCEDURE_TERM): likewise.
11459         (SQL_PROCEDURES): likewise.
11460         (SQL_PS_POSITIONED_DELETE): likewise.
11461         (SQL_PS_POSITIONED_UPDATE): likewise.
11462         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11463         (SQL_QL_END): likewise.
11464         (SQL_QL_START): likewise.
11465         (SQL_QU_DML_STATEMENTS): likewise.
11466         (SQL_QU_INDEX_DEFINITION): likewise.
11467         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11468         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11469         (SQL_QU_TABLE_DEFINITION): likewise.
11470         (SQL_QUALIFIER_LOCATION): likewise.
11471         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11472         (SQL_QUALIFIER_TERM): likewise.
11473         (SQL_QUALIFIER_USAGE): likewise.
11474         (SQL_QUERY_TIMEOUT): likewise.
11475         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11476         (SQL_QUICK): likewise.
11477         (SQL_QUIET_MODE): likewise.
11478         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11479         (SQL_RD_DEFAULT): likewise.
11480         (SQL_RD_OFF): likewise.
11481         (SQL_RD_ON): likewise.
11482         (SQL_RETRIEVE_DATA): likewise.
11483         (SQL_ROW_NUMBER): likewise.
11484         (SQL_ROW_UPDATES): likewise.
11485         (SQL_ROWSET_SIZE): likewise.
11486         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11487         (SQL_ROWVER): likewise.
11488         (SQL_SC_NON_UNIQUE): likewise.
11489         (SQL_SC_TRY_UNIQUE): likewise.
11490         (SQL_SC_UNIQUE): likewise.
11491         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11492         (SQL_SCROLL_DYNAMIC): likewise.
11493         (SQL_SCROLL_FORWARD_ONLY): likewise.
11494         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11495         (SQL_SCROLL_OPTIONS): likewise.
11496         (SQL_SCROLL_STATIC): likewise.
11497         (SQL_SEARCHABLE): likewise.
11498         (SQL_SIGNED_OFFSET): likewise.
11499         (SQL_SIMULATE_CURSOR): likewise.
11500         (SQL_SO_DYNAMIC): likewise.
11501         (SQL_SO_FORWARD_ONLY): likewise.
11502         (SQL_SO_KEYSET_DRIVEN): likewise.
11503         (SQL_SO_MIXED): likewise.
11504         (SQL_SO_STATIC): likewise.
11505         (SQL_SPEC_MAJOR): likewise.
11506         (SQL_SPEC_MINOR): likewise.
11507         (SQL_SPEC_STRING): likewise.
11508         (SQL_SQ_COMPARISON): likewise.
11509         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11510         (SQL_SQ_EXISTS): likewise.
11511         (SQL_SQ_IN): likewise.
11512         (SQL_SQ_QUANTIFIED): likewise.
11513         (SQL_SQLSTATE_SIZE): likewise.
11514         (SQL_SS_addITIONS): likewise.
11515         (SQL_SS_DELETIONS): likewise.
11516         (SQL_SS_UPDATES): likewise.
11517         (SQL_STATIC_SENSITIVITY): likewise.
11518         (SQL_STMT_OPT_MAX): likewise.
11519         (SQL_STMT_OPT_MIN): likewise.
11520         (SQL_STRING_FUNCTIONS): likewise.
11521         (SQL_SUBQUERIES): likewise.
11522         (SQL_SYSTEM_FUNCTIONS): likewise.
11523         (SQL_TABLE_STAT): likewise.
11524         (SQL_TABLE_TERM): likewise.
11525         (SQL_TIME): likewise.
11526         (SQL_TIMEDATE_add_INTERVALS): likewise.
11527         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11528         (SQL_TIMEDATE_FUNCTIONS): likewise.
11529         (SQL_TIMESTAMP): likewise.
11530         (SQL_TINYINT): likewise.
11531         (SQL_TRANSLATE_DLL): likewise.
11532         (SQL_TRANSLATE_OPTION): likewise.
11533         (SQL_TXN_ISOLATION): likewise.
11534         (SQL_TXN_VERSIONING): likewise.
11535         (SQL_TYPE_DRIVER_END): likewise.
11536         (SQL_TYPE_DRIVER_START): likewise.
11537         (SQL_TYPE_MAX): likewise.
11538         (SQL_TYPE_MIN): likewise.
11539         (SQL_TYPE_NULL): likewise.
11540         (SQL_U_UNION): likewise.
11541         (SQL_U_UNION_ALL): likewise.
11542         (SQL_UB_DEFAULT): likewise.
11543         (SQL_UB_OFF): likewise.
11544         (SQL_UB_ON): likewise.
11545         (SQL_UNICODE): likewise.
11546         (SQL_UNICODE_CHAR): likewise.
11547         (SQL_UNICODE_LONGVARCHAR): likewise.
11548         (SQL_UNICODE_VARCHAR): likewise.
11549         (SQL_UNION): likewise.
11550         (SQL_UNSEARCHABLE): likewise.
11551         (SQL_UNSIGNED_OFFSET): likewise.
11552         (SQL_USE_BOOKMARKS): likewise.
11553         (SQL_VARBINARY): likewise.
11554         (SQL_TRUE): add define for ODBC3.x.
11555         (SQL_FALSE): likewise.
11556         (SQL_AM_CONNECTION): likewise.
11557         (SQL_AM_NONE): likewise.
11558         (SQL_AM_STATEMENT): likewise.
11559         (SQL_API_SQLALLOCHANDLE): likewise.
11560         (SQL_API_SQLBINDPARAM): likewise.
11561         (SQL_API_SQLCLOSECURSOR): likewise.
11562         (SQL_API_SQLCOLATTRIBUTE): likewise.
11563         (SQL_API_SQLCOPYDESC): likewise.
11564         (SQL_API_SQLENDTRAN): likewise.
11565         (SQL_API_SQLFETCHSCROLL): likewise.
11566         (SQL_API_SQLFREEHANDLE): likewise.
11567         (SQL_API_SQLGETCONNECTATTR): likewise.
11568         (SQL_API_SQLGETDESCFIELD): likewise.
11569         (SQL_API_SQLGETDESCREC): likewise.
11570         (SQL_API_SQLGETDIAGFIELD): likewise.
11571         (SQL_API_SQLGETDIAGREC): likewise.
11572         (SQL_API_SQLGETENVATTR): likewise.
11573         (SQL_API_SQLGETSTMTATTR): likewise.
11574         (SQL_API_SQLSETCONNECTATTR): likewise.
11575         (SQL_API_SQLSETDESCFIELD): likewise.
11576         (SQL_API_SQLSETDESCREC): likewise.
11577         (SQL_API_SQLSETENVATTR): likewise.
11578         (SQL_API_SQLSETSTMTATTR): likewise.
11579         (SQL_ARD_TYPE): likewise.
11580         (SQL_AT_add_CONSTRAINT): likewise.
11581         (SQL_ATTR_APP_PARAM_DESC): likewise.
11582         (SQL_ATTR_APP_ROW_DESC): likewise.
11583         (SQL_ATTR_AUTO_IPD): likewise.
11584         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11585         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11586         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11587         (SQL_ATTR_IMP_ROW_DESC): likewise.
11588         (SQL_ATTR_METADATA_ID): likewise.
11589         (SQL_ATTR_OUTPUT_NTS): likewise.
11590         (SQL_CATALOG_NAME): likewise.
11591         (SQL_CODE_DATE): likewise.
11592         (SQL_CODE_TIME): likewise.
11593         (SQL_CODE_TIMESTAMP): likewise.
11594         (SQL_COLLATION_SEQ): likewise.
11595         (SQL_CURSOR_SENSITIVITY): likewise.
11596         (SQL_DATE_LEN): likewise.
11597         (SQL_DATETIME): likewise.
11598         (SQL_DEFAULT): likewise.
11599         (SQL_DESC_ALLOC_AUTO): likewise.
11600         (SQL_DESC_ALLOC_TYPE): likewise.
11601         (SQL_DESC_ALLOC_USER): likewise.
11602         (SQL_DESC_COUNT): likewise.
11603         (SQL_DESC_DATA_PTR): likewise.
11604         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11605         (SQL_DESC_INDICATOR_PTR): likewise.
11606         (SQL_DESC_LENGTH): likewise.
11607         (SQL_DESC_NAME): likewise.
11608         (SQL_DESC_NULLABLE): likewise.
11609         (SQL_DESC_OCTET_LENGTH): likewise.
11610         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11611         (SQL_DESC_PRECISION): likewise.
11612         (SQL_DESC_SCALE): likewise.
11613         (SQL_DESC_TYPE): likewise.
11614         (SQL_DESC_UNNAMED): likewise.
11615         (SQL_DESCRIBE_PARAMETER): likewise.
11616         (SQL_DIAG_ALTER_DOMAIN): likewise.
11617         (SQL_DIAG_ALTER_TABLE): likewise.
11618         (SQL_DIAG_CALL): likewise.
11619         (SQL_DIAG_CLASS_ORIGIN): likewise.
11620         (SQL_DIAG_CONNECTION_NAME): likewise.
11621         (SQL_DIAG_CREATE_ASSERTION): likewise.
11622         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11623         (SQL_DIAG_CREATE_COLLATION): likewise.
11624         (SQL_DIAG_CREATE_DOMAIN): likewise.
11625         (SQL_DIAG_CREATE_INDEX): likewise.
11626         (SQL_DIAG_CREATE_SCHEMA): likewise.
11627         (SQL_DIAG_CREATE_TABLE): likewise.
11628         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11629         (SQL_DIAG_CREATE_VIEW): likewise.
11630         (SQL_DIAG_DELETE_WHERE): likewise.
11631         (SQL_DIAG_DROP_ASSERTION): likewise.
11632         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11633         (SQL_DIAG_DROP_COLLATION): likewise.
11634         (SQL_DIAG_DROP_DOMAIN): likewise.
11635         (SQL_DIAG_DROP_INDEX): likewise.
11636         (SQL_DIAG_DROP_SCHEMA): likewise.
11637         (SQL_DIAG_DROP_TABLE): likewise.
11638         (SQL_DIAG_DROP_TRANSLATION): likewise.
11639         (SQL_DIAG_DROP_VIEW): likewise.
11640         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11641         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11642         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11643         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11644         (SQL_DIAG_GRANT): likewise.
11645         (SQL_DIAG_INSERT): likewise.
11646         (SQL_DIAG_MESSAGE_TEXT): likewise.
11647         (SQL_DIAG_NATIVE): likewise.
11648         (SQL_DIAG_NUMBER): likewise.
11649         (SQL_DIAG_RETURNCODE): likewise.
11650         (SQL_DIAG_REVOKE): likewise.
11651         (SQL_DIAG_ROW_COUNT): likewise.
11652         (SQL_DIAG_SELECT_CURSOR): likewise.
11653         (SQL_DIAG_SERVER_NAME): likewise.
11654         (SQL_DIAG_SQLSTATE): likewise.
11655         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11656         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11657         (SQL_DIAG_UPDATE_WHERE): likewise.
11658         (SQL_FALSE): likewise.
11659         (SQL_FETCH_ABSOLUTE): likewise.
11660         (SQL_FETCH_LAST): likewise.
11661         (SQL_FETCH_PRIOR): likewise.
11662         (SQL_FETCH_RELATIVE): likewise.
11663         (SQL_HANDLE_DBC): likewise.
11664         (SQL_HANDLE_DESC): likewise.
11665         (SQL_HANDLE_ENV): likewise.
11666         (SQL_HANDLE_STMT): likewise.
11667         (SQL_INSENSITIVE): likewise.
11668         (SQL_INTEGRITY): likewise.
11669         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11670         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11671         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11672         (SQL_MAX_IDENTIFIER_LEN): likewise.
11673         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11674         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11675         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11676         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11677         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11678         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11679         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11680         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11681         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11682         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11683         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11684         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11685         (SQL_MAXIMUM_ROW_SIZE): likewise.
11686         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11687         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11688         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11689         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11690         (SQL_NAMED): likewise.
11691         (SQL_NONSCROLLABLE): likewise.
11692         (SQL_NTSL): likewise.
11693         (SQL_NULL_HANDLE): likewise.
11694         (SQL_NULL_HDESC): likewise.
11695         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11696         (SQL_PRED_BASIC): likewise.
11697         (SQL_PRED_CHAR): likewise.
11698         (SQL_PRED_NONE): likewise.
11699         (SQL_ROW_IDENTIFIER): likewise.
11700         (SQL_SCROLLABLE): likewise.
11701         (SQL_SENSITIVE): likewise.
11702         (SQL_SUCCEEDED(rc)): likewise.
11703         (SQL_TIME_LEN): likewise.
11704         (SQL_TIMESTAMP_LEN): likewise.
11705         (SQL_TRANSACTION_CAPABLE): likewise.
11706         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11707         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11708         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11709         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11710         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11711         (SQL_TYPE_DATE): likewise.
11712         (SQL_TYPE_TIME): likewise.
11713         (SQL_TYPE_TIMESTAMP): likewise.
11714         (SQL_UNKNOWN_TYPE): likewise.
11715         (SQL_UNNAMED): likewise.
11716         (SQL_UNSPECIFIED): likewise.
11717         (SQL_XOPEN_CLI_YEAR): likewise.
11718         (SQLAllocConnect): add comment marking as deperecated.
11719         (SQLAllocEnv): likewise.
11720         (SQLAllocStmt): likewise.
11721         (SQLFreeConnect): likewise.
11722         (SQLFreeEnv): likewise.
11723         (SQLGetConnectOption): likewise.
11724         (SQLGetStmtOption): likewise.
11725
11726         * include/sqlext.h (#include <sqlucode.h>): add directive.
11727         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11728         (SQLColAttributes): likewise.
11729         (SQLBulkOperations): add function prototype.
11730         (SQLAllocHandleStd): likewise
11731         (TraceReturn): add Trace API prototype.
11732         (TraceVersion): likewise.
11733         (ODBCGetTryWaitValue):likewise.
11734         (ODBCSetTryWaitValue): likewise.
11735         (SQL_LOCK_RECORD): correct function macro.
11736         (SQL_REFRESH_RECORD): likewise.
11737         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11738         _WIN64 compatability.
11739         move defines for non-core functions from sql.h to sqlext.h (refer
11740         changes for sql.h)
11741         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11742         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11743         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11744         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11745         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11746         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11747         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11748         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11749         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11750         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11751         (SQL_AF_ALL): likewise.
11752         (SQL_AF_AVG): likewise.
11753         (SQL_AF_COUNT): likewise.
11754         (SQL_AF_DISTINCT): likewise.
11755         (SQL_AF_MAX): likewise.
11756         (SQL_AF_MIN): likewise.
11757         (SQL_AF_SUM): likewise.
11758         (SQL_AGGREGATE_FUNCTIONS): likewise.
11759         (SQL_ALL_CATALOGS): likewise.
11760         (SQL_ALL_SCHEMAS): likewise.
11761         (SQL_ALL_TABLE_TYPES): likewise.
11762         (SQL_ALTER_DOMAIN): likewise.
11763         (SQL_AM_CONNECTION): likewise.
11764         (SQL_AM_NONE): likewise.
11765         (SQL_AM_STATEMENT): likewise.
11766         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11767         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11768         (SQL_API_SQLALLOCHANDLESTD): likewise.
11769         (SQL_API_SQLBULKOPERATIONS): likewise.
11770         (SQL_ASYNC_MODE): likewise.
11771         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11772         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11773         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11774         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11775         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11776         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11777         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11778         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11779         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11780         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11781         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11782         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11783         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11784         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11785         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11786         (SQL_ATTR_ACCESS_MODE): likewise.
11787         (SQL_ATTR_ASYNC_ENABLE): likewise.
11788         (SQL_ATTR_AUTOCOMMIT): likewise.
11789         (SQL_ATTR_CONCURRENCY): likewise.
11790         (SQL_ATTR_CONNECTION_POOLING): likewise.
11791         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11792         (SQL_ATTR_CP_MATCH): likewise.
11793         (SQL_ATTR_CURRENT_CATALOG): likewise.
11794         (SQL_ATTR_CURSOR_TYPE): likewise.
11795         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11796         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11797         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11798         (SQL_ATTR_ENLIST_IN_XA): likewise.
11799         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11800         (SQL_ATTR_KEYSET_SIZE): likewise.
11801         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11802         (SQL_ATTR_MAX_LENGTH): likewise.
11803         (SQL_ATTR_MAX_ROWS): likewise.
11804         (SQL_ATTR_NOSCAN): likewise.
11805         (SQL_ATTR_ODBC_CURSORS): likewise.
11806         (SQL_ATTR_ODBC_VERSION): likewise.
11807         (SQL_ATTR_PACKET_SIZE): likewise.
11808         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11809         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11810         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11811         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11812         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11813         (SQL_ATTR_PARAMSET_SIZE): likewise.
11814         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11815         (SQL_ATTR_QUIET_MODE): likewise.
11816         (SQL_ATTR_RETRIEVE_DATA): likewise.
11817         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11818         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11819         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11820         (SQL_ATTR_ROW_NUMBER): likewise.
11821         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11822         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11823         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11824         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11825         (SQL_ATTR_TRACE): likewise.
11826         (SQL_ATTR_TRACEFILE): likewise.
11827         (SQL_ATTR_TRANSLATE_LIB): likewise.
11828         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11829         (SQL_ATTR_TXN_ISOLATION): likewise.
11830         (SQL_ATTR_USE_BOOKMARKS): likewise.
11831         (SQL_BATCH_ROW_COUNT): likewise.
11832         (SQL_BATCH_SUPPORT): likewise.
11833         (SQL_BRC_EXPLICIT): likewise.
11834         (SQL_BRC_PROCEDURES): likewise.
11835         (SQL_BRC_ROLLED_UP): likewise.
11836         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11837         (SQL_BS_ROW_COUNT_PROC): likewise.
11838         (SQL_BS_SELECT_EXPLICIT): likewise.
11839         (SQL_BS_SELECT_PROC): likewise.
11840         (SQL_C_INTERVAL_DAY): likewise.
11841         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11842         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11843         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11844         (SQL_C_INTERVAL_HOUR): likewise.
11845         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11846         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11847         (SQL_C_INTERVAL_MINUTE): likewise.
11848         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11849         (SQL_C_INTERVAL_MONTH): likewise.
11850         (SQL_C_INTERVAL_SECOND): likewise.
11851         (SQL_C_INTERVAL_YEAR): likewise.
11852         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11853         (SQL_C_NUMERIC): likewise.
11854         (SQL_C_SBIGINT): likewise.
11855         (SQL_C_TYPE_DATE): likewise.
11856         (SQL_C_TYPE_TIME): likewise.
11857         (SQL_C_TYPE_TIMESTAMP): likewise.
11858         (SQL_C_UBIGINT): likewise.
11859         (SQL_C_VARBOOKMARK): likewise.
11860         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11861         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11862         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11863         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11864         (SQL_CA_CREATE_ASSERTION): likewise.
11865         (SQL_CA1_ABSOLUTE): likewise.
11866         (SQL_CA1_BOOKMARK): likewise.
11867         (SQL_CA1_BULK_ADD): likewise.
11868         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11869         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11870         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11871         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11872         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11873         (SQL_CA1_LOCK_UNLOCK): likewise.
11874         (SQL_CA1_NEXT): likewise.
11875         (SQL_CA1_POS_DELETE): likewise.
11876         (SQL_CA1_POS_POSITION): likewise.
11877         (SQL_CA1_POS_REFRESH): likewise.
11878         (SQL_CA1_POS_UPDATE): likewise.
11879         (SQL_CA1_POSITIONED_DELETE): likewise.
11880         (SQL_CA1_POSITIONED_UPDATE): likewise.
11881         (SQL_CA1_RELATIVE): likewise.
11882         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11883         (SQL_CA2_CRC_APPROXIMATE): likewise.
11884         (SQL_CA2_CRC_EXACT): likewise.
11885         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11886         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11887         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11888         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11889         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11890         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11891         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11892         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11893         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11894         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11895         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11896         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11897         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11898         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11899         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11900         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11901         (SQL_CATALOG_LOCATION): likewise.
11902         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11903         (SQL_CATALOG_TERM): likewise.
11904         (SQL_CATALOG_USAGE): likewise.
11905         (SQL_CCOL_CREATE_COLLATION): likewise.
11906         (SQL_CCS_COLLATE_CLAUSE): likewise.
11907         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11908         (SQL_CCS_LIMITED_COLLATION): likewise.
11909         (SQL_CDO_COLLATION): likewise.
11910         (SQL_CDO_CONSTRAINT): likewise.
11911         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11912         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11913         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11914         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11915         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11916         (SQL_CDO_CREATE_DOMAIN): likewise.
11917         (SQL_CDO_DEFAULT): likewise.
11918         (SQL_CL_END): likewise.
11919         (SQL_CL_START): likewise.
11920         (SQL_COL_PRED_BASIC): likewise.
11921         (SQL_COL_PRED_CHAR): likewise.
11922         (SQL_COLUMN_DRIVER_START): likewise.
11923         (SQL_COLUMN_IGNORE): likewise.
11924         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11925         (SQL_CONVERT_GUID): likewise.
11926         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11927         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11928         (SQL_CONVERT_WCHAR): likewise.
11929         (SQL_CONVERT_WLONGVARCHAR): likewise.
11930         (SQL_CONVERT_WVARCHAR): likewise.
11931         (SQL_CP_DEFAULT): likewise.
11932         (SQL_CP_MATCH_DEFAULT): likewise.
11933         (SQL_CP_OFF): likewise.
11934         (SQL_CP_ONE_PER_DRIVER): likewise.
11935         (SQL_CP_ONE_PER_HENV): likewise.
11936         (SQL_CP_RELAXED_MATCH): likewise.
11937         (SQL_CP_STRICT_MATCH): likewise.
11938         (SQL_CREATE_ASSERTION): likewise.
11939         (SQL_CREATE_CHARACTER_SET): likewise.
11940         (SQL_CREATE_COLLATION): likewise.
11941         (SQL_CREATE_DOMAIN): likewise.
11942         (SQL_CREATE_SCHEMA): likewise.
11943         (SQL_CREATE_TABLE): likewise.
11944         (SQL_CREATE_TRANSLATION): likewise.
11945         (SQL_CREATE_VIEW): likewise.
11946         (SQL_CS_AUTHORIZATION): likewise.
11947         (SQL_CS_CREATE_SCHEMA): likewise.
11948         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11949         (SQL_CT_COLUMN_COLLATION): likewise.
11950         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11951         (SQL_CT_COLUMN_DEFAULT): likewise.
11952         (SQL_CT_COMMIT_DELETE): likewise.
11953         (SQL_CT_COMMIT_PRESERVE): likewise.
11954         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
11955         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11956         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11957         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
11958         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
11959         (SQL_CT_CREATE_TABLE): likewise.
11960         (SQL_CT_GLOBAL_TEMPORARY): likewise.
11961         (SQL_CT_LOCAL_TEMPORARY): likewise.
11962         (SQL_CT_TABLE_CONSTRAINT): likewise.
11963         (SQL_CTR_CREATE_TRANSLATION): likewise.
11964         (SQL_CU_DML_STATEMENTS): likewise.
11965         (SQL_CU_INDEX_DEFINITION): likewise.
11966         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
11967         (SQL_CU_PROCEDURE_INVOCATION): likewise.
11968         (SQL_CU_TABLE_DEFINITION): likewise.
11969         (SQL_CVT_GUID): likewise.
11970         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
11971         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
11972         (SQL_CVT_WCHAR): likewise.
11973         (SQL_CVT_WLONGVARCHAR): likewise.
11974         (SQL_CVT_WVARCHAR): likewise.
11975         (SQL_DA_DROP_ASSERTION): likewise.
11976         (SQL_DATETIME_LITERALS): likewise.
11977         (SQL_DB_DEFAULT): likewise.
11978         (SQL_DB_DISCONNECT): likewise.
11979         (SQL_DB_RETURN_TO_POOL): likewise.
11980         (SQL_DC_DROP_COLLATION): likewise.
11981         (SQL_DCS_DROP_CHARACTER_SET): likewise.
11982         (SQL_DD_CASCADE): likewise.
11983         (SQL_DD_DROP_DOMAIN): likewise.
11984         (SQL_DD_RESTRICT): likewise.
11985         (SQL_DDL_INDEX): likewise.
11986         (SQL_DELETE_BY_BOOKMARK): likewise.
11987         (SQL_DESC_ARRAY_SIZE): likewise.
11988         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
11989         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
11990         (SQL_DESC_BASE_COLUMN_NAME): likewise.
11991         (SQL_DESC_BASE_TABLE_NAME): likewise.
11992         (SQL_DESC_BIND_OFFSET_PTR): likewise.
11993         (SQL_DESC_BIND_TYPE): likewise.
11994         (SQL_DESC_CASE_SENSITIVE): likewise.
11995         (SQL_DESC_CATALOG_NAME): likewise.
11996         (SQL_DESC_CONCISE_TYPE): likewise.
11997         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
11998         (SQL_DESC_DISPLAY_SIZE): likewise.
11999         (SQL_DESC_FIXED_PREC_SCALE): likewise.
12000         (SQL_DESC_LABEL): likewise.
12001         (SQL_DESC_LITERAL_PREFIX): likewise.
12002         (SQL_DESC_LITERAL_SUFFIX): likewise.
12003         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
12004         (SQL_DESC_MAXIMUM_SCALE): likewise.
12005         (SQL_DESC_MINIMUM_SCALE): likewise.
12006         (SQL_DESC_NUM_PREC_RADIX): likewise.
12007         (SQL_DESC_PARAMETER_TYPE): likewise.
12008         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
12009         (SQL_DESC_SCHEMA_NAME): likewise.
12010         (SQL_DESC_SEARCHABLE): likewise.
12011         (SQL_DESC_TABLE_NAME): likewise.
12012         (SQL_DESC_TYPE_NAME): likewise.
12013         (SQL_DESC_UNSIGNED): likewise.
12014         (SQL_DESC_UPDATABLE): likewise.
12015         (SQL_DI_CREATE_INDEX): likewise.
12016         (SQL_DI_DROP_INDEX): likewise.
12017         (SQL_DIAG_COLUMN_NUMBER): likewise.
12018         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
12019         (SQL_DIAG_ROW_NUMBER): likewise.
12020         (SQL_DL_SQL92_DATE): likewise.
12021         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
12022         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
12023         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
12024         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
12025         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
12026         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
12027         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
12028         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
12029         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
12030         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
12031         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
12032         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
12033         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
12034         (SQL_DL_SQL92_TIME): likewise.
12035         (SQL_DL_SQL92_TIMESTAMP): likewise.
12036         (SQL_DM_VER): likewise.
12037         (SQL_DRIVER_HDESC): likewise.
12038         (SQL_DROP_ASSERTION): likewise.
12039         (SQL_DROP_CHARACTER_SET): likewise.
12040         (SQL_DROP_COLLATION): likewise.
12041         (SQL_DROP_DOMAIN): likewise.
12042         (SQL_DROP_SCHEMA): likewise.
12043         (SQL_DROP_TABLE): likewise.
12044         (SQL_DROP_TRANSLATION): likewise.
12045         (SQL_DROP_VIEW): likewise.
12046         (SQL_DS_CASCADE): likewise.
12047         (SQL_DS_DROP_SCHEMA): likewise.
12048         (SQL_DS_RESTRICT): likewise.
12049         (SQL_DT_CASCADE): likewise.
12050         (SQL_DT_DROP_TABLE): likewise.
12051         (SQL_DT_RESTRICT): likewise.
12052         (SQL_DTC_DONE): likewise.
12053         (SQL_DTR_DROP_TRANSLATION): likewise.
12054         (SQL_DV_CASCADE): likewise.
12055         (SQL_DV_DROP_VIEW): likewise.
12056         (SQL_DV_RESTRICT): likewise.
12057         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
12058         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
12059         (SQL_EXT_API_LAST): likewise.
12060         (SQL_EXT_API_START): likewise.
12061         (SQL_FETCH_BY_BOOKMARK): likewise.
12062         (SQL_FETCH_FIRST_SYSTEM): likewise.
12063         (SQL_FETCH_FIRST_USER): likewise.
12064         (SQL_FN_CVT_CAST): likewise.
12065         (SQL_FN_STR_BIT_LENGTH): likewise.
12066         (SQL_FN_STR_CHAR_LENGTH): likewise.
12067         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
12068         (SQL_FN_STR_OCTET_LENGTH): likewise.
12069         (SQL_FN_STR_POSITION): likewise.
12070         (SQL_FN_TD_CURRENT_DATE): likewise.
12071         (SQL_FN_TD_CURRENT_TIME): likewise.
12072         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
12073         (SQL_FN_TD_EXTRACT): likewise.
12074         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
12075         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
12076         (SQL_FUNC_EXISTS(exists,api)): likewise.
12077         (SQL_GB_COLLATE): likewise.
12078         (SQL_HANDLE_SENV): likewise.
12079         (SQL_IK_ALL): likewise.
12080         (SQL_IK_ASC): likewise.
12081         (SQL_IK_DESC): likewise.
12082         (SQL_IK_NONE): likewise.
12083         (SQL_INDEX_KEYWORDS): likewise.
12084         (SQL_INFO_DRIVER_START): likewise.
12085         (SQL_INFO_LAST): likewise.
12086         (SQL_INFO_SCHEMA_VIEWS): likewise.
12087         (SQL_INITIALLY_DEFERRED): likewise.
12088         (SQL_INITIALLY_IMMEDIATE): likewise.
12089         (SQL_INSERT_STATEMENT): likewise.
12090         (SQL_INTERVAL): likewise.
12091         (SQL_IS_INSERT_LITERALS): likewise.
12092         (SQL_IS_INSERT_SEARCHED): likewise.
12093         (SQL_IS_INTEGER): likewise.
12094         (SQL_IS_POINTER): likewise.
12095         (SQL_IS_SELECT_INTO): likewise.
12096         (SQL_IS_SMALLINT): likewise.
12097         (SQL_IS_UINTEGER): likewise.
12098         (SQL_IS_USMALLINT): likewise.
12099         (SQL_ISV_ASSERTIONS): likewise.
12100         (SQL_ISV_CHARACTER_SETS): likewise.
12101         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12102         (SQL_ISV_COLLATIONS): likewise.
12103         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12104         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12105         (SQL_ISV_COLUMNS): likewise.
12106         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12107         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12108         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12109         (SQL_ISV_DOMAINS): likewise.
12110         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12111         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12112         (SQL_ISV_SCHEMATA): likewise.
12113         (SQL_ISV_SQL_LANGUAGES): likewise.
12114         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12115         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12116         (SQL_ISV_TABLES): likewise.
12117         (SQL_ISV_TRANSLATIONS): likewise.
12118         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12119         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12120         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12121         (SQL_ISV_VIEWS): likewise.
12122         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12123         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12124         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12125         (SQL_NO_COLUMN_NUMBER): likewise.
12126         (SQL_NO_ROW_NUMBER): likewise.
12127         (SQL_NOT_DEFERRABLE): likewise.
12128         (SQL_NUM_EXTENSIONS): likewise.
12129         (SQL_NUM_FUNCTIONS): likewise.
12130         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12131         (SQL_OIC_CORE): likewise.
12132         (SQL_OIC_LEVEL1): likewise.
12133         (SQL_OIC_LEVEL2): likewise.
12134         (SQL_OV_ODBC2): likewise.
12135         (SQL_OV_ODBC3): likewise.
12136         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12137         (SQL_PARAM_ARRAY_SELECTS): likewise.
12138         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12139         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12140         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12141         (SQL_PARAM_ERROR): likewise.
12142         (SQL_PARAM_IGNORE): likewise.
12143         (SQL_PARAM_PROCEED): likewise.
12144         (SQL_PARAM_SUCCESS): likewise.
12145         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12146         (SQL_PARAM_UNUSED): likewise.
12147         (SQL_PARC_BATCH): likewise.
12148         (SQL_PARC_NO_BATCH): likewise.
12149         (SQL_PAS_BATCH): likewise.
12150         (SQL_PAS_NO_BATCH): likewise.
12151         (SQL_PAS_NO_SELECT): likewise.
12152         (SQL_ROW_IGNORE): likewise.
12153         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12154         (SQL_ROW_PROCEED): likewise.
12155         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12156         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12157         (SQL_SC_SQL92_ENTRY): likewise.
12158         (SQL_SC_SQL92_FULL): likewise.
12159         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12160         (SQL_SCC_ISO92_CLI): likewise.
12161         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12162         (SQL_SCHEMA_TERM): likewise.
12163         (SQL_SCHEMA_USAGE): likewise.
12164         (SQL_SDF_CURRENT_DATE): likewise.
12165         (SQL_SDF_CURRENT_TIME): likewise.
12166         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12167         (SQL_SFKD_CASCADE): likewise.
12168         (SQL_SFKD_NO_ACTION): likewise.
12169         (SQL_SFKD_SET_DEFAULT): likewise.
12170         (SQL_SFKD_SET_NULL): likewise.
12171         (SQL_SFKU_CASCADE): likewise.
12172         (SQL_SFKU_NO_ACTION): likewise.
12173         (SQL_SFKU_SET_DEFAULT): likewise.
12174         (SQL_SFKU_SET_NULL): likewise.
12175         (SQL_SG_DELETE_TABLE): likewise.
12176         (SQL_SG_INSERT_COLUMN): likewise.
12177         (SQL_SG_INSERT_TABLE): likewise.
12178         (SQL_SG_REFERENCES_COLUMN): likewise.
12179         (SQL_SG_REFERENCES_TABLE): likewise.
12180         (SQL_SG_SELECT_TABLE): likewise.
12181         (SQL_SG_UPDATE_COLUMN): likewise.
12182         (SQL_SG_UPDATE_TABLE): likewise.
12183         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12184         (SQL_SG_USAGE_ON_COLLATION): likewise.
12185         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12186         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12187         (SQL_SG_WITH_GRANT_OPTION): likewise.
12188         (SQL_SNVF_BIT_LENGTH): likewise.
12189         (SQL_SNVF_CHAR_LENGTH): likewise.
12190         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12191         (SQL_SNVF_EXTRACT): likewise.
12192         (SQL_SNVF_OCTET_LENGTH): likewise.
12193         (SQL_SNVF_POSITION): likewise.
12194         (SQL_SP_BETWEEN): likewise.
12195         (SQL_SP_COMPARISON): likewise.
12196         (SQL_SP_EXISTS): likewise.
12197         (SQL_SP_IN): likewise.
12198         (SQL_SP_ISNOTNULL): likewise.
12199         (SQL_SP_ISNULL): likewise.
12200         (SQL_SP_LIKE): likewise.
12201         (SQL_SP_MATCH_FULL): likewise.
12202         (SQL_SP_MATCH_PARTIAL): likewise.
12203         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12204         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12205         (SQL_SP_OVERLAPS): likewise.
12206         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12207         (SQL_SP_UNIQUE): likewise.
12208         (SQL_SQL_CONFORMANCE): likewise.
12209         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12210         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12211         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12212         (SQL_SQL92_GRANT): likewise.
12213         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12214         (SQL_SQL92_PREDICATES): likewise.
12215         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12216         (SQL_SQL92_REVOKE): likewise.
12217         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12218         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12219         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12220         (SQL_SR_CASCADE): likewise.
12221         (SQL_SR_DELETE_TABLE): likewise.
12222         (SQL_SR_GRANT_OPTION_FOR): likewise.
12223         (SQL_SR_INSERT_COLUMN): likewise.
12224         (SQL_SR_INSERT_TABLE): likewise.
12225         (SQL_SR_REFERENCES_COLUMN): likewise.
12226         (SQL_SR_REFERENCES_TABLE): likewise.
12227         (SQL_SR_RESTRICT): likewise.
12228         (SQL_SR_SELECT_TABLE): likewise.
12229         (SQL_SR_UPDATE_COLUMN): likewise.
12230         (SQL_SR_UPDATE_TABLE): likewise.
12231         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12232         (SQL_SR_USAGE_ON_COLLATION): likewise.
12233         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12234         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12235         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12236         (SQL_SRJO_CROSS_JOIN): likewise.
12237         (SQL_SRJO_EXCEPT_JOIN): likewise.
12238         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12239         (SQL_SRJO_INNER_JOIN): likewise.
12240         (SQL_SRJO_INTERSECT_JOIN): likewise.
12241         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12242         (SQL_SRJO_NATURAL_JOIN): likewise.
12243         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12244         (SQL_SRJO_UNION_JOIN): likewise.
12245         (SQL_SRVC_DEFAULT): likewise.
12246         (SQL_SRVC_NULL): likewise.
12247         (SQL_SRVC_ROW_SUBQUERY): likewise.
12248         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12249         (SQL_SSF_CONVERT): likewise.
12250         (SQL_SSF_LOWER): likewise.
12251         (SQL_SSF_SUBSTRING): likewise.
12252         (SQL_SSF_TRANSLATE): likewise.
12253         (SQL_SSF_TRIM_BOTH): likewise.
12254         (SQL_SSF_TRIM_LEADING): likewise.
12255         (SQL_SSF_TRIM_TRAILING): likewise.
12256         (SQL_SSF_UPPER): likewise.
12257         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12258         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12259         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12260         (SQL_SU_DML_STATEMENTS): likewise.
12261         (SQL_SU_INDEX_DEFINITION): likewise.
12262         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12263         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12264         (SQL_SU_TABLE_DEFINITION): likewise.
12265         (SQL_SVE_CASE): likewise.
12266         (SQL_SVE_CAST): likewise.
12267         (SQL_SVE_COALESCE): likewise.
12268         (SQL_SVE_NULLIF): likewise.
12269         (SQL_UB_FIXED): likewise.
12270         (SQL_UB_VARIABLE): likewise.
12271         (SQL_UNION_STATEMENT): likewise.
12272         (SQL_UPDATE_BY_BOOKMARK): likewise.
12273         (SQL_US_UNION): likewise.
12274         (SQL_US_UNION_ALL): likewise.
12275         (SQL_DESC_ROWVER): likewise.
12276         (SQL_GUID): likewise.
12277         (SQL_C_GUID): likewise.
12278         (ODBC_STD): likewise.
12279         (SQLAllocHandle): likewise.
12280         (SQLAllocEnv(p)): likewise.
12281         (SQL_YEAR): likewise.
12282         (SQL_MONTH): likewise.
12283         (SQL_DAY): likewise.
12284         (SQL_HOUR): likewise.
12285         (SQL_MINUTE): likewise.
12286         (SQL_SECOND): likewise.
12287         (SQL_YEAR_TO_MONTH): likewise.
12288         (SQL_DAY_TO_HOUR): likewise.
12289         (SQL_DAY_TO_MINUTE): likewise.
12290         (SQL_DAY_TO_SECOND): likewise.
12291         (SQL_HOUR_TO_MINUTE): likewise.
12292         (SQL_HOUR_TO_SECOND): likewise.
12293         (SQL_MINUTE_TO_SECOND): likewise.
12294         (SQL_ATTR_ANSI_APP): likewise.
12295         (SQL_AA_TRUE): likewise.
12296         (SQL_AA_FALSE): likewise.
12297
12298         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12299         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12300         (struct tagSQL_DAY_SECOND): likewise.
12301         (struct tagSQL_INTERVAL_STRUCT): likewise.
12302         (struct tagSQL_NUMERIC_STRUCT): likewise.
12303         (struct tagSQLGUID): add for 0DBC3.50.
12304         (enum SQLINTERVAL): add for ODBC3.x.
12305         (SQLWCHAR): add typedef.
12306         (SQLTCHAR): add typedef, conditional on UNICODE.
12307         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12308         (SQLULEN): likewise.
12309         (SQLROWOFFSET): likewise.
12310         (SQLROWCOUNT): likewise.
12311         (SQLTRANSID): likewise.
12312         (SQLSETPOSIROW): likewise.
12313         (SQLHANDLE): add ODBC3.x typedef.
12314         (SQLHDESC): likewise.
12315         (SQLDATE): likewise.
12316         (SQLDECIMAL): likewise.
12317         (SQLDOUBLE): likewise.
12318         (SQLFLOAT): likewise.
12319         (SQLNUMERIC): likewise.
12320         (SQLREAL): likewise.
12321         (SQLTIME): likewise.
12322         (SQLTIMESTAMP): likewise.
12323         (SQLVARCHAR): likewise.
12324         (SQLBIGINT): likewise.
12325         (SQLUBIGINT): likewise.
12326         (SQL_DATE_STRUCT): likewise.
12327         (SQL_TIME_STRUCT): likewise.
12328         (SQL_TIMESTAMP_STRUCT): likewise.
12329         (ODBCINT64): add ODBC3.x define.
12330
12331         * lib/odbc32.def : regenerate.
12332
12333 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12334
12335         * Apply Danny Smith patch 102275
12336         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12337         * include/objbase.h: (COM_RIGHTS): Add definition.
12338         (tagSTDMSHLFLAGS): add enumeration.
12339         (CoInitializeEx): Add prototypes.
12340         (CoGetStdMarshalEx): ditto.
12341         (CoCreateInstanceEx): ditto.
12342         (CoInitializeSecurity): ditto.
12343         (CoGetCallContext): ditto.
12344         (CoQueryProxyBlanket): ditto.
12345         (CoSetProxyBlanket): ditto.
12346         (CoCopyProxy): ditto.
12347         (CoQueryClientBlanket): ditto.
12348         (CoImpersonateClient): ditto.
12349         (CoRevertToSelf): ditto.
12350         (CoQueryAuthenticationServices): ditto.
12351         (CoSwitchCallContext): ditto.
12352         (CoGetInstanceFromFile): ditto.
12353         (CoGetInstanceFromIStorage): ditto.
12354         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12355         (SOLE_AUTHENTICATION_INFO): ditto.
12356         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12357         (COLE_DEFAULT_PRINCIPAL): Add definition.
12358         (COLE_DEFAULT_AUTHINFO): Ditto.
12359         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12360         (RPC_PROTSEQ_VECTOR) Fix typo.
12361         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12362         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12363         attribute.
12364
12365 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12366
12367         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12368         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12369         New file.
12370
12371 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12372
12373         * include/winnt.h: Add PTOKEN_USER.
12374
12375 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12376
12377         * include/sqlucode.h: Apply Danny Smith patch 102443
12378         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12379         New file.
12380
12381 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12382
12383         * lib/odbccp32.def: Apply Danny Smith patch 102442
12384         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12385         New file.
12386
12387 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12388
12389         * include/odbcinst.h: Apply Danny Smith patch 102441
12390         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12391         New file.
12392
12393 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12394
12395         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12396
12397 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12398
12399         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12400
12401 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12402
12403         * lib/Makefile.in: Install headers and libraries in tooldir.
12404
12405 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12406
12407         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12408         SORT_STRINGSORT: ditto.
12409         CMAP*: ditto.
12410         CTRY_*: add new defines.
12411         LGRPID_*: ditto.
12412         LCMAP*: change defines to hex notation.
12413         CALID: change from ULONG to DWORD.
12414         CALTYPE: ditto.
12415         _cpinfoex[AW]: add structure.
12416         FoldString: correct Unicode mappings.
12417         GetCPInfoEx[AW]: add prototypes.
12418         EnumCalendarInfoEx[AW]: ditto.
12419         EnumDateFormatsEx[AW]: ditto.
12420         EnumSystemLanguageGroups[AW]: ditto.
12421         EnumLanguageGroupLocales[AW]: ditto.
12422         EnumUILanguages[AW]: ditto.
12423         GetSystemDefaultUILanguage[AW]: ditto.
12424         GetUserDefaultUILanguage[AW]: ditto.
12425         IsValidLanguageGroup[AW]: ditto.
12426         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12427         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12428         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12429         UILANGUAGE_ENUMPROC[AW]: ditto
12430         DATEFMT_ENUMPROCEX[AW]: ditto
12431         LPCURRENCYFMT[AW]: add structure pointer typedef
12432         LPNUMBERFMT[AW]: ditto
12433
12434 2000-12-02  Matt Hargett  <matt@use.net>
12435
12436         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12437         possible return code for the SetFilePointer() win32 API call.
12438
12439 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12440
12441         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12442
12443 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12444
12445         * Makefile.in: increment VERSION.
12446         (dist:) Rename to srcdist.  Create new dist target to call
12447         srcdist and bindist targets.
12448         (srcdist:) New target.
12449         (clean-top:) add call to mostlyclean-top and add rm of distribution
12450         tarballs.
12451         * lib/Makefile.in: (uninstall:) modify to remove files from the
12452         new w32api subdirectory and to remove w32api subdirectory.
12453         (xuninstall:) Ditto.
12454         TODO: Add a task to redo the clean targets of Makefile.in
12455
12456 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12457
12458         * lib/Makefile.in: Install header files in w32api subdirectory.
12459
12460 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12461
12462         * CONTRIBUTIONS: New file.
12463         * README: Change the maintained by header.
12464         * TODO: Add a note about checking the TODO.
12465
12466 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12467
12468         * Merge in accepted changes from
12469         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12470         * include/basetyps.h: add comment for GUID_DEFINED
12471         * include/lm.h: add includes for lmerr.h and lmserver.h
12472         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12473         * include/lmerr.h:  add error codes
12474         * include/lmserver.h: replace LPTSTR with LPWSTR,
12475         LPTCSTR with LPWCSTR in structures and prototypes
12476         * include/lmshare.h: ditto
12477         * include/lmuse.h: ditto
12478         * include/lmstats.h: ditto
12479         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12480         * include/winbase.h: change first argument of CommConfigDialog to const
12481         * include/windowsx.h: add macros  defining FAR versions of
12482         mem and string functions for porting from Win16 code
12483         * include/winioctl.h:  added IOCTL_STORAGE defines
12484         * include/winnetwk.h:  added WNNC_NET flags
12485         * include/winnt.h: add include of <basetsd.h>;
12486         add structs; add pointer typedefs  for TOKEN structs
12487         * include/winsock.h: add guard around BSD-ish typedefs
12488         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12489         * include/basetsd.h: new file
12490         * include/raserror.h: ditto
12491         * include/rassapi.h: ditto
12492         * include/ras.h: ditto
12493         comment from Earnie: replaced original ras.h contribution with Danny's
12494         contribution as it is more complete.
12495         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12496
12497 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12498
12499         * Makefile.in: increment VERSION.  Change tar file name for dist and
12500         bindist targets to be more standard.
12501         * config.guess: Update with the currently published file.
12502         * config.sub: ditto.
12503         * configure.in: Use value of build_alias instead of testing for
12504         directory names to set BUILDENV.
12505         * configure: ditto.
12506         * lib/Makefile.in: Change the name of the targets install,
12507         install-headers and install-libraries to xinstall, xinstall-headers
12508         and xinstall-libraries for system target specified installation.
12509         Recreate targets install, install-headers and install-libraries for
12510         exec-prefix specified installation.  Ditto for the uninstall targets of
12511         the same name.
12512
12513 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12514
12515         * include/iprtrmib.h: Further layout changes according to standard.
12516         * include/iptypes.h: Ditto.
12517         * include/ntdef.h: Ditto.
12518         * include/ntsecapi.h: Ditto.
12519         * include/subauth.h: Ditto.
12520
12521 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12522
12523         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12524
12525 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12526
12527         * include/ntsecapi.h: New file.
12528         * include/subauth.h: Ditto.
12529         * include/ipexport.h: Fix global header define not to contain
12530         trailing underscore. Change layout according to standard.
12531         * include/iphlpapi.h: Ditto.
12532         * include/ipifcons.h: Ditto.
12533         * include/iprtrmib.h: Ditto.
12534         * include/iptypes.h: Ditto.
12535         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12536         of inclusion of ntsecapi.h and subauth.h.
12537         * lib/secur32.def: New stub for secur32.dll.
12538
12539 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12540
12541         * include/ras.h: New file.
12542         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12543         RasEnumDevicesW.
12544
12545 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12546
12547         * include/ntdef.h: Add define for NTAPI.
12548
12549 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12550
12551         * include/ipexport.h: Add missing `extern "C"' directives.
12552         * include/iphlpapi.h: Ditto.
12553         * include/iprtrmib.h: Ditto.
12554         * include/iptypes.h: Ditto.
12555
12556 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12557
12558         * include/ipifcons.h: New header file.
12559         * include/iprtrmib.h: Move operational states to ipifcons.h.
12560         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12561         declaration.
12562
12563 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12564
12565         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12566
12567 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12568
12569         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12570         * include/iptypes.h: New header file.
12571         * include/ipexport.h: Ditto.
12572         * include/iphlpapi.h: Ditto.
12573         * include/iprtrmib.h: Ditto.
12574
12575 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12576
12577         * include/ntdef.h: New file.
12578
12579 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12580
12581         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12582         to TOKEN_INFORMATION_CLASS type.
12583         Add QUOTA_LIMITS type.
12584
12585 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12586
12587         * include/userenv.h: New header file.
12588         * lib/userenv.def: New stub for userenv.dll.
12589
12590 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12591
12592         * include/winuser.h: Correct PCWPSTRUCT typo.
12593         (discovered by Axel Riese)
12594
12595 2000-07-27  DJ Delorie  <dj@redhat.com>
12596
12597         * include/windows.h: optimize non-inclusion of repeat headers
12598
12599 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12600
12601         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12602         LPTOKEN_SOURCE.
12603
12604 2000-07-11  DJ Delorie  <dj@cygnus.com>
12605
12606         * include/shlobj.h: add CSIDL_COMMON_*
12607
12608 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12609
12610         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12611         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12612         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12613         FILE_FLAG_OPEN_NO_RECALL.
12614         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12615         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12616         * winnt.h: Add typedef for GUID.
12617         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12618         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12619         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12620         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12621         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12622         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12623         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12624         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12625         * lib/psapi.def: New file.
12626
12627 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12628
12629         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12630         previously defined.
12631         * windef.h : Ditto.
12632
12633 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12634
12635         * include/winnt.h: Add some missing defines related to locale
12636         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12637
12638 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12639
12640         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12641
12642 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12643
12644         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12645
12646 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12647
12648         * include/wininet.h: Add another "INTERNET_OPTIONS".
12649
12650 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12651
12652         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12653
12654 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12655
12656         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12657         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12658         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12659         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12660
12661 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12662
12663         * include/winbase.h: Change first argument of ENUMRES* types to
12664         coincide with Microsoft usage.
12665
12666 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12667
12668         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12669
12670 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12671
12672         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12673         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12674         * include/winnt.h (SEC_*): Add macros.
12675         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12676         * include/ole.h: Workaround for C++ parser bug.
12677         * include/rpcdcep.h: Likewise.
12678         * include/winsock.h: Likewise.
12679
12680 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12681
12682         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12683
12684 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12685
12686         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12687         * include/wtypes.h (PBLOB, LPBLOB): Define.
12688         * include/winsock2.h: Much more complete version.
12689         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12690
12691         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12692         * include/winsock.h (FD_CLR): Add missing ')'.
12693         (timercmp): Fix macro to handle all 6 comparison operators.
12694         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12695         (AF_MAX): Update.
12696         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12697
12698         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12699         namespace pollution.
12700         * include/rpcndr.h: Likewise.
12701         * include/winnt.h: Likewise.
12702         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12703         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12704         * lib/ole32.def: Add missing exports.
12705         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12706         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12707         (NT_TIB): Define.
12708         * include/tlhelp32.h: New file.
12709
12710 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12711
12712         * include/rapi.h: New file.
12713         * lib/rapi.def: New file.
12714
12715 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12716
12717         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12718
12719 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12720
12721         * Snapshot 2000-02-03.
12722
12723 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12724
12725         * include/winnt.h: Add ARM support.
12726
12727 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12728
12729         From Greg Primes <gregory.l.priem@intel.com>:
12730         * include/oaidl.h (DESCKIND): Define macro.
12731         (ITypeComp): Define interface.
12732         (ITypeComp): Likewise.
12733         * rpcndr.h (DECLSPEC_UUID): Define macro.
12734         (MIDL_INTERFACE): Likewise.
12735
12736         * include/psapi.h: New file.
12737         * include/imagehlp.h: New file.
12738         * lib/imagehlp.def: New file.
12739
12740         * include/oaidl.h (tagVARIANT): Update fields.
12741
12742         From Craig Lanning <CraigL@DyCon.com>:
12743         * include/commctrl.h: Add some TCS_* macros.
12744         * include/winnls.h (IsValidLocale): Add prototype.
12745
12746 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12747
12748         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12749         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12750         * include/objbase.h: Likewise.
12751         * include/objidl.h: Likewise.
12752         * include/ocidl.h: New file.
12753         * include/oleauto.h: Likewise.
12754         * include/wtypes.h: Likewise.
12755         * lib/oleaut32.def: Likewise.
12756
12757         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12758         Thanks to "Jon Leichter" <jon@symas.com>.
12759         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12760         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12761         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12762         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12763         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12764         Dorsselaer" <frans@bia-bv.demon.nl>.
12765         * include/httpext.h: New file. Thanks to Jan Nijtmans
12766         <j.nijtmans@chello.nl>.
12767         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12768         redefinition of LPCWAVEFORMATEX in DirectX headers.
12769         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12770         <krzych00@priv7.onet.pl>.
12771         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12772         * include/windef.h (HRESULT): Guard definition to avoid
12773         redefinition in DirectX headers.
12774         * include/winnt.h: Add target macros from windows.h.
12775         * include/windows.h: Update synch comment for target macros.
12776         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12777         (_ANONYMOUS_UNION): Likewise.
12778         * include/wingdi.h (AbortPrinter): Move from here ...
12779         * include/winspool.h (AbortPrinter): to here and fix linkage.
12780         (MONITOR_INFO_2{A,W}): Define.
12781         * include/winsock.h (htons): Fix argument.
12782         (htonl): Likewise.
12783         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12784         (GROUP): Define.
12785         (GUID): Define conditionally.
12786         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12787         (WSASocket*): Declare.
12788         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12789
12790         * lib/dsetup.def: Remove leading underscore.
12791         * lib/dsound.def: Likewise.
12792         * lib/ws2_32.def: Likewise.
12793
12794 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12795
12796         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12797         handles.
12798
12799         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12800         * lib/dinput.c: Include windows.h for GCC.
12801         * lib/dxguid.c: Likewise.
12802         (INITGUID): Define macro.
12803
12804         * include/objidl.h (ISequentialStream): Define interface.
12805         (IStream): Derive from ISequentialStream.
12806
12807         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12808         Clone}): Mark as PURE.
12809         (IDataObject::EnumDAdvise): Likewise.
12810         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12811         (IViewObject::Unfreeze): Likewise.
12812         (IViewObject2::Unfreeze): Likewise.
12813
12814         * include/objidl.h: Add various IID_ declarations.
12815         * include/olectl.h: Likewise.
12816         * include/oleidl.h: Likewise.
12817
12818 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12819
12820         * Snapshot 1999-12-21.
12821
12822         * include/winbase.h (CancelIO): Rename to CancelIo.
12823         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12824         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12825
12826         * Merge with winsup-19991218.
12827         * include/winnt.h: Add defines for W2K ACL control flags.
12828
12829         * Merge with Anders Norlander's 19991130 snapshot.
12830
12831         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12832         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12833
12834         Patch from Harold Weissfield
12835         * include/shellapi.h: Added some ABN_* defines.
12836
12837         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12838         * lib/comctl32.def (_TrackMouseEvent): Import.
12839         * include/winuser.h: Misc. fixes from Sang Cho
12840         <sangcho@alpha94.chongju.ac.kr>.
12841         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12842         value of _WIN32_WINNT.
12843         * include/winuser.h: Reorganize SM_* defines in numerical order.
12844
12845 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12846
12847         * include/windef.h: Make RECTL a distinct type from RECT.
12848         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12849         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12850         (COMPAREITEMSTRUCT): Fix fields.
12851         (SERIALKEYSA): Likewise.
12852         (SERIALKEYSW): Likewise..
12853         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12854         (WIN32_FIND_DATAA): Likewise.
12855         (WIN32_FIND_DATAW): Likewise.
12856         * include/commdlg.h (SNDMSG): Define.
12857         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12858         (SO_CONNECT_TIME): Likewise.
12859         (AcceptEx): Declare.
12860         (GetAcceptExSockaddrs): Likewise.
12861         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12862         * include/winspool.h: Add RC_INVOKED guard.
12863         * lib/wsock32.def (AcceptEx@32): Export.
12864         (GetAcceptExSockaddrs@32): Likewise.
12865
12866 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12867
12868         * Snapshot 1999-11-18.
12869
12870         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12871         Octopod C++ IDE (and MSVC compatibility).
12872         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12873         * include/shellapi.h (ShellAbout*): Fix typo.
12874         * wingdi.h (FW_ULTRABOLD): Likewise.
12875         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12876         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12877         Add packing directives for various structures. All structure
12878         sizes now conform to MSVC.
12879
12880 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12881
12882         Released 1999-11-07.
12883
12884 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12885
12886         * include/winsock2.h: New file. Mostly a stub for now.
12887         * include/winbase.h (DllMain): Delete prototype.
12888         * include/commctrl.h (Header_SetItem): Fix macro.
12889         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12890         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12891         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12892
12893         Merge in changes from wxWindows.
12894         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12895         * include/oaidl.h (DISPID_*): Add macros.
12896         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12897         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12898         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12899         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12900
12901         Merge in changes from Octopod C++ IDE group.
12902         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12903         (Header_InsertItem): Fix macro.
12904         * include/oaidl.h (IID_IDispatch): Declare.
12905         (IID_ISupportErrorInfo): Likewise.
12906         (IDispatch): Rename Invoked to Invoke.
12907         * include/objidl.h (IPersist): Fix GetClassID.
12908         * include/oleauto.h (VectorFromBstr): Declare.
12909         (BstrFromVector): Likewise.
12910         * include/olectl.h (OLEMISC_*): Update.
12911         * include/olectlid.h (IID_IDispatch): Declare.
12912         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12913         (IOleInPlaceFrame): Fix.
12914         (ISupportErrorInfo): Define.
12915         (IErrorInfo): Define.
12916         * include/winuser.h (SIF_TRACKPOS): Define.
12917
12918 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12919
12920         Fix Merge errors:
12921         * include/winnt.h (PSID): Uncomment definition.
12922         (PISID): Rename from PSID.
12923         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12924         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12925
12926         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12927         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12928         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12929         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12930         include/shellapi.h, include/winbase.h, include/wingdi.h,
12931         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12932
12933 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12934
12935         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12936         Marius Kjeldahl <kjeldahl@hotmail.com>.
12937
12938 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12939
12940         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12941         (ERROR_SEVERITY_*): Likewise.
12942
12943 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12944
12945         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12946         (DllMain): Fix prototype.
12947
12948 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12949
12950         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12951         (cderr.h): Don't include.
12952         * include/winuser.h: Fix macro definitions.
12953
12954 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12955
12956         Merge with winsup 1999-07-29:
12957         * include/wincon.h (MOUSE_WHEELED): Define.
12958         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
12959         (SECURITY_DESCRIPTOR): Add struct type.
12960         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
12961         is equal to PVOID in the Platform SDK! So don't depend on accessing
12962         members through ->.
12963
12964 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12965
12966         * lib/Makefile.in (install-headers): Don't @ commands.
12967         (install-libraries): Ditto.
12968
12969 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12970
12971         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
12972
12973 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12974
12975         Patch from Mumit Khan:
12976         * include/windows.h: Fix typo in winsock.h include guard and add
12977         _UWIN to the list.
12978         * include/winnt.h (__int64): Undefine first.
12979         (struct _SID): Declare.
12980
12981 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12982
12983         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
12984
12985 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12986
12987         Patch from Mumit Khan:
12988         * Makefile.in: Do the right thing when cross-compiling.
12989         * include/windef.h: Don't define _export and __export if already
12990         defined.
12991
12992 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12993
12994         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
12995         (DECLARE_INTERFACE_): Ditto.
12996
12997 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
12998
12999         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
13000
13001         Reported by Brad Porter
13002         * include/wingdi.h (FW_ULTRALIGHT): Add.
13003         (FW_DEMIBOLD): Add.
13004         (FW_ULTRABOLD): Add.
13005         (FW_BLACK): Add.
13006         (JOHAB_CHARSET): Add.
13007         (VIETNAMESE_CHARSET): Add.
13008
13009
13010 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
13011
13012         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
13013         * lib/Makefile.in (Makefile): Regenerate.
13014         * include/pshpack[1248].h: New files, if a program would use any of
13015         them.
13016         * include/poppack.h: Ditto.
13017         * include/windef.h (_WIN32_WINNT): Define
13018         * include/windows.h: Remove DUMMYUNIONNAME[45].
13019         * include/windows.h: Correctly define _M_IX86 to reflect the target
13020         processor.
13021         * include/windows.h: Add preliminary support for other architectures.
13022         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
13023         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
13024         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
13025         issue with LARGE_INTEGER.
13026         (ANSI_NULL): Define.
13027         (PSZ): Define.
13028         (ACL_REVISION[1234]): Define.
13029         (MIN/MAX_ACL_REVISION): Define.
13030         (PTCHAR): Define.
13031         (LANG_USER_DEFAULT): Define.
13032         (LANG_SYSTEM_DEFAULT): Define.
13033         (LOCALE_NEUTRAL): Define.
13034         (SORTVERSIONFROMLCID): Define.
13035         * include/windef.h (UNREFERENCED_PARAMETER): Define.
13036         (UNREFERENCED_LOCAL_VARIABLE): Define.
13037         (DBG_UNREFERENCED_PARAMETER): Define.
13038         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
13039         * lib/mswsock.def: New file. Imports for mswsock.dll.
13040         * include/custcntl.h: New file. Necessary to compile some SDK
13041         samples.
13042         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
13043         (WM_MOUSEWHEEL): Define.
13044         (WHEEL_DELTA): Define.
13045         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
13046         (WM_NEXTMENU): Define.
13047         (CharNextA): Fix prototype.
13048         (CharNextW): Ditto.
13049
13050 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
13051
13052         * include/winsock.h: Enclose in extern "C" if C++, huh?
13053         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
13054
13055 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
13056
13057         * include/windef.h (NULL): Define only ifndef
13058         (TRUE): Ditto, was previously only defined ifndef FALSE
13059         (PASCAL): Define as _pascal
13060         (__pascal): Define
13061         (WINAPIV): Define
13062         (min,max): Define only ifndef NOMINMAX
13063
13064 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13065
13066         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
13067         You must define _WIN32_IE if you want support for it.
13068         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
13069
13070 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
13071
13072         * include/wincon.h: Add some ButtonState flags and EventFlags.
13073
13074 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13075
13076         * include/basetyps.h: Don't support COM when __OBJC__ defined because
13077         interface define causes mayhem.
13078         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
13079         defined.
13080         * include/windows.h: Undefine BOOL if __OBJC__ defined
13081
13082 1999-05-09  Chris Faylor  <cgf@cygnus.com>
13083
13084         * include/winnls.h: Define additional code pages.
13085
13086 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13087
13088         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13089         order, corrected.
13090         (RtlZeroMemory): Use RtlFillMemory
13091
13092 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13093
13094         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13095         to get the correct size when used in some structs.
13096         (ULARGE_INTEGER): Ditto.
13097         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13098         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13099
13100 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13101
13102         * include/wininet.h: Enclose in extern "C" if c++
13103         (INTERNET_BUFFERSA/W): Define struct
13104         * include/wininet.h: Add some HSR_* defines
13105
13106 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13107
13108         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13109         * include/winnt.h (UNALIGNED): Define
13110         * include/windef.h (DECLSPEC_NORETURN): Define
13111
13112         * include/wininet.h (INTERNET_MAX_NAME): Remove
13113         (INTERNET_MAX_SCHEME_LENGTH): Define
13114         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13115         * include/wininet.def: Completely redone, it was losing badly.
13116
13117 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13118
13119         * lib/dplayx.def: Remove '_' prefixes
13120         * lib/shell32.def: Remove imports for IID_ContextMenu
13121
13122 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13123
13124         * Makefile.in (dist): Support dist target
13125         * lib/Makefile.in (dist): Likewise
13126         * lib/Makefile.in (uninstall-headers): Fix command
13127         * Makefile.in (bindist): Target to build a prebuilt dist
13128
13129         * lib/ws2_32.def: Winsock2 implib
13130
13131         * include/largeint.h: New header
13132         * include/largeint.c: Large integer support library
13133         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13134         (EXTRA_OBJS): Add largeint.o
13135
13136         * include/Makefile: Remove
13137         * lib/Makefile: Remove
13138         * Makefile: Remove
13139         * configure.in: New autoconf script
13140         * configure: generated configure script
13141         * Makefile.in: autoconf makefile template
13142         * lib/Makefile.in: Ditto
13143         * include/test.c: mv to lib/test.c
13144         * include/res.rc: mv to lib/res.rc
13145         * include/TODO: mv to .
13146         * include/Notes: mv to ./NOTES
13147
13148 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13149
13150         * include/zmouse.h (WHEEL_DELTA): Define
13151
13152 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13153
13154         * include/ddeml.h (HSZPAIR): Declare.
13155         * include/zmouse.h: New file.
13156
13157 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13158
13159         * lib/d3dim.def: New implib
13160         * lib/d3drm.def: Ditto
13161         * lib/d3dxof.def: Ditto
13162         * lib/ddraw.def: Ditto
13163         * lib/dinput.def: Ditto
13164         * lib/dplayx.def: Ditto
13165         * lib/dsetup.def: Ditto
13166         * lib/dsound.def: Ditto
13167         * lib/dinput.c: Guid library for DirectInput
13168         * lib/dxguid.c: Guid library for DirectX
13169
13170 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13171
13172         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13173         by Ron Aaron).
13174         * include/windowsx.h (GET_Y_LPARAM): Also missing
13175         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13176         by Mumit Khan).
13177
13178 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13179
13180         * include/scrnsave.h: New header file for screen saver library
13181         * lib/scrnsave.c: New file: screen saver library
13182
13183 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13184
13185         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13186         works well in when UNICODE is defined
13187
13188 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13189
13190         * include/winuser.h(STYLESTRUCT): New struct
13191         * include/wingdi.h:(GOBJENUMPROC): This function type should
13192         return void.
13193
13194 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13195
13196         * include/basetyps.h (LPGUID): New typedef
13197         * lib/glut.def: Import library defintions for glut.dll
13198         * lib/glu32.def: Ditto for glut32.dll
13199         * include/winnt.h: Fixed handling of wchar_t typedef
13200         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13201         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13202
13203 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13204
13205         * include/winbase.h(AbnormalTermination): Define as FALSE
13206         * include/commctrl.h: Support for new progress bar messages/styles
13207
13208 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13209
13210         * include/commdlg.h(PageSetupDlg): New define
13211         * include/richedit.h: Missing SCF_* defines
13212         * include/winnt.h: Lots o' defines
13213         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13214
13215 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13216
13217         * include/commdlg.h: Removed pack pragma
13218         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13219
13220 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13221
13222         * Makefile: Set version to 0.1.5
13223         * lib/Makefile (clean): Fix typo
13224
13225         * include/commctrl.h: Removed pack pragma
13226         * include/cpl.h: Likewise
13227         * include/dbt.h: Likewise
13228         * include/dde.h: Likewise
13229         * include/nddeapi.h: Likewise
13230         * include/shellapi.h: Likewise
13231         * include/wincrypt.h: Likewise
13232         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13233
13234         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13235         (servent): Likewise
13236         (protoent): Likewise
13237
13238         * include/windows.h: Prevent inclusion of winsock.h if we are
13239         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13240
13241 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13242
13243         * include/winbase.h (CREATE_FORCEDOS): New define
13244
13245 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13246
13247         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13248         (COORD): Likewise
13249         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13250         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13251         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13252         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13253
13254         * include/ddeml.h: Removed unnecessary `#pragma pack'
13255         * include/imm.h: Likewise
13256         * include/nddeapi.h: Likewise
13257         * include/nspapi.h: Likewise
13258         * include/regstr.h: Likewise
13259         * include/wincon.h: Likewise
13260         * include/windef.h: Likewise
13261         * include/winioctl.h: Likewise
13262         * include/winnls.h: Likewise
13263         * include/winsvc.h: Likewise
13264         * include/winuser.h: Likewise
13265         * include/winver.h: Likewise
13266         * include/wtypes.h: Likewise
13267
13268 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13269
13270         * Makefile (VERSION): Set to 0.1.4
13271         * include/basetyps.h: Check for NOCOMOBJECT
13272         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13273         on comobject attribute.
13274         * lib/kernel32.def: Added a few functions
13275         * include/windef.h (DWORD): Changed back to unsigned long
13276
13277         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13278         winresrc.h in turn includes the necessary headers. This makes things
13279         much simpler, no need to protect blocks of code in headers that
13280         should not be seen by the resource compiler.
13281
13282 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13283
13284         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13285         * include/wincon.h: Added console event type flags
13286         * include/winnt.h (FILE_SHARE_DELETE): Added
13287           (SECURITY_DESCRIPTOR): typedef as DWORD
13288
13289         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13290         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13291         define u_* types only if _SYS_TYPES_H is not defined.
13292
13293 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13294
13295         * COPYING.LIB: Deleted
13296         * README: Updated to reflect license changes
13297         * include/shlobj.h: Remove extra comma on some enums
13298         * include/windef.h: Changed DWORD typedef from unsigned long to
13299         unsigned int in order to avoid warnings on bit fields that
13300         use DWORD.
13301         * include/Makefile (test): Compile with all warnings
13302         * include/unknwn.h: Include objfwd.h
13303         * include/winsock.h: Added missing copyright notices.
13304
13305 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13306
13307         * lib/winmm.def: Corrected LIBRARY statement
13308         * include/mmsystem.h: Define mmioSeek codes if not already defined
13309         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13310         (CreateStatusWindowW): Likewise
13311
13312         * include/winresrc.h: Include only files necessary instead of windows.h
13313         * include/dde.h: Allow inclusion in resource scripts.
13314         * include/winnt.h: Likewise
13315         * include/commctrl.h: Likewise
13316         * include/prsht.h: Likewise
13317         * README: Updated
13318
13319 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13320
13321         * include/sqltypes.h (SQLHANDLE): Added this type
13322         (SQLHDESC): Likewise
13323         * include/sql.h (SQLFreeHandle): Added this prototype
13324         (SQLAllocHandle): Likewise
13325
13326 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13327
13328         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13329         conflicts with cygwin headers.
13330
13331 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13332
13333         * Makefile: Changed VERSION to 0.1.3
13334         * Makefile (dist-lib): New target to make import library only
13335         distribution
13336         * Makefile (dist-hdr): New target to make headers only distribution
13337         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13338         building one single distribution file.
13339         * dist.mak: Deleted
13340
13341         * include/lm.h: New file
13342         * include/lmcons.h: New file
13343         * include/lmalert.h: New file
13344         * include/lmaudit.h: New file
13345         * include/lmconfig.h: New file
13346         * include/lmapibuf.h: New file
13347         * include/lmaccess.h: New file
13348         * include/lmchdev.h: New file
13349         * include/lmremutl.h: New file
13350         * include/lmrepl.h: New file
13351         * include/lmerrlog.h: New file
13352         * include/lmat.h: New file
13353         * include/lmuse.h: New file
13354         * include/lmuseflg.h: New file
13355         * include/lmserver.h: New file
13356         * include/lmerr.h: New file
13357         * include/lmsname.h: New file
13358         * include/lmstats.h: New file
13359         * include/lmsvc.h: New file
13360         * include/lmwksta.h: New file
13361         * include/lmbrowsr.h: New file
13362
13363 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13364
13365         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13366         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13367
13368         * include/initguid.h: New file
13369
13370         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13371         int not supported
13372
13373         * include/winnt.h: Added USN
13374         * include/winnt.h: Changed handling of 64 bit int support
13375
13376         * include/windows.h: Added support for BC,LCC and MSVC
13377
13378         * include/windows.h: Changed handling machine architecture defines
13379
13380         * include/olectl.h: New file
13381
13382 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13383
13384         * include/oleidl.h: Added IViewObject and IViewObject2
13385
13386         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13387         IStorage::MoveElement
13388
13389         * include/oledlg.h: New file
13390
13391         * include/winresrc.h: New file
13392
13393         * include/wingdi.h: Added LPDOCINFO
13394
13395         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13396         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13397         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13398         TabCtrl_SetImageList and TabCtrl_GetItemCount
13399         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13400
13401         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13402
13403         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13404         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13405
13406         * include/commdlg.h: Added LPDEVNAMES
13407
13408         * include/windows.h: Include excpt.h
13409
13410         * include/excpt.h: New file. This file just contains some
13411         stubs for SEH that do nothing.
13412
13413         * include/commctrl.h: Added general WM_NOTIFY codes
13414
13415         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13416         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13417         not be in the headers.
13418         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13419         * include/winuser.h: Added old WM_SIZE parameter names so
13420         wxWindows compiles.
13421         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13422         * include/winuser.h: Added LPDLGITEMTEMPLATE
13423         * include/winuser.h: HTCAPTION was missing value
13424         * include/winuser.h: Added WM_ACTIVE flags
13425
13426         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13427         _fxx defines for memmove, memset and memcmp
13428
13429         * include/windef.h: Changed _export and __export to empty defines
13430
13431         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13432         String parameters were not const and ExtractAssociatedIcon takes
13433         a WORD pointer not DWORD pointer as last parameter.
13434
13435         * Makefile: Changed VERSION to 0.1.2
13436
13437         * include/ole2ver.h: New file
13438
13439         * Makefile: Removed all dependencies on GLUT
13440
13441         * include/GL/glut.h: Removed file because of decision to remove
13442         files that are not part of the library.
13443         * lib/glut.def: Likewise
13444         * lib/glut32.def: Likewise
13445
13446         * include/windows.h: Include winperf.h
13447
13448         * include/winperf.h: New file
13449
13450         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13451
13452         * include/winnls.h: Added calendar types
13453         * include/winnls.h: Added country codes
13454
13455 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13456
13457         * include/windef.h: Added PROC and NEARPROC
13458
13459         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13460         * include/wingdi.h: Added OpenGL types and prototypes
13461         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13462         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13463         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13464         * include/wingdi.h: Added truetype character outline types
13465         * include/wingdi.h: Added DEVMODE initialization flags
13466         * include/wingdi.h: Added panose codes
13467         * include/wingdi.h: Added missing character sets
13468         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13469         NONANTIALIASED_QUALITY
13470         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13471         * include/wingdi.h: Added pointer types for EXTLOGPEN
13472         * include/wingdi.h: Added PATTERN type
13473         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13474         * include/wingdi.h: Added new text metric flags
13475         * include/wingdi.h: Added pitch and family flags
13476         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13477         * include/wingdi.h: Added METAHEADER
13478         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13479         * include/wingdi.h: Added TA_MASK
13480         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13481         * include/wingdi.h: Added error codes
13482
13483         * include/winuser.h: Added missing winhelp structures
13484         * include/winuser.h: Added dialog flags/styles/messages
13485         * include/winuser.h: Added EM_SETMARGIN codes
13486         * include/winuser.h: Made it possiblie to use IDI_XX values
13487         in resource files.
13488         * include/winuser.h: Added missing LoadImage load flags
13489         * include/winuser.h: Added missing message box flags
13490         * include/winuser.h: Added ScrollWindow codes
13491         * include/winuser.h: Added DT_WORD_ELLIPSIS
13492         * include/winuser.h: Added drag and drop support
13493         * include/winuser.h: Added WM_MENUCHAR return codes
13494         * include/winuser.h: Added DLGWINDOWEXTRA
13495         * include/winuser.h: Added missing SetWindowPos flags.
13496         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13497         * include/winuser.h: Added IDHOT_xx defines
13498         * include/winuser.h: Added MOD_WIN
13499         * include/winuser.h: Added missing defines and structs for owner draw
13500         controls.
13501         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13502         WPF_SETMINPOSITION
13503         * include/winuser.h: Added DrawAnimatedRects flags
13504         * include/winuser.h: Added WM_PRINT codes
13505         * include/winuser.h: Added CS_IME class style
13506         * include/winuser.h: Added WM_SIZE codes
13507         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13508         * include/winuser.h: Added WM_NCHITTEST return codes
13509         * include/winuser.h: Added WM_SIZING parameters
13510         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13511         * include/winuser.h: Added menu loop codes.
13512         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13513         NF_REQUERY
13514         * include/winuser.h: Added WM_POWER flags
13515         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13516         * include/winuser.h: Added missing message filter codes
13517         * include/winuser.h: Added WM_KEYXX message flags
13518         * include/winuser.h: Added WM_SHOWMESSAGE flags
13519         * include/winuser.h: Added old ShowWindow commands
13520         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13521         structures.
13522
13523         * include/mciavi.h: New file for the MCI AVI driver that for some
13524         reason is not in mmsystem.h.
13525
13526         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13527         * include/winbase.h: Added SECURITY_xx for CreateFile
13528         * include/winbase.h: Added RTS and DTS control values
13529         * include/winbase.h: Fixed SYSTEM_INFO structure
13530         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13531         * include/winbase.h: Added FILE_TYPE_REMOTE
13532         * include/winbase.h: Added modem status flags
13533         * include/winbase.h: Added HINSTANCE_ERROR
13534         * include/winbase.h: Added DefineDosDevice defines
13535         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13536         * include/winbase.h: Added STARTF_XX flags
13537         * include/winbase.h: Fixed typo on _lcreat prototype.
13538         * include/winbase.h: Moved DBG_XX to winnt.h
13539         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13540         winnt.h
13541
13542         * include/unknwn.h: Added extern declaration of IID_IUnknown
13543
13544         * include/windowsx.h: Added hmemcpy.
13545
13546         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13547         * include/winnt.h: Added PACCESS_TOKEN
13548         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13549         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13550         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13551         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13552         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13553         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13554
13555         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13556         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13557         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13558
13559         * include/winsvc.h: Removed conflicting defines which were supposed
13560         to be in winnt.h
13561
13562         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13563         and SERVICE_ERROR_TYPE.
13564
13565         * include/winnt.h: Added SERVICE_XX defines.
13566         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13567         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13568
13569         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13570         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13571         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13572         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13573
13574 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13575
13576         * include/winbase.h: Corrected prototype for CreateProcessA
13577
13578         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13579         driver extensions.
13580
13581         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13582         be LPSHELLFOLDER* not LPSHELLFOLDER.
13583
13584         * include/windows.h: Include commdlg.h
13585
13586         * include/winuser.h: Added MDICREATESTRUCT
13587
13588         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13589         CB_ERRSPACE, and CB_OKAY
13590
13591         * include/wingdi.h: Added LPBITMAPINFOHEADER
13592
13593         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13594         are meaningless.
13595         * include/rpcdce2.h: Likewise.
13596
13597         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13598
13599         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13600         * include/olectlid.h: Likewise
13601         * include/shlguid.h: Likewise
13602
13603         * include/coguid.h: Delete file since it was for 16 bit windows only.
13604
13605         * lib/*.def: Appended .dll to library name where needed.
13606
13607         * include/windef.h: Define _stdcall and __stdcall only if not
13608         previously defined instead of undefining first.
13609
13610         * include/dlgs.h: Put RC_INVOKED around structure defs
13611
13612         * include/intshcut.h: New file
13613         * include/isguids.h: New file
13614
13615         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13616
13617 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13618
13619         * include/winnt.h: Added check if _T is defined before defining it
13620
13621         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13622
13623         * include/dlgs.h: New file
13624
13625         * include/winbase.h: Removed DllEntryPoint define
13626
13627         * include/winbase.h: Added SetupComm prototype
13628
13629         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13630         supported anyway.
13631
13632         * include/basetyps.h: Removed use of COMOBJECT define, instead
13633         DECLARE_INTERFACE directly uses comobject attribute when GCC
13634         is used.
13635
13636         * include/wtypes.h: STGC enum was missing typedef
13637
13638         * include/objidl.h: ADVC enum was missing typedef
13639
13640         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13641         they are nested within the VOID definition.
13642
13643         * include/winbase.h: Added stream ids and attributes
13644
13645         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13646         to an ANYSIZE_ARRAY array.
13647
13648 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13649
13650         * include/windef.h: defined _declspec as __declspec since
13651         some programs (like VWCL) use _declspec instead of __declspec
13652
13653         * include/winnt.h: added COMPRESS_FORMAT defines
13654
13655         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13656
13657         * include/winnt.h: added HEAP_XXXX defines
13658
13659         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13660
13661         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13662         specification.
13663
13664         * include/winnt.h: added NTAPI define
13665
13666 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13667
13668         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13669         instead of CHAR or WCHAR.
13670
13671         * include/winnt.h: added _T define
13672
13673         * include/winnt.h: added test for _TCHAR_DEFINED
13674
13675         * include/winnt.h: included string.h for memory macros
13676
13677         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13678
13679         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13680
13681         * include/prsht.h: added PropSheet_XXX macros
13682
13683
13684 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13685
13686         * include/winspool.h: Changed DeletePrinterProcessor and
13687         DeletePrinterProvidor to DeletePrintXX.
13688
13689         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13690         LOGCOLORSPACEW.
13691
13692         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13693         variants
13694
13695         * include/wingdi.h: Likewise for GetLogColorSpace
13696
13697         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13698
13699         * include/richedit.h: Added missing defines and structures
13700
13701         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13702
13703         * include/winuser.h: Added HWND_DESKTOP
13704
13705 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13706
13707         * Makefile: Include ChangeLog when building source
13708         distribution (srcdist)
13709
13710         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13711         are always defined as STDAPI and STDAPI_
13712
13713         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13714         are always defined as STDAPI and STDAPI_
13715
13716         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13717
13718         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13719
13720         * ChangeLog started