OSDN Git Service

3ff1abdb82b7d55d095cdacb9a99b5cf78056604
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2020-05-28  Keith Marshall  <keith@users.osdn.me>
2
3         Prepare and publish MinGW.org WSL-5.3.2 release.
4
5         * All files (wsl-5.3.2-release): Tag assigned.
6
7 2020-04-30  Keith Marshall  <keith@users.osdn.me>
8
9         Prepare and publish MinGW.org WSL-5.3.1 release.
10
11         * All files (wsl-5.3.1-release): Tag assigned.
12
13 2020-03-28  Keith Marshall  <keith@users.osdn.me>
14
15         Make <winsvc.h> header effectively self-contained.
16
17         * include/winsvc.h: Tidy layout; assert copyright.
18         Include <windef.h>, so supporting stand-alone inclusion.
19         (pragma GCC system_header): Remove redundant GCC version guard.
20         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
21         (__AW_ALIAS__): Use it to selectively typedef...
22         [UNICODE vs. ! UNICODE] (LPSERVICE_MAIN_FUNCTION)
23         (SERVICE_FAILURE_ACTIONS, LPSERVICE_FAILURE_ACTIONS)
24         (ENUM_SERVICE_STATUS_PROCESS, LPENUM_SERVICE_STATUS_PROCESS)
25         (QUERY_SERVICE_LOCK_STATUS, LPQUERY_SERVICE_LOCK_STATUS)
26         (QUERY_SERVICE_CONFIG, LPQUERY_SERVICE_CONFIG)
27         (SERVICE_TABLE_ENTRY, LPSERVICE_TABLE_ENTRY)
28         (SERVICE_DESCRIPTION, LPSERVICE_DESCRIPTION)
29         (ENUM_SERVICE_STATUS, LPENUM_SERVICE_STATUS): ...these.
30         (__AW_SUFFIXED__): Likewise, use it to selectively define...
31         [UNICODE vs. ! UNICODE] (SERVICES_ACTIVE_DATABASE)
32         (SERVICES_FAILED_DATABASE, SC_GROUP_IDENTIFIER)
33         (CreateService, ChangeServiceConfig, ChangeServiceConfig2)
34         (EnumDependentServices, EnumServicesStatus, EnumServicesStatusEx)
35         (GetServiceDisplayName, GetServiceKeyName, OpenSCManager)
36         (OpenService, QueryServiceConfig, QueryServiceConfig2)
37         (QueryServiceLockStatus, RegisterServiceCtrlHandler)
38         (StartService, StartServiceCtrlDispatcher)
39         (RegisterServiceCtrlHandlerEx): ...these.
40         (__AW_STRING_W__): Use it to derive definitions for...
41         (SERVICES_ACTIVE_DATABASEW, SERVICES_FAILED_DATABASEW)
42         (SC_GROUP_IDENTIFIERW): ...each of these, from...
43         (SERVICES_ACTIVE_DATABASEA, SERVICES_FAILED_DATABASEA)
44         (SC_GROUP_IDENTIFIERA): ...these, respectively.
45
46 2020-03-05  Keith Marshall  <keith@users.osdn.me>
47
48         Prepare and publish MinGW.org WSL-5.3 release.
49
50         * All files (wsl-5.3-release): Tag assigned.
51
52 2020-01-20  Keith Marshall  <keith@users.osdn.me>
53
54         Implement <wspiapi.h> sockets fall-back API.
55
56         * tests/headers.at: Add...
57         * include/wspiapi.h: ...this new file; it implements...
58         (WspiapiGetAddrInfo, WspiapiGetNameInfo, WspiapiFreeAddrInfo):
59         ...these inline fall-back replacement implementations for...
60         (getaddrinfo, getnameinfo, freeaddrinfo): ...these IETF RFC 3493
61         functions, respectively, per hints in Microsoft online docs.
62
63         * include/ws2tcpip.h: Tidy layout; assert copyright.
64         (pragma GCC system_header): Remove redundant GCC version guard.
65         (EAI_SYSTEM, EAI_OVERFLOW): New symbolic error codes; define them.
66         (socklen_t): Correct typedef; was signed but negative is meaningless.
67         (getnameinfo): Adjust prototype declaration to conform to RFC 3493.
68         (__AW_SUFFIXED__): Use it to selectively map definitions for...
69         [UNICODE vs. ! UNICODE] (gai_strerror): ...this function.
70         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
71
72 2020-01-17  Keith Marshall  <keith@users.osdn.me>
73
74         Preserve order of tests for integrity of header files.
75
76         * tests/Makefile.in: Explicitly sort $wildcard output, within...
77         (list_headers): ...this new function-style macro.
78         (enum_headers, enum_header_subdirs): Use it.
79
80         * tests/headers.at: Adjust to recent GNU make $sort order.
81
82 2020-01-15  Keith Marshall  <keith@users.osdn.me>
83
84         Incorporate <winnls.h> updates for Vista and Windows-7.
85
86         * include/winnls.h: Reorganize into logical definition groups.
87         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (LOCALE_CUSTOM_DEFAULT)
88         (LOCALE_CUSTOM_UI_DEFAULT, LOCALE_CUSTOM_UNSPECIFIED, LOCALE_SNAME)
89         (LOCALE_SDURATION, LOCALE_SKEYBOARDSTOINSTALL, LOCALE_SSCRIPTS)
90         (LOCALE_SNAN, LOCALE_SPOSINFINITY, LOCALE_SNEGINFINITY)
91         (LOCALE_SISO3166CTRYNAME2, LOCALE_SISO639LANGNAME2)
92         (LOCALE_SSHORTESTDAYNAME1, LOCALE_SSHORTESTDAYNAME2)
93         (LOCALE_SSHORTESTDAYNAME3, LOCALE_SSHORTESTDAYNAME4)
94         (LOCALE_SSHORTESTDAYNAME5, LOCALE_SSHORTESTDAYNAME6)
95         (LOCALE_SSHORTESTDAYNAME7, CAL_SSHORTESTDAYNAME1)
96         (CAL_SSHORTESTDAYNAME2, CAL_SSHORTESTDAYNAME3, CAL_SSHORTESTDAYNAME4)
97         (CAL_SSHORTESTDAYNAME5, CAL_SSHORTESTDAYNAME6, CAL_SSHORTESTDAYNAME7)
98         (CAL_UMALQURA, C3_HIGHSURROGATE, C3_LOWSURROGATE): New symbolic
99         constants; define each as a manifest constant macro.
100         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (CAL_SMONTHDAY)
101         (CAL_SABBREVERASTRING): Likewise.
102         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (GetCalendarInfoEx): New
103         function; declare its prototype.
104
105 2020-01-14  Keith Marshall  <keith@users.osdn.me>
106
107         Make <winnls.h> header effectively self-contained.
108
109         * include/winnls.h: Tidy layout; assert copyright.
110         Include <winbase.h>, so supporting stand-alone inclusion.
111         (pragma GCC system_header): Remove redundant GCC version guard.
112         (WINVER, _WIN32_WINNT): Always use symbolic version comparisons.
113         (__AW_ALIAS__): Use it to selectively typedef...
114         [UNICODE vs. ! UNICODE] (CPINFOEX, LPCPINFOEX, CURRENCYFMT)
115         (LPCURRENCYFMT, NUMBERFMT, LPNUMBERFMT): ...each of these generic data
116         types; delete redundant UNICODE vs. non-UNICODE variants.
117         (__AW_SUFFIXED__): Likewise, use it to selectively define...
118         [UNICODE vs. ! UNICODE] (CALINFO_ENUMPROC, CALINFO_ENUMPROCEX)
119         (LANGUAGEGROUP_ENUMPROC, LANGGROUPLOCALE_ENUMPROC, LOCALE_ENUMPROC)
120         (CODEPAGE_ENUMPROC, DATEFMT_ENUMPROC, DATEFMT_ENUMPROCEX)
121         (TIMEFMT_ENUMPROC, UILANGUAGE_ENUMPROC, CompareString)
122         (EnumCalendarInfo, EnumDateFormats, EnumSystemCodePages)
123         (EnumSystemLocales, EnumTimeFormats, FoldString, GetCalendarInfo)
124         (GetCPInfoEx, GetCurrencyFormat, GetDateFormat, GetGeoInfo)
125         (GetLocaleInfo, GetNumberFormat, GetStringTypeEx, GetTimeFormat)
126         (LCMapString, SetCalendarInfo, SetLocaleInfo, EnumCalendarInfoEx)
127         (EnumDateFormatsEx, EnumSystemLanguageGroups, EnumLanguageGroupLocales)
128         (EnumUILanguages): ...these generic names; delete redundant variants.
129         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
130
131 2019-07-06  Keith Marshall  <keith@users.osdn.me>
132
133         Prepare and publish MinGW.org WSL-5.2.2 release.
134
135         * All files (wsl-5.2.2-release): Tag assigned.
136
137 2019-06-07  Keith Marshall  <keith@users.osdn.me>
138
139         Add missing definitions; fix MinGW-Bug #39129
140
141         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
142         (PAGE_TARGETS_NO_UPDATE): Likewise.
143
144 2019-05-03  Keith Marshall  <keith@users.osdn.me>
145
146         Correct a typographic error; fix MinGW-Bug #39193
147
148         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
149         add a missing closing parenthesis.
150
151 2019-04-08  Keith Marshall  <keith@users.osdn.me>
152
153         Correct a typographic error; fix MinGW-Bug #39117
154
155         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
156         (STATUSCLASSNAME): ...to this.
157
158 2019-02-03  Keith Marshall  <keith@users.osdn.me>
159
160         Clean up winsock default version selection stratagem.
161
162         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
163         internal recursion breaking retest block; following evaluation of...
164         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
165         included, reproducing the original version selection logic from...
166         * include/_winsock.h: ...here; file is now obsolete; delete it.
167
168         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
169         before including <winsock.h>
170
171         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
172         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
173         instead of deleted file <_winsock.h>
174
175         * tests/headers.at: Regenerated.
176
177 2019-01-22  Keith Marshall  <keith@users.osdn.me>
178
179         Prepare and publish MinGW.org WSL-5.2.1 release.
180
181         * All files (wsl-5.2.1-release): Tag assigned.
182
183 2019-01-22  Keith Marshall  <keith@users.osdn.me>
184
185         Incorporate user-customized <features.h> configuration.
186
187         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
188         stub; this is an empty file, yielding the default configuration.
189
190 2018-12-23  Keith Marshall  <keith@users.osdn.me>
191
192         Prepare and publish MinGW.org WSL-5.2 release.
193
194         * All files (wsl-5.2-release): Tag assigned.
195
196 2018-12-18  Keith Marshall  <keith@users.osdn.me>
197
198         Make <winver.h> header effectively self-contained.
199
200         * include/winver.h: Include <windef.h>
201
202 2018-11-23  Keith Marshall  <keith@users.osdn.me>
203
204         Fix MinGW-Bug #2248 (SF ticket).
205
206         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
207         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
208
209 2018-11-23  Keith Marshall  <keith@users.osdn.me>
210
211         Apply some more cosmetic layout adjustments.
212
213         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
214         for each untagged aggregate type definition.
215
216 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
217
218         Fix MinGW-Bug #38736 (OSDN ticket).
219
220         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
221         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
222
223 2018-11-18  Keith Marshall  <keith@users.osdn.me>
224
225         Make <commctrl.h> header effectively self-contained.
226
227         * include/commctrl.h: Tidy layout; assert copyright.
228         Include <winbase.h> and <prsht.h>; both are required to resolve
229         inter-header dependencies, so achieving effective self-containment.
230         Correctly parenthesize argument references in macro definitions.
231         (pragma GCC system_header): Remove redundant GCC version guard.
232         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
233         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
234         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
235         Use them; they facilitate maintenance of robust definitions for...
236         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
237         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
238
239 2018-11-16  Keith Marshall  <keith@users.osdn.me>
240
241         Make <prsht.h> header effectively self-contained.
242
243         * include/prsht.h: Tidy layout; assert copyright.
244         Include <winuser.h> to resolve inter-header dependencies.
245         Correctly parenthesize argument references in macro definitions.
246         (pragma GCC system_header): Remove redundant GCC version guard.
247         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
248         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
249         from checking consistency of alternative definition sources.
250         (__AW_SUFFIXED__): Use it; it improves robustness of...
251         [UNICODE vs. ! UNICODE]: ...generic definitions.
252         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
253
254 2018-10-29  Keith Marshall  <keith@users.osdn.me>
255
256         Clean up <wincon.h>; consolidate its version dependencies.
257
258         * include/wincon.h: Tidy layout; assert copyright.
259         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
260         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
261         of these; group and consolidate respective version dependencies.
262         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
263         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
264         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
265         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
266         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
267         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
268         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
269         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
270         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
271         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
272         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
273         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
274         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
275         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
276         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
277         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
278         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
279         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
280         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
281         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
282         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
283         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
284         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
285         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
286         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
287         Redefine, expressing all values in hexadecimal rather than decimal;
288         this is consistent with Microsoft documentation, and it is also more
289         logical, since all represent bit-flags, bit-fields, or bit-masks.
290
291 2018-10-24  Keith Marshall  <keith@users.osdn.me>
292
293         Make <wincon.h> header effectively self-contained.
294
295         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
296         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
297         [__GNUC__ >= 3]: Remove condition; used only in association with...
298         (#pragma GCC system_header): ...this, it is redundant in this context.
299         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
300
301 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
302
303         Improve WinXP/Vista console I/O support.
304
305         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
306         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
307         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
308         name aliases; define them, mapping them conditionally to represent...
309         [UNICODE]: ...their corresponding UTF-16LE function names, else...
310         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
311         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
312         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
313         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
314         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
315         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
316         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
317         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
318         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
319         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
320         (GetConsoleFontSize): ...declare function.
321         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
322         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
323         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
324         [_WIN32_WINNT >= 0x0501]: ...this prevails.
325         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
326         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
327         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
328         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
329         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
330         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
331         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
332         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
333         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
334         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
335         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
336         (GetCurrentConsoleFont): Declare functions.
337         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
338         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
339         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
340         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
341         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
342         map to an anonymous structure, and are visible only when...
343         [_WIN32_WINNT >= 0x0600]: ...this prevails.
344         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
345         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
346         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
347         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
348         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
349         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
350         ...these typedefs.
351         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
352         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
353         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
354         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
355         (SetCurrentConsoleFontEx): Declare functions.
356
357 2018-09-03  Keith Marshall  <keith@users.osdn.me>
358
359         Prepare and publish MinGW.org WSL-5.1.1 release.
360
361         * All files (wsl-5.1.1-release): Tag assigned.
362
363 2018-07-29  Keith Marshall  <keith@users.osdn.me>
364
365         Don't restrict <winerror.h> exposure when including <winsock.h>
366
367         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
368         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
369         all dependent filter references.
370
371 2018-07-11  Keith Marshall  <keith@users.osdn.me>
372
373         Make <wincrypt.h> header effectively self-contained.
374
375         * include/wincrypt.h: Include <winbase.h>
376
377 2018-07-11  Keith Marshall  <keith@users.osdn.me>
378
379         Correct <wincrypt.h> typographic errors; fix issue [#38391]
380
381         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
382         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
383         (ALG_CLASS_HASH): ...this, which represents the correct reference.
384         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
385         struct definition is not directly associated with any type name.
386         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
387
388 2018-02-26  Keith Marshall  <keith@users.osdn.me>
389
390         Prepare and publish MinGW.org WSL-5.1 release.
391
392         * All files (wsl-5.1-release): Tag assigned.
393
394 2018-02-24  Keith Marshall  <keith@users.osdn.me>
395
396         Make <iptypes.h> header effectively self-contained.
397
398         * include/iptypes.h: Assert copyright; tidy layout.
399         Include <windef.h>; it is required for self-containment.
400         (__need_time_t): Define for selective inclusion of <sys/types.h>
401         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
402         (_WIN32_WINNT): Always compare it symbolically.
403         (__dhcp_time_t): New temporary data type macro; define it...
404         [_WIN64]: ...as equivalent to __time64_t, otherwise...
405         [!_WIN64]: ...equivalent to __time32_t, and then...
406         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
407         (LeaseObtained, LeaseExpires): ...these fields.
408
409 2017-12-20  Keith Marshall  <keith@users.osdn.me>
410
411         Make <winreg.h> header effectively self-contained.
412
413         * include/winreg.h: Include <winbase.h>, thus achieving effective
414         self-containment; since this also indirectly includes <_mingw.h>,
415         there is no longer any need to include it directly.
416
417 2017-12-20  Keith Marshall  <keith@users.osdn.me>
418
419         Clean up, following issue [#2262] patch application.
420
421         * include/winreg.h: Tidy layout; correct copyright assertion.
422         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
423         [UNICODE] (__AW): Do not use deleted macro; replace it with...
424         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
425         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
426         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
427         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
428         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
429         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
430         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
431         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
432         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
433         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
434         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
435         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
436         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
437         all "4.x" branches specified these incorrectly, dependent on...
438         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
439         "legacy" branch, whence the "5.x" branches are propagated, correctly
440         required an alternative condition which is the equivalent of...
441         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
442
443 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
444
445         Update registry management API, per issue [#2262].
446
447         * include/winreg.h: Merge changes from 4.1-dev branch.
448         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
449         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
450         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
451         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
452         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
453         (RRF_ZEROONFAILURE): New manifest constants; define them.
454         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
455         (RegOverridePredefKey): Add previously omitted function prototypes.
456         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
457         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
458         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
459         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
460         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
461         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
462         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
463         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
464         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
465         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
466         (RegDeleteKeyValueA, RegDeleteKeyValueW)
467         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
468         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
469         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
470         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
471         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
472         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
473         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
474         (RegSetKeyValue): Define, mapping each to its respective function...
475         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
476         [defined UNICODE] (__AW): ...for the UTF-16LE case.
477
478         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
479         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
480         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
481         (RegSaveKeyExW@16): Remove them; relocate them to...
482         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
483         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
484         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
485         (RegSaveKeyExW@16): ...their correct location, here.
486         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
487         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
488         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
489         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
490         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
491         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
492         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
493
494 2017-12-16  Keith Marshall  <keith@users.osdn.me>
495
496         Provide default definition for _WIN32_IE feature test macro.
497
498         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
499         (_WIN32_IE_IE50): ...this default value.
500
501         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
502         a conflicting proposal for the default value.
503
504 2017-12-06  Keith Marshall  <keith@users.osdn.me>
505
506         Prepare and publish MinGW.org WSL-5.0.2 release.
507
508         * All files (wsl-5.0.2-release): Tag assigned.
509
510 2017-11-28  Keith Marshall  <keith@users.osdn.me>
511
512         Make <wsnetbs.h> header effectively self-contained.
513
514         * include/wsnetbs.h: Assert copyright; tidy layout; include
515         "_winsock.h", so making this header effectively self-contained, and
516         thus relieving the user of a responsibility for ensuring that some
517         other appropriate WinSock header has been included first.
518
519 2017-11-28  Keith Marshall  <keith@users.osdn.me>
520
521         Factor <winsock.h> duplicate content out of <winsock2.h>
522
523         * include/winsock2.h: Remove all declarations and definitions which
524         are identically specified in <winsock.h>, but keep them in scope by...
525         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
526         declarations and definitions therefrom, which introduce conflicts.
527         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
528         definitions and declarations.
529
530         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
531         WinSock v1.1 and WinSock v2, the latter of which will override when
532         correctly included by <winsock2.h>
533
534 2017-11-24  Keith Marshall  <keith@users.osdn.me>
535
536         Make <winsock.h> and <winsock2.h> duplicate code congruent.
537
538         * include/winsock.h (SOMAXCONN): Move definition into...
539         [!__INSIDE_MSYS__]: ...this guarded scope.
540
541         * include/winsock2.h: Rearrange as necessary.
542         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
543         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
544         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
545         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
546         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
547         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
548         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
549         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
550         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
551         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
552         [!defined __INSIDE_MSYS__]: ...as this, throughout.
553         (gethostname): Update function prototype, adding...
554         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
555
556         * include/ws2spi.h: Tidy layout; assert copyright.
557         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
558         (LPFD_SET): Delete all type references; use...
559         (fd_set *): ...this instead.
560
561 2017-11-14  Keith Marshall  <keith@users.osdn.me>
562
563         Establish default selection for WinSock API declaration.
564
565         * include/windows.h include/nspapi.h: Include...
566         * include/_winsock.h: ...this new system private header; it selects...
567         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
568         provided by conditional inclusion of <winsock2.h>, otherwise...
569         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
570         as provided by inclusion of <winsock.h>
571
572         * tests/headers.at <_winsock.h>: Add reference.
573
574 2017-11-14  Keith Marshall  <keith@users.osdn.me>
575
576         Update gethostname() declaration; drop Cygwin specificity.
577
578         * include/winsock.h (gethostname): Declare unconditionally; add...
579         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
580         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
581         [!defined __INSIDE_MSYS__]: ...as this, throughout.
582
583 2017-11-09  Keith Marshall  <keith@users.osdn.me>
584
585         Normalize fd_set event macros for <winsock2.h> compatibility.
586
587         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
588         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
589         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
590         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
591         count to a bit flag with value of 1, in each case respectively.
592         [_WINSOCK2_H]: Extend shift count enumeration, to include...
593         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
594         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
595         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
596         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
597         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
598         of 1 greater than the offset of the last defined flag; hence...
599         (FD_ALL_EVENTS): ...derive this mask for all event flags.
600
601 2017-11-09  Keith Marshall  <keith@users.osdn.me>
602
603         Filter potential WinSock v2 conflicts out of <winsock.h>
604
605         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
606         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
607         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
608         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
609         not define any of these; they are not compatible with WinSock v2.
610         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
611         appropiately in <winsock2.h>
612
613 2017-11-09  Keith Marshall  <keith@users.osdn.me>
614
615         Filter out <winsock.h> typedef anomalies.
616
617         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
618         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
619         them as type definitions, but warn of potential conflict with...
620         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
621         function; declare its prototype.
622
623 2017-11-08  Keith Marshall  <keith@users.osdn.me>
624
625         Overhaul WinSock fd_set content management macros.
626
627         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
628         original implementations of each of these macros, redirecting to...
629         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
630         inline functions, respectively; these are more robust, and correct a
631         defect in the original FD_SET macro implementation, whereby duplicate
632         descriptors could be added to an fd_set array, but would not then be
633         removed by the corresponding FD_CLR macro.
634
635         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
636         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
637         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
638         function, which is implemented in each of these libraries.
639
640 2017-11-07  Keith Marshall  <keith@users.osdn.me>
641
642         Identify features which have been deprecated in WinSock v2.
643
644         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
645         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
646         (__MINGW_ATTRIB_DEPRECATED): ...to this.
647
648         * include/winsock.h include/winsock2.h: Qualify...
649         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
650         (WSACancelBlockingCall): ...each of these function prototypes, with...
651         (__WINSOCK2_DEPRECATED): ...this attribute.
652
653 2017-11-07  Keith Marshall  <keith@users.osdn.me>
654
655         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
656
657         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
658         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
659         with preferred convention for system feature test macros.
660
661 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
662
663         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
664
665         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
666         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
667         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
668         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
669         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
670         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
671         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
672         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
673         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
674         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
675         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
676
677         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
678         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
679
680 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
681
682         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
683
684         * include/wtypes.h: Tidy layout; assert copyright.
685         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
686         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
687         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
688         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
689         (__BLOB_T_DEFINED): ...this; do not define...
690         (_WTYPES_H): ...this external guard.
691
692         * include/nspapi.h: Tidy layout; assert copyright.
693         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
694         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
695         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
696         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
697         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
698         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
699         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
700         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
701         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
702         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
703         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
704         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
705         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
706         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
707         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
708         (__AW_ALIAS__): ...this, for definition of each of...
709         (SERVICE_INFO, LPSERVICE_INFO): ...these.
710
711         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
712         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
713         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
714         include nspapi.h selectively, to acquire them.
715
716 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
717
718         Factor <winerror.h> duplicate content out of winsock headers.
719
720         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
721         conditional block, and all of its content; selectively include...
722         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
723         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
724         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
725         define them, to segregate WSA error messages applicable to WinSock v2
726         only, from those applicable to both WinSock v1.1 and WinSock v2.
727         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
728         codes, except WSABASEERR, relative to WSABASEERR itself.
729
730 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
731
732         Factor <sys/time.h> duplicate content out of winsock headers.
733
734         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
735         conditional block, and all its content; include <sys/time.h> instead.
736         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
737         processing this header, such that only selected content from other
738         internally referenced headers is exposed.
739
740 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
741
742         Source BSD non-standard type definitions from mingwrt header.
743
744         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
745         conditional block, and its entire type definition content; include...
746         * include/sys/bsdtypes.h: ...this common file instead; it defines...
747         (u_char, u_int, u_long, u_short): ...these non-standard data types.
748
749 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
750
751         Correct misuse of __INSIDE_MSYS__ feature test.
752
753         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
754         omits "defined" operator; it should be expressed consistently as...
755         [! defined __INSIDE_MSYS__]: ...this; correct it.
756
757 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
758
759         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
760
761         * include/winsock.h: Tidy layout; assert copyright.
762         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
763
764         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
765         sections, which are common with <winsock.h>, are laid out congruently.
766         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
767         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
768         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
769         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
770         [UNICODE]: ...alternative typedefs, and function name aliases...
771         [!UNICODE]: ...versus this case.
772
773 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
774
775         Resolve secondary issue arising from MinGW-Bug [#2350]
776
777         * include/winuser.h (GetTitleBarInfo)
778         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
779         it conflicted with current MSDN documentation, so now falls within...
780         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
781
782 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
783
784         Resolve MinGW-Bug [#2350]
785
786         * include/winuser.h (GetTitleBarInfo): Move prototype after...
787         (PTITLEBARINFO): ...this type definition; it is used as a function
788         argument type, so must be defined beforehand.
789
790 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
791
792         Extend testsuite to cover winsock fd_set macro operations.
793
794         * tests/winsock.at: New file; it implements appropriate tests, and
795         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
796         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
797
798         * tests/testsuite.at.in (winsock.at): Integrate it.
799         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
800         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
801         default list of libraries, or resets the list to this initial default.
802         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
803         library specifications, to be used until subsequently reset.
804
805 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
806
807         Prepare and tag for release of MinGW.org WSL-5.0.1
808
809         * All files (wsl-5.0.1-release): Tag assigned.
810
811 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
812
813         Automate testsuite dependency generation.
814
815         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
816         enumerate all such wildcard matches as prerequisites, instead of...
817         (headers.at): ...this sole explicit dependency.
818
819 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
820
821         Make <winnt.h> header effectively self-contained.
822
823         * include/winnt.h (_WINNT_H): Defer definition unless included via...
824         (windef.h): ...this; include it, to enforce inclusion order, then...
825         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
826
827 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
828
829         Consolidate <winuser.h> version specific conditionals.
830
831         * include/winuser.h: Reorganize file content; group manifest constant
832         definitions into one nested collection of conditional blocks, with one
833         block per Windows version evolution; do likewise for type definitions
834         and function prototypes which are always exposed, and separately...
835         [! defined NOGDI]: ...for those which may be suppressed, when GDI
836         support is not required.
837
838 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
839
840         Make <winuser.h> header effectively self-contained.
841
842         * include/winuser.h (stdarg.h): Include it, in addition to...
843         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
844         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
845
846 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
847
848         Consolidate <wingdi.h> version specific conditionals.
849
850         * include/wingdi.h: Reorganize file content; group manifest constant
851         definitions into a single nested collection of conditional blocks, for
852         those definitions which are common to both Win9x and WinNT, with one
853         block per Windows version evolution, sorting alphabetically within
854         each block; do likewise for additional manifest constant definitions
855         which are specific to WinNT, and also for data type definitions and
856         function prototypes.
857
858 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
859
860         Tidy, and make <wingdi.h> header effectively self-contained.
861
862         * include/wingdi.h: Tidy layout; assert copyright.
863         (windef.h): Include it; this achieves self-containment.
864         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
865         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
866         (__AW_ALIAS__): ...this, when defining each of...
867         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
868         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
869         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
870         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
871         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
872         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
873         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
874         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
875         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
876         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
877         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
878         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
879         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
880         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
881         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
882         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
883         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
884         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
885         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
886         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
887         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
888         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
889         (wglUseFontOutlines, GetGlyphIndices): ...these.
890
891 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
892
893         Declare CONDITION_VARIABLE API, per feature request [#2314]
894
895         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
896         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
897         (InitializeConditionVariable, SleepConditionVariableCS)
898         (SleepConditionVariableSRW, WakeAllConditionVariable)
899         (WakeConditionVariable): ...declare prototypes.
900
901 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
902
903         Declare SRWLOCK API, to support feature request [#2314]
904
905         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
906         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
907         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
908         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
909         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
910         (TryAcquireSRWLockShared): Declare additional prototypes.
911
912 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
913
914         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
915
916         * include/winerror.h: Tidy layout; assert copyright.
917
918         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
919         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
920         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
921         both locations; it permitted inconsistency between the two.
922
923 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
924
925         Consolidate <winbase.h> version specific conditionals.
926
927         * include/winbase.h: Reorganize file content; group manifest constant
928         definitions into one nested collection of conditional blocks, with one
929         block per Windows version evolution, sorting alphabetically within each
930         block; do likewise for data type definitions and function prototypes.
931
932 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
933
934         Tidy, and make <winbase.h> header effectively self-contained.
935
936         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
937         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
938         (__AW_EXTENDED__): ...this; subsequently reimplement...
939         (__AW_ALIAS__): ...this, with original name, now encapsulating...
940         (__AW_SUFFIXED__): ...this.
941
942         * include/dbt.h (__AW_ALIAS__): Replace all references with...
943         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
944         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
945         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
946
947         * include/winbase.h: Tidy layout; assert copyright.
948         (stdarg.h, windef.h): Include them, to achieve self-containment.
949         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
950         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
951         [__AW_ALIAS__]: ...this, to correctly specify each of...
952         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
953         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
954         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
955         [__AW_SUFFIXED__]: ...this, to correctly map each of...
956         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
957         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
958         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
959         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
960         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
961         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
962         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
963         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
964         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
965         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
966         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
967         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
968         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
969         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
970         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
971         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
972         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
973         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
974         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
975         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
976         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
977         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
978         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
979         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
980         (GetPrivateProfileInt, GetPrivateProfileSection)
981         (GetPrivateProfileSectionNames, GetPrivateProfileString)
982         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
983         (GetProfileString, GetShortPathName, GetStartupInfo)
984         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
985         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
986         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
987         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
988         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
989         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
990         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
991         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
992         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
993         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
994         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
995         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
996         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
997         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
998         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
999         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
1000         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
1001         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
1002         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
1003         (WritePrivateProfileString, WritePrivateProfileStruct)
1004         (WriteProfileSection, WriteProfileString): ...these, and add...
1005         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
1006         (GetFirmwareEnvironmentVariable): ...these previously missing generic
1007         function name aliases.
1008
1009 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1010
1011         Refactor mingwrt and w32api common makefile content.
1012
1013         * Makefile.in (w32api-srcdist-config-files): Rename it...
1014         (w32api-srcdist-common-files): ...as this phoney build rule.
1015         (shared_include_file): New macro; define it, and include named file.
1016         (configure, config.status, Makefile, config.status.missing, _mingw.h)
1017         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
1018         out; relocate them to new file in common parent directory...
1019         * ../Makefile.comm: ...here.
1020
1021 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1022
1023         Correct a copyright notice update omission.
1024
1025         * configure.ac: Extend copyright date range to include 2017.  Also
1026         clean up superfluous trailing whitespace.
1027
1028 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
1029
1030         Fix generated header file dependencies.
1031
1032         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
1033         [VERSION.m4]: ...this; package version changes are no longer made...
1034         [configure.ac]: ...here; delete associated prerequisite reference.
1035         (distclean-local): Delete them.
1036
1037 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1038
1039         Prepare and tag for release of w32api-5.0 package set.
1040
1041         * All files (wsl-5.0-release): Tag assigned.
1042
1043 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1044
1045         Implement basic test suite infrastructure.
1046
1047         * tests: New subdirectory; it hosts...
1048         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
1049         * tests/headers.at: ...these new files; they implement the basic test
1050         suite infrastructure, initially comprising header integrity checks.
1051
1052         * configure.ac (AC_PROG_CXX): Check it.
1053         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
1054         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
1055         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
1056         tests/Makefile.
1057
1058         * Makefile.in (check test tests): New rules; all are synonymous.
1059         (check-recursive): New rule; invoked by each of the preceding three.
1060         (w32api-srcdist-testsuite-files): New rule; implement and use it...
1061         (w32api-srcdist-files): ...here.
1062
1063 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
1064
1065         Add missing constant definition, per issue [#2249].
1066
1067         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
1068
1069 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1070
1071         Avoid unnecessary duplication of configuration files.
1072
1073         * Makefile.in (vpath install-sh): Define it; it matches...
1074         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
1075         rule for creating duplicate file reference links in $top_srcdir.
1076         (configure): Add '-I ..' option, when running autoconf.
1077         (w32api-srcdist-files): Rename it as...
1078         (w32api-srcdist-package-files): ...this; remove dependencies on...
1079         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
1080         (w32api-srcdist-config-files): ...this new distributable files
1081         enumeration goal; add it as one new prerequisite of...
1082         (w32api-srcdist-files): ...this repurposed goal; also depends on...
1083         (w32api-srcdist-package-files): ...this; populate it using...
1084         (SRCDIST_ADD): ...this macro; redefine it accordingly.
1085
1086 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
1087
1088         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
1089
1090         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
1091         it was previously transcribed incorrectly, as being equivalent to...
1092         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
1093         (FILE_DEVICE_DISK): ...this.
1094
1095 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1096
1097         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
1098
1099         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
1100         alternative generic symbol mapping definitions, and typedefs, with...
1101         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
1102         their respective ANSI and UNICODE specific references.
1103
1104 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1105
1106         Deprecate obsolete <winable.h> and <pbt.h> headers.
1107
1108         * Makefile.in (%.h.in): Generalize vpath definition.
1109         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
1110         (w32api_generated_headers, replace_headers, macro_name): New macros.
1111         (install-w32api-headers): Add dependency on w32api_dist_headers.
1112         (%.h): New static pattern rule; it generates generic dependants of...
1113         * include/obsolete.h.in: ...this new template for obsolete headers.
1114
1115         * include/winable.h include/pbt.h: Delete them; they are obsolete;
1116         replace them by install-time generated generic stubs.
1117
1118 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1119
1120         Update <winuser.h> and <dbt.h>; fix issue [#2317].
1121
1122         * include/winuser.h: Tidy layout; add copyright notice.
1123         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
1124         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
1125         selective inclusion of content from other headers; delete when done.
1126         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1127         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1128         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1129         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1130         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1131         them selectively from <dbt.h>, where they are properly defined.
1132         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1133         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1134         formerly UINT, which doesn't match 64-bit size required for Win64.
1135         (SetTimer): Likewise; also declare similar return type.
1136         (WINEVENTPROC): Add missing CALLBACK attribute.
1137         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1138
1139         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1140         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1141
1142         * include/dbt.h: Tidy layout; add copyright notice.
1143         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1144         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1145         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1146         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1147         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1148         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1149         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1150         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1151         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1152         structure typedef names, and their respectively corresponding...
1153         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1154         type names.
1155
1156 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1157
1158         Fix a minor ISO-C++11 conformity issue.
1159
1160         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1161         by ISO-C++11, between concatenated string literal elements.
1162         (GetFiberData, NtCurrentTeb): Likewise.
1163
1164 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1165
1166         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1167
1168         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1169         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1170
1171 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1172
1173         Prepare and tag all files for release of w32api-3.18.1
1174
1175         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1176
1177 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1178
1179         Resolve improper macro expansion issue [#2307].
1180
1181         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1182         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1183         dependent macro WITHIN the expansion of each of these; hence...
1184
1185         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1186         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1187         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1188         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1189         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1190         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1191         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1192         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1193         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1194         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1195         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1196         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1197         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1198         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1199         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1200         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1201         ...adjust these dependent macro definitions accordingly.
1202
1203         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1204         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1205         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1206         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1207         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1208         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1209         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1210         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1211         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1212         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1213
1214 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1215
1216         Update install-sh to match mingw.org/build-aux package.
1217
1218         * install-sh: Delete it; use version in parent directory instead,
1219         recreating local copy, (as symlink, if supported), on demand.
1220
1221 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1222
1223         Eliminate redundant configuration files.
1224
1225         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1226         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1227
1228         * configure.ac (AC_PROG_LN_S): Add configuration check.
1229
1230 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1231
1232         Discard redundant config.guess and config.sub files.
1233
1234         * config.guess config.sub: Delete them; they are no longer required.
1235         * Makefile.in (SRCDIST_ADD): Remove related references.
1236
1237 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1238
1239         Merge recent legacy branch updates to 5.0-active branch.
1240
1241         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1242         * include/sdkddkver.h include/setupapi.h include/windows.h
1243         * include/winnt.h include/winuser.h include/winver.h
1244         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1245
1246 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1247
1248         Prepare and tag all files for release of w32api-3.18.
1249
1250 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1251
1252         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1253
1254         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1255         references from $(MAKE) command lines; make passes them implicitly.
1256
1257 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1258
1259         Backport MemoryBarrier() implementation from 4.0-dev branch.
1260
1261         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1262         Earnie's original inline implementation, but declared 'static' to fix
1263         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1264         fallback identified by issue [#2131], and to remove references to...
1265         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1266         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1267         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1268         back to inline assembly code when necessary.
1269
1270         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1271         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1272         code, for hosts which do not support the SSE2 'mfence' instruction.
1273
1274 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1275
1276         Merge further W32API updates from Cygwin CVS.
1277         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1278
1279         * include/setupapi.h include/winuser.h include/winver.h
1280         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1281
1282 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1283
1284         Update mapping of GCC to MSVC host identification macros.
1285
1286         * include/windows.h: Assert copyright; tidy layout.
1287         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1288         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1289         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1290         managed implicitly, by GCC, when including the associated headers.
1291
1292         * include/winnt.h: Assert copyright; tidy layout.
1293         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1294         (__aligned__, __always_inline__, __selectany__): Prefer these...
1295         (aligned, always_inline, selectany): ...to these attribute forms.
1296         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1297         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1298         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1299         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1300         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1301         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1302         (_M_IX86): ...also removing this, but relocate it to...
1303         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1304         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1305         appropriate.
1306
1307         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1308         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1309
1310 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1311
1312         Merge W32API updates, from Cygwin CVS, into legacy branch.
1313         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1314
1315         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1316         2012-04-28 commit to Cygwin CVS.
1317
1318         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1319         * include/routprot.h include/shlwapi.h include/userenv.h
1320         * include/winbase.h include/wincon.h include/windef.h
1321         * include/winerror.h include/wingdi.h include/winnt.h
1322         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1323         match Cygwin CVS state, as of 2012-07-06.
1324
1325         * include/wincrypt.h: Updated to remove duplicate manifest constant
1326         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1327         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1328         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1329         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1330         copies of these further duplicated definitions, identified during
1331         the merging operation.
1332
1333 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1334
1335         Synchronize package version management with MinGW Runtime.
1336
1337         * VERSION.m4: New file; link it to keep in sync with identically named
1338         file in top level composite package source directory; it defines...
1339         (__VERSION__): ...this new composite package version macro.
1340
1341         * aclocal.m4: Link it, to keep in sync with identically named files in
1342         top level composite source and sibling mingwrt sub-package directories.
1343         (__VERSION__): New macro; include VERSION.m4 to define it.
1344         (__BUG_REPORT_URL__): New macro; define it.
1345
1346         * configure.ac (AC_INIT): Assign package version and bug report URL...
1347         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1348         automatic inclusion of aclocal.m4
1349
1350         * Makefile.in (configure): Add dependency on VERSION.m4
1351
1352 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1353
1354         Eliminate redundant <parts/winioctl.h> header.
1355
1356         * include/parts/winioctl.h: Delete it; distribute its content...
1357         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1358         ...among these, separating it into discrete sections based on...
1359         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1360         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1361         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1362         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1363
1364         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1365         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1366
1367 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1368
1369         Enforce consistent specification of package version.
1370
1371         * include/w32api.h: Rename as...
1372         * include/w32api.h.in: ...this build-time template file.
1373         (__W32API_VERSION): Redefine it, in terms of...
1374         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1375         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1376         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1377         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1378         (%PACKAGE_VERSION_PATCH%): ...these.
1379
1380         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1381         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1382         mingwrt/include/_mingw.h.in file.
1383
1384         * Makefile.in (all-w32api-libs): Add dependency on...
1385         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1386         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1387         they apply appropriate substitutions to the renamed template files.
1388         (install-w32api-headers): Explicitly add w32api.h
1389
1390 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1391
1392         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1393
1394         * include/parts/winioctl.h: New file; it provides infrastructure for
1395         sharing of common code between DDK headers and primary <winioctl.h>
1396         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1397         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1398         macros; they facilitate more consise expression of factored out IOCTL
1399         and FSCTL macros; define them.
1400
1401         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1402         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1403         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1404         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1405
1406         * include/ddk/winddk.h: Assert copyright; tidy layout.
1407         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1408         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1409         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1410         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1411         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1412         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1413         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1414         (FILE_WRITE_ACCESS): Likewise.
1415         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1416         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1417         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1418         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1419         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1420         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1421         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1422         (PPARTITION_INFORMATION_MBR): Likewise.
1423         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1424         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1425         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1426         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1427         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1428         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1429         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1430         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1431         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1432         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1433         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1434         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1435         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1436         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1437         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1438         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1439         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1440         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1441         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1442         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1443         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1444         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1445         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1446         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1447         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1448         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1449         was defined only when including this enumeration from winioctl.h
1450         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1451         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1452         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1453         include parts/winioctl.h
1454
1455         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1456         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1457         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1458         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1459         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1460         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1461         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1462         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1463         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1464         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1465         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1466         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1467         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1468         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1469         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1470
1471         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1472         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1473         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1474         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1475         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1476         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1477         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1478         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1479         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1480         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1481         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1482         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1483         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1484         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1485         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1486         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1487         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1488         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1489         these macros are now defined in parts/winioctl.h; include it.
1490         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1491         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1492         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1493         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1494         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1495         (VALID_NTFT): Redefine as enumeration; factor it out.
1496         (IsRecognizedPartition, IsContainerPartition): Factor out.
1497         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1498         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1499         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1500         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1501         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1502         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1503         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1504         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1505         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1506         (struct _PARTITION_INFORMATION): Change field data types for...
1507         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1508         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1509         with Windows DDK convention, then factor out struct, together with...
1510         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1511         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1512         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1513         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1514         (struct _GET_LENGTH_INFORMATION)
1515         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1516         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1517         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1518         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1519         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1520         (PFORMAT_EX_PARAMETERS): Factor out.
1521         (struct _REASSIGN_BLOCKS): Change field data types for...
1522         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1523         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1524         convention, then factor out the struct definition, together with...
1525         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1526         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1527         (PSET_PARTITION_INFORMATION): Factor out.
1528         (struct _VERIFY_INFORMATION): Change field data type for...
1529         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1530         factor out the entire struct definition, together with...
1531         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1532         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1533         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1534         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1535         (PDISK_GROW_PARTITION): Factor out.
1536
1537         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1538         definitions from Windows DDK headers, by including parts/winioctl.h;
1539         delete duplicate definitions already identified as having been factored
1540         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1541         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1542         UCHAR, resulting in no significant changes, except that...
1543         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1544         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1545         (StorageManagerName): ...these previously missing fields, originally
1546         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1547         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1548
1549 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1550
1551         Windows application module version information API updates.
1552
1553         * include/winver.h: Assert copyright; tidy layout.
1554         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1555         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1556         having both ANSI and UTF-16LE specific alternative implementations.
1557         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1558         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1559         note that both are generic, with ANSI and UTF-16LE implementations,
1560         but the ANSI implementations are missing from MSVCRT.DLL when...
1561         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1562
1563         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1564         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1565
1566 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1567
1568         Revert a failed experimental macro construct.
1569
1570         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1571         code, and doesn't work in the C preprocessor conditional context where
1572         its associated constant definitions are most likely to be required.
1573         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1574         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1575         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1576         now in terms of their preferred equivalents from <sdkddkver.h>
1577
1578 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1579
1580         Code clean-up; fix MinGW-Bug [#2263].
1581
1582         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1583         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1584         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1585
1586         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1587         style comments, using ISO-C conforming style; remove all redundant
1588         parameter names from function prototype declarations, throughout.
1589         (pragma GCC system_header): Remove pointless conditional guard.
1590         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1591         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1592         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1593         alternatives, respectively; they offer improved self-documentation.
1594         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1595         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1596         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1597         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1598         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1599         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1600         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1601         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1602         from their __AW_STRING_A__ equivalent string constant definitions.
1603         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1604         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1605         a hexadecimal expression of the mask value over the former decimal.
1606         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1607         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1608         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1609         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1610         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1611         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1612         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1613         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1614         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1615         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1616         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1617         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1618         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1619         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1620         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1621         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1622         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1623         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1624         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1625         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1626         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1627         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1628         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1629         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1630         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1631         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1632         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1633         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1634         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1635         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1636         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1637         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1638         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1639         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1640         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1641         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1642         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1643         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1644         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1645         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1646         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1647         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1648         express them in hexadecimal, in preference to original decimal form.
1649         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1650         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1651         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1652         a string literal, but was missing delimiting quotes; insert them.
1653         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1654         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1655         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1656         aliases for each of the UNICODE/non-UNICODE cases respectively.
1657         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1658         was declared as type LPTSTR, but should be type LPSTR.
1659         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1660         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1661         type LPSTR, but should be type LPWSTR.
1662         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1663         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1664         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1665
1666 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1667
1668         Correct defect in build system compilation rule.
1669
1670         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1671         source file; it expands to also include prerequisite header files,
1672         which should not appear on the compilation command line.  Rewrite
1673         rule in static pattern format, and use $< instead.
1674
1675 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1676
1677         Build system corrections for GCC build time support.
1678
1679         * configure.ac (AC_PROG_CC): Don't use this; we need...
1680         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1681         building with only a stage 1 partially built GCC installation.
1682
1683         * Makefile.in (install-headers): New make objective; map it to...
1684         (install-w32api-headers): ...this, for which it is a logical alias.
1685
1686 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1687
1688         Overhaul and streamline build system configuration.
1689
1690         * configure.in: Delete obsolete file; replace with...
1691         * configure.ac: New file; rewritten per current autoconf conventions.
1692
1693         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1694         it now processes the entire build without using separate sub-makes.
1695
1696         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1697         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1698
1699 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1700
1701         Remove unused aclocal.m4 configuration file.
1702
1703         * aclocal.m4: Delete it; it provides no content used by this package.
1704
1705 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1706
1707         Adapt platform feature checks to NTDDI_VERSION conventions.
1708
1709         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1710         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1711         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1712         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1713         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1714
1715         * include/w32api.h: Assert copyright; include sdkddkver.h.
1716         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1717         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1718         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1719         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1720         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1721         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1722         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1723         macro definitions by long integer constants, and mark as deprecated.
1724         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1725         mingwrt/include/_mingw.h, whence we similarly relocate...
1726         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1727
1728         * include/windef.h: Assert copyright; include w32api.h, whence we
1729         infer default assignments, per included sdkddkver.h, for each of...
1730         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1731         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1732
1733 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1734
1735         Remove generated configure script from revision control.
1736
1737         * configure: Delete from SCM; maintainer must regenerate it, when
1738         required, as SCM will now ignore it.
1739
1740 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1741
1742         Cosmetic adjustment to match MSDN documentation.
1743
1744         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1745         of parameter #1 to be LPCVOID, in preference to formerly specified,
1746         and functionally equivalent, 'const LPVOID'.
1747
1748 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1749
1750         Correct typos, as identified by issue [#1534].
1751
1752         * include/setupapi.h (SetupCancelTemporary): Should be...
1753         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1754         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1755         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1756         (SetupQueryA, SetupQueryW): ...these respectively to...
1757         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1758         (SetupDiGetWizardage): Misspelled; correct it to...
1759         (SetupDiGetWizardPage): ...this.
1760
1761 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1762
1763         Declare WTSVirtualChannel API functions per issue [#1342].
1764
1765         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1766         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1767         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1768         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1769         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1770
1771         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1772
1773 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1774
1775         Correct MENUITEMINFO structure definition per issue [#1659].
1776
1777         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1778         field was defined as type DWORD; correct it to type ULONG_PTR.
1779
1780 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1781
1782         Extend visibility of winsock definitions when building Cygwin.
1783
1784         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1785         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1786         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1787         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1788         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1789         [__INSIDE_MSYS__]: ...keep them hidden.
1790
1791         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1792         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1793         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1794         [__INSIDE_MSYS__]: ...also keep them hidden.
1795
1796 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1797
1798         Correct version guard for WinXP minimum requirement.
1799
1800         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1801         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1802         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1803         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1804
1805 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1806
1807         Add missing <shobjidl.h> and associated UUID implementation.
1808
1809         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1810         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1811
1812 2012-03-19  Ben Greear  <greear@users.sf.net>
1813
1814         Adjust header file definition order, to fix issue [#1570].
1815
1816         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1817         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1818
1819 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1820
1821         Add missing return value, flagged by 'make test'.
1822
1823         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1824         Return NO_ERROR in virtual definition.
1825
1826 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1827
1828         Remove duplicate definitions, identified by 'make test'.
1829
1830         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1831         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1832         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1833         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1834         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1835         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
1836
1837         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
1838         correctly defined (per MSDN) in <wincrypt.h>
1839
1840 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1841
1842         Correct misuse of #ifdef, identified by 'make test'.
1843
1844         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
1845         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
1846
1847 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1848
1849         Replace more incorrectly named manifest constants.
1850
1851         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
1852         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
1853         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
1854         definitions respectively; retain for backward compatibility only.
1855
1856 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
1857
1858         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
1859
1860         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
1861
1862 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
1863
1864         Add missing MAPVK manifest constant definitions.
1865
1866         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
1867         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
1868
1869 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
1870
1871         Correct some misspelled manifest constant names.
1872
1873         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
1874         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
1875         alias to original misspelling, to maintain backward compatibility.
1876         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
1877         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
1878         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
1879         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
1880
1881 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
1882
1883         Add a missing Win2K sockets IOCTL feature.
1884
1885         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
1886
1887 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
1888
1889         Fix an incorrectly typed structure member.
1890
1891         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
1892         should be LPSTR; correct it.
1893
1894 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
1895
1896         Add another missing manifest constant definition.
1897
1898         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
1899
1900 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1901
1902         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
1903
1904         * include/windef.h (PACKED): Delete macro definition; its name is not
1905         reserved, and may thus conflict with a user defined name; replace it...
1906         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
1907         use __attribute__((packed)) directly instead.
1908
1909 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1910
1911         Fix bad typedef, per MinGW-Bug [#1529].
1912
1913         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
1914         conform with MSDN reference, as identified by Safety0ff.
1915
1916 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
1917
1918         Add a missing manifest constant definition.
1919
1920         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
1921
1922 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
1923
1924         Win2K and Vista userenv updates.
1925
1926         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
1927         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
1928         (ExpandEnvironmentStringsForUser): Define function aliases.
1929         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
1930         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
1931         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
1932         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
1933         (GetProfileType): Declare function prototypes.
1934         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
1935         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
1936         New manifest constants; define them.
1937
1938 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1939
1940         * Makefile.in: Increment CYGRELEASE to 2.
1941
1942 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1943
1944         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
1945
1946 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1947
1948         * include/w32api.h: Increment version to 3.17.
1949         * Makefile.in: Ditto.
1950
1951 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1952
1953         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
1954         (PSAPI_WORKING_SET_INFORMATION): Move from here...
1955         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
1956         (PSAPI_WORKING_SET_INFORMATION): ...to here.
1957
1958 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1959
1960         * include/w32api.h: Increment version to 3.16.
1961         * Makefile.in: Ditto.
1962
1963 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1964
1965         * include/commctrl.h (NMTCKEYDOWN): Define.
1966
1967 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1968
1969         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
1970         Define.
1971
1972 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1973
1974         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
1975         PSAPI_WORKING_SET_INFORMATION): Define.
1976
1977 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1978
1979         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
1980
1981 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1982
1983         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
1984
1985 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1986
1987         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
1988         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
1989         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
1990
1991 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
1992
1993         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
1994         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
1995         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
1996
1997 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
1998
1999         * include/winnt.h (PAGE_WRITECOMBINE): Define.
2000         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
2001
2002 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2003
2004         * include/winbase.h (__MINGW_EXTENSION): Define.
2005         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
2006         struct to correct issue with -std=c99.
2007
2008 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
2009
2010         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
2011         (TIMER_BASIC_INFORMATION): Define.
2012         (NtQueryTimer): Define.
2013         (ZwQueryTimer): Define.
2014
2015 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
2016
2017         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
2018
2019 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2020
2021         * include/winbase.h (GetComputerNameEx): Define.
2022
2023 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
2024
2025         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
2026
2027 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
2028
2029         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
2030         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
2031         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
2032         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
2033         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
2034         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
2035         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
2036         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
2037         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
2038
2039 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
2040
2041         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
2042         Add defines for backward compatibility.
2043
2044 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
2045
2046         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
2047         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
2048         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
2049         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
2050         EnumResourceTypesW): Ditto.
2051         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
2052
2053 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2054
2055         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
2056
2057 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
2058
2059         * include/bdatypes.h: Add missing semicolons.
2060
2061 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2062
2063         * include/w32api.h: Increment version to 3.15.
2064         * Makefile.in: Ditto.
2065
2066 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2067
2068         * Makefile.in: Update naming convention and compression format (lzma),
2069         leaving existing naming convention and compression format as is for Cygwin.
2070
2071 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2072
2073         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
2074         STATE_SYSTEM_PROTECTED): Define.
2075
2076         Thank you to Marcus von Appen for reporting the issue.
2077
2078 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2079
2080         * include/winuser.h (CF_DIBV5): Define.
2081         (CF_MAX): Adjust accordingly.
2082
2083         Thank you to Lenard Lindstrom for reporting the issue.
2084
2085 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2086
2087         * include/sspi.h (QuerySecurityContextToken): Define.
2088         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
2089
2090         Thank you to Magnus Hagander for reporting the issue.
2091
2092 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
2093
2094         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
2095
2096 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2097
2098         * include/shlwapi (ASSOCDATA): Update definition.
2099
2100         Thank you to Frederic Deschamps for reporting the issue.
2101
2102 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2103
2104         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
2105         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
2106         COPY_FILE_NO_BUFFERING): Define.
2107
2108         Thank you to Roland Schwingel for reporting the issue.
2109
2110 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2111
2112         * include/winuser.h (HHOOK): Move definition from here...
2113         * include/windef.h: ...to here, as per MSDN.
2114
2115         Thank you to Samuel Thibault for reporting the issue.
2116
2117 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2118
2119         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
2120         MSDN, change return type to LPCH.
2121         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
2122
2123         Thank you to Emmanuel Stapf for reporting the issue.
2124
2125 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2126
2127         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
2128         * include/windowsx.h (SNDMSG): Ditto.
2129
2130 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2131
2132         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2133
2134         Thank you to Ozkan Sezer for reporting the issue.
2135
2136 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2137
2138         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2139
2140         Thank you to Chris Oldwood for reporting the issue.
2141
2142 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2143
2144         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2145
2146         Thank you to Rick Walsh for reporting the issue.
2147
2148 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2149
2150         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2151
2152 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2153
2154         * include/winbase.h (OVERLAPPED): Correct definition.
2155
2156 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2157
2158         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2159         definition.
2160
2161         Thank you to Pasi Ruokola for reporting the issue.
2162
2163 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2164
2165         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2166
2167         Thank you to cheznonnon for reporting the issue.
2168
2169 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2170
2171         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2172
2173 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2174
2175         * winnt.h: Fix several SUBLANG ID errors (ref:
2176         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2177         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2178         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2179         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2180         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2181         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2182         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2183         (SUBLANG_LAO_LAO): ... this.
2184         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2185         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2186         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2187         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2188         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2189         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2190         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2191         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2192         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2193         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2194         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2195
2196 2010-08-24  LRN  <lrn1986@gmail.com>
2197
2198         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2199         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2200         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2201         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2202         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2203         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2204         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2205         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2206         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2207         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2208         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2209         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2210         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2211         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2212         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2213         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2214         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2215         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2216         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2217         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2218         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2219         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2220         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2221         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2222         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2223         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2224         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2225         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2226         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2227         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2228         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2229         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2230         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2231         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2232         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2233         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2234         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2235         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2236         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2237         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2238         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2239         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2240         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2241         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2242         WAVE_FORMAT_DTS2): Define.
2243         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2244         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2245         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2246         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2247         Define.
2248
2249 2010-08-23  LRN  <lrn1986@gmail.com>
2250
2251         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2252         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2253         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2254         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2255         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2256         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2257         GetFinalPathNameByHandleW): Define.
2258
2259 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2260
2261         * lib/CheckConflicts.sh: New file.
2262
2263 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2264
2265         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2266         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2267         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2268         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2269         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2270         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2271         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2272         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2273         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2274         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2275         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2276         conflicting definition.
2277         * lib/th32.def: Remove.
2278         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2279         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2280         definition.
2281
2282 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2283
2284         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2285
2286 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2287
2288         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2289
2290 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2291
2292         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2293         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2294         * include/ddk/winddk.h: Ditto.
2295
2296 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2297
2298         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2299         CreateSymbolicLinkA, CreateSymbolicLink): Define
2300
2301 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2302
2303         * lib/kernel32.def(FatalExit): Correct definiton.
2304
2305 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2306
2307         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2308         from 2010-07-17 since it breaks several applications.
2309
2310 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2311
2312         * lib/kernel32.def: Regenerate using gendef.
2313
2314 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2315
2316         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2317
2318 2010-07-20  Michael James  <james.me@gmail.com>
2319
2320         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2321
2322 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2323
2324         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2325         definition.
2326         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2327         NdrMarshSCtxtHdl): Ditto.
2328         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2329         definition in favour of typedef definition.
2330
2331         Thank you to Yuta Tomino for reporting the issues.
2332
2333 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2334
2335         * include/gdiplus.h: New file.
2336         * include/gdiplus/gdiplus.h: New file.
2337         * include/gdiplus/gdiplusbase.h: New file.
2338         * include/gdiplus/gdiplusbrush.h: New file.
2339         * include/gdiplus/gdipluscolor.h: New file.
2340         * include/gdiplus/gdipluscolormatrix.h: New file.
2341         * include/gdiplus/gdipluseffects.h: New file.
2342         * include/gdiplus/gdiplusenums.h: New file.
2343         * include/gdiplus/gdiplusflat.h: New file.
2344         * include/gdiplus/gdiplusgpstubs.h: New file.
2345         * include/gdiplus/gdiplusgraphics.h: New file.
2346         * include/gdiplus/gdiplusheaders.h: New file.
2347         * include/gdiplus/gdiplusimageattributes.h: New file.
2348         * include/gdiplus/gdiplusimagecodec.h: New file.
2349         * include/gdiplus/gdiplusimaging.h: New file.
2350         * include/gdiplus/gdiplusimpl.h: New file.
2351         * include/gdiplus/gdiplusinit.h: New file.
2352         * include/gdiplus/gdipluslinecaps.h: New file.
2353         * include/gdiplus/gdiplusmatrix.h: New file.
2354         * include/gdiplus/gdiplusmem.h: New file.
2355         * include/gdiplus/gdiplusmetafile.h: New file.
2356         * include/gdiplus/gdiplusmetaheader.h: New file.
2357         * include/gdiplus/gdipluspath.h: New file.
2358         * include/gdiplus/gdipluspen.h: New file.
2359         * include/gdiplus/gdipluspixelformats.h: New file.
2360         * include/gdiplus/gdiplusstringformat.h: New file.
2361         * include/gdiplus/gdiplustypes.h: New file.
2362         * lib/gdiplus.c: New file containing GDI+ variable definitions
2363         and GUIDs.
2364         * lib/gdiplus.def: New file.
2365         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2366         add gdiplus.c to SOURCES.
2367         * lib/test.c: Include gdiplus.h.
2368
2369 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2370
2371         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2372         GetPerformanceInfo): Define.
2373         * lib/psapi.def (GetPerformanceInfo): Define.
2374         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2375         CryptEnumProviders): Define.
2376
2377 2010-02-17  LRN  <lrn1986@gmail.com>
2378
2379         * include/shlguid.h (IID_IFolderView): Define.
2380         * include/shlobj.h (IFolderView interface): Define.
2381         * lib/shell32.c (IID_IFolderView): Export.
2382
2383 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2384
2385         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2386         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2387
2388 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2389
2390         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2391
2392 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2393
2394         * include/shlobj.h (SHParseDisplayName): Fix definition.
2395
2396 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2397
2398         * include/w32api.h: Increment version to 3.14.
2399         * Makefile.in: Ditto.
2400
2401 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2402
2403         * include/shlobj.h (SHParseDisplayName): Define.
2404
2405         Thanks to James Roberts-Thomson for the report.
2406
2407 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2408
2409         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2410
2411         Thanks to Alexander Vassilev for the report.
2412
2413 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2414
2415         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2416
2417         Thanks to Thomas Denk for the report.
2418
2419 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2420
2421         * include/winbase.h (UnmapViewOfFile): Correct definition.
2422
2423         Thanks to Dimitry Sibiryakov for the report.
2424
2425 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2426
2427         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2428
2429 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2430
2431         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2432         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2433
2434 2009-20-10  Michael James  <james.me@gmail.com>
2435
2436         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2437         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2438         >= 0x0501.
2439         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2440         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2441         RemoveWindowSubclass@12): Add exports.
2442         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2443
2444 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2445
2446         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2447         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2448         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2449         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2450         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2451         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2452         RegisterTouchWindow, UnregisterTouchWindow): Define.
2453         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2454         RegisterTouchWindow, UnregisterTouchWindow): Define.
2455
2456 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2457
2458         * include/winver.h (VerQueryValue[AW]): Correct definition.
2459
2460 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2461
2462         * include/shlobj.h (SHARD): Add enum.
2463         (SHARD_PATH): Define based on UNICODE.
2464
2465         Thanks to Jacek Caban for the report.
2466
2467 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2468
2469         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2470
2471         Thanks to Bruno Martinez for the report.
2472
2473 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2474
2475         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2476         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2477         SHGetIconOverlayIndex): Define.
2478
2479         Thanks to Tim Kosse for the report.
2480
2481 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2482
2483         * include/wincon.h (AttachConsole): Correct guard.
2484
2485         Thanks to Alexander Shaduri for the report.
2486
2487 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2488
2489         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2490         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2491
2492 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2493
2494         * include/winerror.h: Fix typos in macro names.
2495
2496 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2497
2498         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2499         definition.
2500
2501 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2502
2503         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2504
2505 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2506
2507         Honor DESTDIR for winsup/mingw and winsup/w32api.
2508         Detect and report error if installation paths are win32
2509         format, but DESTDIR is non-empty.
2510
2511         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2512         when invoking make in subdirs.
2513         * lib/Makefile.in (DESTDIR): Honor per convention.
2514         (need-DESTDIR-compatibility): New macro; define it and a
2515         corresponding rule.
2516         (fail-DESTDIR-compatibility): New dependency goal.
2517         (install-libraries, install-headers, uninstall-libraries,
2518         uninstall-headers): Require need-DESTDIR-compatibility.
2519         * lib/ddk/Makefile.in: Ditto.
2520         * lib/directx/Makefile.in: Ditto.
2521
2522 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2523
2524         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2525         _WIN32_WINNT >= 0x0500.
2526         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2527         WRITE_RESTRICTED): Define.
2528         (IsTokenRestricted): Declare for >= Win 2000.
2529
2530 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2531
2532         * include/wtsapi32.h (WTSQuerySessionInformationA,
2533         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2534         Moved to (_WIN32_WINNT >= 0x0500) guard.
2535         (thanks to Pierre Ossman)
2536
2537 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2538
2539         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2540         IS_SURROGATE_PAIR): Define.
2541
2542 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2543
2544         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2545         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2546         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2547         * include/ddk/ntifs.h: Ditto.
2548         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2549
2550 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2551
2552         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2553         from here...
2554         * lib/gdo32.dll: ...to here.
2555
2556 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2557
2558         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2559         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2560         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2561         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2562         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2563         entry points.
2564
2565 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2566
2567         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2568         WTSEnumerateSessionsA): Add function prototypes.
2569         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2570         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2571         defines dependent on UNICODE setting.
2572
2573 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2574
2575         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2576         and vice versa.
2577         * include/ddk/ntifs.h: Ditto.
2578         * include/ddk/winddk.h: Ditto.
2579         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2580         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2581         in header, but missing in lib.  Omit NT4-only entry points.
2582
2583 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2584
2585         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2586         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2587         * lib/shell32.def (SHGetImageList): Define.
2588
2589 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2590
2591         * winnt.h: Add Vista token security extensions.
2592         (SID_HASH_SIZE): Define.
2593         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2594         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2595         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2596         (SID_HASH_ENTRY): Define.
2597         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2598         (struct _TOKEN_LINKED_TOKEN): Define.
2599         (struct _TOKEN_MANDATORY_LABEL): Define.
2600         (struct _TOKEN_MANDATORY_POLICY): Define.
2601         (struct _TOKEN_ELEVATION): Define.
2602         (struct _TOKEN_ACCESS_INFORMATION): Define.
2603         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2604         information enumeration values.
2605
2606 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2607
2608         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2609         from ddk/ntifs.h.
2610
2611 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2612
2613         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2614
2615 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2616
2617         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2618
2619 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2620
2621         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2622         NtSetEaFile.
2623
2624 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2625
2626         * include/winbase.h (SCS_64BIT_BINARY): Define.
2627
2628 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2629
2630         * include/w32api.h: Increment version to 3.13.
2631         * Makefile.in: Ditto.
2632
2633 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2634
2635         * lib/glut.def: remove.
2636         * lib/glut32.def: ditto.
2637
2638 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2639
2640         * include/winbase.h (PROCESS_DEP_ENABLE,
2641         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2642         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2643         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2644
2645 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2646
2647         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2648
2649 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2650
2651         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2652
2653 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2654
2655         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2656
2657 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2658
2659         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2660         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2661         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2662         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2663         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2664         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2665         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2666         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2667         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2668         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2669         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2670         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2671         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2672         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2673         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2674         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2675         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2676         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2677         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2678         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2679         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2680         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2681         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2682         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2683         (capSendMessage): Don't undef.
2684
2685 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2686
2687         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2688         undefined.
2689
2690 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2691
2692         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2693         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2694         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2695         SUBLANG_ROMANIAN_MOLDOVA): Define.
2696
2697 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2698
2699         * include/shlwapi.h (ASSOCSTR): Update enum.
2700
2701 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2702
2703         * include/w32api.h: Increment version to 3.12.
2704         * Makefile.in: Ditto.
2705
2706 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2707
2708         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2709
2710 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2711
2712         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2713
2714 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2715
2716         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2717         Thanks to Richard Hughes for report.
2718
2719 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2720
2721         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2722         naming standard for Cygwin.
2723
2724 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2725
2726         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2727
2728 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2729
2730         * include/ddk/scsi.h: Define READ_TOC formats.
2731         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2732
2733 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2734
2735         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2736         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2737         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2738         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2739         NdisMCancelTimer): Define.
2740         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2741         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2742         eliminate warnings.
2743         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2744         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2745         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2746         Export.
2747
2748 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2749
2750         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2751         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2752
2753 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2754
2755         * include/ddk/winddk.h (KeRaiseIrql): Define.
2756         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2757
2758 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2759
2760         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2761         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2762         (InterlockedIncrement, InterlockedDecrement): fix warning.
2763         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2764         (KeNumberProcessors): Export.
2765
2766 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2767
2768         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2769         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2770         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2771         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2772         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2773
2774 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2775
2776         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2777
2778         Thanks to Tim Kosse <botg at users dot sf dot net>.
2779
2780 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2781
2782         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2783         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2784         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2785         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2786         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2787         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2788         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2789
2790 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2791
2792         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2793         WTSQuerySessionInformation, WTSFreeMemory): Define.
2794
2795 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2796
2797         * lib/gdi32.def (SetLayout): Export.
2798
2799 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2800
2801         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2802         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2803         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2804         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2805         CertSetCertificateContextProperty, CertCompareCertificateName,
2806         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2807         CryptGetDefaultProviderW and many corresponding macroes): Define.
2808         * lib/crypt32.def (Export the above 11 functions): Export.
2809         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2810         macroes): Define.
2811
2812
2813 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2814
2815         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2816         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2817
2818 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2819
2820         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2821
2822 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2823
2824         * include/lmaccess.h (struct _USER_INFO_4): Define.
2825         (struct _USER_INFO_23): Define.
2826         (struct _GROUP_INFO_3): Define.
2827
2828 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2829
2830         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2831         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2832         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2833         MIB_TCP6TABLE_OWNER_PID): Define.
2834         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2835
2836 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2837
2838         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
2839         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
2840         of 0x0502.
2841         Bug reported by Thomas Denk.
2842
2843 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
2844
2845         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
2846         InterlockedCompareExchange, InterlockedExchange,
2847         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
2848         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
2849         Bug reported by Erik Blake.
2850
2851 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
2852
2853         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
2854         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
2855         Bug reported by Brian Hawley.
2856
2857 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
2858
2859         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
2860         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
2861         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
2862         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
2863         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
2864         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
2865         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
2866         (DsGetDcNameW, DsGetDcNameA): Declare.
2867         (DsGetDcName): Define.
2868         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
2869
2870 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2871
2872         * include/commctrl.h (NMLVODSTATECHANGE): Define.
2873
2874         Thanks to Tim Kosse <botg at users dot sf dot net>.
2875
2876 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2877
2878         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
2879
2880         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
2881
2882 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
2883
2884         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
2885         (FILE_SUPPORTS_TRANSACTIONS): Define.
2886
2887 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
2888
2889         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
2890         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
2891
2892 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
2893
2894         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2895         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2896         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2897         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2898         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2899         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2900         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2901         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2902         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2903         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2904         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2905         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2906         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2907         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2908         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2909         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2910         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2911         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2912         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2913         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2914         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2915         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2916         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2917         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
2918         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
2919         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
2920         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
2921         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
2922         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
2923         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
2924         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
2925         capDriverConnect, capDriverDisconnect, capDriverGetName,
2926         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
2927         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
2928         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
2929         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
2930         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
2931         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
2932         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
2933         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
2934         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
2935         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
2936         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
2937         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
2938         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
2939         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
2940         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
2941
2942 2008-04-26  Yuval  <uvman@users.sourceforge.net>
2943
2944         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
2945         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
2946         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
2947         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
2948         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
2949         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
2950         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
2951         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
2952         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
2953         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
2954         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
2955         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
2956         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
2957         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
2958         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
2959         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
2960         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
2961         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
2962         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
2963         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
2964         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
2965         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
2966         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
2967         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
2968         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
2969         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
2970         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
2971         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
2972         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
2973         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
2974         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
2975         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
2976         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
2977         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
2978         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
2979         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
2980         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
2981         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
2982         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
2983         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
2984         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
2985         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
2986         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
2987         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
2988         *SpUserModeInitializeFn): Define.
2989         * include/sspi.h (SECURITY_STRING): Define.
2990
2991 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
2992
2993         * include/specstrings.h: Add more dummy defines.
2994
2995 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
2996
2997         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
2998         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
2999         (SECURITY_MANDATORY_LOW_RID): Define.
3000         (SECURITY_MANDATORY_MEDIUM_RID): Define.
3001         (SECURITY_MANDATORY_HIGH_RID): Define.
3002         (SECURITY_MANDATORY_SYSTEM_RID): Define.
3003         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
3004         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
3005         (SE_GROUP_INTEGRITY): Define.
3006         (SE_GROUP_INTEGRITY_ENABLED): Define.
3007
3008 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
3009
3010         * include/sddl.h (ConvertStringSidToSidA): Declare.
3011         (ConvertStringSidToSidW): Declare.
3012         (ConvertStringSidToSid): Define.
3013
3014 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3015
3016         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
3017         and MPR_INTERFACE_3 structure since they are available only in Windows
3018         Server 2008
3019
3020         Thanks to crackedmind  <crackedmind at sf dot net>.
3021
3022 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3023
3024         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
3025         definitions.
3026         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
3027
3028 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3029
3030         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
3031
3032 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3033
3034         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
3035         * include/windef.h (IN, OUT, OPTIONAL): Define.
3036
3037 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3038
3039         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
3040         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3041         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3042         __out_bcount_opt): Move to specstrings.h.
3043
3044 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3045
3046         * lib/bthprops.def: new file, bluetooth imports.
3047
3048 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3049
3050         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3051         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3052         __out_bcount_opt): Defined additional pseudo-modifiers.
3053
3054 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3055         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
3056         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
3057         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
3058         dwRedialPause.
3059
3060 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3061
3062         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
3063         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
3064         DEVICE_NOTIFY_SERVICE_HANDLE): define.
3065         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
3066         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
3067         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
3068         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
3069         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
3070         * include/winuser.h (RegisterPowerSettingNotification,
3071         UnregisterPowerSettingNotification): Add prototypes.
3072         * lib/user32.def: Added imports for the above prototypes.
3073         * lib/Makefile.in: Added build support for power-uuid.c.
3074         * lib/power-uuid.c: New file containing power GUID definitions.
3075
3076 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3077
3078         * include/ras.h (RAS_MaxDnsSuffix): define.
3079
3080 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3081
3082         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
3083         Add prototypes.
3084         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
3085         Add exports.
3086
3087 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3088
3089         * include/w32api.h: Increment version to 3.11.
3090         * Makefile.in: Ditto.
3091
3092 2007-12-11  Dave Korn  <dave.korn@artimi.com>
3093
3094         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
3095         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
3096
3097 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3098
3099         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
3100
3101 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
3102
3103         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
3104         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
3105
3106 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
3107
3108         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
3109
3110 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
3111
3112         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
3113         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
3114         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
3115         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
3116         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
3117         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
3118         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
3119         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
3120         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
3121         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
3122         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
3123         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
3124         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
3125         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
3126         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
3127         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
3128         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
3129         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3130         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3131         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3132         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3133         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3134         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3135         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3136         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3137         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3138         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3139         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3140         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3141         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3142         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3143         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3144         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3145         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3146         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3147         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3148         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3149         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3150         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3151         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3152         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3153         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3154         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3155         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3156         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3157         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3158         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3159         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3160         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3161         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3162         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3163         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3164         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3165         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3166         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3167         CryptEncodeObjectEx): define.
3168
3169 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3170
3171         * include/winbase.h (CheckTokenMembership): define.
3172
3173 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3174
3175         * include/rpcndr.h: Missing NdrClientCall2 entry.
3176         * lib/rpcrt4.def: Ditto.
3177
3178 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3179         * lib/scnsave.c: Multi-monitor support.
3180
3181 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3182
3183         * include/w32api.h: Increment version to 3.10.
3184         * Makefile.in: Ditto.
3185
3186 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3187
3188         * include/winbase.h (ReOpenFile): Add prototype.
3189         * lib/kernel32.def (ReOpenFile@16): Add export.
3190
3191 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3192
3193         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3194
3195 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3196
3197         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3198         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3199
3200 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3201
3202         * include/wtypes.h (LPDECIMAL): Define.
3203         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3204
3205 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3206
3207         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3208
3209 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3210
3211         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3212         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3213
3214 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3215
3216         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3217         Define.
3218
3219 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3220
3221         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3222         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3223         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3224         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3225         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3226         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3227         Sync with include/pbt.h.
3228
3229 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3230
3231         [mingw-Bugs-1751518]
3232         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3233         get_URL.
3234
3235         [mingw-Bugs-1751565]
3236         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3237
3238         [mingw-Bugs-1751595]
3239         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3240         methods.
3241
3242         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3243
3244 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3245
3246         [mingw-Bugs-1750898]
3247         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3248         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3249
3250 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3251
3252         [mingw-Bugs-1749305]
3253         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3254
3255 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3256
3257         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3258
3259 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3260
3261         * include/oaidl.h: Include windows.h and ole2.h,
3262         unless COM_NO_WINDOWS_H.
3263
3264         [mingw-Bugs-1742130]
3265         * include/oaidl.h (struct tagVARIANT): Add union members
3266         LONGLONG  * pllVal and ULONGLONG * pullVal.
3267
3268 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3269
3270         * include/ws2tcpip.h (s6_addr32): Correct definition.
3271         Thanks to Alfred E. Heggestad <aeh at db dot org>
3272
3273 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3274
3275         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3276
3277         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3278         supplying the information.
3279
3280 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3281
3282         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3283
3284 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3285
3286         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3287         Vista.
3288
3289 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3290
3291          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3292         CRYPTPROTECT_LOCAL_MACHINE): Define.
3293
3294 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3295
3296         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3297         Define.
3298
3299 2007-03-30  Brian Dessent  <brian@dessent.net>
3300
3301         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3302
3303 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3304
3305         * include/w32api.h: Increment version to 3.9.
3306         * Makefile.in: Ditto.
3307
3308 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3309
3310         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3311
3312 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3313
3314         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3315
3316 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3317
3318         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3319         Added SetupConfigureWmiFromInfSectionW
3320         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3321
3322         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3323
3324         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3325         Added PBT_APMQUERYSTANDBY
3326         Added PBT_APMQUERYSUSPENDFAILED
3327         Added PBT_APMQUERYSTANDBYFAILED
3328         Added PBT_APMSUSPEND
3329         Added PBT_APMSTANDBY
3330         Added PBT_APMRESUMECRITICAL
3331         Added PBT_APMRESUMESUSPEND
3332         Added PBT_APMRESUMESTANDBY
3333         Added PBT_APMBATTERYLOW
3334         Added PBT_APMPOWERSTATUSCHANGE
3335         Added PBT_APMOEMEVENT
3336         Added PBT_APMRESUMEAUTOMATIC
3337
3338         * include/wtsapi32.h: New file
3339
3340         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3341
3342 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3343
3344         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3345         argument to constant.
3346
3347 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3348
3349         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3350         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3351         Add prototypes.
3352         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3353
3354 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3355
3356         * lib/user32.def (InternalGetWindowText): Add stub.
3357
3358 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3359
3360         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3361         LANG_BOSNIAN_NEUTRAL): Define.
3362
3363 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3364
3365         * include/winuser.h: Add guards around TITLEBARINFO and
3366         GetTitleBarInfo().
3367
3368 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3369
3370         * include/winbase.h (struct _OVERLAPPED): Change type of
3371         Internal, InternalHigh members to ULONG_PTR.
3372         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3373         (CreateIoCompletionPort): Likewise.
3374         (PostQueuedCompletionStatus): Likewise.
3375         (QueueUserAPC): Likewise.
3376
3377 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3378
3379         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3380         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3381         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3382         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3383         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3384         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3385         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3386         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3387         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3388         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3389
3390 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3391
3392         * Makefile.in: Add aclocal.m4 to source release.
3393
3394 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3395
3396         * include/w32api.h: Increment version to 3.8.
3397         * Makefile.in: Ditto.
3398
3399 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3400
3401         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3402         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3403
3404         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3405
3406 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3407
3408         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3409
3410         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3411         inline static.
3412         (GetFiberData): Likewise.
3413         * lib/kernel32.c: Remove.
3414         * lib/Makefile.in: Remove reference to kernel32.[co].
3415
3416 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3417
3418         * include/winnt.h (SE_RELABEL_NAME): Define.
3419         (SE_INCREASE_WORKING_SET_NAME): Define.
3420         (SE_TIME_ZONE_NAME): Define.
3421         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3422
3423 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3424
3425         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3426         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3427         SymbolicLinkReparseBuffer substructure.
3428
3429 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3430
3431         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3432
3433 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3434
3435         * lib/Makefile.in: Fix order for 'all' rule.
3436
3437 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3438
3439         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3440
3441 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3442
3443         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3444         mappings.
3445         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3446         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3447
3448 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3449
3450         * include/rpc.h: Add whitespace.
3451         * include/winnt.h (C_ASSERT): Define.
3452
3453 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3454
3455         [mingw-Bugs-1568067]
3456         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3457         * include/wingdi.h: (DM_POSITION): Define.
3458
3459 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3460
3461         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3462         * lib/user32.def: Likewise.
3463
3464 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3465
3466         * lib/Makefile.in: fix typo.
3467         * lib/ddk/Makefile.in: fix typo.
3468         * lib/directx/Makefile.in: fix typo.
3469
3470         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3471         for pointing it out.
3472
3473 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3474
3475         * Makefile.in: Remove files from lib directory with distclean target
3476
3477 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3478
3479         * include/winuser.h (CS_DROPSHADOW): Define.
3480
3481 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3482
3483         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3484         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3485         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3486         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3487
3488         Increase each constant by 1.
3489
3490 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3491
3492         [mingw-Bugs-1553275]
3493         * include/wingdi.h (SetLayout): Add prototype.
3494         (GetLayout): Likewise.
3495
3496 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3497
3498         [mingw-Bugs-1550139]
3499         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3500         Tanks to:  Samit Basu <samitbasu at sf dot net>
3501         (GetRecordInfoFromGuids): Add prototype.
3502
3503 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3504
3505         * include/winbase.h: Add comment about 'missing' SEM flag.
3506
3507 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3508
3509         * configure.in: Substitute with_cross_host in depending files.
3510         * configure: Regenerate.
3511         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3512         Set installation directories accordingly.
3513         * lib/ddk/Makefile.in: Ditto.
3514         * lib/directx/Makefile.in: Ditto.
3515
3516 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3517
3518         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3519         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3520         Bug reported by: <macleone at users dot sf dot net>
3521
3522 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3523
3524         Update some more IMAGE relocation type indicators
3525         to PECOFF v8 (May, 2006) specs.
3526
3527         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3528         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3529         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3530         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3531         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3532         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3533         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3534         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3535         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3536         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3537         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3538         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3539         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3540         IMAGE_REL_SHM_NOMODE): Add defines.
3541
3542         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3543         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3544         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3545         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3546         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3547         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3548         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3549         IMAGE_REL_M32R_TOKEN): Add defines.
3550
3551         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3552
3553 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3554
3555         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3556         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3557         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3558         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3559         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3560         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3561         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3562         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3563         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3564         Add defines.
3565
3566         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3567         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3568         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3569         Add defines.
3570
3571         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3572
3573         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3574         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3575         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3576         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3577         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3578         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3579
3580         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3581
3582         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3583         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3584         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3585         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3586         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3587         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3588         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3589         Add defines.
3590
3591         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3592         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3593         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3594         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3595         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3596         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3597         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3598         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3599         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3600         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3601         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3602         IMAGE_REL_IA64_ADDEND): Add defines.
3603
3604         (IMAGE_SCN_GPREL): Add define.
3605
3606 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3607
3608         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3609         * include/basetyps.h:  Likewise.
3610         (_COM_interface): New define.
3611         (interface): Define to _COM_interface, conditional on !__OBJC__.
3612         Replace 'interface' with '_COM_interface', throughout.
3613         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3614         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3615         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3616         * include/mshtml.h: Likewise.
3617         * include/oaidl.h: Likewise.
3618         * include/objfwd.h: Likewise.
3619         * include/objidl.h: Likewise.
3620         * include/ocidl.h: Likwise.
3621         * include/olectl.h: Likewise.
3622         * include/oleidl.h: Likewise.
3623         * include/shlobj.h: Likewise.
3624         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3625         * include/vfw.h: Likewise.
3626         * include/windows.h. Likewise. Add comment.
3627         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3628         throughout.
3629
3630         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3631         Add test for conflict with '@interface'
3632
3633 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3634
3635         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3636         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3637         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3638         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3639         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3640         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3641         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3642         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3643         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3644         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3645         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3646         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3647         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3648         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3649         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3650         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3651         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3652         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3653         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3654         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3655         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3656         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3657         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3658         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3659         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3660         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3661         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3662         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3663         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3664         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3665         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3666         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3667         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3668         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3669         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3670         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3671         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3672         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3673         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3674         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3675         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3676         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3677         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3678         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3679         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3680         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3681         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3682         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3683         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3684         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3685         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3686         CertDeleteCertificateFromStore): Define.
3687         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3688         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3689         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3690         CertAddCertificateContextToStore, CertCompareCertificate,
3691         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3692         Define.
3693
3694 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3695
3696         * lib/uuid.c: Remove.
3697
3698 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3699
3700         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3701         declarations. They were extracted from the registry with a script.
3702         * lib/devguid.c: Add new file with the implementation of the
3703         missing GUIDs.
3704         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3705
3706 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3707
3708         * include/winuser.h (WM_INPUT): Add missing Raw Input
3709         notification define.
3710         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3711         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3712
3713 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3714
3715         [mingw-Bugs-1525021]
3716         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3717         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3718         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3719         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3720         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3721         (IP_ADAPTER_ADDRESSES): Likewise.
3722
3723 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3724
3725         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3726         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3727         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3728         extras-uuid.c.
3729         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3730         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3731         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3732         * lib/hlguids-uuid.c: State source of CLSIDs.
3733
3734 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3735
3736         * lib/Makefile.in: Added extras-uuid as an object and source.
3737         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3738         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3739         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3740         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3741         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3742         * lib/extras-uuid.c: New file.
3743         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3744         net).
3745
3746 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3747
3748         [mingw-Bugs-1424461]
3749         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3750         throughout.
3751         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3752         _NO_W32_PSEUDO_MODIFIERS.
3753         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3754         throughout.
3755         *include/rpcnsip.h: Likewise.
3756         *include/windef.h: Don't define IN, OUT or OPTIONAL
3757         if _NO_W32_PSEUDO_MODIFIERS.
3758         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3759         throughout.
3760         *include/ddk/cfgmgr32.h: Likewise.
3761         *include/ddk/ddkmapi.h: Likewise.
3762         *include/ddk/hidclass.h: Likewise.
3763         *include/ddk/hidpi.h: Likewise.
3764         *include/ddk/kbdmou.h: Likewise.
3765         *include/ddk/mcd.h: Likewise.
3766         *include/ddk/miniport.h: Likewise.
3767         *include/ddk/minitape.h: Likewise.
3768         *include/ddk/ndis.h: Likewise.
3769         *include/ddk/ndistapi.h: Likewise.
3770         *include/ddk/ndiswan.h: Likewise.
3771         *include/ddk/ntapi.h: Likewise.
3772         *include/ddk/ntdd8042.h: Likewise.
3773         *include/ddk/ntddpcm.h: Likewise.
3774         *include/ddk/ntifs.h: Likewise.
3775         *include/ddk/ntpoapi.h: Likewise.
3776         *include/ddk/parallel.h: Likewise.
3777         *include/ddk/pfhook.h: Likewise.
3778         *include/ddk/scsiwmi.h: Likewise.
3779         *include/ddk/smbus.h: Likewise.
3780         *include/ddk/srb.h: Likewise.
3781         *include/ddk/storport.h: Likewise.
3782         *include/ddk/tdikrnl.h: Likewise.
3783         *include/ddk/upssvc.h: Likewise.
3784         *include/ddk/usbcamdi.h: Likewise.
3785         *include/ddk/usbscan.h: Likewise.
3786         *include/ddk/video.h: Likewise.
3787         *include/ddk/videoagp.h: Likewise.
3788         *include/ddk/win2k.h: Likewise.
3789         *include/ddk/winddi.h: Likewise.
3790         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3791         if _NO_W32_PSEUDO_MODIFIERS.
3792         Comment out IN, OUT and OPTIONAL, throughout.
3793         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3794         throughout.
3795         *include/ddk/ws2san.h: Likewise.
3796
3797 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3798
3799         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3800
3801 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3802
3803         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3804         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3805         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3806         * lib/hlguids-uuid.c: New file.
3807         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3808         net).
3809
3810 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3811
3812         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3813         objects.
3814         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3815         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3816         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3817         IID_IHlinkTarget): Remove.  Moved to new files.
3818         * lib/urlmon-uuid.c: New file.
3819         * lib/hlink-uuid.c: New file.
3820
3821 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3822
3823         * lib/Makefile.in: Added ativscp-uuid as source and object.
3824         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3825         IID_IActiveScriptParse, IID_IActiveScriptSite,
3826         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3827         * lib/ativscp-uuid.c: New file.
3828
3829 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3830
3831         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3832         Remove.  Moved to objidl-uuid.c
3833         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3834         IID_IServerSecurity): Defined.
3835
3836 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3837
3838         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
3839         objects.
3840         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
3841         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
3842         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
3843         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
3844         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
3845         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
3846         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
3847         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
3848         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
3849         files.
3850         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
3851         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
3852         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
3853         * lib/cguid-uuid.c: New file.
3854         * lib/olectlid-uuid.c: New file.
3855
3856 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3857
3858         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
3859         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
3860         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
3861         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
3862         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
3863         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
3864         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
3865         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
3866         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
3867         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
3868         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
3869         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
3870         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
3871         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
3872         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
3873         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
3874         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
3875         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
3876         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
3877         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
3878         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
3879         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
3880         * lib/comcat-uuid.c: New file.
3881         * lib/docobj-uuid.c: New File.
3882         * lib/exdisp-uuid.c: New file.
3883         * lib/mlang-uuid.c: New file.
3884         * lib/oaidl-uuid.c: New file.
3885         * lib/objidl-uuid.c: New file.
3886         * lib/objsafe-uuid.c: New file.
3887
3888 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3889
3890         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
3891         objects.
3892         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
3893         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
3894         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
3895         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
3896         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
3897         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
3898         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
3899         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
3900         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
3901         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
3902         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
3903         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
3904         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
3905         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
3906         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
3907         IID_ISpecifyPropertyPages): Remove. Moved to new files.
3908         * lib/oleidl-uuid.c: New file.
3909         * lib/oleacc-uuid.c: New file.
3910         * lib/ocidl-uuid.c: New file.
3911
3912 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3913
3914         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
3915         objects.
3916         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
3917         Remove.  Moved to unknwn-uuid and servprov-uuid.
3918         * lib/unknwn-uuid.c: New file.
3919         * lib/servprov-uuid.c: New file.
3920
3921 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3922
3923         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
3924         enum.
3925
3926 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3927
3928         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
3929
3930 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
3931
3932         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
3933         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
3934         wingdi.h defines.
3935
3936 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3937
3938         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
3939         duplicate defines.
3940
3941         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
3942         removal.
3943         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
3944
3945 2006-05-24  Christopher Faylor  <cgf@timesys.com>
3946
3947         * configure.in: Update to newer autoconf.
3948         (thanks to Steve Ellcey)
3949         * configure: Regenerate.
3950         * aclocal.m4: New file.
3951
3952 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
3953
3954         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
3955
3956 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3957
3958         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
3959         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
3960         as macros.
3961         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
3962
3963 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3964
3965         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
3966         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
3967         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
3968         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
3969         (MprAdminMIBSetTrapInfo): Declare functions.
3970         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
3971         (MIB_SERVER_HANDLE): New typedef.
3972         (MprConfigTransportSetInfo): Declare function.
3973         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
3974         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
3975
3976 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3977
3978         * lib/rtutils.def: New file. Generated on Windows XP.
3979         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
3980         * include/rtutils.h: New file.
3981         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
3982         Commented out, they're missing from rtutils.def.
3983
3984 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3985
3986         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
3987         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
3988         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
3989         (MprInfoRemoveAll): Declare functions.
3990
3991 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
3992
3993         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
3994         (MprConfigGetGuidName,MprConfigInterfaceCreate)
3995         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
3996         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
3997         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
3998         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
3999         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
4000         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
4001         (MprConfigServerConnect,MprConfigServerDisconnect)
4002         (MprConfigServerGetInfo,MprConfigServerInstall)
4003         (MprConfigServerRestore,MprConfigTransportCreate)
4004         (MprConfigTransportDelete,MprConfigTransportEnum)
4005         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
4006         (MprConfigTransportSetInfo): Declare functions.
4007
4008 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4009
4010         * include/mprapi.h (MprAdminBufferFree)
4011         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
4012         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
4013         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
4014         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
4015         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
4016         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
4017         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
4018         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
4019         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
4020         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
4021         (MprAdminInterfaceTransportSetInfo)
4022         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
4023         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
4024         (MprAdminServerConnect,MprAdminServerDisconnect)
4025         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
4026         (MprAdminServerSetCredentials,MprAdminTransportCreate)
4027         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
4028
4029 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4030
4031         * include/ipxtfflt.h: New file.
4032
4033 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4034
4035         * include/mprapi.h: Fix header guard. Cleanup.
4036         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
4037         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
4038         (MprAdminConnectionHangupNotification)
4039         (MprAdminConnectionHangupNotification2)
4040         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
4041         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
4042         (MprAdminReleaseIpAddress): Declare functions.
4043         * lib/mprapi.def: Regenerate on Windows XP.
4044
4045 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4046
4047         * include/ipifcons.h: Cleanup.
4048         * include/ipxconst.h: Fix header guard.
4049         * include/ipxrtdef.h: include <ipxconst.h>.
4050
4051 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4052
4053         * include/ipxrtdef.h: Cleanup.
4054         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
4055         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
4056         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
4057         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
4058         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
4059         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
4060         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
4061         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
4062         * include/routprot.h: Cleanup.
4063         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
4064         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
4065         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
4066         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
4067         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
4068         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
4069         * include/fltdefs.h: New file.
4070         * include/ipinfoid.h: New file.
4071
4072 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4073
4074         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
4075         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
4076         (IAMCertifiedOutputProtection): Add interfaces.
4077         * include/adsprop.h: New file.
4078         * include/cmnquery.h: New file.
4079         * include/dsadmin.h: New file.
4080         * include/dsclient.h: New file.
4081         * include/dsgetdc.h: New file.
4082         * include/dsquery.h: New file.
4083         * include/dsrole.h: New file.
4084         * include/ntdsapi.h: New file.
4085         * include/ntdsbcli.h: New file.
4086         * include/objsel.h: New file.
4087
4088 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4089
4090         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
4091         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
4092         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
4093         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
4094         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
4095         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
4096         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
4097         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
4098
4099 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4100
4101         * include/qedit.h: New file.
4102         * include/errors.h: Cleanup.
4103
4104 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4105
4106         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
4107         avoid dependency on <string.h>.
4108         There's no Win32 equivalent for memcmp:
4109         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
4110
4111 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4112
4113         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
4114         instead of memset to avoid dependency on <string.h>.
4115         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
4116         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
4117         (AM_WST_STYLE): Add enums.
4118         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
4119         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
4120         structures.
4121         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
4122         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
4123         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
4124         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
4125         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
4126         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
4127         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
4128         (VFW_E_DVD_NO_RESUME_INFORMATION)
4129         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4130         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4131         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4132         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4133         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4134         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4135         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4136         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4137         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4138         * include/strmif.h: ... to here. New file.
4139         * include/aviriff.h: New file.
4140         * include/bdatypes.h: New file.
4141         * include/control.h: New file.
4142         * include/dvdmedia.h: New file.
4143         * include/il21dec.h: New file.
4144         * include/ks.h: New file.
4145         * include/ksmedia.h: New file.
4146         * include/mmreg.h: New file.
4147         * include/mpegtype.h: New file.
4148         * include/vidcap.h: New file.
4149         * include/vmr9.h: New file.
4150         * include/vptype.h: New file.
4151         * include/xprtdefs.h: New file.
4152
4153 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4154
4155         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4156         Documented as defined on Windows 2000 or later.
4157         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4158         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4159         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4160         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4161         but values unknown, Windows Vista or later.
4162         (CAL_UMALQURA): Cleanup.
4163         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4164         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4165         (CAL_SSHORTESTDAYNAME7): Cleanup.
4166         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4167         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4168
4169 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4170
4171         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4172         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4173         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4174         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4175         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4176         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4177         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4178         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4179         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4180         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4181         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4182         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4183         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4184         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4185         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4186         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4187         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4188         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4189         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4190         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4191         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4192         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4193         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4194         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4195         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4196         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4197         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4198         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4199         (DMDFO_CENTER): Define.
4200         (GetDCBrushColor,GetDCPenColor): Declare.
4201         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4202
4203 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4204
4205         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4206         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4207         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4208         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4209         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4210         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4211         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4212         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4213         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4214         (LANG_DARI,LANG_MALAGASY)
4215         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4216         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4217         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4218         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4219         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4220         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4221         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4222         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4223         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4224         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4225         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4226         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4227         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4228         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4229         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4230         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4231         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4232         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4233         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4234         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4235         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4236         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4237         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4238         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4239         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4240         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4241         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4242         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4243         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4244         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4245         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4246         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4247         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4248         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4249         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4250         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4251         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4252         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4253         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4254         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4255         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4256         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4257         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4258         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4259         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4260         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4261         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4262         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4263         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4264         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4265         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4266         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4267         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4268         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4269         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4270         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4271         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4272         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4273         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4274         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4275         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4276         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4277         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4278
4279 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4280
4281         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4282         it was moved.
4283
4284 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4285
4286         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4287         SPI_SETSCREENSAVERUNNING.
4288         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4289
4290 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4291
4292         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4293         It had been removed because it's no documented, but Cygwin needs it.
4294
4295 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4296
4297         * include/amvideo.h (IFullScreenVideo): Define.
4298         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4299         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4300
4301 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4302
4303         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4304         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4305         as available on Windows 98 and better.
4306         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4307         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4308         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4309
4310 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4311
4312         * include/amvideo.h: New file.
4313         * include/dshow.h: Include <amvideo.h>.
4314
4315 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4316
4317         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4318         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4319         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4320         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4321         (HWND_BROADCAST): Cleanup.
4322         (HWND_MESSAGE): Windows 2000 only.
4323         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4324         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4325         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4326         (SIF_ALL): Cleanup.
4327         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4328         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4329         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4330         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4331         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4332         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4333         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4334         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4335         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4336         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4337         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4338         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4339         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4340         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4341         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4342         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4343         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4344         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4345         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4346         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4347         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4348         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4349         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4350         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4351         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4352         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4353         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4354         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4355         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4356         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4357         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4358         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4359         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4360         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4361         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4362         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4363         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4364         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4365         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4366         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4367         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4368         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4369         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4370         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4371         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4372         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4373         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4374         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4375         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4376         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4377         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4378         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4379         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4380         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4381         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4382         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4383         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4384         (SPI_SCREENSAVERRUNNING): Removed.
4385         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4386         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4387         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4388         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4389
4390 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4391
4392         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4393         (MprAdminGetPDCServer): Add prototype.
4394         (MprAdminSendUserMessage): Add prototype.
4395         (MprAdminUserGetInfo): Add prototype.
4396         (MprAdminUserSetInfo): Add prototype.
4397         * lib/mprapi.def: Add stubs for above functions.
4398
4399 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4400
4401         * lib/directx/quartz.def: Move from here...
4402         * lib/quartz.def: ... to here.
4403
4404 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4405
4406         * include/amaudio.h: New file.
4407         * include/dshow.h: Include <amaudio.h>.
4408
4409 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4410
4411         * include/errors.h: New file.
4412         * include/dshow.h: Include <errors.h>.
4413
4414 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4415
4416         * include/dshow.h: New file.
4417         * include/evcode.h: New file.
4418         * include/audevcod.h: New file.
4419         * include/dvdevcod.h: New file.
4420
4421 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4422
4423         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4424         (MprAdminConnectionClearStats): Add prototype.
4425         (MprAdminConnectionEnum): Add  prototype.
4426         (MprAdminConnectionGetInfo): Add prototype.
4427         (MprAdminConnectionRemoveQuarantine): Add prototype.
4428         (MprAdminPortClearStats): Add prototype.
4429         (MprAdminPortDisconnect): Add prototype.
4430         (MprAdminPortEnum): Add prototype.
4431         (MprAdminPortGetInfo): Add prototype.
4432         (MprAdminPortReset): Add prototype.
4433         * lib/mprapi.def: New file.
4434
4435 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4436
4437         *  include/mprapi.h: #include <lmcons.h>
4438         (MAX_DEVICETYPE_NAME): Add define.
4439         (MAX_PHONE_NUMBER_LEN): Add define.
4440         (ATADDRESSLEN): Add define.
4441         (IPADDRESSLEN): Add define.
4442         (IPXADDRESSLEN): Add define.
4443         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4444         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4445         (RAS_FLAGS_PPP_CONNECTION): Add define.
4446         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4447         (RAS_FLAGS_RAS_CONNECTION): Add define.
4448         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4449         (RASCCPCA_STAC): Add define.
4450         (RASCCPCA_MPPC): Add define.
4451         (PPP_CCP_COMPRESSION): Add define.
4452         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4453         (PPP_CCP_ENCRYPTION40BIT): Add define.
4454         (PPP_CCP_ENCRYPTION128BIT): Add define.
4455         (PPP_CCP_ENCRYPTION56BIT): Add define.
4456         (PPP_CCP_HISTORYLESS): Add define.
4457         (RASPRIV_NoCallback): Add define.
4458         (RASPRIV_AdminSetCallback): Add define.
4459         (RASPRIV_CallerSetCallback): Add define.
4460         (RASPRIV_DialinPrivilege): Add define.
4461         (RASPRIV_CallbackType): Add define.
4462         (RASPRIV2_DialinPolicy): Add define.
4463         (PPP_LCP_PAP): Add define.
4464         (PPP_LCP_SPAP): Add define.
4465         (PPP_LCP_CHAP): Add define.
4466         (PPP_LCP_EAP): Add define.
4467         (PPP_LCP_CHAP_MD5): Add define.
4468         (PPP_LCP_CHAP_MS): Add define.
4469         (PPP_LCP_CHAP_MSV2): Add define.
4470         (PPP_LCP_MULTILINK_FRAMING): Add define.
4471         (enum _RAS_HARDWARE_CONDITION): Add.
4472         (enum _RAS_PORT_CONDITION): Add.
4473         (struct _PPP_ATCP_INFO): Add.
4474         (struct _PPP_ATCP_INFO): Add.
4475         (struct _PPP_IPCP_INFO): Add.
4476         (struct _PPP_IPCP_INFO2): Add.
4477         (struct _PPP_IPXCP_INFO): Add.
4478         (struct _PPP_LCP_INFO): Add.
4479         (struct _PPP_NBFCP_INFO): Add.
4480         (struct _PPP_INFO): Add.
4481         (struct _PPP_INFO_2): Add.
4482         (struct _RAS_CONNECTION_0): Add.
4483         (struct RAS_CONNECTION_1): Add.
4484         (struct _RAS_CONNECTION_2): Add.
4485         (struct RAS_PORT_0): Add.
4486         (struct _RAS_PORT_1): Add.
4487         (struct _RAS_USER_0): Add.
4488         (struct _RAS_USER_1): Add.
4489
4490 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4491
4492         * include/mprapi.h: New file.
4493         * include/routprot.h: New file.
4494         * include/ipxrtdef.h: New file.
4495         * include/ipxconst.h: New file.
4496         * include/stm.h: New file.
4497
4498 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4499
4500         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4501         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4502
4503 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4504
4505         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4506         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4507         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4508         versions.
4509         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4510
4511 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4512
4513         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4514         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4515
4516 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4517
4518         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4519
4520 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4521
4522         * include/basetyps.h (REFFMTID): Define properly.
4523
4524 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4525
4526         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4527         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4528
4529 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4530
4531         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4532         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4533         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4534         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4535         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4536         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4537         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4538         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4539         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4540         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4541         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4542         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4543         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4544         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4545         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4546         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4547         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4548         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4549         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4550         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4551         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4552         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4553         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4554         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4555         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4556         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4557         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4558         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4559         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4560         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4561         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4562         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4563         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4564         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4565         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4566         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4567         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4568         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4569         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4570         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4571         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4572         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4573         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4574         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4575         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4576         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4577         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4578         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4579         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4580         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4581         (IF_OPER_STATUS_OPERATIONAL): Define.
4582         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4583         Add function declaration.
4584         * include/mgm.h: New file.
4585         * lib/rtm.def: New file.
4586         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4587
4588 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4589
4590         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4591         This function cannot be made thread-safe, the API would have to be
4592         changed for that, just like strerror() -> strerror_r() and similar
4593         ISO C or POSIX functions...
4594
4595 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4596
4597         * include/edevdefs.h: New file.
4598
4599 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4600
4601         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4602         Use as guard for the WAVEFORMATEX structure instead of
4603         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4604         _WAVEFORMATEX_ for compatibility.
4605         Thanks to:    Andrew Jones <guln at sf dot net>
4606
4607 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4608
4609         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4610         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4611         Thanks to:    David Golub <david_golub at sf dot net>
4612
4613 2006-04-18  Eric House  <ehouse@eehouse.org>
4614
4615         PocketPC support.
4616         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4617         functions for using aygshell on PocketPC:
4618         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4619         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4620
4621         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4622         command bar API on PocketPC:
4623         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4624         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4625         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4626         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4627         CommandBar_InsertButton, CommandBar_Destroy.
4628
4629         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4630         fields not present on PocketPC.
4631         (GetCurrentThreadId): Conditionally declare as extern function
4632         without dllimport attribute on PocketPC.
4633         (ResetEvent): Likwise.
4634         (SetEvent): Likewise.
4635
4636         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4637         Conditionally declare as extern function without dllimport
4638          attribute on PocketPC.
4639         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4640         declare as extern function without dllimport attribute on PocketPC.
4641
4642 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4643
4644         * lib/test.c: Include icm.h.
4645
4646 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4647
4648         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4649         (CreateColorSpace): Add UNICODE mappings.
4650         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4651         * include/icm.h: New file.
4652         * lib/mscms.def: New file.
4653         * lib/icmui.def: New file.
4654
4655 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4656
4657         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4658         (IMAGE_FILE_MACHINE_AMD64): New define.
4659         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4660         New defines.
4661         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4662         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4663         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4664         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4665         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4666         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4667         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4668         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4669         New defines.
4670         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4671         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4672         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4673         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4674         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4675         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4676         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4677         definitions and typedefs.
4678         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4679         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4680         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4681         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4682         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4683         New structure definition and typedefs.
4684         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4685         Likewise.
4686         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4687
4688 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4689
4690         * lib/test.c: Fix typo in #inlcude.
4691         * include/aclui.h: INTERFACE should not remain
4692         defined at the end of the header.
4693         * include/servprov.h: Ditto.
4694
4695 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4696
4697         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4698
4699 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4700
4701         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4702
4703 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4704
4705         * include/wsahelp.h (system_header): Add pragma.
4706         * include/ws2spi.h (system_header): Add pragma.
4707         * include/rasdlg.h (system_header): Add pragma.
4708         * include/rasdlg.h (_RASDLG_H): Define.
4709         Define instead of _RASDLG_H_, this is the w32api standard.
4710         * include/mlang.h (_MLANG_H): Define.
4711         Define instead of _MLANG_H_, this is the w32api standard.
4712         * include/setupapi.h (_SETUPAPI_H): Define.
4713         Define instead of _SETUPAPI_H_, this is the w32api standard.
4714
4715 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4716
4717         * include/rpcndr.h (boolean): Add typedef.
4718         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4719         * include/rpcndr.h (_RPCNDR_H): Define.
4720         Define in addition to __RPCNDR_H__, this is the w32api standard.
4721
4722 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4723
4724         * include/w32api.h: Increment version to 3.7.
4725         * Makefile.in: Ditto.
4726
4727 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4728
4729         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4730         GET_MODULE_HANDLE_EX_FLAG_PIN,
4731         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4732         Thanks to:    Brandon Sneed <brandon at redf dot net>
4733
4734 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4735
4736         * include/secext.h: Enclose function declarations in extern "C"
4737         if __cplusplus.
4738
4739 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4740
4741         * include/comcat.h: INTERFACE should not remain defined
4742         at the end of the header.
4743         * include/docobj.h: Ditto.
4744         * include/exdisp.h: Ditto.
4745         * include/intshcut.h: Ditto.
4746         * include/mlang.h: Ditto.
4747         * include/mshtml.h: Ditto.
4748         * include/oaidl.h: Ditto.
4749         * include/objidl.h: Ditto.
4750         * include/objsafe.h: Ditto.
4751         * include/ocidl.h: Ditto.
4752         * include/oleacc.h: Ditto.
4753         * include/oledlg.h: Ditto.
4754         * include/oleidl.h: Ditto.
4755         * include/richole.h: Ditto.
4756         * include/shldisp.h: Ditto.
4757         * include/shlobj.h: Ditto.
4758         * include/unknwn.h: Ditto.
4759         * include/vfw.h: Ditto.
4760         Thanks to:    Brandon Sneed <brandon at redf dot net>
4761
4762 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4763
4764         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4765         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4766         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4767
4768 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4769
4770         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4771         here also.
4772
4773 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4774
4775         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4776         We should probably remove PROV_MS_MAIL but I'm keeping it for
4777         now for compatibility reasons.
4778         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4779
4780 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4781
4782         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4783         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4784         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4785
4786 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4787
4788         * include/wingdi.h [WINVER >= 0x0410]
4789         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4790         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4791
4792 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4793
4794         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4795         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4796         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4797         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4798         (L_MAX_URL_LENGTH): Define.
4799         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4800         Thanks to:    Brandon Sneed <brandon at redf dot net>
4801
4802 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4803
4804         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4805
4806 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4807
4808         * include/w32api.h (_W32API_H): Define.
4809         Define in addition to _W32API_H_, this is the w32api standard.
4810
4811 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4812
4813         * include/w32api.h (WindowsVista): Define.
4814
4815 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4816
4817         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4818         on SOCKET_ADDRESS only if winsock2.h has already been included.
4819
4820 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4821
4822         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4823
4824 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4825
4826         * include/iphlpapi.h (GAA_FLAG_*): Define.
4827         (GetAdaptersAddresses): Add function declaration.
4828         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4829         Thanks to:    ross <rossboulet at users dot sf dot net>
4830
4831 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4832
4833         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4834         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4835         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
4836         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
4837         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
4838         SCOPE_LEVEL): Add enums.
4839         (IP_ADAPTER_*): Define.
4840
4841 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4842
4843         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
4844         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
4845
4846 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4847
4848         * include/objidl.h (PIDSI_*): Define.
4849         (PRSPEC_*): Define.
4850         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4851
4852 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4853
4854         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
4855         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
4856         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
4857         LOGON32_LOGON_NEW_CREDENTIALS): Define.
4858         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4859
4860 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4861
4862         * include/mq.h: New file.
4863         * lib/mqrt.def (MQ*): Define a few missing functions.
4864
4865 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4866
4867         * lib/mqrt.def: New file.
4868         Needs the mq.h file to work properly, working on it.
4869         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
4870
4871 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4872
4873         * include/winerror.h (STG_E_*):  Define.
4874         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
4875         * include/winerror.h (STG_S_*): Define.
4876         (CO_S_MACHINENAMENOTFOUND): Define.
4877         (RPC_E_*): Define.
4878         (NTE_*): Define.
4879
4880 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4881
4882         * include/commctrl.h (ListView_*):  Define and correct.
4883         (LVM_*): Define.
4884
4885 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4886
4887         * include/winuser.h (WM_IME_*): Define (DWORD type).
4888         (EM_*IMESTATUS): Define.
4889         (WM_*): Define.
4890         (XBUTTON*): Define.
4891         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
4892
4893 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
4894
4895         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
4896         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
4897
4898 2006-03-29  Christopher Faylor  <cgf@timesys.com>
4899
4900         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
4901         version conditional.
4902
4903 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4904
4905         * include/winspool.h (JOB_INFO_3): Add structure.
4906         (PROVIDOR_INFO_*{AW}): Add structure.
4907         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4908         (PRINTER_ENUM_VALUES{AW}): Add structure.
4909         (PRINTPROCESSOR_CAPS): Add structure.
4910
4911 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4912
4913         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4914         (PRINTER_INFO_7A): Correct definition.
4915
4916 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4917
4918         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4919         (DRIVER_INFO_*{AW}): Add structure.
4920         (PRINTER_INFO_*{AW}): Add structure.
4921         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4922
4923 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4924
4925         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4926         (DRIVER_*MODE): Define (DWORD type).
4927         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4928
4929 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
4930
4931         * include/wincon.h (GetConsoleProcessList): Declare.
4932
4933 2006-03-27  Hansres Engel  <engel@node.ch>
4934
4935         * include/mlang.h: New file.
4936
4937 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4938
4939         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
4940
4941 2006-03-26  Hansres Engel  <engel@node.ch>
4942
4943          Add Uniscribe API for typography and for complex scripts.
4944         * include/usp10.h: New file.
4945         * lib/usp10.def: New file.
4946
4947         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
4948
4949         * include/imm.h (IMECHARPOSITION): Add structure.
4950         (RECONVERTSTRING): Likwise.
4951
4952         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
4953
4954         * lib/uuid.c (CMultiLanguage): Add UUID definition.
4955         (IMLangFontLink2): Likewise.
4956         (IMultiLanguage): Likewise.
4957
4958 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
4959
4960         * include/wincon.h  (ENABLE_*): Add more defines.
4961
4962 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
4963
4964         * include/winnt.h (INHERITED_ACE): Define.
4965         (VALID_INHERIT_FLAGS): Correct definition.
4966
4967 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
4968
4969          * lib/wtsapi32.def: New file.
4970
4971 2006-03-15  Christopher Faylor  <cgf@timesys.com>
4972
4973         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
4974         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
4975
4976 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4977
4978         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
4979         (FORM_USER,FORM_PRINTER): Define (DWORD type).
4980         * include/winspool.h [_WIN32_WINNT >= 0x0500]
4981         (DSPRINT_*): Define (DWORD type).
4982         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4983
4984 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4985
4986         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
4987         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
4988
4989 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4990
4991         * include/shellapi.h [_WIN32_IE >= 0x0600]
4992         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
4993         Windows XP SP1 and Windows XP respectively.
4994
4995 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4996
4997         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
4998         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
4999         * include/shellapi.h [_WIN32_IE >= 0x0500]
5000         (NIS_*): Introduced in Version 5.0.
5001
5002 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
5003
5004         * include/wingdi.h (CS_*): Correct WINVER guard on
5005         Image Color Matching colour definitions.
5006
5007 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
5008
5009         * include/shlobj.h (SFGAO_ISSLOW): Define.
5010         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
5011         attribute constants.
5012
5013 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5014
5015         * include/wingdi.h [WINVER >= 0x0500]
5016         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
5017         Thanks to: David A. Capello <dacap at users dot sf dot net>
5018
5019 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
5020
5021         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
5022         (INTERNET_STATE_*): Define flags.
5023         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
5024
5025 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
5026
5027         * include/sddl.h: New file.
5028
5029 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
5030
5031         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
5032         last change.
5033         Remove file level #pragma pack(push,4)/#pragma pop.
5034
5035 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
5036
5037         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
5038         value to force correct alignment.
5039
5040 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5041
5042         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
5043         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
5044         (PNM_CACHEHINT): Add backward compatibilty define.
5045         (LPNM_CACHEHINT): Likewise.
5046
5047 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
5048
5049         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
5050
5051 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5052
5053         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
5054         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
5055         * lib/shell32.def (PathResolve): Define.
5056
5057 2006-02-06  Christopher Faylor  <cgf@timesys.com>
5058
5059         * include/shlobj.h (PathResolve): Fix typo.
5060
5061 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5062
5063         * include/shlobj.h (PathResolve): Define.
5064         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
5065         PRF_DONTFINDLNK): Ditto.
5066         * lib/shell32.def (PathResolve): Define.
5067
5068 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
5069
5070         * include/winnls.h: Remove stray end ';' from preprocessor defines.
5071
5072 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5073
5074         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
5075         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
5076         (NotifyRouteChange@8): Define.
5077
5078 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5079
5080         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
5081         prototypes.
5082
5083 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5084
5085         * include/winnt.h (FORCEINLINE): Define.
5086
5087 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5088
5089         * include/winnt.h (DECLSPEC_SELECTANY): Define.
5090
5091 2006-01-26  Filip Navara  <xnavara@volny.cz>
5092
5093         * include/winnt.h (DECLSPEC_ALIGN): Define.
5094
5095 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5096
5097         * include/commctrl.h: Correct spelling of 'compatibility' in
5098         comments.
5099         * include/setupapi.h: Likewise.
5100         * include/ws2tcpip.h: Likewise.
5101
5102 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5103
5104         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
5105
5106 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
5107
5108         WATCOM compatibility changes.
5109         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
5110         rather than __attribute__.
5111         (DECL_EXPORT): Likewise.
5112         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
5113         (DDKFASTAPI): Likewise.
5114         (DDKCDECLAPI): Likwise.
5115         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
5116
5117 2006-01-23  Brandon Sneed  <brandon@redf.net>
5118
5119         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
5120         to exports.
5121
5122 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5123
5124         * include/w32api.h: Increment version to 3.6.
5125         * Makefile.in: Ditto.
5126
5127 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5128
5129         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5130         advapi32.dll functions.
5131
5132 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5133
5134         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5135         names for padding size constants.
5136
5137 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5138
5139         * include/aclapi.h (WINADVAPI): Add to prototypes.
5140         * include/winreg.h (WINADVAPI): Likewise.
5141         * include/winsvc.h (WINADVAPI): Likewise.
5142
5143 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5144
5145         * include/winbase.h (WINADVAPI): Define.
5146
5147 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5148
5149         * include/winuser.h (CreateWindowStation): Correctly identify first
5150         argument as constant.
5151         (CreateWindowStation@): Ditto.
5152
5153 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5154
5155         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5156         (TMT_*, BT_*): Add constants.
5157
5158 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5159
5160         * include/winsock2.h: Don't define struct sockaddr_storage when
5161         building Cygwin.
5162
5163 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5164
5165         * lib/ws2_32.c: New file, defining IPv6 constants.
5166         * lib/Makefile.in (SOURCES): Add ws2_32.c
5167         (EXTRA_OBJS): Add ws2_32.o.
5168
5169 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5170
5171         * lib/user32.def (PrivateExtractIconsA@32,
5172         PrivateExtractIconsW@32): Define.
5173         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5174
5175 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5176
5177         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5178
5179 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5180
5181         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5182
5183 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5184             Danny Smith <dannysmith@users.sourceforge.net>
5185
5186         * lib/msxml-uuid.c: New file to generate UUIDs for
5187         MSXML interfaces.
5188         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5189
5190 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5191
5192         * include/winbase.h (GetDevicePowerState): Add prototype.
5193         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5194
5195 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5196
5197         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5198         Define as macro if !_WIN64.
5199         (SetClassLongPtr{AW}): Likewise.
5200         (GCLP_*): Add GetClassLongPtr defines.
5201         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5202         (SetClassLongPtr{AW}): Likewise.
5203
5204 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5205
5206         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5207         (SetClassLongPtr{AW}): Likewise.
5208         (GCLP_*): Add GetClassLongPtr defines.
5209         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5210         (SetClassLongPtr{AW}): Likewise.
5211
5212 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5213
5214         * include/commdlg.h (OPENFILENAMEW): Add members for
5215         _WIN32_WINNT >= 0x0500.
5216         Thanks to Ricardo Dalcorsso Fodra.
5217         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5218
5219 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5220
5221         * include/wingdi.h (GetICMProfileA): Correct prototype.
5222         (GetICMProfileW): Likewise.
5223         Thanks to: Paul J Lucas
5224
5225 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5226
5227         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5228
5229 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5230
5231         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5232         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5233         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5234         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5235
5236 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5237
5238         * include/objbase.h: Fix typo.
5239         * include/w32api.h: Increment version to 3.5.
5240         * Makefile.in: Ditto.
5241
5242 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5243
5244         * include/w32api.h: Increment version to 3.4.
5245         * Makefile.in: Ditto.
5246
5247 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5248
5249         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5250         Use _WIN32_WINNT >= 0x0501 guard.
5251
5252 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5253
5254         * include/winbase.h (GetProcessId): Declare.
5255
5256 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5257
5258         * lib/ddk/newdev.def: Added.
5259         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5260
5261 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5262
5263         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5264         component.
5265         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5266
5267 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5268
5269         * lib/shell32.def (SHILCreateFromPath): Add stub.
5270         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5271
5272 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5273
5274         * include/winbase.h (RegisterWaitForSingleObject,
5275         RegisterWaitForSingleObjectEx): Define.
5276         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5277         (RegisterWaitForSingleObject@16): Changed to
5278         RegisterWaitForSingleObject@24.
5279         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5280
5281 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5282
5283         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5284         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5285
5286 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5287
5288         * include/reason.h [_WIN32_WINNT >= 0x0501]
5289         (SHTDN_REASON_*): New file.
5290         * include/objbase.h: Avoid double header guard.
5291
5292 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5293
5294         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5295         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5296         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5297
5298 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5299
5300         * include/shlobj.h (IContextMenu3): Define.
5301         * include/shlguid.h (IID_IContextMenu3): Declare.
5302         * lib/shell32.c (IID_IContextMenu3): Define.
5303
5304 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5305
5306         * include/shlobj.h (SHFormatDrive): Declaration of function
5307         and associated constants.
5308
5309 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5310
5311         * include/ddk/hidsdi.h:  New file.
5312         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5313         functions declared in hidsdi.h.
5314         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5315
5316 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5317
5318         * lib/imm32.def (ImmDisableIME): Add stub.
5319         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5320
5321 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5322
5323         * include/w32api.h: Increment version to 3.3.
5324         * Makefile.in: Ditto.
5325
5326 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5327
5328         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5329         Correct their values.
5330         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5331
5332 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5333
5334         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5335
5336 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5337
5338         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5339         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5340
5341 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5342
5343         * include/richedit.h (SETTEXTEX): Define structure and
5344         associated constants.
5345         (GT_SELECTION): Define GETTEXTEX flag constant.
5346
5347 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5348
5349         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5350
5351 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5352
5353         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5354         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5355         prototypes.
5356
5357 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5358
5359         * include/commctrl.h (RBBS_USECHEVRON): Define.
5360         (RBBS_*): Use hex notation, group together.
5361
5362 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5363
5364         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5365         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5366
5367 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5368
5369         * include/commctrl.h (TreeView_SetItemState): Initilise
5370         _tvi.hItem.
5371         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5372
5373 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5374
5375         * include/commctrl.h (NMLVFINDITEM): Add structure.
5376
5377 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5378
5379         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5380
5381 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5382
5383         * include/winnt.h (VER_SET_CONDITION): Define.
5384
5385 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5386
5387         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5388         (ATTACH_PARENT_PROCESS): Define.
5389         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5390         documentation.
5391
5392 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5393
5394         * include/winbase.h (QueueUserWorkItem): Add prototype.
5395
5396 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5397
5398         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5399         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5400         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5401         CM_CMYK_COLOR): Define.
5402
5403 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5404
5405         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5406         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5407         Thanks to: Christian  <chhd at users dot sf dot net>
5408
5409 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5410
5411         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5412         field.
5413         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5414
5415 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5416
5417         * include/winbase.h (GlobalDiscard): Define as macro.
5418         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5419
5420 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5421
5422         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5423         (WNetGetResourceParentW): Ditto.
5424         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5425         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5426
5427 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5428
5429         * include/wininet.h (FtpGetFileSize): Add prototype.
5430         (FtpCommand[AW]): Correct prototypes.
5431         Reported by: <siger at users dot sf dot net>
5432
5433 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5434
5435         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5436         (capGetDriverDescription[AW]): Likewise.
5437
5438 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5439
5440         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5441         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5442         (SE_IMPERSONATE_NAME TEXT): Ditto.
5443         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5444         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5445
5446 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5447
5448         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5449         change.
5450
5451 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5452
5453         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5454         Thanks to:
5455         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5456
5457 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5458
5459         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5460         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5461         (gai_strerror[AW]): Put into #if 0 block.
5462
5463 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5464
5465         * include/basetyps.h (__int16): Correct define.
5466
5467 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5468             Danny Smith  <dannysmith@users.sourceforge.net>
5469
5470         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5471         define for Open Watcom portability.
5472         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5473         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5474         of local c_rgodfDI* objects. Replace .rdata section attribute
5475         with 'const' keyword in definition of global c_dfDI* objects.
5476
5477 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5478
5479         * include/winioctl.h (IOCTL_VOLUME_BASE,
5480         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5481         Copy defines from include/ddk/ntdddvol.h.
5482         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5483
5484 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5485
5486         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5487
5488 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5489
5490         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5491         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5492
5493 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5494
5495         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5496
5497 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5498
5499         * lib/user32.def (MonitorFromPoint): Correct suffix.
5500
5501 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5502
5503         * include/wininet.h (InternetCheckConnectionA,
5504         InternetCheckConnectionW) Add prototypes.
5505         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5506         INTERNET_CONNECTION_CONFIGURED): Add defines.
5507
5508 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5509
5510         * include/commctrl.h (ComboBox_SetMinVisible,
5511         ComboBox_GetMinVisible): Added Macros.
5512         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5513         Added definitions.
5514
5515 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5516
5517         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5518         assembly code conditional on _X86_.
5519
5520 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5521
5522         * include/w32api.h: Increment version to 3.2.
5523         * Makefile.in: Ditto.
5524         * include/afxres.h: Remove the \r from the line ending.
5525         * include/errorrep.h: Ditto.
5526         * include/shldisp.h: Ditto.
5527         * include/tschema.h: Ditto.
5528         * lib/dhcpcsvc.def: Ditto.
5529         * lib/uxtheme.def: Ditto.
5530         * lib/wldap32.def: Ditto.
5531
5532 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5533
5534         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5535         Correct typo.
5536         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5537
5538 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5539
5540         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5541         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5542         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5543         SPI_GETFOREGROUNDLOCKTIMEOUT,
5544         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5545         *include/imm.h (WM_IME_REQUEST): Added definition.
5546         *include/shlobj.h (SLGP_RAWPATH,
5547         SLGP_UNCPRIORITY): Added definition.
5548
5549 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5550
5551         *include/winuser.h (HSHELL_FLASH): Added definition.
5552
5553 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5554
5555         * include/shldisp.h (IAutoComplete): Added interface definiton.
5556         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5557         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5558         * include/shlobj.h (IObjMgr): Added interface definiton.
5559         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5560         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5561         CLSID_ACListISF, IID_IACList): Added GUIDs.
5562         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5563         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5564         CLSID_ACListISF, IID_IACList): Added GUIDs.
5565
5566 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5567
5568         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5569         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5570         (CDRF_*): Use hex notation for constants.
5571
5572 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5573
5574         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5575         Reported by Eric Sharkey <sharkey at netrics dot com>
5576
5577 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5578
5579         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5580         TokenGroupsAndPrivileges, TokenSessionReference,
5581         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5582         Reformat.
5583         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5584         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5585
5586 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5587
5588         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5589         ImageList_Duplicate): Add stubs.
5590
5591 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5592
5593         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5594         Thanks to "Pete" <pross@xvid.org>
5595
5596 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5597
5598         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5599         AC_DST_NO_ALPHA, ...): Add defines.
5600         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5601         ULW_OPAQUE): Add defines.
5602
5603 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5604
5605         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5606         guard.
5607         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5608         suffix.
5609         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5610
5611 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5612
5613         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5614         (CreateProcessWithLogonW): Declare.
5615         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5616         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5617
5618 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5619
5620         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5621         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5622
5623 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5624
5625         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5626         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5627
5628 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5629
5630         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5631
5632 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5633
5634         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5635         Add defines.
5636         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5637
5638 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5639
5640         * include/shellapi.h (NIF_GUID): Add another define.
5641
5642 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5643
5644         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5645         Changed it twice due to inconsistent MSDN documentation.
5646         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5647
5648 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5649
5650         * include/shlobj.h (SHGFP_TYPE): Add enum.
5651
5652 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5653
5654         * include/winuser.h (WM_THEMECHANGED): Add define.
5655
5656 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5657
5658         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5659         ExFreeToPagedLookasideList): Guard inline versions with
5660         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5661         external functions for earlier _WIN32_WINNT.
5662
5663 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5664
5665         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5666
5667 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5668
5669         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5670         if  undefined and __W32API_USE_DLLIMPORT__.
5671         Add WINBASEAPI token to prototypes, throughout.
5672
5673 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5674
5675         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5676         (GetFiberData): Likewise.
5677         (NtCurrentTeb): Likewise.
5678
5679 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5680
5681         * include/shellapi.h (NIF_INFO): Add define.
5682         (NIIF_*) Add defines..
5683         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5684         (NIF_*): Convert constants to hex.
5685
5686 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5687
5688         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5689         GetGlyphIndicesW): Declare.
5690         (GGI_MARK_NONEXISTING_GLYPHS): Define
5691         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5692         GetGlyphIndicesW): Add stubs.
5693
5694 2004-10-24  Dan Aloni  <da-x@colinux.org>
5695
5696         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5697         ZwQueryFullAttributesFile): Declare.
5698         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5699         Declare.
5700         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5701         ZwQueryVolumeInformationFile): Add stubs.
5702
5703 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5704
5705         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5706         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5707
5708 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5709             Danny Smith  <dannysmith@users.sourceforge.net>
5710
5711         * include/winbase.h (InitializeSListHead, Interlocked*):
5712         Guard with !__USE_NTOSKRNL__.
5713
5714         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5715         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5716         Guard with  __USE_NTOSKRNL__.
5717         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5718         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5719         && _WIN32_WINNT >= 0x0501
5720         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5721         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5722         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5723         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5724
5725         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5726         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5727         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5728         ExWindowStationObjectType, IoAdapterObjectType,
5729         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5730         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5731         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5732         Uncomment stubs.
5733
5734 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5735
5736         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5737         definition
5738         (IoReleaseRemoveLock): Add definition.
5739
5740 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5741
5742         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5743         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5744         Add prototypes.
5745         * include/winddk.h (ExInterlockedAddUlong,
5746         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5747         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5748         ExInterlockedPushEntryList): Change calling convention to
5749         DDKAPI.
5750         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5751         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5752         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5753         Add prototypes for DDKFASTAPI versions.
5754         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5755         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5756         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5757         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5758         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5759         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5760         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5761         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5762         Add fastcall stubs.
5763         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5764         Exi386InterlockedIncrementLong); Add stdcall stubs.
5765
5766 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5767
5768         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5769          if __W32API_USE_DLLIMPORT__ is defined.
5770         * include/winuser.h (WINUSERAPI): Likewise.
5771
5772 2004-09-29  Filip Navara  <xnavara@volny.cz>
5773
5774         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5775         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5776         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5777         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5778         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5779         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5780         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5781         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5782         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5783         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5784         winnt4.h, ws2san.h): Fixed packing.
5785         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5786         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5787         HID_INTERFACE_NOTIFY_PNP): Likewise.
5788         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5789         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5790         <ayerkes@speakeasy.net>.
5791         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5792         declaration.
5793         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5794         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5795         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5796         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5797         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5798         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5799         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5800         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5801         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5802         (SYNCH_LEVEL): Added definition.
5803         (KPCR, KPCR_TIB): Fixed declaration.
5804         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5805         included and _WIN32_WINNT >= 0x0501.
5806         (RtlEqualLuid): Fixed macro definition.
5807         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5808         KeRaiseIrql on i386 architectures.
5809
5810 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5811
5812         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5813         declaration.
5814         (IHTMLSelectionObject): Correct get_type declaration.
5815         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5816         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5817         IHTMLBodyElement2): Add interfaces.
5818         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5819         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5820         typedefs.
5821         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5822         Add IIDs.
5823
5824 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5825
5826         * include/w32api.h: Increment version to 3.1.
5827         * Makefile.in: Ditto.
5828
5829 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5830
5831         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5832         MonitorFromWindow): Add prototypes.
5833         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5834         MonitorFromWindowMonitorFromWindow): Add stubs.
5835         * include/shellapi.h (DuplicateIcon): Add prototype.
5836
5837 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
5838
5839         * include/winuser.h (WINUSERAPI): New define.
5840         Use it to mark user32.dll imports, throughout.
5841
5842 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5843
5844         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
5845         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
5846         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
5847         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
5848         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
5849         HidD_GetPreparsedData, HidD_GetProductString,
5850         HidD_GetSerialNumberString, HidD_SetConfiguration,
5851         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
5852         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
5853
5854 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
5855
5856         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
5857         Add XP defines.
5858         (PCOORD): Add typedef.
5859         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
5860
5861 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5862
5863         * include/winldap.h: Don't check value of UNICODE.
5864         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
5865
5866 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
5867
5868         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
5869
5870 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
5871
5872         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
5873         guard.
5874
5875 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
5876
5877         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
5878
5879 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
5880
5881         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
5882
5883 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
5884
5885         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
5886
5887 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
5888
5889         * include/wincrypt.h: Correct _WIN32_WINNT typo.
5890
5891 2004-08-10  Ed Schaller  <schallee@darkmist.net>
5892
5893         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
5894         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
5895         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
5896         Add defines.
5897         (CALG_SHA1): Add define.
5898         (HP_HMAC_INFO): Add define.
5899         (HMAC_INFO): Add struct.
5900         (BLOBHEADER): Add typedef.
5901
5902 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
5903
5904         * include/commctrl.h (TreeView_SetItemState): Define macro.
5905
5906 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
5907
5908         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
5909         macros together.
5910
5911 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
5912
5913         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
5914         (FILEGROUPDESCRIPTOR): LIkewise.
5915
5916 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
5917
5918         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
5919
5920 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5921
5922         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
5923         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
5924         (IMAGE_SNAP_BY_ORDINAL): Map to ...
5925         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
5926         (IMAGE_ORDINAL): Map to ...
5927         (IMAGE_ORDINAL{32,64}: New defines.
5928         (IMAGE_THUNK_DATA):  Map to ...
5929         (IMAGE_THUNK_DATA{32,64}: New structures.
5930         (IMAGE_THUNK_DATA): Map to ...
5931         (IMAGE_THUNK_DATA{32,64}: New structures.
5932         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
5933         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
5934         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
5935         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
5936
5937 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
5938
5939         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
5940         _WIN32_WINNT >= 0x0500.
5941
5942 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
5943
5944         * include/winbase.h (GetWriteWatch): Correct prototype.
5945         (WRITE_WATCH_FLAG_RESET): Define.
5946         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
5947
5948 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
5949
5950         * include/commctrl.h (Animate_OpenEx): Define.
5951         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
5952         (ListView_GetNumberOfWorkAreas): Correct macro.
5953         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
5954         ListView_SetItemCountEx, ListView_GetISearchString,
5955         TreeView_GetLastVisible, Header_CreateDragImage,
5956         Header_SetImageList, Header_GetImageList): Define.
5957         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
5958         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
5959         TBSTATE_ELLIPSES): Define.
5960         (MonthCal_SetRange): Correct macro.
5961         (ImageList_Duplicate): Declare.
5962
5963 2004-05-29  Filip Navara  <xnavara@volny.cz>
5964
5965         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
5966
5967 2004-05-25  Al Slater  <al.slater@scluk.com>
5968
5969         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
5970         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
5971
5972 2004-05-15  Filip Navara  <xnavara@volny.cz>
5973
5974         * include/ddk/kbdmou.h: New file.
5975         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
5976         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
5977         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
5978         _vsnwprintf, sprintf, swprintf): Export.
5979
5980 2004-05-15  Filip Navara  <xnavara@volny.cz>
5981
5982         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
5983         headers.
5984
5985 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
5986
5987         * include/wingdi.h: Correct non-unicode typedefs of
5988         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
5989
5990 2004-05-07  Pascal Obry  <obry@act-europe.fr>
5991
5992         * include/winsock.h (IN_CLASSA): Fix macro.
5993         * include/winsock2.h (IN_CLASSA): Fix macro.
5994
5995 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
5996
5997         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
5998         * include/aclui.h: Remove '\r', throughout.
5999         * include/msacm.h: Likewise.
6000         * lib/aclui.def: Likewise.
6001
6002 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
6003
6004         * lib/comctl32.def (SetWindowSubclass): Add stub.
6005         Thanks to Eugene <egladysh@users.sourceforge.net>.
6006
6007 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6008
6009         * include/winbase.h (EXECUTION_STATE): Add typedef.
6010         (SetThreadExecutionState): Declare.
6011         * include/wingdi.h (_WINGDI_): Define.
6012         * include/objbase.h (_OBJBASE_H_): Define.
6013
6014 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6015
6016         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
6017         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
6018         (SM_CMETRICS): Adjust value.
6019         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
6020         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
6021         Add defines.
6022         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
6023
6024 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
6025
6026         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
6027         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
6028         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
6029         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
6030         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
6031         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
6032
6033 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6034
6035         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
6036         DNSREC_ADDITIONAL): Add defines.
6037
6038 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
6039
6040         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
6041
6042 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
6043
6044         * include/aclui.h: New file.
6045         * lib/aclui.def: New file.
6046         * lib/test.c: Add aclui.h to includes.
6047
6048 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
6049
6050         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
6051         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
6052         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
6053
6054 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6055
6056         * include/wingdi.h: Protect non-unicode case of below.
6057
6058 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6059
6060         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
6061         LPENUMLOGFONTEXDV with appropriate version check.
6062
6063 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
6064
6065         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
6066         DSPROPSETID_DirectSoundDevice): Add defines.
6067
6068 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
6069
6070         * include/msacm.h: New file.
6071
6072 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
6073
6074         * include/objbase.h (STGFMT): Declare enum.
6075         (STGOPTIONS): Declare structure.
6076         (StgCreateStorageEx, StgOpenStorageEx): Declare.
6077         (STGOPTIONS_VERSION): Define.
6078         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
6079
6080 2004-04-13  Filip Navara  <xnavara@volny.cz>
6081
6082         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
6083         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
6084         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
6085         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
6086         HELP_SETWINPOS): Define.
6087         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
6088         (SPI_*): Add new definitions for WINVER >= 0x500.
6089         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
6090         (InternalGetWindowText, SetWindowsHookW): Declare.
6091         * include/winbase.h (InitializeSListHead): Avoid conflicting
6092         definition with DDK headers.
6093
6094 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
6095
6096         * include/winuser.h (GetLastError): Move from here...
6097         * include/winbase.h: ... to here.
6098
6099 2004-04-13  Filip Navara  <xnavara@volny.cz>
6100
6101         * include/winspool.h (DocumentPropertiesW): Correct prototype.
6102
6103 2004-04-13  Filip Navara  <xnavara@volny.cz>
6104
6105         * include/wingdi.h (ENHMETAHEADER): Add definitions for
6106         WINVER >= 0x400.
6107         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
6108         (ENUMLOGFONTEXW): Fix definition.
6109         (ENUMLOGFONTEXDV[AW]): Declare.
6110
6111 2004-04-13  Filip Navara  <xnavara@volny.cz>
6112
6113         * include/wingdi.h: Declare the DirectDraw structures only if
6114         the DirectDraw kernel mode headers aren't included.
6115         (EMFINFO): Declare.
6116         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
6117         STROBJ_bEnumPositionsOnly): Correct prototypes.
6118
6119 2004-04-13  Filip Navara  <xnavara@volny.cz>
6120
6121         * include/objidl.h (PRPCOLEMESSAGE): Declare.
6122         * include/rpc.h (RPCRTAPI): Define.
6123         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
6124         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
6125         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
6126         (I_RpcBindingSetAsync): Correct prototype.
6127         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
6128         to w2kReserved.
6129         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6130         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6131         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6132         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6133         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6134         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6135         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6136         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6137         NdrUserMarshalFree): Declare.
6138         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6139         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6140
6141 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6142
6143         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6144         LPC_MESSAGE_BASE_SIZE): Define.
6145         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6146
6147 2004-04-13  Filip Navara  <xnavara@volny.cz>
6148
6149         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6150         Declare.
6151
6152 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6153
6154         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6155         MONITORINFO when compiling as C++.
6156
6157 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6158
6159         * README.w32api: List separate copyright conditions for some headers.
6160         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6161
6162 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6163
6164         * include/wingdi.h (RGB): Correct macro.
6165
6166 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6167
6168         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6169
6170 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6171
6172         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6173
6174 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6175
6176         * lib/Makefile.in: Add directx to .PHONY target.
6177         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6178         Don't include stdio.h or tchar.h.
6179         Replace _T() macro with TEXT() macro, throughout.
6180         Replace _stprintf with wsprintf, throughout.
6181
6182 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6183
6184         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6185         Add define.
6186         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6187         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6188         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6189
6190 2004-03-27  Filip Navara  <xnavara@volny.cz>
6191
6192         * include/directx: New subdir.
6193         * lib/directx: Ditto.
6194         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6195         dxerr9.h): New files.
6196         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6197         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6198         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6199         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6200         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6201         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6202         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6203         strmiids.c, test.c): Ditto.
6204         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6205         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6206
6207 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6208
6209         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6210         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6211         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6212
6213 2004-03-24  Filip Navara  <xnavara@volny.cz>
6214
6215         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6216         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6217
6218 2004-03-24  Filip Navara  <xnavara@volny.cz>
6219
6220         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6221         TaggedQueueing to TaggedQueuing.
6222         (_HW_INITIALIZATION_DATA): Likewise.
6223
6224 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6225
6226         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6227         prototype.
6228         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6229
6230 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6231
6232         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6233         (MmMapIoSpace): Likewise.
6234         Thanks to Dan Aloni  <da-x@colinux.org>
6235
6236 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6237
6238         * include/shellapi.h (NIM_* NIS_*): Define constants for
6239         notification icons with _WIN32_IE >= 0x0500.
6240         (NOTIFYICONDATA): Add new structure members for notification
6241         icons with _WIN32_IE >= 0x0500.
6242
6243 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6244
6245         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6246         Add defines.
6247         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6248         (GROUPID) Add typedef.
6249         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6250         (CreateUrlCacheGroup): Add prototype.
6251         (DeleteUrlCacheGroup): Add prototype.
6252         (FindFirstUrlCacheGroup): Add prototype.
6253         (FindNextUrlCacheGroup): Add prototype.
6254         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6255         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6256
6257 2004-03-10  Al Slater  <al.slater@scluk.com>
6258
6259         * include/winsock2.h: Add missing LPFN_ typdefs for
6260         function pointers.
6261         Clean up whitespace.
6262
6263 2004-03-05  Filip Navara  <xnavara@volny.cz>
6264
6265         * include/ddk/scsi.h: Replace assert with ASSERT.
6266         * include/ddk/video.h: Ditto.
6267         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6268         * include/ddk/tdi.h: Correct packing.
6269
6270 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6271
6272         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6273         NONAMELESSUNION case.
6274
6275 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6276
6277         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6278         __VARIANT_NAME_ constants.
6279
6280 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6281
6282         * include/uxtheme.h: Include <commctrl.h>
6283
6284 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6285
6286         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6287
6288 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6289
6290         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6291         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6292         together.
6293         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6294         (V_I8, V_I8REF): Correct macros.
6295         (V_DECIMAL): Correct macro definitions.
6296         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6297         constants.
6298         (VTBIT_*): Define constants.
6299         (UDATE): Add structure definition.
6300         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6301         functions.
6302         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6303         (SafeArrayCreateVectorEx): Declare function.
6304         (Var*): declare VARIANT manipulation functions.
6305         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6306         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6307         macros.
6308
6309 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6310
6311         * include/oaidl.h (FADF_*): Define missing constants.
6312         (IDispatch_*): Define COBJ macros.
6313         (VARIANT): Add missing union members llVal and ullVal.
6314         (wireVARIANT): Likewise.
6315         (ITypeinfo_*): Define COBJ macros.
6316         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6317         LPDISPATCH* to LPDISPATCH.
6318         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6319         VAR_CALENDAR_*): Add missing constants.
6320         (SafeArray[Get/Set]*): Add prototypes.
6321         (Var*From*):  Add missing prototypes.
6322         (NUMPRS_*): Add defines.
6323         (NUMPARSE): Define structure.
6324         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6325         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6326         * include/winuser.h (COLOR_*): Define missing constants.
6327         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6328         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6329
6330 2004-02-23  Filip Navara  <xnavara@volny.cz>
6331
6332         * include/ddk/video.h: Corrected packing.
6333
6334 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6335
6336         * include/GL/glu.h (GLU_ERROR): Define.
6337         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6338
6339 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6340
6341         * include/GL/glu.h: Include <stddef.h>.
6342         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6343
6344 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6345
6346         * include/w32api.h: Increment version to 3.0.
6347         * Makefile.in: Ditto.
6348         * README.win32api: Modify license to Public Domain per agreement as
6349         found in the mingw-dvlpr list archive.
6350
6351 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6352
6353         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6354         (DIRECTORY_TRAVERSE): Ditto.
6355         (DIRECTORY_CREATE_OBJECT): Ditto.
6356         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6357         (DIRECTORY_ALL_ACCESS): Ditto.
6358         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6359
6360 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6361
6362         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6363
6364         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6365         Thanks to Mike Nordell <tamlin at algonet dot se>.
6366
6367 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6368
6369         * lib/dnsapi.def: New file.
6370         * lib/test.c: Include windns.h.
6371
6372 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6373
6374         * include/windns.h: New file.
6375
6376 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6377
6378         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6379         defines.
6380         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6381         (SQLSetDescFieldW): Correct prototype.
6382         (SQLSetDescFieldA): Add prototype.
6383         (SQLGetDescFieldW): Add prototype.
6384
6385 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6386
6387         * include/winuser.h (DFC_POPUPMENU): Add define.
6388
6389 2004-02-07  Dan Aloni  <da-x@gmx.net>
6390
6391         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6392         suffix.
6393
6394 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6395
6396         * include/oleacc.h (LIBID_Accessibility): Declare.
6397         * lib/uuid.c (LIBID_Accessibility): Define.
6398
6399 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6400
6401         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6402         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6403
6404 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6405
6406         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6407         defines.
6408
6409 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6410
6411         * include/winuser.h (RT_MANIFEST): Make conditional on
6412         RC_INVOKED.
6413         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6414         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6415         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6416         defines.
6417
6418 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6419
6420         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6421
6422 2004-01-15  Filip Navara  <xnavara@volny.cz>
6423
6424         * include/ddk/mcd.h: Don't care about value of DBG define.
6425         * include/ddk/srb.h: Ditto.
6426         * include/ddk/storport.h: Ditto.
6427         * include/ddk/video.h: Ditto.
6428         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6429         GetAddressByNameW): Correct protoype.
6430         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6431
6432 2004-01-05  Filip Navara  <xnavara@volny.cz>
6433
6434         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6435         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6436         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6437         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6438         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6439         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6440         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6441         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6442         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6443         SSF_*): Add defines.
6444         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6445         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6446         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6447         Correct.
6448         (IEnumIDList): Add COBJMACROS.
6449         * include/winuser.h (MIM_*): Add define.
6450
6451 2004-01-04  Filip Navara  <xnavara@volny.cz>
6452
6453         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6454         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6455         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6456         PERSIST_FOLDER_TARGET_INFO): Define structures.
6457         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6458         IPersistFolder2, IPersistFolder3): Add COM interface
6459         definitions.
6460         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6461         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6462         Add COBJMACROS.
6463         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6464         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6465         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6466
6467 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6468
6469         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6470         declarations.
6471         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6472
6473 2004-01-03  Filip Navara  <xnavara@volny.cz>
6474
6475         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6476         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6477         declare IID's.
6478         (IErrorInfo): Add COBJMACROS.
6479         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6480         (CoGetPSClsid): Add protototype,
6481         (CoRegisterPSClsid): Likewise.
6482         * include/objidl.h (IMarshal): Correct methods.
6483         (IMallocSpy): Likewise,
6484         (LPPSFACTORYBUFFER): Add typedef.
6485         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6486         IID.
6487         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6488         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6489         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6490         structures.
6491         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6492         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6493         IQuickActivate): Define interfaces. Declare IID's.
6494         (IPersistPropertyBag2): Add COBJMACROS.
6495         (LPOLEUNDOMANAGER): Add typedef.
6496         (LPPROPERTYBAG2): Likewise.
6497         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6498         (BINDSPEED): Add definition.
6499         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6500         IDropTarget): Add COBJMACROS.
6501         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6502         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6503         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6504         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6505         Add IID definitions.
6506
6507 2004-01-02  Filip Navara  <xnavara@volny.cz>
6508
6509         * include/ddk/winddk.h: Don't care about value of
6510         DBG define.
6511
6512 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6513             Filip Navara  <xnavara@volny.cz>
6514
6515         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6516         _DDK_DUMMYUNION_N_MEMBER): New macros.
6517         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6518         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6519         Use them.
6520
6521 2004-01-01  Filip Navara  <xnavara@volny.cz>
6522
6523         * include/objbase.h: Don't care about value of DBG define.
6524         * include/objidl.h: Add some COBJMACROS.
6525         * include/ocidl.h: Ditto.
6526         * include/oleidl.h: Ditto.
6527         * include/servprov.h: Ditto.
6528         * include/shlobj.h: Ditto.
6529         * include/shlobj.h (IContextMenu2): Correct parent in
6530         DECLARE_INTERFACE.
6531         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6532         Define interfaces.
6533         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6534         Add new constants for _SETUPAPI_VER >= 0x501.
6535
6536 2004-01-01  Filip Navara  <xnavara@volny.cz>
6537
6538         * include/winnt.h (NtCurrentTeb): Add inline definition.
6539
6540 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6541
6542         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6543         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6544
6545 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6546
6547         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6548         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6549         * include/ddk/cfg.h (DN_*): Add defines.
6550
6551 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6552
6553         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6554
6555 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6556
6557         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6558         (NMTVGETINFOTIP): Add structure.
6559
6560 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6561
6562         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6563         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6564         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6565
6566 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6567
6568         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6569         Add macros.
6570         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6571         constants.
6572         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6573         (SHCOLUMNDAT): Likwise.
6574         (SHCOLUMNID): Likewise.
6575         (SHCOLUMNINFO): Likewise.
6576         (SHCOLSTATE): Add enum.
6577         (IColumnProvider): Add COM interface.
6578         (IQueryInfo): Likewise.
6579         (IShellIconOverlayIdentifier): Likewise.
6580         * include/shlguid.h (IID_IColumnProvider) Declare.
6581         (IID_IQueryInfo): Likweise.
6582         (IID_IShellIconOverlayIdentifier): Likwise.
6583         * lib/shell32.c (IID_IColumnProvider) Define.
6584         (IID_IQueryInfo): Likweise.
6585         (IID_IShellIconOverlayIdentifier): Likwise.
6586
6587 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6588
6589         * include/winuser.h (RT_MANIFEST): Add define.
6590
6591 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6592
6593         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6594
6595 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6596
6597         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6598         (GetFiberData): Likewise.
6599         (GetCurrentFiber): Change volatile to __volatile__.
6600         (GetFiberData): Likewise.
6601
6602 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6603
6604         * lib/Makefile.in: Use make function to locate .mri file to allow
6605         building in directory other than source directory.
6606
6607 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6608
6609         * lib/vfw32.def: Remove, replacing with ...
6610         * lib/msvfw32.def: New file.
6611         * lib/avicap32.def: New file.
6612         * lib/avifil32.def: New file.
6613         * lib/vfw32.mri: New file.
6614         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6615         import libs with multiple dll's.
6616         (LIBS): Add MIMPLIBS.
6617         (DISTFILES): Add MRI_FILES.
6618         (libvfw32.a): Build using mri script.
6619
6620 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6621
6622         * include/winnt.h (PAGE_*): Group defines together. Change
6623         constants to hex notation.
6624
6625 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6626
6627         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6628
6629 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6630
6631         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6632         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6633         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6634         Add prototypes.
6635         * lib/shell32.def: Add stubs.
6636
6637         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6638         compiler warnings.
6639
6640 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6641
6642         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6643
6644 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6645
6646         * include/windows.h (CopyCursor): Define as macro.
6647
6648 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6649
6650         * include/winnt.h (CONTAINING_RECORD): Add macro.
6651
6652 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6653
6654         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6655         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6656         defines.
6657
6658 2003-10-13  Filip Navara  <xnavara@volny.cz>
6659
6660         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6661         defines for Dynamic Storage Arrays.
6662         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6663         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6664         and defines for Flat ScrollBars.
6665         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6666         DefSubclassProc): Add prototypes for subclassing.
6667         (DrawShadowText): Add prototype.
6668         (COMCTL32_VERSION): Define.
6669
6670 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6671
6672         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6673         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6674
6675 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6676
6677         * include/winnt.h (SM_REMOTESESSION): Add define.
6678         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6679
6680 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6681
6682         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6683         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6684         duplicate definitions.
6685         (KP_X, KP_Y): Correct typos.
6686
6687 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6688
6689         * include/afxres.h: New file.
6690
6691         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6692         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6693         ENM_SCROLLEVENTS): Add constants.
6694
6695         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6696
6697 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6698
6699         * include/errorep.h: New file.
6700
6701         * lib/faultrep.def: New file.
6702
6703 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6704
6705         * include/winbase.h (AddVectoredExceptionHandler): Define if
6706         _WIN32_WINNT >= 0x0500.
6707
6708         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6709         _WIN32_WINNT >= 0x0500.
6710
6711 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6712
6713         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6714         _WIN32_WINNT >= 0x0501.
6715
6716 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6717
6718         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6719         UnregisterWaitEx): Add functions.
6720
6721         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6722         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6723         or guard function. The MSDN says it is available on Windows XP and
6724         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6725         Huh?
6726
6727         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6728         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6729         ZombifyActCtx, QueryActCtxW): Add functions.
6730
6731         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6732         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6733         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6734         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6735
6736         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6737         SetFirmwareEnvironmentVariable[AW]): Add functions.
6738
6739         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6740         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6741         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6742         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6743         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6744
6745         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6746         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6747
6748         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6749         (ACTIVATION_CONTEXT_INFO_CLASS,
6750         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6751         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6752         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6753         Add structures.
6754
6755         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6756         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6757         SetFileShortName[AW], SetFileValidData,
6758         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6759         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6760
6761 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6762
6763         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6764         ResetWriteWatch): Add function.
6765
6766         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6767         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6768         Add functions.
6769
6770         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6771         (GetSystemWow64Directory[AW], HeapQueryInformation,
6772         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6773         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6774         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6775         RemoveVectoredExceptionHandler): Add functions.
6776
6777         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6778         Add enumeration.
6779
6780         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6781         Add function.
6782
6783         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6784         Add function. The MSDN Magazine of June 2003 reads:
6785                 RestoreLastError is an enigma. It's code is identical to
6786                 SetLastError. It's unclear to me why it was made into a
6787                 separate API.
6788
6789         * lib/user32.def (GetSystemWindowsDirectory[AW],
6790         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6791         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6792         InterlockedFlushSList, InterlockedPopEntrySList,
6793         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6794         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6795         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6796         RestoreLastError): Add functions.
6797
6798 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6799
6800         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6801         GetProcessIoCounters): Add functions.
6802
6803         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6804         Move around, needed by GetComputerNameEx.
6805
6806         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6807         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6808         Add functions.
6809
6810         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6811         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6812
6813         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6814         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6815         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6816         Windows XP SP1 and better.
6817
6818         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6819         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6820         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6821         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6822         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6823         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6824         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6825         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6826         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6827
6828         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6829         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6830         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6831         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6832         Add functions.
6833
6834 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6835
6836         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6837         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
6838         DebugSetProcessKillOnExit): Add functions.
6839
6840         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
6841         DeleteTimerQueueEx, DeleteTimerQueueTimer,
6842         DnsHostnameToComputerName[AW]): Add functions.
6843
6844         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
6845         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
6846         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
6847
6848 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
6849
6850         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
6851         on Windows XP and later.
6852
6853 2003-10-07  Manu B  <manubee@users.sourceforge.net>
6854
6855         * include/commctrl.h (TreeView_Select): Returns BOOL.
6856
6857 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6858
6859         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
6860
6861         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6862         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
6863
6864         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
6865         CreateTimerQueueTimer): Add function.
6866
6867         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6868         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
6869
6870         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6871         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
6872
6873         * include/winnt.h (WT_*): Add constants.
6874
6875         * lib/user32.def (CancelDeviceWakeupRequest,
6876         CreateMemoryResourceNotification, CreateTimerQueueTimer,
6877         DeactivateActCtx): Add functions.
6878
6879 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6880
6881         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
6882         Add function. Sometimes I don't understand MSDN. This function is
6883         available on Windows XP and Server 2003, but the SDK is supposed to
6884         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
6885         Mmmh...
6886
6887         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
6888         Guard function. Same remark as above.
6889
6890         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
6891         Add functions.
6892
6893 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6894
6895         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
6896         Add constants.
6897
6898         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
6899         structures.
6900
6901         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
6902         function. MSDN says the first argument is HACTCTX but I'm not sure
6903         where such a specialized handle is defined, so use HANDLE instead.
6904
6905         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
6906         CheckNameLegalDOS8Dot3[AW]): Add functions.
6907
6908         * lib/user32.def (ActivateActCtx, AttachConsole,
6909         CheckNameLegalDOS8Dot3[AW]): Add functions.
6910
6911         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
6912         Unfortunately I don't know which header to put the declarations in.
6913
6914 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6915
6916         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
6917         Add constants.
6918
6919         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
6920         constants for National Language Support.
6921
6922         * include/winnls.h (NLSVERSIONINFO): Add structure for National
6923         Language Support.
6924
6925         * include/winnls.h (GEO_ENUMPROC): Add callback for National
6926         Language Support.
6927
6928         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
6929         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
6930         Add functions.
6931
6932         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
6933         functions. Strange... I am unable to find which library contains
6934         these functions. Can't find anything with pexports. Any clue?
6935
6936         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
6937         SetUserGeoID): Add functions.
6938
6939 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6940
6941         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
6942         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
6943
6944         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
6945         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
6946         value for constants.
6947
6948 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6949
6950         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
6951         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
6952         the algorithms.
6953
6954 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6955
6956         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
6957
6958 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6959
6960         * include/wincrypt.h (KP_*): Add constants. Needed by
6961         CryptSetKeyParam() and other functions.
6962
6963 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6964
6965         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
6966         Add constants, related to Console Accessibility.
6967
6968 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6969
6970         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
6971         wrong value for constant.
6972
6973 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6974
6975         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
6976
6977         * include/uxtheme.h: Cleanup.
6978         * include/tmschema.h: Cleanup.
6979
6980 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
6981
6982         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
6983         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
6984
6985 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
6986
6987         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
6988
6989 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6990
6991         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
6992         both winuser.h and dbt.h.
6993         * include/dbt.h (BSF_*, BSM_*): Likewise.
6994
6995         * include/winuser.h (struct tagRAWINPUT): Remove
6996         _ANONYMOUS_UNION tag from named union.
6997         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
6998
6999 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7000
7001         * include/dhcpcdsk.h: New file.
7002         Note that MSDN is confused about whether it should start constant
7003         and structure names with DHCPCAPI or DHCPAPI. It's using both but
7004         experience suggests it's DHCPCAPI with `C'.
7005
7006         * lib/dhcpcsvc.def: New file.
7007
7008 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7009
7010         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
7011         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
7012
7013         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
7014         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
7015         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
7016         for use in RAWINPUTDEVICE.
7017
7018         * include/winuser.h [_WIN32_WINNT >= 0x0501]
7019         (GetRawInputDeviceInfo[AW]): Ooops... there are
7020         ANSI/Unicode versions of this function.
7021
7022         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
7023         are ANSI/Unicode versions of this function.
7024
7025 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7026
7027         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
7028         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
7029         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
7030         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
7031         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
7032         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
7033         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
7034         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
7035         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
7036         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
7037         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
7038         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
7039         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
7040         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
7041         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
7042         RIDI_DEVICEINFO): Add constants.
7043
7044         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
7045         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
7046         RAWINPUTDEVICELIST): Add structures.
7047
7048         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
7049         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
7050         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
7051
7052         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
7053         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
7054         GetRegisteredRawInputDevices): Add functions.
7055
7056 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7057
7058         * include/winable.h (BlockInput): Add function.
7059
7060         * include/winable.h (WS_ACTIVECAPTION): Add constant.
7061         For use with WINDOWINFO structure.
7062
7063         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
7064         Add function.
7065
7066         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
7067         Add function.
7068
7069         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
7070         Add function...
7071
7072         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
7073         ...and duplicate.
7074
7075         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
7076         Guard function...
7077
7078         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
7079         ...and duplicate.
7080
7081         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
7082         Guard function...
7083
7084         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
7085         ...and duplicate.
7086
7087         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
7088         HARDWAREINPUT, INPUT): Guard structures...
7089
7090         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
7091         HARDWAREINPUT, INPUT): ...and duplicate.
7092
7093         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
7094         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
7095
7096         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7097         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
7098
7099         * include/winuser.h: Move around some lines. Reformat according
7100         to recommended or dominant style. Remove FAR keyword.
7101
7102         * include/winable.h: Move around some lines.
7103
7104         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
7105         LockWorkStation, UnhookWinEvent): Add functions.
7106
7107 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7108
7109         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
7110         PW_CLIENTONLY): Add function and constant.
7111
7112         * lib/user32.def (PrintWindow): Add function.
7113
7114 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7115
7116         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
7117
7118         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
7119
7120 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7121
7122         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
7123         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
7124         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
7125
7126         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
7127
7128 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7129
7130         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7131         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7132         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7133
7134         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7135         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7136         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7137
7138         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7139         Add function.
7140
7141         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7142         Add functions.
7143
7144 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7145
7146         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7147         ACE_OBJECT_TYPE_PRESENT): Add constants.
7148         For use with OBJECTS_AND_NAME structure.
7149
7150 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7151
7152         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7153         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7154         void* instead.
7155
7156         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7157         PINHERITED_FROM[AW]): Add structures.
7158
7159         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7160
7161 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7162
7163         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7164
7165 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7166
7167         * lib/version.def (LIBRARY): Quote name.
7168
7169 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7170
7171         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7172         and constants.
7173
7174         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7175         GR_USEROBJECTS): Add functions and constants.
7176
7177         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7178         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7179
7180         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7181         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7182         constants.
7183
7184         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7185         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7186
7187 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7188
7189         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7190         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7191         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7192         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7193         BSF_RETURNHDESK): Add functions and constants.
7194
7195         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7196         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7197
7198         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7199         GetProcessDefaultLayout, SetProcessDefaultLayout,
7200         RealChildWindowFromPoint, SetProcessDefaultLayout,
7201         SwitchToThisWindow): Add functions.
7202
7203         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7204         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7205         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7206         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7207         RealChildWindowFromPoint, SetProcessDefaultLayout,
7208         SwitchToThisWindow): Add function.
7209
7210 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7211
7212         * include/winuser.h (DeregisterShellHookWindow): Add function.
7213
7214         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7215
7216         * lib/user32.def (EndTask): Add function.
7217
7218         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7219         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7220
7221         * include/winable.h: Reorder target macros.
7222
7223         * lib/*.def: Cleanup.
7224
7225 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7226
7227         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7228         function.
7229
7230         * lib/user32.def (AnimateWindow): Add function. By the way
7231         there are ~ 140 symbols missing from this file when comparing
7232         to user32.dll on Windows XP.
7233
7234 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7235
7236         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7237         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7238         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7239         AnimateWindow().
7240
7241 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7242
7243         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7244         LPGUITHREADINFO): Add function and associated typedef...
7245
7246         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7247         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7248         seems to be required on older versions of Windows.
7249
7250 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7251
7252         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7253         function. MSDN suggests using gluErrorUnicodeStringWIN
7254         instead of gluErrorString, as it allows both ANSI and Unicode
7255         error strings.
7256
7257         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7258         returned pointer const for consistency reasons.
7259
7260 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7261
7262         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7263         Function exists in glu32.def but is undocumented on MSDN.
7264         A Google search came up with this declaration.
7265
7266 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7267
7268         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7269         headers from OpenGL Sample Implementation. Windows ships with
7270         GLU 1.2 so some constants and functions were removed. Then some
7271         typedef's and function declarations were reworked to look like
7272         the previous GL/glu.h.
7273
7274 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7275
7276         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7277         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7278         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7279
7280         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7281         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7282         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7283         and `enum THEMESIZE'.
7284
7285 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7286
7287         * include/uxtheme.h: New file.
7288         * include/tmschema.h: New file.
7289         * include/uxtheme.def: New file.
7290         * lib/test.c: Include uxtheme.h, tmschema.h.
7291
7292 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7293
7294         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7295         Add defines.
7296
7297 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7298
7299         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7300         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7301         <winable.h> as seems to be required on older versions of
7302         Windows.
7303
7304 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7305
7306         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7307         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7308         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7309         Add defines, the last one only on Windows XP...
7310
7311         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7312         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7313         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7314         them in <winable.h> as seems to be required on older
7315         versions of Windows.
7316
7317 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7318
7319         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7320         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7321         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7322         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7323         back into <winuser.h>...
7324
7325         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7326         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7327         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7328         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7329         comment out in <winable.h>. MSDN may say <winable.h> but this
7330         breaks many programs. It seems it used to be <winable.h> on
7331         older versions of Windows.
7332
7333 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7334
7335         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7336         Thanks to Will Levine  <willll@users.sourceforge.net>
7337
7338 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7339
7340         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7341         const struct sockaddr*.
7342         (LPWSPCONNECT): Likewise.
7343         (LPWSPJOINLEAF): Likewise.
7344         (LPWSPSENDTO): Likewise.
7345         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7346
7347 2003-09-15  Filip Navara  <xnavara@volny.cz>
7348
7349         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7350         Add definitions.
7351
7352 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7353
7354         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7355         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7356         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7357         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7358         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7359
7360         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7361         (EnumDisplayDevices[A,W]): Likewise.
7362
7363 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7364
7365         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7366         throughout.
7367
7368 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7369
7370         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7371         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7372         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7373         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7374         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7375         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7376         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7377         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7378         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7379         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7380         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7381         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7382         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7383         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7384         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7385         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7386         with documentation.
7387         * include/olectl.h: Do #include <ocidl.h>.
7388         * include/ocidl.h: Don't #include <olectl.h>.
7389
7390 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7391
7392         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7393         Change guards to use numeric constants, throughout.
7394
7395 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7396
7397         * include/w32api.h: Increment version to 2.5.
7398         * Makefile.in: Ditto.
7399
7400 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7401
7402         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7403         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7404
7405 2003-09-08  Filip Navara  <xnavara@volny.cz>
7406
7407         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7408         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7409
7410 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7411
7412         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7413         * include/winbase.h (_NT5, etc): Ditto.
7414
7415 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7416
7417         * lib/snmpapi.def (LIBRARY) Add library name.
7418         Remove '\r', throughout.
7419         * lib/wsnmp32.def: Remove '\r', throughout.
7420         * lib/igmpagnt.def: Likewise.
7421
7422 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7423
7424         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7425         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7426         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7427         (MWMO_*): Add flags.
7428
7429         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7430         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7431         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7432         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7433
7434 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7435
7436         * lib/test.c: Add vfw.h to includes.
7437         * include/mmsystem.h: Add #ifndef guard to definition of
7438         mmioFOURCC macro.
7439         * include/vfw.h: Protect __OBJC__ from COM declarations.
7440
7441 2003-08-26  Filip Navara  <xnavara@volny.cz>
7442
7443         * include/vfw.h: New file.
7444
7445 2003-08-26  Filip Navara  <xnavara@volny.cz>
7446
7447         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7448         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7449         PIO_COMPLETION_ROUTINE.
7450
7451 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7452
7453         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7454         includes.
7455
7456 2003-08-26  Filip Navara  <xnavara@volny.cz>
7457
7458         * include/snmp.h: New file.
7459         * include/winsnmp.h: New file.
7460         * include/mgmtapi.h: New file.
7461         * lib/snmpapi.def: New file.
7462         * lib/wsnmp32.def: New file.
7463         * lib/igmpagnt.def: New file.
7464         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7465         (SnmpMgrGetTrapEx): Ditto.
7466         (SnmpMgrMIB2Disk): Remove.
7467         (dbginit): Remove.
7468
7469 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7470
7471         * include/ddk/ntifs.h: Change all C++ style comments to C.
7472         * include/GL/gl.h: Ditto.
7473
7474 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7475
7476         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7477         (SFGAO_HIDDEN): Add define.
7478
7479 2003-08-25  Filip Navara  <xnavara@volny.cz>
7480
7481         * include/commctrl.h (ILCF_*): Add defines.
7482         (ILD_*): Ditto.
7483         (HDS_*): Ditto.
7484         (IPN_FIRST, IPN_LAST): Cast to UINT.
7485         (SBN_FIRST, SBN_LAST): Add defines.
7486         (PGN_*): Ditto.
7487         (HDF_JUSTIFYMASK): Fix typo.
7488         (HDM_*): Add defines.
7489         (HICF_*): Ditto.
7490         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7491         (TBSTATE_MARKED): Add define.
7492         (TBSTYLE_EX_*): Add defines.
7493         (TBCDRF_*): Ditto.
7494         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7495         (TB_*): Ditto.
7496         (TBN_*): Ditto.
7497         (TBNRF_*): Ditto.
7498         (TTF_*): Ditto.
7499         (TBCD_*): Ditto.
7500         (TBDDRET_*): Ditto.
7501         (TBIMHT_*): Ditto.
7502         (TTM_*): Ditto.
7503         (UDM_*): Ditto.
7504         (TBIF_BYINDEX): Define as hex constant.
7505         (CDIS_*): Add defines.
7506         (CDDS_SUBITEM): Add define.
7507         (LVIF_*): Add defines.
7508         (LVM_*): Ditto.
7509         (LVGIT_UNFOLDED): Add define.
7510         (TVM_): Add defines.
7511         (TVE_EXPANDPARTIAL): Add define.
7512         (TVGN_LASTVISIBLE): Ditto.
7513         (TVN_*): Add defines.
7514         (TVNRET_*): Add defines.
7515         (TCIF_STATE): Add define.
7516         (NM_TOOLTIPSCREATED): Ditto.
7517         (CCM_*): Add defines.
7518         (INFOTIPSIZE): Add numeric value.
7519         (ODT_LISTVIEW): Ditto.
7520         (MCM_GETMAXTODAYWIDTH): Ditto.
7521         (MCHT_*): Add defines.
7522         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7523         (PGF_*): Add defines.
7524         (PGM_*): Ditto.
7525         (TBINSERTMARK): Add structure.
7526         (LPIMAGEINFO) Add typedef.
7527         (LPHDHITTESTINFO): Ditto.
7528         (NMLVGETINFOTIP[AW]: Add structures.
7529         (NMTBCUSTOMDRAW): Add structure.
7530         (TTTOOLINFOA_V*_SIZE): Add macros.
7531         (TTTOOLINFOW_V1_SIZE): Ditto.
7532         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7533         (LVITEM[AW]: Ditto.
7534         (TCITEM[AW]):Ditto.
7535         (CCSIZEOF_STRUCT): Correct macro definition.
7536         (ListView_*): Add new macros.
7537         (HIMAGELIST): Correct typedef.
7538         (HTREEITEM): Ditto.
7539
7540 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7541
7542         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7543         TCHITTESTINFO for backward compatibility.
7544         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7545         compatibility.
7546
7547 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7548
7549         * include/objidl.h (COBJMACROS): Define macros only
7550         if using C interace.
7551         * include/unknwn.h: Ditto.
7552         * include/comcat.h: Ditto.
7553
7554 2003-08-24  Filip Navara  <xnavara@volny.cz>
7555
7556         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7557         PSH_NOCONTEXTHELP): Define.
7558         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7559         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7560         (LPDLGTEMPLATE[AW]): Add typedefs.
7561
7562 2003-08-22  Filip Navara  <xnavara@volny.cz>
7563
7564         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7565         Add prototypes.
7566         BuildImpersonateTrustee[AW]): Add prototypes.
7567         GetMultipleTrustee[AW]): Add prototypes.
7568         GetMultipleTrusteeOperation[AW]): Add prototypes.
7569
7570 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7571
7572         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7573
7574 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7575
7576         * include/shlobj.h (IPersistFolder::GetClassID):
7577         Correct declaration.
7578         (CMF_*) Add missing defines.
7579
7580 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7581
7582         * include/winuser.h (DC_BUTTONS): Add define.
7583
7584 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7585
7586         * include/winuser.h (DC_GRADIENT): Add define.
7587
7588 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7589
7590         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7591         older TBSTYLE_* constants.
7592
7593 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7594
7595         * include/commctrl.h (TB_*) Group defines together.
7596
7597 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7598
7599         * include/winuser.h (ICON_SMALL2): Define.
7600         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7601         Define.
7602         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7603         (IDragSourceHelper) Define interface.
7604         (IDropTargetHelper): Likewise.
7605         (IExtractIcon): Unicode it.
7606         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7607         OnStateChange and IncludeObject methods.
7608
7609 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7610
7611         * include/commctrl.h (TreeView_GetScrollTime,
7612         TreeView_SetScrollTime): Define macros.
7613         * include/winuser.h (GetShellWindow): Add prototype.
7614         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7615
7616 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7617
7618         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7619         IID_IDragSourceHelper): Declare.
7620         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7621         IID_IDragSourceHelper): Define.
7622
7623 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7624
7625         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7626         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7627         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7628
7629 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7630
7631         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7632         CGID_ShellServiceObject): Remove definitions.
7633         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7634
7635 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7636
7637         * include/shlobj.h (SHELLSTATE): Add structure.
7638         (SHGetSetSettings): Add prototype.
7639         (SHGetSettings): Add prototype.
7640         * lib/shell32.def (SHGetSetSettings): Add stub.
7641
7642 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7643
7644         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7645         (Header_OrderToIndex): Add macro.
7646         (Header_GetOrderArray): Add macro.
7647
7648         * include/commdlg.h (FR_MATCHALEFHAMZA,
7649         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7650
7651 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7652
7653         * include/commctrl.h (TVM_GETSCROLLTIME,
7654         TVM_SETSCROLLTIME): Add defines.
7655
7656 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7657
7658         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7659         (SHGetInstanceExplorer): Correct return type.
7660         (SHGetFolderPath[AW]): Likewise.
7661         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7662         for report.
7663
7664 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7665
7666         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7667
7668 2003-08-01  Filip Navara  <xnavara@volny.cz>
7669
7670         * include/winldap.h: New file.
7671         * include/ntldap.h: New file.
7672         * include/winber.h: New file.
7673         * lib/winldap32.def: New file.
7674
7675 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7676
7677         * include/ddk/atm.h: Remove stray '.';
7678
7679 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7680
7681         * include/ddk/winddk.h: Remove trailing ';' from macros,
7682         throughout. Add () around defines with cast returns, throughout.
7683
7684 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7685
7686         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7687         (SFGAOF, SHGDNF): Add typedef's.
7688         (SHCONTF): Extend enum.
7689
7690 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7691
7692         * include/shellapi.h: Include all structs within pshpack2.h/
7693         poppack.h block.
7694
7695 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7696
7697         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7698         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7699         _WIN32_WINDOWS, not WINVER.
7700         (AllowSetForegroundWindow,LockSetForegroundWindow,
7701         SetLayeredWindowAttributes): Likewise.
7702         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7703         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7704         Add stubs.
7705
7706 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7707
7708         * include/objidl.h (IMalloc): Fix typo.
7709
7710 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7711
7712         * include/dkk/ntifs.h: Fix typo in guard for
7713         #pragma GCC system_header.
7714
7715 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7716
7717         * include/objidl.h (PropVariant): Add CHAR cVal field
7718         to union.
7719         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7720         FMTID_UserDefinedProperties): Declare.
7721
7722 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7723
7724         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7725
7726 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7727
7728         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7729         DUPLICATE_SAME_ACCESS): Remove defines.
7730         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7731         ddk/ntapi.h defines.
7732         (SEM_*) : Likewise.
7733         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7734         ddk/ntifs.h defines.
7735         (FILE_*): Likewise.
7736         (MEM_IMAGE, SEC_*): Likewise.
7737         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7738         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7739         (TOKEN_*): Sync with ddk/ntifs.h defines.
7740         * include/ddk/ntapi.h: Add comments noting definitions in
7741         winbase.h.
7742         * include/ddk/ntifs.h: Add comments noting definitions in
7743         winnt.h.
7744         * include/ddk/winddk.h: Add comments noting definitions in
7745         winnt.h.
7746
7747 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7748
7749         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7750         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7751
7752 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7753
7754         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7755
7756 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7757
7758         Clean up warnings in ddk.
7759
7760         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7761         conditional on  __cplusplus.
7762         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7763         defines, throughout.
7764         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7765         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7766         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7767         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7768         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7769         defines, throughout.
7770         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7771         defines, throughout. Remove trailing semicolon from *_S 'structure'
7772         macro expansion, throughout. Remove trailing semicolon from
7773         DECLARE_UNKNOWN_STRUCT macro expansion.
7774         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7775         _ANONYMOUS_UNION.
7776         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7777         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7778         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7779         Add _ANONYMOUS_UNION.
7780         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7781         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7782         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7783         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7784         match proto in ntapi.h.
7785         (ZwSetInformationObject): Likewise.
7786         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7787         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7788         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7789         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7790         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7791         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7792         last comma.
7793         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7794         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7795         trailing semicolon when expanding macro.
7796         (GENERAL_LOOKASIDE_S): Likewise.
7797         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7798         Change inline to __inline, throughout.
7799         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7800
7801 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7802
7803         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7804         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7805         KPRIORITY.
7806         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7807         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7808         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7809         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7810         to anonymous structs.
7811
7812 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7813
7814         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7815
7816         * include/winuser.h (mouse_event): Correct type of fifth param,
7817         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7818
7819 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7820
7821         * include/winnt.h (HANDLE): Define based on STRICT filter.
7822         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7823         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7824
7825 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7826
7827         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7828         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7829         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7830         for report.
7831
7832 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7833
7834         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7835
7836 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
7837
7838         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
7839         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
7840         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
7841         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
7842         (TPM_RECURSE): Add guard for Win98/Win2K.
7843         Thanks to Magnus Olsen <greatlord@users.sf.net>.
7844
7845 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7846
7847         * include/basetyps.h (small, hyper): Change to __small and __hyper to
7848         avoid user namespace conflicts.
7849
7850 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
7851
7852         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
7853         _IE3, _IE4, _IE5, _IE6): Add definitions.
7854         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
7855         >= Win98.
7856         Change existing guards to use the above macro names as appropriate.
7857         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
7858         Note: Also added to mingw/include/_mingw.h.
7859
7860 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
7861
7862         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
7863         PathFindSuffixArrayA, PathFindSuffixArrayW,
7864         PathFindExtensionA, PathFindExtensionW, StrStrW
7865         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
7866         explicit type.
7867
7868 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
7869
7870         * include/richedit.h (PARAFORMAT2): Add definition.
7871         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
7872         missing constants.
7873
7874 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7875
7876         * include/shellapi.h (SHQUERYRBINFO): Add structure,
7877         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
7878         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
7879         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
7880
7881 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
7882
7883         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
7884         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
7885         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
7886         that these are obsolete no-ops.
7887
7888 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
7889
7890         * include/winbase.h (GetProcessWorkingSetSize,
7891         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
7892         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
7893         Correct prototypes.
7894
7895 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
7896
7897         * include/winuser.h (TPM_RECURSE): Add define.
7898
7899 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7900
7901         * lib/test.c: #include <powrprof.h>.
7902
7903 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
7904
7905         * include/powerprof.h: New file.
7906         * lib/powerprof.def: New file.
7907
7908 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
7909
7910         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
7911         protection.
7912
7913 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
7914
7915         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
7916         hInstance members to HINSTANCE.
7917         Thanks to: Brenden T. <brenden@rcsis.com>
7918
7919 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7920
7921         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
7922         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
7923
7924 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
7925
7926         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
7927         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
7928         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
7929         Remove.
7930         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
7931
7932 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
7933
7934         * lib/oleacc.def: New file.
7935         * include/winable.h: New file.
7936         * include/oleacc.h: Add extern "C" guard.
7937         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
7938         (AccessibleChildren, AccessibleObjectFromEvent,
7939         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
7940         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
7941         GetStateText[AW], LresultFromObject, ObjectFromLresult,
7942         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
7943         * include/winuser.h (NotifyWinEvent): Add prototype.
7944         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7945         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7946         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7947         OBJID_SOUND): Move from here to...
7948         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
7949         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
7950         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
7951         OBJID_SOUND): Here, as per documentation.
7952         * lib/test.c: Include winable.h.
7953         * lib/user32.def (NotifyWinEvent): Add missing export.
7954
7955 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
7956
7957         * include/winbase.h (HeapCompact): Correct prototype.
7958         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
7959         SLIST_HEADER): Add.
7960
7961 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
7962
7963         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
7964
7965 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
7966
7967         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
7968
7969 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
7970
7971         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
7972         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
7973
7974 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
7975
7976         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
7977         lpGlyphs field to LPWSTR.
7978
7979 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7980
7981         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
7982         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
7983         (PP_*): Add defines.
7984         (CryptContextAddRef): Add prototype.
7985         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
7986
7987 2003-05-18  Manu B  <manubee@users.sourceforge.net>
7988
7989         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
7990
7991 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
7992
7993         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
7994         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
7995         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
7996         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
7997         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
7998         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
7999         CREATE_NO_WINDOW): Convert to hexadecimal form for better
8000         readability.
8001         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
8002         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
8003
8004 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
8005
8006         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
8007         Unname anonymous unions if NONAMELESSUNION not defined.
8008
8009 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
8010
8011         * include/winbase.h (GMEM_VALID_FLAGS): Add.
8012
8013 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
8014
8015         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
8016         anonymous unions as GCC extension.
8017
8018 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
8019
8020         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
8021         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
8022         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
8023         commented out).
8024         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
8025
8026 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
8027
8028         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
8029         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
8030         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
8031
8032 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
8033
8034         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
8035         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
8036         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8037         IProvideClassInfo2,IConnectionPointContainer,
8038         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8039         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8040         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8041         IPicture,IPictureDisp): Move from here to...
8042         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
8043         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
8044         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8045         IProvideClassInfo2,IConnectionPointContainer,
8046         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8047         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8048         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8049         IPicture,IPictureDisp): Here, as per documentation.
8050
8051 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
8052
8053         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
8054         * include/winbase.h (TerminateJobObject,
8055         AssignProcessToJobObject): Likewise.
8056         * include/servprov.h: New header.
8057         * lib/test.c: Include servprov.h.
8058
8059 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
8060
8061         * include/shlguid.h (CGID_ShellServiceObject): Declare.
8062         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
8063         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
8064         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
8065         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
8066         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
8067
8068 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
8069
8070         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
8071         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
8072         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
8073
8074 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
8075
8076         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
8077         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
8078         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
8079         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
8080         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
8081         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
8082         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
8083
8084 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
8085
8086         * include/commctrl.h (TBM_*): Add missing trackbar defines.
8087
8088 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8089
8090         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
8091         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
8092
8093 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
8094
8095         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
8096         (SetDCPenColor, SetDCBrushColor): Add prototypes.
8097         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
8098
8099 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
8100
8101         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
8102
8103 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8104
8105         * include/oaidl.h (ITypeMarshal): Add interface.
8106
8107 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8108
8109         * include/winioctl.h: Clean up formatting.
8110         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
8111         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
8112         (DISK_CACHE_INFORMATION): Likewise.
8113         (DISK_DETECTION_INFO): Likewise.
8114         (DISK_PARTITION_INFO): Likewise.
8115         (PARTITION_INFORMATION_EX): Likewise.
8116         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
8117
8118 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8119
8120         * include/winbase.h (DeleteVolumeMountPoint[AW],
8121         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
8122         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
8123         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
8124         SetVolumeMountPoint[AW]): Add prototypes.
8125         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
8126         IOCTL_DISK_SET_PARTITION_INFO_EX,
8127         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
8128         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
8129         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8130         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8131         IOCTL_DISK_GET_CACHE_INFORMATION,
8132         IOCTL_DISK_SET_CACHE_INFORMATION,
8133         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8134         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8135         FSCTL_MOVE_FILE): Define.
8136         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8137         DISK_CACHE_INFORMATION,
8138         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8139         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8140         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8141         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8142         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8143         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8144         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8145         MOVE_FILE_DATA,
8146         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8147         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8148         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8149         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8150         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8151         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8152         F3_240M_512, and F3_32M_512.
8153         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8154         stubs.
8155
8156 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8157
8158         * include/wingdi.h (DM_SPECVERSION): Define.
8159         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8160         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8161         appropriate _WIN32_WINNT values.
8162
8163 2003-04-15  Chris January  <chris@atomice.net>
8164
8165         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8166         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8167
8168 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8169
8170         * include/winuser.h (VK_*): Add missing defines.
8171
8172 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8173
8174         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8175         documented typedefs for struct _NM_UPDOWN.
8176         Add defines for backward comapatibility.
8177         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8178         * include/wininet.h (IRF_*): Add missing defines.
8179
8180 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8181
8182         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8183
8184 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8185
8186         * include/sspi.h: Add comment for FreeCredentialsHandle.
8187
8188 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8189
8190         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8191
8192 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8193
8194         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8195
8196 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8197
8198         * lib/uuid.c (IID_IHTML*): Move definitions to...
8199         * lib/mshtml-uuid.c: New file.
8200         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8201
8202 2003-03-30  Michael Sazonov  <traip@comset.net>
8203
8204         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8205         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8206         IHTMLImgElement): Add interface definitions.
8207
8208 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8209
8210         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8211         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8212         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8213         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8214         RC_INVOKED guard.
8215         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8216         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8217
8218 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8219
8220         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8221
8222 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8223
8224         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8225         TranslateName[AW]): Add prototypes.
8226         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8227         TranslateName[AW]): Add stubs.
8228         * lib/test.c: Include secext.h.
8229
8230 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8231
8232         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8233         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8234         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8235         _SpinLock.
8236
8237 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8238
8239         * include/w32api.h: Increment version to 2.4.
8240         * Makefile.in: Ditto.
8241
8242 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8243
8244         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8245         Move structure from here...
8246         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8247
8248         * include/ddk/ntapi.h (JOBOBJECT_*):
8249         Remove structures and enums definitions.
8250         (JOB_OBJECT*): Move defines from here...
8251         * include/winnt.h (JOB_OBJECT* ): To here.
8252
8253         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8254         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8255         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8256         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8257         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8258         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8259         and associated defines from here ...
8260         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8261         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8262         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8263         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8264         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8265         SYSTEM_POWER_CAPABILITIES):To here.
8266
8267         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8268         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8269         from here...
8270         * include/winnt.h (DEVICE_POWER_STATE,
8271         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8272
8273 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8274
8275         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8276         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8277         (NdisUpdateSharedMemory): Likewise.
8278         (NdisMFreeSharedMemory: Likewise.
8279         (NdisMMapIoSpace: Likewise.
8280
8281 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8282
8283         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8284         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8285         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8286
8287 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8288
8289         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8290         (EnumResourceNames[AW]): Ditto.
8291         (EnumResourceTypes[AW]): Ditto.
8292         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8293
8294 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8295
8296         * include/winuser.h (SendInput): Add prototype.
8297         * lib/user32.def (SendInput): Add stub.
8298
8299 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8300
8301         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8302         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8303
8304 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8305
8306         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8307         (JOBOBJECT_*): Define corresponding structures.
8308
8309 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8310
8311         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8312         typedef.
8313
8314 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8315
8316         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8317         (Process32{First,Next}{,W}): Ditto.
8318         (Thread32{First,Next}): Ditto.
8319         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8320
8321 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8322
8323         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8324         Thanks to Jim Barton <jmbarton@users.sf.net>.
8325
8326 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8327
8328         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8329         member SectionAlignment.
8330
8331 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8332
8333         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8334         warnings.
8335         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8336         * Makefile.in (bindist): Correct process.
8337         * lib/Makefile.in (install): Ditto.
8338         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8339
8340 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8341
8342         * include/rasdlg.h: New file.
8343         * lib/rasdlg.def: New file.
8344         * lib/test.c: Include rasdlg.h.
8345
8346 2003-03-06  Christopher January  <chris@atomice.net>
8347
8348         * include/winbase.h (FindFirstVolume): Add declaration.
8349         (FindNextVolume): Add declaration.
8350         (FindVolumeClose): Add declaration.
8351         (GetSystemTimes): Add declaration.
8352         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8353
8354 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8355
8356         *lib/kernel32.def (GetSystemTimes): Add stub.
8357
8358 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8359
8360         * oleidl.h (IOleObject): Correct GetUserType prototype.
8361         (IViewObject2): Correct GetExtent prototype.
8362         * olectl.h (DISPIP_): Add new defines
8363         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8364
8365 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8366
8367         * include/olectl.h (OleLoadPictureEx) Add prototype.
8368         (OleLoadPictureFile): Ditto.
8369         (OleLoadPictureFileEx): Ditto.
8370         (OleLoadPicturePath): Ditto.
8371         (OleSavePictureFile): Ditto.
8372
8373 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8374
8375         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8376         (CoAddReleaseServerProcess): Ditto.
8377         (CoResumeClassObjects): Ditto.
8378         (CoSuspendClassObjects): Ditto.
8379         * include/oleauto.h (V_I1): Define.
8380         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8381
8382 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8383
8384         * include/oleidl.h (USERCLASSTYPE): Add enum.
8385         * include/ocidl.h (IObjectWithSite): Add interface.
8386
8387 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8388
8389         Fixup UNICODE thinko in 2003-02-22 patch.
8390         * include/wingdi.h (AddFontMemResourceEx): Add.
8391         (RemoveFontMemResourceEx): Ditto.
8392         (AddFontMemResourceEx[AW]): Remove.
8393         (RemoveFontMemResourceEx[AW]): Ditto
8394         * lib/gdi32.def: (AddFontResourceEx): Add.
8395         (RemoveFontMemResourceEx): Ditto.
8396         (AddFontMemResourceEx[AW]): Remove.
8397         (RemoveFontResourceEx[AW]): Ditto.
8398
8399 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8400
8401         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8402         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8403
8404 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8405
8406         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8407         (RemoveFontMemResourceEx[AW]): Ditto
8408         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8409         (RemoveFontMemResourceEx[AW]): Ditto.
8410
8411 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8412
8413         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8414         (NtCurrentTeb): Remove.
8415
8416 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8417
8418         * include/wsahelp.h: Remove ';' after closing
8419         #ifdef __cplusplus brace.
8420         * include/ws2spi.h: Likewise.
8421
8422 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8423
8424         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8425         (GlobalMemoryStatusEx): Add prototype.
8426         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8427
8428 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8429
8430         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8431
8432 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8433
8434         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8435         (RemoveFontResourceEx[AW]): Ditto
8436         (FR_PRIVATE): Define.
8437         (FR_NOT_ENUM): Define.
8438         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8439         (RemoveFontResourceEx[AW]): Ditto.
8440
8441 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8442
8443         * include/w32api.h: Increment version to 2.3.
8444         * Makefile.in: Ditto.
8445
8446 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8447
8448         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8449         (Ke386QueryToAccessMap): Ditto.
8450         (Ke386SetIoAccessMap): Ditto.
8451         Thanks to Marcel Telka <telka@users.sf.net>
8452         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8453         * include/security.h: Include secext.h.
8454         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8455         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8456         * include/GL/gl.h: Remove include of glext.h.
8457         Thanks to Greg Couch <gregcouch@users.sf.net>
8458
8459 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8460
8461         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8462         using GUID_DEFINED instead.
8463         * include/sqltypes.h: Ditto.
8464         * include/winnt.h: Ditto.
8465         * include/ddk/scsiwmi.h: Ditto.
8466
8467 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8468
8469         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8470         prototypes.
8471         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8472
8473 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8474
8475         * include/commctrl.h (TCM_*): Add missing defines.
8476
8477 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8478             Danny Smith  <dannysmith@users.sourceforge.net>
8479
8480         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8481         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8482         for (_WIN32_IE >= 0x0400).
8483         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8484         fields for (_WIN32_IE >= 0x0400).
8485
8486 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8487
8488         * include/winbase.h (CreateFiber): Change first parameter
8489         to SIZE_T.
8490         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8491         if (_WIN32_WINNT >= 0x0500).
8492
8493 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8494
8495         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8496         Add missing typedefs.
8497         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8498         prototypes.
8499         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8500
8501 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8502
8503         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8504         define.
8505         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8506
8507 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8508
8509         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8510         define.
8511         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8512         definition.
8513         (WAIT_FAILED): Cast to DWORD.
8514         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8515         definition.
8516
8517 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8518
8519         * include/winerror.h: Protect against multiple
8520         definition of WSA* error codes.
8521         * include/winsock.h: Likewise.
8522         * include/winsock2.h: Likewise.
8523
8524 2003-01-27  Bang Dong-Heui
8525             Bang Jun-Young  <junyoung@netbsd.org>
8526
8527         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8528         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8529         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8530
8531
8532 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8533
8534         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8535         (WINVER >= 0x501).
8536
8537 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8538
8539         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8540         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8541         fields for (WINVER >= 0x501).
8542
8543 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8544
8545         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8546         Add stubs.
8547         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8548         options.
8549
8550 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8551
8552         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8553         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8554
8555 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8556
8557         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8558         SE_REGISTRY_WOW64_32KEY.
8559         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8560
8561 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8562
8563         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8564         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8565         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8566
8567 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8568
8569         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8570
8571 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8572
8573         * lib/dxguid.c: Don't #include <objbase.h>.
8574         * include/unknwn.h: Partially revert change of 2002-12-26.
8575         Don't include <ole2.h>.
8576
8577 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8578
8579         * lib/dinput.c: Don't #include <objbase.h>.
8580
8581 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8582
8583         * include/windows.h (ole2.h):Do #include for
8584         __WATCOMC__.
8585
8586 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8587
8588         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8589         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8590         definition.
8591         (WHEEL_PAGESCROLL): Likewise.
8592         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8593
8594 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8595
8596         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8597         (WHEEL_PAGESCROLL): Add define.
8598
8599 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8600
8601         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8602         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8603         compatability. Add RECT field. Add UNICODE mappings for new
8604         names.
8605         (tagNMREBARCHEVRON): Add struct and typedefs for
8606         _WIN32_IE >= 0x0500.
8607
8608 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8609
8610         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8611         (LVHITTESTINFO): Likewise.
8612
8613         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8614         (GRADIENT_RECT): Likewise.
8615
8616 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8617
8618         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8619         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8620         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8621         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8622         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8623         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8624         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8625         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8626         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8627         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8628         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8629         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8630         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8631         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8632         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8633         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8634         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8635         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8636         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8637         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8638         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8639         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8640         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8641         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8642         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8643         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8644         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8645         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8646         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8647         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8648         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8649         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8650         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8651         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8652         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8653         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8654         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8655         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8656         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8657         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8658         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8659         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8660         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8661         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8662         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8663         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8664         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8665         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8666         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8667         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8668         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8669         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8670         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8671         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8672         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8673         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8674         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8675         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8676         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8677         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8678         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8679         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8680         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8681         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8682         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8683         Add missing error codes.
8684
8685 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8686
8687         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8688         asm code.
8689         (GetFiberData): Likewise.
8690
8691 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8692
8693         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8694         asm code.
8695         (GetFiberData): Likewise.
8696
8697 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8698
8699         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8700         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8701         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8702         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8703         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8704         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8705         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8706         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8707         error codes.
8708         Re-sort codes.
8709
8710 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8711
8712         * include/winspool.h (PRINTER_INFO_6): Add.
8713         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8714
8715 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8716
8717         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8718
8719         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8720         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8721         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8722         Add stubs.
8723
8724 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8725
8726         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8727         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8728
8729 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8730
8731         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8732
8733 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8734
8735         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8736         VIETNAMESE_CHARSET): Remove duplicate defines.
8737         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8738
8739 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8740
8741         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8742         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8743
8744 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8745
8746         * include/unknwn.h: Include windows.h and ole2.h before header
8747         guard to avoid circular inclusion of COM headers.
8748
8749 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8750
8751         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8752         ReuseDDElParam): Use __WIN64 compatible typedefs.
8753
8754 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8755
8756         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8757         lpInheritProperty member const.
8758         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8759         const.
8760
8761 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8762
8763         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8764         COM_NO_WINDOWS_H.
8765         * include/unknwn.h: Ditto.
8766
8767 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8768
8769         * include/imm.h (ImmGetCompositionFont[AW],
8770         ImmSetCompositionFont[AW]): Add NOGDI guard.
8771
8772 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8773
8774         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8775         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8776         before using.
8777         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8778         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8779         definition.
8780         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8781         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8782         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8783         definition.
8784         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8785         (LPCGUID): Likewise.
8786         * include/ddk/tdi.h: Close "Listen flags" comment.
8787         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8788         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8789         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8790         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8791         * include/ddk/win2k.h: Likewise.
8792         * include/ddk/winddi.h: Likewise.
8793         * include/ddk/winddk.h: Likewise.
8794         * include/ddk/winnt4.h: Likewise.
8795         * include/ddk/ws2san.h: Likewise.
8796         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8797         * include/ddk/video.h: Don't process rest of file ifdef
8798         __WINDDI_H.
8799         * include/ddk/winddi.h: Don't process rest of file ifdef
8800         __VIDEO_H.
8801         * include/ddk/usb.h: Don't process rest of file ifdef
8802         __USBDI_H.
8803         * include/ddk/usbdi.h: Don't process rest of file ifdef
8804         __USB_H.
8805         * include/ddk/usbcamdi.h: Don't process rest of file if
8806         !defined(__USB_H) && !defined(__USBDI_H)
8807
8808 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8809
8810         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8811         prototypes.
8812         * include/winuser.h (GetAncestor) Add prototype.
8813         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8814         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8815         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8816         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8817         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8818         defines.
8819         * lib/user32.def (GetAncestor@8): Add stub.
8820
8821 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8822
8823         * include/windows.h: Guard inclusion of wingdi.h,
8824         commdlg.h, winspool.h, ole2.h with NOGDI.
8825         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8826         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8827         Guard with NOGDI.
8828
8829 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8830
8831         * include/oleacc.h (SELFLAG_*): Change to enum.
8832
8833 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8834
8835         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
8836         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8837
8838 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
8839
8840         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
8841         to UINT.
8842         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
8843
8844 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
8845
8846         * include/winuser.h (AllowSetForegroundWindow,
8847         LockSetForegroundWindow): Add prototypes.
8848         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
8849         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
8850         * lib/winuser.def (AllowSetForegroundWindow,
8851         LockSetForegroundWindow): Add stubs.
8852
8853 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8854
8855         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
8856         UNICODE mappings.
8857         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
8858         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
8859         compatability. Add lParam field. Add UNICODE mappings for new
8860         names.
8861
8862 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
8863
8864         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
8865         Wrap with pshpack2.h/poppack.h to correct alignment.
8866
8867 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
8868
8869         * include/commctrl.h (LVBKIF_*): Add defines.
8870         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
8871         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
8872         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
8873         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
8874         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
8875         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
8876         (ListView_GetBkImage): Add define.
8877         (ListView_SetBkImage): Add define.
8878         (LVBKIMAGE): Add structures and typedefs.
8879
8880 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8881
8882         * include/w32api.h: Increment to version 2.2
8883         * Makefile.in: Ditto.
8884
8885 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
8886
8887         * lib/Makefile.in (dist, install): Correct the install destinations.
8888         * lib/ddk/Makefile.in (dist, install): Ditto.
8889
8890 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
8891
8892         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
8893         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
8894         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
8895         in definitions.
8896         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
8897         IID_IOleControlSite89): Remove.
8898
8899 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8900
8901         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
8902         (IID_IStdMarshalInfo): Ditto.
8903
8904 2002-11-15  Christopher Faylor  <cgf@redhat.com>
8905
8906         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
8907         (IID_IPersistStorage): Ditto.
8908
8909 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
8910
8911         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
8912         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
8913         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
8914         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
8915         Correct definitions.
8916
8917 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8918
8919         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8920         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8921         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8922         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8923         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8924         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8925         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8926         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8927         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8928         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8929         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8930         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8931         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8932         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8933         xfilter.h): Change comment to refer w32api package, not MinGW.
8934
8935 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
8936
8937         * include/ddk/ntddk.h: Include winnt.h as system header.
8938
8939 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8940
8941         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
8942         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
8943         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
8944         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
8945         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
8946         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
8947         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
8948         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
8949         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
8950         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
8951         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
8952         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
8953         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
8954         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
8955         xfilter.h): Fix typo in disclaimer comment.
8956
8957 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
8958
8959         * include/exdisp.h: Include oaidl.h as system header.
8960
8961 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
8962
8963         * include/w32api.h (__W32API_VERSION): Fix.
8964
8965 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
8966
8967         * lib/uuid.c (IID_ICatInformation): Correct definition.
8968
8969 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
8970
8971         * include/oleauto.h (DeregisterTypeLib): Remove.
8972         (UnRegisterTypeLib): Add prototype.
8973
8974 2002-11-07  Christopher January  <chris@atomice.net>
8975
8976         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
8977
8978 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
8979
8980         * include/winnt.h (VerSetConditionMask): Add prototype.
8981         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
8982
8983 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
8984
8985         * include/winuser.h (MONITORINFOEX[AW]): Add structure
8986         definitions and ANSI/UNICODE mappings.
8987         Cleanup whitespace.
8988
8989 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
8990
8991         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
8992         * configure.in: Ditto.
8993         * lib/Makefile.in: Ditto.
8994         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
8995         autoconf-2.53.
8996         * configure: Regenerate.
8997
8998 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
8999
9000         * include/windows.h: Don't include basetyps.h.
9001         * include/objfwd.h: Do include basetyps.h.
9002
9003 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
9004
9005         * include/objbase.h: Include rpc.h and rpcndr.h
9006         before header guard.
9007
9008 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
9009
9010         * include/olectl.h (PROPPAGEINFO): Change type of
9011         field cb to ULONG.
9012
9013 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
9014
9015         * lib/ntdll.def (RtlAcquireResourceExclusive,
9016         RtlAcquireResourceShared, RtlDeleteResource,
9017         RtlInitializeResource, RtlReleaseResource,
9018         RtlTimeToSecondsSince1970) : Added missing exports.
9019
9020 2002-10-08  Heiko Gerdau  <hg@technosis.de>
9021
9022         * include/oleacc.h: New file.
9023         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
9024         (OBJID_*) Add defines.
9025         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
9026         * lib/test.c: Include oleacc.h.
9027
9028 2002-10-06  Casper Hornstrup  <chorns@it.dk>
9029
9030         * include/ddk: New subdir.
9031         * lib/ddk: Ditto.
9032         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9033         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9034         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9035         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9036         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9037         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9038         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9039         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9040         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9041         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9042         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9043         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9044         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9045         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9046         xfilter.h): New files.
9047         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
9048         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
9049         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
9050         win32k.def): Ditto.
9051
9052 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
9053
9054         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
9055         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
9056         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
9057         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
9058         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
9059         RtlAddAccessAllowedAce, RtlCreateAcl,
9060         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
9061         RtlGetAce, RtlGetControlSecurityDescriptor,
9062         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
9063         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
9064         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
9065         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
9066         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
9067         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
9068         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
9069         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
9070         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
9071         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
9072         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
9073         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
9074         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
9075
9076 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9077
9078         *include/windef.h (WPARAM): Update typedef.
9079         (LPARAM): Ditto.
9080         (LRESULT): Ditto.
9081
9082 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9083
9084         * include/shlobj.h (CSIDL_*): Add defines.
9085
9086 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
9087
9088         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
9089         has been included first.
9090
9091 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
9092
9093         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
9094         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
9095         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
9096
9097 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
9098
9099         * include/winuser.h (DS_SHELLFONT): Define.
9100
9101 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
9102
9103         * include/winnt.h (VER_SUITE_BLADE): Define.
9104
9105 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
9106
9107         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
9108         Add _WIN32_IE guard. Correct prototype for wide version.
9109         (SHGetFolderPath): Add comment on shfolder.dll.
9110         (SHGetFolderLocation): Add prototyope for WinME and W2K.
9111         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
9112
9113 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
9114
9115         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
9116         * lib/shfolder.def: New file.
9117
9118 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
9119
9120         * include/winsock.h (timeval): Guard struct and associated
9121         macros with _TIMEVAL_DEFINED.
9122         * include/winsock2.h (timeval): Likewise.
9123
9124 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9125
9126         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
9127         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
9128         SHCreateShellItem,SHEmptyRecycleBin[AW],
9129         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9130         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9131         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9132         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9133         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9134         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9135         SHLoadNonloadedIconOverlayIdentifiers,
9136         SHOpenFolderAndSelectItems,SHParseDisplayName,
9137         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9138         SHSetLocalizedName,SHSetUnreadMailCountW,
9139         SHUpdateRecycleBinIcon: Add missing stubs.
9140
9141 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9142
9143         * include/windef.h (WINVER): Add documentation.
9144         (_WIN32_WINNT): Ditto.
9145         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9146
9147 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9148
9149         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9150
9151 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9152
9153         * include/winbase.h (AllocateUserPhysicalPages,
9154         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9155         FreeUserPhysicalPages): Add prototypes.
9156         * lib/kernel32.def: Add function stubs for above.
9157
9158 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9159
9160         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9161         Add WINVER guards for dialog box command id defines.
9162
9163 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9164
9165         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9166
9167 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9168
9169         * include/wincon.h: Define GetConsoleWindow(void).
9170
9171 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9172
9173         * include/w32api.h: Increment version to 2.1.
9174         * Makefile.in: Ditto.
9175
9176 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9177
9178         * include/winsock2.h (SOCKET_ADDRESS): Define if
9179         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9180         (CSADDR_INFO): Ditto.
9181         (nspapi.h) : Don't include. Removed FIXME comment.
9182         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9183         __CSADDR_T_DEFINED is not defined.
9184         (CSADDR_INFO): Ditto.
9185         (BLOB): Add structure and typedef if not already defined.
9186         (NS_*): Add defines.
9187         (SERVICE_*): Ditto.
9188         (SERVICE_ADDRESS): Add structure and typedefs.
9189         (SERVICE_ADDRESSES): Ditto.
9190         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9191         (LPSERVICE_ASYNC_INFO): Add typedef.
9192         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9193         mappings.
9194         * include/wsipx.h: New file.
9195         * include/svcguid.h: New file.
9196         * lib/test.c: Include wspix.h and svcguid.h.
9197
9198 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9199
9200         * include/wsahelp.h: New file.
9201         * lib/test.c: Include wsahelp.h.
9202
9203 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9204
9205         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9206         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9207
9208 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9209
9210         * include/ws2spi.h: Modify comment about being part of
9211         mingw32 package.
9212         (winsock2.h): Change "" to <>.
9213
9214 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9215
9216         * include/ws2spi.h: New file.
9217         * lib/test.c: Include ws2spi.h.
9218
9219 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9220
9221         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9222         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9223         functions.
9224
9225 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9226
9227         * include/winuser.h (CURSOR_SHOWING) Add define.
9228         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9229
9230 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9231
9232         * include/winerror.h: Cast OLE error codes to HRESULT.
9233         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9234
9235 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9236
9237         * include/wincrypt.h (ALG_*): Add defines.
9238         (CALG_*): Ditto.
9239         (CRYPT_*): Ditto.
9240         (PP_*): Ditto.
9241         (PROV_*): Ditto.
9242         (PRIVATEKEYBLOB): Add define.
9243
9244 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9245
9246         * include/shlobj.h (SHGetFolderPath): Add define.
9247         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9248         (SHGetFolderPath): Ditto.
9249
9250 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9251
9252         * include/commdlg.h: Don't include COM headers or use
9253         COM-dependent symbols if __OBJC__.
9254
9255 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9256
9257         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9258         Add prototypes.
9259
9260 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9261
9262         * include/shellapi.h (FOF_NOERRORUI): Add define.
9263
9264 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9265
9266         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9267
9268 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9269
9270         * include/objidl.h (IEnumMoniker): Correct declaration.
9271
9272 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9273
9274         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9275
9276 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9277
9278         * include/commctrl.h: Whitespace change.
9279
9280 2002-08-09  Lars Munch  <lars@segv.dk>
9281
9282         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9283         struct name _TVHITTESTINFO and typedefs and add defines for
9284         backward compatability.
9285         (ListView_SetExtendedListViewStyleEx): Add macro.
9286
9287 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9288
9289         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9290         Add prototypes.
9291         * lib/msimg32.def: New file, with stubs for above.
9292
9293 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9294
9295         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9296         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9297         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9298         and UNICODE mappings.
9299
9300 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9301
9302         * include/winbase.h (ReadFileScatter, WriteFileGather):
9303         Change second parameter to pointer.
9304
9305 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9306
9307         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9308         UNICODE mappings.
9309         * lib/wininet.def: Regenerate.
9310
9311 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9312
9313         * include/windef.h (PVOID): Move typedef to...
9314         * include/winnt: ...here.
9315         (PVOID64): New typedef.
9316
9317         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9318         * include/winbase.h (ReadFileScatter, WriteFileGather):
9319         Add prototypes.
9320
9321         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9322         (PROCESSOR_INTEL_IA64): Add define.
9323
9324 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9325
9326         * include/oleidl.h (MK_ALT): Define.
9327
9328 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9329
9330         * include/exdisp.h: New file.
9331         * include/exdispid.h: New file.
9332         * include/mshtml.h: New file.
9333         * lib/test.c: #include exdisp.h and mshtml.h
9334         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9335         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9336         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9337         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9338         New GUIDs.
9339
9340 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9341
9342         * include/docobj.h: New file.
9343         * include/idispids.h: New file.
9344         * include/objidl.h (IID_IMoniker): Declare.
9345         * include/ocidl.h (READYSTATE): New enum.
9346         (IOleInPlaceSiteEx): New interface.
9347         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9348         identifier.
9349         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9350         IOleInPlaceSite): New interfaces.
9351         * lib/test.c: #include docobj.h,idispids.h,
9352
9353 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9354
9355         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9356         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9357
9358 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9359
9360         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9361         * include/commdlg.h: Likewise.
9362
9363 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9364
9365         * include/oleauto.h (V_UNION): Correct definition for case of
9366         NONAMELESSUNION:
9367         (V_VT): Likewise.
9368
9369 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9370
9371         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9372         not bool, for C as well as C++.
9373
9374 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9375
9376         * include/shlwapi.h: New file.
9377         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9378         Victor Porton  <porton@narod.ru> for contributions.
9379         * lib/shlwapi.def: New file.
9380         * lib/test.c: #include shlwapi.h.
9381
9382 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9383
9384         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9385         character.
9386         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9387         long long.
9388         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9389         does not need external *Fiber library functions.
9390
9391 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9392
9393         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9394         definition.
9395         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9396         avoid compile error when already defined.
9397
9398 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9399
9400         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9401
9402 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9403
9404         * include/commdlg.h: Define CDN_* notification message constants
9405         as UINT.
9406
9407 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9408
9409         * include/commctrl.h: Define notification message constants for
9410         NMHDR.code as UINT.
9411
9412 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9413
9414         * include/ddeml.h (MH_*) Add defines.
9415         (MONHSZSTRUCT): Add structure and typedefs.
9416         (MONLINKSTRUCT): Ditto.
9417         (MONCONVSTRUCT): Ditto.
9418         (MONCBSTRUCT): Ditto.
9419         (MONERRSTRUCT): Ditto.
9420         (MONMSGSTRUCT): Ditto.
9421         * include/windef.h: Don't define __cdecl or _cdecl for
9422         __WATCOM__.
9423         Don't define _export or __export for __WATCOM__.
9424         * include/windows.h (imm.h): #include.
9425         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9426
9427 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9428
9429         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9430         rpcndr.h.
9431
9432 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9433
9434         * include/winbase.h (OpenThread): Add prototype.
9435         * lib/kernel32.def (OpenThread): Add symbol.
9436
9437 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9438
9439         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9440
9441 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9442
9443         * include/rpc.h: Conditionally include <windows.h> before
9444         header guard.
9445         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9446         header guard.
9447
9448 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9449
9450         * include/commctrl.h (WC_*): Remove some duplicate defines.
9451
9452 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9453
9454         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9455         UNICODE mappings.
9456         (IPM*): Add defines.
9457         (IPN_*): Add defines.
9458         (NMIPADDRESS): Add structure and typedefs.
9459         (MAKEIPADDRESS): Add macro.
9460         (MAKEIPRANGE): Add macro.
9461         (FIRST_IPADDRESS): Add macro.
9462         (SECOND_IPADDRESS): Add macro.
9463         (THIRD_IPADDRESS): Add macro.
9464         (FOURTH_IPADDRESS): Add macro.
9465
9466 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9467
9468         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9469
9470 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9471
9472         * include/winbase.h (WINBASEAPI): Don't define if prior
9473         definition.
9474
9475         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9476         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9477         PARTITION_UNIX): Add defines.
9478         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9479         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9480         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9481         (IsContainerPartition): Add macro.
9482
9483 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9484
9485         * include/commctrl.h: (CBEIF_*): Add defines.
9486         (CBEN_*): Add defines and UNICODE mappings
9487         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9488         (CBEMAXSTRLEN): Add define.
9489         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9490         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9491         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9492         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9493
9494 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9495
9496         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9497         union member _VARIANT_BOOL bool.
9498
9499 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9500
9501         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9502
9503 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9504
9505         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9506         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9507         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9508         Add typedefs.
9509         (CCHAR): Correct typedef.
9510         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9511         Add defines.
9512
9513 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9514
9515         * README.w32api: Correct spelling error.
9516
9517 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9518
9519         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9520         INPUT_HARDWARE): Add defines.
9521         (HDEVNOTIFY): Add typedef.
9522         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9523         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9524         typedefs.
9525         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9526         GetClassInfoEx[AW],GetKeyboardLayoutList,
9527         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9528         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9529         RegisterClassEx[AW]): Correct prototypes.
9530
9531 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9532
9533         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9534         prototypes.
9535         * include/winsvc.h (StartServiceW): Correct prototype.
9536         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9537         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9538         GetTickCount,InterlockedExchangeAdd,
9539         WritePrivateProfileStruct[AW]: Correct prototypes.
9540         (GetEnvironmentStrings): Correct mapping to
9541         GetEnvironmentStringsA.
9542         * include/winver.h (VerQueryValueA,VerQueryValueW):
9543         Correct prototypes.
9544         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9545         prototype.
9546         * include/winreg.h (RegQueryMultipleValues[AW],
9547         RegQueryValueEx[AW]):Correct prototypes.
9548         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9549         PPOLYTEXTW): Add typedefs.
9550         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9551         structures and typedefs.
9552         (MM_MAX_NUMAXES): Add define.
9553         (EnumFontsW,GetEnhMetaFilePixelFormat,
9554         wglGetLayerPaletteEntries): Correct prototypes.
9555         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9556         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9557         RPC_S_SEND_INCOMPLETE): Add defines.
9558
9559 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9560
9561         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9562         Add defines.
9563
9564 2002-06-16  Egor Duda  <deo@logos-m.ru>
9565
9566         * include/ntdll.h: New file.
9567         * lib/ntdll.def: Add NtShutdownSystem.
9568
9569 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9570
9571         * lib/dinput.def (DirectInputCreateEx): Add stub.
9572         * lib/ntdll.def: New file.
9573
9574 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9575
9576         * include/w32api.h: Change to version 2.0 to reflect the change
9577         in the license.
9578         * README: Renamed.
9579         * README.w32api: Renamed from README.  Modified license to remove
9580         the restriction of notifying the author based on the fact that the
9581         author is unreachable at the notified address.
9582         * Makefile.in (VERSION): Change to 2.0.
9583
9584 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9585
9586         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9587         * Makefile.in (bindist): Correct the MinGW distribution.
9588
9589 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9590
9591         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9592         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9593
9594 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9595
9596         * lib/test.c: #include comcat.h.
9597
9598 2002-06-13  John K. Hohm  <jhohm@acm.org>
9599
9600         * include/comcat.h: New file.
9601
9602 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9603
9604         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9605         (GETTEXTEX): Add structure definition.
9606
9607 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9608
9609         * include/windows.h (ole2.h): #include if !__OBJC__ and
9610         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9611
9612 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9613
9614         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9615
9616 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9617
9618         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9619         PACCESS_DENIED_ACE): Add typedefs.
9620
9621 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9622
9623         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9624
9625 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9626
9627         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9628
9629 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9630
9631         * include/windef.h: Fix typo in last change.
9632
9633 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9634
9635         * include/windef.h: Add no-op __try, __except, __finally
9636         defines from ...
9637         * include/excpt.h: Remove file.
9638         * include/windows.h: Don't include excpt.h.
9639
9640 2002-05-30  Christopher January  <chris@atomice.net>
9641
9642         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9643         Add missing typedefs.
9644
9645 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9646
9647         * include/w32api.h: Increment version to 1.5
9648         * Makefile.in: Ditto.
9649
9650
9651 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9652
9653         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9654         LP[W]STR with LPC[W]STR.
9655         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9656         Clean up whitespace.
9657
9658 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9659
9660         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9661
9662 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9663
9664         * Makefile.in: Increment VERSION to 1.4.
9665         (conf_prefix): New variable.
9666         (bindist): Modify target to use $(conf_prefix).
9667
9668 2002-05-20  Philip Aston  <philipa@mail.com>
9669
9670         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9671
9672 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9673
9674         * include/lmaccess.h: (NetAccess*, NetGroup*,
9675         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9676         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9677
9678 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9679
9680         * include/commctrl.h (ImageList_DragShowNolock): Remove
9681         conflicting redeclaration.
9682
9683 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9684
9685         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9686         STRICT and related defines to ...
9687         * include/windef.h: Here.
9688
9689 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9690
9691         * include/winsock2.h (int32): Remove typedef.
9692         (SERVICETYPE): Add typedef.
9693         (struct _flowspec):Revise struct definition,  Comment
9694         on types used for members.
9695
9696 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9697
9698         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9699         more defines added in earlier change.
9700         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9701
9702 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9703
9704         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9705         added in last change.
9706
9707 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9708
9709         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9710         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9711
9712 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9713
9714         * include/commctrl.h (SNDMSG): Define and use throughout
9715         in other macros instead of SendMessage.
9716         * include/commdlg.h (SNDMSG): Ditto.
9717
9718 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9719
9720         * include/GL/gl.h: New file.
9721         * include/GL/glext.h: Ditto.
9722         * include/GL/glu.h: Ditto.
9723
9724 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9725
9726         * include/w32api.h: Increment version.
9727         * Makefile.in: Ditto.
9728
9729 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9730
9731         * Makefile.in (bindist): Use * instead of . for file list for tar
9732         command.
9733
9734 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9735
9736         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9737
9738 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9739
9740         * include/objidl.h (IRunningObjectTable.Register): Correct
9741         prototype.
9742         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9743         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9744
9745 2002-03-31  Victor Porton  <porton@narod.ru>
9746
9747         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9748
9749 2002-03-29  David Robinow  <drobinow@yahoo.com>
9750
9751         * include/wingdi.h (SetPixelFormat): Correct prototype.
9752
9753 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9754
9755         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9756
9757 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9758
9759         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9760         Add defines.
9761
9762 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9763
9764         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9765         * include/shlobj.h (IContextMenu2): Put methods in right order.
9766         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9767         CINTERFACE before defining.
9768
9769 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9770
9771         * include/accctrl.h: Add #pragma GCC system_header
9772         if __GNUC__ >= 3.
9773         * include/aclapi.h: Same.
9774         * include/basetsd.h: Same.
9775         * include/basetyps.h: Same.
9776         * include/cderr.h: Same.
9777         * include/cguid.h: Same.
9778         * include/commctrl.h: Same.
9779         * include/commdlg.h: Same.
9780         * include/cpl.h: Same.
9781         * include/cplext.h: Same.
9782         * include/custcntl.h: Same.
9783         * include/dbt.h: Same.
9784         * include/dde.h: Same.
9785         * include/ddeml.h: Same.
9786         * include/dlgs.h: Same.
9787         * include/excpt.h: Same.
9788         * include/httpext.h: Same.
9789         * include/imagehlp.h: Same.
9790         * include/imm.h: Same.
9791         * include/initguid.h: Same.
9792         * include/intshcut.h: Same.
9793         * include/ipexport.h: Same.
9794         * include/iphlpapi.h: Same.
9795         * include/ipifcons.h: Same.
9796         * include/iprtrmib.h: Same.
9797         * include/iptypes.h: Same.
9798         * include/isguids.h: Same.
9799         * include/largeint.h: Same.
9800         * include/lm.h: Same.
9801         * include/lmaccess.h: Same.
9802         * include/lmalert.h: Same.
9803         * include/lmapibuf.h: Same.
9804         * include/lmat.h: Same.
9805         * include/lmaudit.h: Same.
9806         * include/lmbrowsr.h: Same.
9807         * include/lmchdev.h: Same.
9808         * include/lmconfig.h: Same.
9809         * include/lmcons.h: Same.
9810         * include/lmerr.h: Same.
9811         * include/lmerrlog.h: Same.
9812         * include/lmmsg.h: Same.
9813         * include/lmremutl.h: Same.
9814         * include/lmrepl.h: Same.
9815         * include/lmserver.h: Same.
9816         * include/lmshare.h: Same.
9817         * include/lmsname.h: Same.
9818         * include/lmstats.h: Same.
9819         * include/lmsvc.h: Same.
9820         * include/lmuse.h: Same.
9821         * include/lmuseflg.h: Same.
9822         * include/lmwksta.h: Same.
9823         * include/lzexpand.h: Same.
9824         * include/mapi.h: Same.
9825         * include/mciavi.h: Same.
9826         * include/mcx.h: Same.
9827         * include/mmsystem.h: Same.
9828         * include/mswsock.h: Same.
9829         * include/nb30.h: Same.
9830         * include/nddeapi.h: Same.
9831         * include/nspapi.h: Same.
9832         * include/ntdef.h: Same.
9833         * include/ntsecapi.h: Same.
9834         * include/ntsecpkg.h: Same.
9835         * include/oaidl.h: Same.
9836         * include/objbase.h: Same.
9837         * include/objfwd.h: Same.
9838         * include/objidl.h: Same.
9839         * include/odbcinst.h: Same.
9840         * include/ole.h: Same.
9841         * include/ole2.h: Same.
9842         * include/ole2ver.h: Same.
9843         * include/oleauto.h: Same.
9844         * include/olectl.h: Same.
9845         * include/olectlid.h: Same.
9846         * include/oledlg.h: Same.
9847         * include/oleidl.h: Same.
9848         * include/pbt.h: Same.
9849         * include/prsht.h: Same.
9850         * include/psapi.h: Same.
9851         * include/rapi.h: Same.
9852         * include/ras.h: Same.
9853         * include/raserror.h: Same.
9854         * include/rassapi.h: Same.
9855         * include/regstr.h: Same.
9856         * include/richedit.h: Same.
9857         * include/richole.h: Same.
9858         * include/rpc.h: Same.
9859         * include/rpcdce.h: Same.
9860         * include/rpcdce2.h: Same.
9861         * include/rpcdcep.h: Same.
9862         * include/rpcndr.h: Same.
9863         * include/rpcnsi.h: Same.
9864         * include/rpcnsip.h: Same.
9865         * include/rpcnterr.h: Same.
9866         * include/rpcproxy.h: Same.
9867         * include/schannel.h: Same.
9868         * include/schnlsp.h: Same.
9869         * include/scrnsave.h: Same.
9870         * include/security.h: Same.
9871         * include/setupapi.h: Same.
9872         * include/shellapi.h: Same.
9873         * include/shlguid.h: Same.
9874         * include/shlobj.h: Same.
9875         * include/sql.h: Same.
9876         * include/sqlext.h: Same.
9877         * include/sqltypes.h: Same.
9878         * include/sqlucode.h: Same.
9879         * include/sspi.h: Same.
9880         * include/subauth.h: Same.
9881         * include/tlhelp32.h: Same.
9882         * include/unknwn.h: Same.
9883         * include/userenv.h: Same.
9884         * include/w32api.h: Same.
9885         * include/winbase.h: Same.
9886         * include/wincon.h: Same.
9887         * include/wincrypt.h: Same.
9888         * include/windef.h: Same.
9889         * include/windows.h: Same.
9890         * include/windowsx.h: Same.
9891         * include/winerror.h: Same
9892         * include/wingdi.h: Same.
9893         * include/wininet.h: Same.
9894         * include/winioctl.h: Same.
9895         * include/winnetwk.h: Same.
9896         * include/winnls.h: Same.
9897         * include/winnt.h: Same.
9898         * include/winperf.h: Same.
9899         * include/winreg.h: Same.
9900         * include/winresrc.h: Same.
9901         * include/winsock.h: Same.
9902         * include/winsock2.h: Same.
9903         * include/winspool.h: Same.
9904         * include/winsvc.h: Same.
9905         * include/winuser.h: Same.
9906         * include/winver.h: Same.
9907         * include/ws2tcpip.h: Same.
9908         * include/wsnetbs.h: Same.
9909         * include/wtypes.h: Same.
9910         * include/zmouse.h: Same.
9911         * include/mapi.h: Change header guard name to _MAPI_H  for
9912         consistency.
9913
9914 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
9915
9916         * include/accctrl.h (_ACCCTRL_H): Correct typo.
9917         Remove unnecessary inclusion of <wtypes.h>.
9918         * ChangeLog: Fix omission of name in recent entries.
9919
9920 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
9921
9922         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
9923
9924 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
9925
9926         * include/mswsock.h: Group winsock2 dependants
9927         together and protect with #ifdef _WINSOCK2_H.
9928         * lib/test.c: Only test ws2tcpip.h if winsock2.h
9929         has been included.
9930
9931 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9932
9933         * include/mswsock.h (TP_*): Add new defines.
9934         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
9935         (WSAMSG): Likewise.
9936         (WSACMSGHDR): Likewise.
9937         (DisconnectEx): Add new prototype.
9938         (WSARecvMsg): Likewise.
9939         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
9940
9941 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
9942
9943         * ChangeLog: Fix typo in last entry.
9944         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
9945         * include/ws2tcpip.h: (IP_*): Add new defines.
9946         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
9947         (NI_*): Add getnameinfo constants and bitmasks.
9948         (AI_*): Add getaddrinfo flags.
9949         (EAI_*): Add getaddrinfo error codes.
9950         (ip_mreq_source): Add new structure.
9951         (ip_msfilter): Add new structure.
9952         (IP_MSFILTER_SIZE): Add new macro.
9953         (in_pktinfo): Add new structure.
9954         Add preliminary IPv6 support.
9955         (in6_addr): Add new structure and some defines.
9956         (sockaddr_in6): Add new structure.
9957         (in6addr_any, in6addr_loopback): Declare extern structures.
9958         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
9959         initialization macros for above.
9960         (IN6_ARE_ADDR_EQUAL): Define macro.
9961         (IN6_IS_ADDR_*): Define address testing macros.
9962         (socklen_t) Add new typedef.
9963         (ipv6_mreq): Add new structure.
9964         (in6_pktinfo): Same.
9965         (addrinfo): Same.
9966         (freeaddrinfo):Add new prototype.
9967         (getaddrinfo): Same.
9968         (gai_strerror[AW]): Same.
9969         (getnameinfo): Same.
9970         (sockaddr_in6_old): Add structure.
9971         (sockaddr_gen): Add union definition.
9972         (INTERFACE_INFO): Use sockaddr_gen as members.
9973         (INTERFACE_INFO_OLD): Add comment on workaround for problems
9974         with INTERFACE_INFO on NT4 prior to sp4.
9975
9976 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
9977
9978         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
9979         when selecting winsock interface.
9980         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
9981         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
9982         Expand FIXME comment.
9983         (WSACOMPLETIONTYPE): Add enum.
9984         (WSACOMPLETION): Add structure and typedefs.
9985         (WSANSPIoctl): Add function prototpe and callback typedef.
9986         (SIO_NSP_NOTIFY_CHANGE): Add define.
9987         (sockaddr_storage): Add structure and typedefs.
9988
9989 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
9990
9991         * include/winuser.h (OIC_*): Add resource constants.
9992
9993 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
9994
9995         * include/ntsecpkg.h: New file.
9996         * include/schannel.h: New file.
9997         * include/schnlsp.h: New file.
9998         * include/security.h: New file.
9999         * include/sspi.h: New file.
10000         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
10001         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
10002         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
10003         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
10004         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
10005         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
10006         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
10007         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
10008         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
10009         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
10010         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
10011         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
10012         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
10013         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
10014         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
10015         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
10016         CERT_CHAIN_CONTEXT): Add missing structures.
10017         (CertCloseStore, CertGetCertificateChain,
10018         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
10019         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
10020         CertFindCertificateInStore, CertFreeCertificateContext,
10021         CertGetIssuerCertificateFromStore,
10022         CertFindChainInStore): Add missing functions.
10023         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
10024         CERT_FIND_ISSUER_STR): Add Unicode mappings.
10025         * lib/crypt32.def: New file.
10026         * lib/secur32.def: Add mising stubs.
10027         * lib/test.c: Include new headers.
10028
10029 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
10030
10031         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
10032         parameter.
10033
10034 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
10035
10036         * lib/test.c: Include mapi.h.
10037         * include/commctrl.h (TBSTYLE_*): Add missing defines.
10038         Thanks to: "Ron"  <ron@debian.org>
10039
10040 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
10041
10042         * include/mapi.h: New file.
10043         * lib/mapi.def: Add missing function stubs.
10044
10045 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10046
10047         * include/winuser.h (GetWindowLongPtr[AW],
10048         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
10049
10050 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
10051
10052         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
10053         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
10054         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
10055         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
10056
10057 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10058
10059         * lib/test.c: Include wsnetbs.h.
10060
10061 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
10062
10063         * include/wsnetbs.h: New file.
10064
10065 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
10066
10067         * include/winnt.h: Remove merge conflict.
10068
10069 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
10070
10071         * include/winnt.h (_TCHAR): Add typedefs.
10072
10073 2002-01-25  Tim Hughes  <tjh@delcam.com>
10074
10075         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
10076         defines.
10077
10078 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
10079
10080         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
10081         Add defines.
10082         (LPACCESSTIMEOUT): Add typedef.
10083
10084 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
10085
10086         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
10087
10088 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
10089
10090         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
10091         _HDITEM[AW], with parallel changes to typedefs. Use defines for
10092         backward compatability with old names. Update UNICODE mappings.
10093         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
10094         for struct _HD_LAYOUT and add defines for backward
10095         compatability with old names.
10096         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
10097         parallel chages to typedefs. Add defines for backward
10098         compatability with old names.
10099         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
10100
10101 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
10102
10103         * include/winnt.h: Add missing MEM_ defines, and convert existing to
10104         hex for readability.
10105
10106 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
10107
10108         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
10109         and typedefs.
10110         (SPI_SETSCREENSAVERRUNNING): Add define.
10111         (LLKHF_ALTDOWN): Add define.
10112         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
10113         PFD_DEPTH_DONTCARE): Add defines.
10114
10115 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
10116
10117         * include/objbase.h (CoGetObject): Add prototype.
10118
10119 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
10120
10121         * include/winuser.h (ENUM_CURRENT_SETTINGS,
10122         ENUM_REGISTRY_SETTINGS): Add defines.
10123
10124 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10125
10126         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
10127         (FILE_ATTRIBUTE_DEVICE): Add define.
10128
10129 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10130
10131         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10132
10133 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10134
10135         * ChangeLog: correct date in last entry.
10136
10137 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10138
10139         * include/winuser.h (MONITORENUMPROC): Add typedef.
10140         (EnumDisplayMonitors): Add prototype.
10141         * lib/user32.def (EnumDisplayMonitors): Add stub.
10142
10143 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10144
10145         * include/ntsecapi.h:  Fixed missing void parameter type in some
10146         prototypes.
10147         * include/objbase.h: Ditto.
10148         * include/rapi.h: Ditto.
10149         * include/rpc.h: Ditto.
10150         * include/rpcdce.h: Ditto.
10151         * include/rpcdcep.h: Ditto.
10152         * include/rpcndr.h: Ditto.
10153         * include/rpcnsip.h: Ditto.
10154         * include/rpcproxy.h: Ditto.
10155         * include/windef.h: Ditto.
10156
10157 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10158
10159         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10160
10161 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10162
10163         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10164          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10165         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10166         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10167         WS_EX_NOINHERITLAYOUT): Add defines.
10168         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10169         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10170         MEM_WRITE_WATCH): Add defines.
10171
10172
10173 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10174
10175         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10176         Add prototype.
10177         (SetCriticalSectionSpinCount): Likewise.
10178
10179 2001-12-30  Guido Serassio  <serassio@libero.it>
10180
10181         * include/winsvc.h: Add EnumServiceStatusEx(),
10182         QueryServiceStatusEx()
10183         & RegisterServiceCtrlHandlerEx()
10184
10185 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10186
10187         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10188
10189 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10190
10191         * lib/Makefile.in: Revert inst_installdir definitions to working
10192         versions.
10193
10194 2001-12-17  Guido Serassio  <serassio@libero.it>
10195
10196         * include/winsvc.h: Add ChangeServiceConfig2() &
10197         QueryServiceConfig2() definition
10198
10199 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10200
10201         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10202         on MSDN documentation for XP.
10203
10204 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10205
10206         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10207         mappings.
10208
10209 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10210
10211         * include/commctrl.h (ACS_*): Add new defines.
10212         (PGS_*): Ditto.
10213         (CBES_*): Ditto.
10214         (TBSTYLE_*): Ditto.
10215         (TB_*): Ditto.
10216         (TTS_*): Ditto.
10217         (UDS_HOTTRACK): Add define.
10218         (SBT_TOOLTIPS): Ditto.
10219         (TBS_*): Add new defines.
10220         (HDS_*): Ditto.
10221         (LVS_EX_*) Ditto.
10222         (LVKF_*): Ditto.
10223         (TCM_GETEXTENDEDSTYLE): Add define.
10224         (TVS_NOHSCROLL): Ditto.
10225         (TVIF_INTEGRAL): Ditto.
10226         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10227         (TCS_*): Add new defines.
10228         (CBEM_*): Add defines.
10229         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10230         (tagTVITEMEX[AW]: Ditto.
10231         (tagTVINSERTSTRUCT[AW]: Add union member.
10232         * include/winbase.h (VirtualAllocEx): Add prototype.
10233         * include/winuser.h (SS_*): Add new defines.
10234
10235 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10236
10237         * Makefile.in: Increment VERSION.
10238         * include/w32api.h: Ditto.
10239
10240 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10241
10242         * Makefile.in: Increment VERSION.
10243         * include/w32api.h: Ditto.
10244
10245 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10246
10247         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10248         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10249         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10250         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10251         SetupDiOpenDevRegKey): Correct function names.
10252
10253 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10254
10255         * include/winuser.h (IDC_STATIC): Don't define.
10256
10257 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10258
10259         Cleanup merge between SourceForge and winsup CVS.
10260         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10261         definitions.
10262         * include/winnt.h (VER_NT*): Remove duplicate defines.
10263         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10264
10265 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10266
10267         * include/accctrl.h: Change \r\n to \n.
10268
10269 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10270
10271         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10272         Add structure definition.
10273         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10274         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10275         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10276         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10277         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10278         UnenableRouter) Declare functions.
10279         * lib/iphlpapi.def: Add function names to import lib.
10280
10281 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10282
10283         * include/winnt.h (PACCESS_MASK): Add typedef.
10284         * include/aclapi.h: New file.
10285         * include/acctrl.h: New file.
10286         * lib/advapi32.def: Add missing symbols.
10287         * lib/test.c: Add #include <aclapi.h>.
10288
10289 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10290
10291         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10292         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10293         here ...
10294         * include/winnt.h: ... to here.
10295         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10296         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10297         and typedefs.
10298         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10299         Add defines.
10300
10301 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10302
10303         * w32api/include/winnt.h: prepare SSE register support.
10304         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10305         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10306         (struct CONTEXT): ExtendedRegisters field added.
10307
10308 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10309
10310         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10311         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10312         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10313         tagLASTINPUTINFO ): Define new structures.
10314         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10315         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10316         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10317         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10318         SetMenuInfo): Add new prototypes.
10319         * lib/user32.def: Add import stubs for above functions.
10320
10321         * include/winuser.h (IDC_STATIC): Protect against prior
10322         definition.
10323
10324 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10325
10326         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10327         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10328
10329 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10330
10331         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10332         warnings with _AUTHORITY #defines.
10333
10334 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10335
10336         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10337         implementation.
10338         (GetFiberData): Ditto.
10339
10340 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10341
10342         * include/winnt.h: Backout last change.
10343
10344 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10345
10346         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10347         GetCurrentFiber: Create a prototype before the implementation.
10348         GetFiberData: Ditto.
10349
10350 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10351
10352         * include/winuser.h (IDC_STATIC): Add define.
10353         Thanks to: Benoit Laniel.
10354
10355 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10356
10357         * include/commdlg.h: Include <unknwn.h> rather than local
10358         definition of LPUKNOWN.
10359         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10360         Emit warning.
10361
10362 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10363
10364         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10365         for Watcom.
10366         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10367         functions of the form 'type * function(...)' in a way compatible
10368         with both Watcom and GCC.
10369         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10370         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10371         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10372         * include/windows.h: Watcom can use anonymous structs/unions.
10373         * include/winnt.h: Watcom can use 64 bit ints.
10374         (GetCurrentFiber): Add another inline definition using
10375         Watcom inline assembly syntax.
10376         (GetFiberData): Likewise.
10377         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10378         (gethostbyname): Likewise.
10379         (gethostbyaddr}: Likewise.
10380         (getservbyport}: Likewise.
10381         (getservbyname}: Likewise.
10382         (getprotobynumber}: Likewise.
10383         (getprotobyname}: Likewise.
10384         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10385         (gethostbyname}: Likewise.
10386         (gethostbyaddr}: Likewise.
10387         (getservbyport}: Likewise.
10388         (getservbyname}: Likewise.
10389         (getprotobynumber}: Likewise.
10390         (getprotobyname}: Likewise.
10391         * lib/diinut.c: Correction for Watcom.
10392         * lib/kernel32.c (GetCurrentFiber): Add another definition
10393         using Watcom inline assembly syntax.
10394         (GetFiberData): Likewise.
10395         * lib/scrnsave.c (WinMain): Add break after default:
10396         clause.
10397
10398 2001-11-04  "stefan"  <stefan@lkcc.org>
10399
10400         * include/winnt.h (GetCurrentFiber): Add prototype.
10401         (GetFiberData): Likewise.
10402
10403 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10404
10405         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10406         parallel invocations.
10407
10408 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10409
10410         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10411
10412 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10413
10414         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10415         __attribute__((com_interface)) for __GNUC__ >= 3.
10416
10417 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10418
10419         * include/commdlg.h (PRINTPAGERANGE): Add structure
10420         definition.
10421         (PRINTDLGEX[AW]): Likewise.
10422         (PrintDlgEx[AW]): Add function declaration.
10423         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10424         * ChangeLog: Fix typo in last entry.
10425
10426 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10427
10428         * include/objbase.h (CoGetClassObject): Change third parameter
10429         to COSERVERINFO*.
10430
10431 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10432
10433         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10434         Thanks to: Kim Saunders.
10435         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10436         Thanks to: Pat Thoyts.
10437         * include/winnt.h: Change C++ style comment to C style.
10438         * include/shlobj.h: Ditto.
10439         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10440         list.
10441         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10442         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10443         (enum not limited to range of int).
10444         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10445         (struct with no named members), ifndef NONAMELESSUNION.
10446
10447 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10448
10449         * include/winuser.h (CREATESTRUCT): UNICODE it.
10450         (CBT_CREATEWND): Likewise.
10451
10452 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10453
10454         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10455         (WNetGetResourceInformationW): Ditto.
10456         (WNetGetResourceInformation): Add define.
10457
10458 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10459
10460         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10461         before extracting words.
10462
10463 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10464
10465         * include/winnt.h: Add PF_* defines.
10466         Thanks to: "Wizord"  <wizord@argoslabs.com>
10467
10468 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10469
10470         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10471         field as _ANONYMOUS_STRUCT.
10472         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10473         for UNICODE.
10474         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10475         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10476         test.
10477
10478 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10479
10480         * include/commctrl.h: Add some ListView constants.
10481
10482 2001-09-17  Earnie Boyd  <earnie@sf.net>
10483
10484         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10485         portion of the directory from the install.
10486         (inst_libdir): Ditto.
10487         * Makefile.in (VERSION): Increment.
10488         * include/w32api.h: Increment version.
10489
10490 2001-09-13  Earnie Boyd  <earnie@SF.net>
10491
10492         * lib/Makefile.in (inst_includedir): Change to always use w32api
10493         subdirectory for target == cygwin.
10494         (inst_libdir): Ditto.
10495
10496 2001-09-13  Earnie Boyd  <earnie@SF.net>
10497
10498         * lib/Makefile.in (config_prefix): New variable.
10499         (inst_includedir): Manipulate special value only if target == cygwin
10500         and build == target and prefix != config_prefix.
10501         (inst_libdir): Ditto.
10502
10503 2001-09-12  Earnie Boyd  <earnie@SF.net>
10504
10505         * Makefile.in (TARFLAGS): New variable.
10506         (TARFILEEXT): Ditto.
10507
10508 2001-09-12  Earnie Boyd  <earnie@SF.net>
10509
10510         * Makefile.in: Increment version.
10511         * include/w32api.h: Ditto.
10512         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10513
10514 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10515
10516         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10517         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10518         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10519
10520 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10521
10522         * include/wininet.h (InternetAutodial): Add prototype.
10523         (InternetAutodialHangup): Ditto.
10524         (InternetDial): Ditto.
10525         (InternetGetConnectedState): Ditto.
10526         (InternetGoOnline): Ditto.
10527         (InternetHangUp): Ditto.
10528         (InternetSetDialState): Ditto.
10529         Add associated INTERNET_* auto dial flags.
10530         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10531
10532 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10533
10534         * lib/Makefile.in: Move the setting of variable libdir to after the
10535         setting of exec_prefix since the value of libdir is dependant on it.
10536
10537 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10538
10539         * include/winbase.h: Add missing closing parentheses to
10540         InterlockedExchangePointer declaration.
10541
10542 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10543
10544         * include/shlobj.h (CFSTR_* ): Add new defines.
10545         Thanks to: "Ron" <ron@debian.org> .
10546         Unicode them.
10547
10548 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10549
10550         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10551         anonymous structs are available rather than just testing preprocessor
10552         variable directly.
10553
10554 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10555
10556         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10557         with new `LARGE_INTEGER' definition.
10558
10559 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10560
10561         * include/winsock2.h: Remove "extra token" after #endif.
10562
10563 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10564
10565         * config.guess: Remove the \r from the end of line.
10566         * config.sub: Ditto.
10567
10568 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10569
10570         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10571         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10572
10573 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10574
10575         * config.guess: Add the MSYS system.
10576         * config.sub: Ditto.
10577         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10578         * incldue/winsock2.h: Ditto.
10579
10580 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10581
10582         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10583         non-anonymous (Xxx.u.LowPart) access to HighPart and
10584         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10585
10586 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10587
10588         * include/wingdi.h (HANGUL_CHARSET): Add define.
10589
10590 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10591
10592         * include/setupapi.h: Formatting.
10593
10594 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10595
10596         * include/shlobj.h: Remove \r from the line endings.
10597
10598 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10599
10600         * include/setupapi.h : New file.
10601         * lib/setupapi.def:New file.
10602         * lib/test.c: Include setupapi.h.
10603
10604 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10605         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10606
10607 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10608
10609         * include/richedit.h (ENLINK): Add structure definition.
10610         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10611
10612 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10613
10614         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10615         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10616         (GCS_*): Make UNICODE.
10617         (CSIDL_*): Add more defines.
10618         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10619         (_DISK_GEOMETRY): Ditto.
10620         (_DISK_PERFORMANCE): Ditto.
10621         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10622
10623 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10624
10625         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10626         of block protected by #ifndef VOID.
10627         (This reverts 1998-12-01 Anders Norlander change.)
10628         * include/odbcinst.h: End file with newline.
10629         * include/raserror.h: Ditto.
10630
10631 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10632
10633         * include/winsock2.h (#include <wtypes.h): Don't.
10634         (_BLOB): Define instead, if not already done.
10635         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10636         * include/wtypes.h (_BLOB): Guard against prior definition.
10637
10638 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10639
10640         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10641         as __extension__.
10642         (tagTYPEDESC): Ditto.
10643         (_wireBRECORD): Add structure definition.
10644         (_wireSAFEARR_BRECORD): Ditto.
10645         (_wireSAFEARR_HAVEIID): Ditto.
10646         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10647         SAFEARR_HAVEIID HaveIidStr.
10648         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10649         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10650         pparray to wirePSAFEARRAY*.
10651         (_wireVARIANT): Add field wireBRECORD brecVal.
10652         (wireVARIANT): Change typedef to struct _wireVariant*.
10653         (IRecordInfo): Add interface definition.
10654         (LPRECORDINFO): Add typedef for IRecordInfo*.
10655         (IID_IRecordInfo): Add forward decalaration.
10656
10657 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10658
10659         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10660         * include/nddeapi.h: Likewise.
10661
10662 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10663
10664         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10665         Add more includes of w32api headers.
10666
10667 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10668
10669         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10670         Swap asm code with that of GetFiberData.
10671         (GetFiberData): Ditto.
10672         * lib/kernel32.c: New file, containing library versions of
10673         GetCurrentFiber and GetFiberData.
10674         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10675
10676 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10677
10678         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10679         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10680
10681 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10682
10683         * lib/oleaut32.def: Regenerate.
10684
10685 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10686
10687         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10688
10689 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10690
10691         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10692         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10693         * include/oaidl.h: ... to here.
10694         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10695         (IErrorInfo::GetGUID): Change arg to GUID.
10696         (LPSUPPORTERRORINFO): Add typedef.
10697         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10698
10699 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10700
10701         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10702         defines.
10703
10704 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10705
10706         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10707
10708 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10709
10710         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10711         Thanks to: Jason Craig  <jacraig@softhome.net>
10712
10713 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10714
10715         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10716         and UNICODE mappings, if _WIN32_IE >= 0x400.
10717         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10718         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10719         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10720         (tagNMLVCUSTOMDRAW): Likewise.
10721         (tagNMTVCUSTOMDRAW): Likewise.
10722         (tagNMLVCACHEHINT): Likewise.
10723
10724 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10725
10726         * include/basetsd.h (#include <_mingw.h>): Remove.
10727         (__int64): Define.
10728
10729 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10730
10731         * include/wingdi.h (AC_SRC_OVER): Add define.
10732         (struct _BLENDFUNCTION): Add.
10733
10734 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10735
10736         * include/shlobj.h:  Add BIF_* defines.
10737
10738 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10739
10740         * include/winerror.h (E_PENDING): Add error code define.
10741
10742 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10743
10744         * include/basetsd.h (#include <_mingw.h>): Add directive.
10745
10746 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10747
10748         * include/winbase.h (InterlockedCompareExchange): Change args
10749         and return value from PVOID to LONG.
10750         (InterlockedExchange): Change first arg to LPLONG.
10751         (InterlockedCompareExchangePointer): New macro.
10752         (InterlockedExchangePointer): New macro.
10753
10754 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10755
10756         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10757         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10758
10759 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10760
10761         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10762         (IMalloc::Free()): Ditto.
10763
10764 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10765
10766         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10767         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10768         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10769
10770 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10771
10772         * include/shlobj.h (struct _browseinfo): UNICODE it.
10773         (SHBrowseForFolder): Ditto.
10774         (SHGetPathFromIDList): Ditto.
10775
10776 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10777
10778         * include/basetsd.h: RC_INVOKED protection and realignment.
10779         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10780
10781 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10782
10783         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10784         line.
10785
10786 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10787
10788         * lib/mapi32.def: Add MAPISendMail.
10789
10790 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10791
10792         * include/w32api.h: Update version.
10793         * Makefile.in: Ditto.
10794
10795 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10796
10797         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10798         compiler warnings.
10799
10800 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10801
10802         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10803         previous definition in include/ntsecapi.h.
10804         * include/ntsecapi.h: Vice versa.
10805
10806 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10807
10808         * include/winnt.h: Add defines for group attributes.
10809         Add define for SYSTEM_LUID.
10810         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10811         `PTOKEN_PRIMARY_GROUP'.
10812
10813 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10814
10815         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10816         for cygwin.
10817
10818 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10819
10820         * include/winsock2.h: Protect one *more* newlib defines when compiling
10821         cygwin.
10822
10823 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10824
10825         * include/winsock2.h: Protect some more newlib defines when compiling
10826         cygwin.
10827
10828 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10829
10830         * include/winsock.h: Protect some more newlib defines when compiling
10831         cygwin.
10832
10833 2001-04-17  Egor Duda  <deo@logos-m.ru>
10834
10835         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
10836         as __extenstion__ when appropriate.
10837         * include/mmsystem.h: Mark anonymous structs and unions as
10838         __extension__ to prevent compiler warning when invoked with
10839         -pedantic
10840         * include/oaidl.h: Ditto.
10841         * include/objidl.h: Ditto.
10842         * include/olectl.h: Ditto.
10843         * include/prsht.h: Ditto.
10844         * include/shlobj.h: Ditto.
10845         * include/winbase.h: Ditto.
10846         * include/winnt.h: Ditto.
10847         * include/wtypes.h: Ditto.
10848
10849 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
10850
10851         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
10852         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
10853
10854 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
10855
10856         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
10857
10858 2001-04-11  John Fortin  <fortinj@attglobal.net>
10859
10860         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
10861         (*LPBOOL): Ditto.
10862
10863 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
10864
10865         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
10866         code will be included in every module which includes this header.
10867         (GetFiberData): Ditto.
10868
10869 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10870
10871         * include/winnt.h (GetCurrentFiber): Fix typo.
10872
10873 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
10874
10875         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
10876         * include/winbase.h: (GetFileAttributesExW): Fix typo.
10877         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
10878         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
10879         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
10880
10881         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
10882         (GetCurrentFiber): Ditto.
10883         Thanks to: Andy Younger  <AndyY@redlemon.com>
10884
10885         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
10886         DirectX 8 from complaining.
10887         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
10888
10889 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
10890
10891         * include/commctrl.h Updated TreeView and ListView defines and macros.
10892
10893 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
10894
10895         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
10896         and above.
10897
10898 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
10899         * include/winuser.h (VK_KANA): New definition.
10900         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10901
10902 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
10903
10904         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
10905         (RT_FONT): Ditto.
10906         * include/basetsd.h (INT32): Ditto.
10907         * include/windef.h (ATOM): Ditto.
10908         (BOOL): Ditto.
10909         (BYTE): Ditto.
10910         * include/winbase.h (FreeResource): Ditto.
10911         Thanks to: "Harold Hunt" <huntharo@msu.edu>
10912
10913 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
10914
10915         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
10916         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
10917         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
10918         macro now defined in newlib sys/types.h.  Emit warning if defined.
10919         * include/winsock2.h: Ditto.
10920         * include/windows.h (Win32_Winsock): Replace with new macros
10921         __USE_W32_SOCKETS and warn of deprecation.
10922
10923 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
10924
10925         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
10926         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
10927
10928 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
10929
10930         * include/commctrl.h (TBSTYLE_FLAT): New definition.
10931         (TB_GETBUTTONSIZE): Ditto.
10932         (TCS_HOTTRACK): Ditto.
10933         Thanks to: Chris Hansen <popeofpop@softhome.net>
10934
10935 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
10936
10937         * Makefile.in: (snapshot): Add target.
10938         * lib/Makefile.in: (install-headers): Use installdir variable.
10939         (installdir): Set value based on target-alias.
10940
10941 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
10942
10943         * include/w32api.h: (_W32API_VERSION): Remove.
10944         (__W32API_VERSION): Add.
10945         (__W32API_MAJOR_VERSION): Ditto.
10946         (__W32API_MINOR_VERSION): Ditto.
10947
10948 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10949
10950         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
10951         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
10952         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
10953         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
10954
10955 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10956
10957         * include/mswsock.h: New file.
10958         * include/ws2tcpip.h: New file.
10959         * include/winsock.h (IPPROTO_IGMP): New define.
10960         (IPPROTO_GGP): Correct value.
10961         (SO_* macros): Remove mswsock defines.
10962         (TCP_BSDURGENT): Likewise.
10963         (IP_* macros): Add comment warning of WinSock2 incompatibility
10964         (WSARecvEx): Remove mswsock prototype.
10965         (TransmitFile): Likewise.
10966         (AcceptEx): Likewise.
10967         (GetAcceptExSockaddrs): Likewise.
10968         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
10969         (#include <mswsock.h>): Add directive and explanatory comment
10970         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
10971         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
10972         (#include <winsock.h>): Replace directive with winsock.h file content
10973         The following changes apply to the merged file:
10974         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
10975         (SOMAXCONN): Likewise
10976         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
10977         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
10978         in ws2tcpip.h)
10979         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
10980         (FD_*_BIT and FD_* defines): Place together and extend to
10981         FD_MAX_EVENTS 10
10982         (AF* defines): Extend to AF_MAX 10
10983         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
10984         (WSAUnhookBlockingHook): Likewise.
10985         (WSASetBlockingHook): Likewise.
10986         (WSACancelBlockingCall): Likewise.
10987         (WSAEINPROGRESS): Comment as not raised in WinSock2.
10988         (#include <mswsock.h>): Delete directive inherited from winsock.h
10989         (WSA_QOS* defines): Add QualityOfService error codes.
10990         (SIO_* defines): Add new macros
10991         * include/ipexport.h (IP_STATUS flags): Add definitions.
10992         (IP_FLAG_DF): Likewise.
10993         (IP_OPT_* ): Likewise.
10994         (struct ip_option_information): Likewise.
10995         (struct icmp_echo_reply): Likewise.
10996
10997 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
10998
10999         * include/commctrl.h: Revert TEXT change.
11000         * include/lmalert.h: Ditto.
11001         * include/lmcons.h: Ditto.
11002         * include/lmsname.h: Ditto.
11003         * include/lmsvc.h: Ditto.
11004         * include/ntsecapi.h: Ditto.
11005         * include/oledlg.h: Ditto.
11006         * include/ras.h: Ditto.
11007         * include/regstr.h: Ditto.
11008         * include/richedit.h: Ditto.
11009         * include/wininet.h: Ditto.
11010         * include/winnt.h: Ditto.
11011
11012 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
11013
11014         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
11015         * include/lmalert.h: Ditto.
11016         * include/lmcons.h: Ditto.
11017         * include/lmsname.h: Ditto.
11018         * include/lmsvc.h: Ditto.
11019         * include/ntsecapi.h: Ditto.
11020         * include/oledlg.h: Ditto.
11021         * include/ras.h: Ditto.
11022         * include/regstr.h: Ditto.
11023         * include/richedit.h: Ditto.
11024         * include/wininet.h: Ditto.
11025         * include/w32api.h: New File.
11026
11027 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
11028
11029         * include/shlobj.h: Add missing SLR_* flags.
11030
11031 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
11032
11033         * lib/Makefile.in: (host_alias): Add variable.
11034         (host_build): Ditto:
11035         (xinstall): Removed
11036         (xinstall-libraries): Ditto.
11037         (xinstall-headers): Ditto.
11038         (xuninstall): Ditto.
11039         (xuninstall-libraries): Ditto.
11040         (xuninstall-headers): Ditto.
11041         * Makefile.in: (host_alias): Add variable.
11042         (build_alias): Ditto.
11043
11044 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
11045
11046         * include/winnt.h: (__TEXT): Add private macro.
11047         (_TEXT): Modify definition to use __TEXT.
11048         (_T): Ditto.
11049         This change allows the passing of a MACRO as an argument and have that
11050         MACRO resolved first.
11051         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11052
11053 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
11054
11055         * Makefile.in: Increment VERSION to 0.5
11056         * include/winnt.h: Change TEXT to _TEXT throughout.
11057         (SID_RELEASE): Define.
11058         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11059
11060 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11061
11062         * Apply Phil Krylov patches.
11063         2001-01-19  Phil Krylov  <phil@mail.ru>
11064         * include/commctrl.h: (HDI_IMAGE) New definition.
11065         (HDI_DI_SETITEM) Ditto.
11066         (HDI_ORDER) Ditto.
11067         (HDI_FILTER) Ditto.
11068         (HDF_BITMAP_ON_RIGHT) Ditto.
11069         (HDF_IMAGE) Ditto.
11070         (HDM_SETORDERARRAY) Ditto.
11071         (Header_SetOrderArray) Ditto.
11072         (ICC_BAR_CLASSES) Ditto.
11073         (struct _HD_ITEMA) Change definition.
11074         (struct _HD_ITEMW) Ditto.
11075         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
11076         (InitCommonControlsEx()) Ditto.
11077         2001-01-23  Phil Krylov  <phil@mail.ru>
11078         * include/richedit.h: Many Richedit 2.0 definitions.
11079
11080 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11081
11082         * include/winuser.h: (IDC_HAND)  New resource identifier.
11083         Thanks to: Mark Jordon <mark_jordan@ieee.org>
11084
11085 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11086
11087         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
11088         Fix typo's.
11089
11090 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11091
11092         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
11093         (GetUnmarshalClass): CLSID argument needs to be a pointer.
11094         Thanks To: <bge@users.sourceforge.net>
11095
11096 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11097
11098         * Apply Danny Smith patch 102386
11099         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11100         * lib/rasapi32.def: add symbols available in NT4 and W2k
11101
11102 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11103
11104         * Apply Danny Smith patch 102382
11105         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11106         * lib/mswsock.def: remove leading underscores from symbol names
11107
11108 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11109
11110         * Apply Danny Smith patch 102446
11111         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11112         * include/sql.h (ODBCVER): change default to 0x0351.
11113         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
11114         (SQLColAttributes): likewise.
11115         (SQLBindParam): add prototype for ODBC 3.x function.
11116         (SQLCloseCursor): likewise.
11117         (SQLColAttribute): likewise.
11118         (SQLCopyDesc):likewise.
11119         (SQLEndTran): likewise.
11120         (SQLFetchScroll): likewise.
11121         (SQLGetConnectAttr): likewise.
11122         (SQLGetDescField): likewise.
11123         (SQLGetDescRec): likewise.
11124         (SQLGetDiagField): likewise.
11125         (SQLGetDiagRec): likewise.
11126         (SQLGetEnvAttr): likewise.
11127         (SQLGetStmtAttr): likewise.
11128         (SQLSetConnectAttr): likewise.
11129         (SQLSetDescField):likewise.
11130         (SQLSetDescRec): likewise.
11131         (SQLSetEnvAttr): likewise.
11132         (SQLSetStmtAttr): likewise.
11133         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11134         _WIN64 compatability;
11135         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11136         (SQL_ACTIVE_CONNECTIONS): likewise.
11137         (SQL_ACTIVE_STATEMENTS): likewise.
11138         (SQL_ALL_EXCEPT_LIKE): likewise.
11139         (SQL_API_ALL_FUNCTIONS): likewise.
11140         (SQL_API_LOADBYORDINAL): likewise.
11141         (SQL_API_SQLBINDPARAMETER): likewise.
11142         (SQL_API_SQLBROWSECONNECT): likewise.
11143         (SQL_API_SQLCOLATTRIBUTES): likewise.
11144         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11145         (SQL_API_SQLDESCRIBEPARAM): likewise.
11146         (SQL_API_SQLDRIVERCONNECT): likewise.
11147         (SQL_API_SQLDRIVERS): likewise.
11148         (SQL_API_SQLEXTENDEDFETCH): likewise.
11149         (SQL_API_SQLFOREIGNKEYS): likewise.
11150         (SQL_API_SQLMORERESULTS): likewise.
11151         (SQL_API_SQLNATIVESQL): likewise.
11152         (SQL_API_SQLNUMPARAMS): likewise.
11153         (SQL_API_SQLPARAMOPTIONS): likewise.
11154         (SQL_API_SQLPRIMARYKEYS): likewise.
11155         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11156         (SQL_API_SQLPROCEDURES): likewise.
11157         (SQL_API_SQLSETPOS): likewise.
11158         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11159         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11160         (SQL_ASYNC_ENABLE): likewise.
11161         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11162         (SQL_ASYNC_ENABLE_OFF): likewise.
11163         (SQL_ASYNC_ENABLE_ON): likewise.
11164         (SQL_ATTR_READONLY): likewise.
11165         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11166         (SQL_ATTR_WRITE): likewise.
11167         (SQL_AUTOCOMMIT): likewise.
11168         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11169         (SQL_AUTOCOMMIT_OFF): likewise.
11170         (SQL_AUTOCOMMIT_ON): likewise.
11171         (SQL_BEST_ROWID): likewise.
11172         (SQL_BIGINT): likewise.
11173         (SQL_BINARY): likewise.
11174         (SQL_BIND_BY_COLUMN): likewise.
11175         (SQL_BIND_TYPE): likewise.
11176         (SQL_BIND_TYPE_DEFAULT): likewise.
11177         (SQL_BIT): likewise.
11178         (SQL_BOOKMARK_PERSISTENCE): likewise.
11179         (SQL_BP_CLOSE): likewise.
11180         (SQL_BP_DELETE): likewise.
11181         (SQL_BP_DROP): likewise.
11182         (SQL_BP_OTHER_HSTMT): likewise.
11183         (SQL_BP_SCROLL): likewise.
11184         (SQL_BP_TRANSACTION): likewise.
11185         (SQL_BP_UPDATE): likewise.
11186         (SQL_C_BINARY): likewise.
11187         (SQL_C_BIT): likewise.
11188         (SQL_C_BOOKMARK): likewise.
11189         (SQL_C_CHAR): likewise.
11190         (SQL_C_DATE): likewise.
11191         (SQL_C_DEFAULT): likewise.
11192         (SQL_C_DOUBLE): likewise.
11193         (SQL_C_FLOAT): likewise.
11194         (SQL_C_LONG): likewise.
11195         (SQL_C_SHORT): likewise.
11196         (SQL_C_SLONG): likewise.
11197         (SQL_C_SSHORT): likewise.
11198         (SQL_C_STINYINT): likewise.
11199         (SQL_C_TIME): likewise.
11200         (SQL_C_TIMESTAMP): likewise.
11201         (SQL_C_TINYINT): likewise.
11202         (SQL_C_ULONG): likewise.
11203         (SQL_C_USHORT): likewise.
11204         (SQL_C_UTINYINT): likewise.
11205         (SQL_CB_NON_NULL): likewise.
11206         (SQL_CB_NULL): likewise.
11207         (SQL_CC_CLOSE): likewise.
11208         (SQL_CC_DELETE): likewise.
11209         (SQL_CC_PRESERVE): likewise.
11210         (SQL_CN_ANY): likewise.
11211         (SQL_CN_DIFFERENT): likewise.
11212         (SQL_CN_NONE): likewise.
11213         (SQL_COLATT_OPT_MAX): likewise.
11214         (SQL_COLATT_OPT_MIN): likewise.
11215         (SQL_COLUMN_ALIAS): likewise.
11216         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11217         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11218         (SQL_COLUMN_COUNT): likewise.
11219         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11220         (SQL_COLUMN_DRIVER_START): likewise.
11221         (SQL_COLUMN_LABEL): likewise.
11222         (SQL_COLUMN_LENGTH): likewise.
11223         (SQL_COLUMN_MONEY): likewise.
11224         (SQL_COLUMN_NAME): likewise.
11225         (SQL_COLUMN_NULLABLE): likewise.
11226         (SQL_COLUMN_OWNER_NAME): likewise.
11227         (SQL_COLUMN_PRECISION): likewise.
11228         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11229         (SQL_COLUMN_SCALE): likewise.
11230         (SQL_COLUMN_SEARCHABLE): likewise.
11231         (SQL_COLUMN_TABLE_NAME): likewise.
11232         (SQL_COLUMN_TYPE): likewise.
11233         (SQL_COLUMN_TYPE_NAME): likewise.
11234         (SQL_COLUMN_UNSIGNED): likewise.
11235         (SQL_COLUMN_UPDATABLE): likewise.
11236         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11237         (SQL_CONCUR_DEFAULT): likewise.
11238         (SQL_CONCUR_LOCK): likewise.
11239         (SQL_CONCUR_READ_ONLY): likewise.
11240         (SQL_CONCUR_ROWVER): likewise.
11241         (SQL_CONCUR_TIMESTAMP): likewise.
11242         (SQL_CONCUR_VALUES): likewise.
11243         (SQL_CONCURRENCY): likewise.
11244         (SQL_CONN_OPT_MAX): likewise.
11245         (SQL_CONN_OPT_MIN): likewise.
11246         (SQL_CONNECT_OPT_DRVR_START): likewise.
11247         (SQL_CONVERT_BIGINT): likewise.
11248         (SQL_CONVERT_BINARY): likewise.
11249         (SQL_CONVERT_BIT): likewise.
11250         (SQL_CONVERT_CHAR): likewise.
11251         (SQL_CONVERT_DATE): likewise.
11252         (SQL_CONVERT_DECIMAL): likewise.
11253         (SQL_CONVERT_DOUBLE): likewise.
11254         (SQL_CONVERT_FLOAT): likewise.
11255         (SQL_CONVERT_FUNCTIONS): likewise.
11256         (SQL_CONVERT_INTEGER): likewise.
11257         (SQL_CONVERT_LONGVARBINARY): likewise.
11258         (SQL_CONVERT_LONGVARCHAR): likewise.
11259         (SQL_CONVERT_NUMERIC): likewise.
11260         (SQL_CONVERT_REAL): likewise.
11261         (SQL_CONVERT_SMALLINT): likewise.
11262         (SQL_CONVERT_TIME): likewise.
11263         (SQL_CONVERT_TIMESTAMP): likewise.
11264         (SQL_CONVERT_TINYINT): likewise.
11265         (SQL_CONVERT_VARBINARY): likewise.
11266         (SQL_CONVERT_VARCHAR): likewise.
11267         (SQL_CORRELATION_NAME): likewise.
11268         (SQL_CR_CLOSE): likewise.
11269         (SQL_CR_DELETE): likewise.
11270         (SQL_CR_PRESERVE): likewise.
11271         (SQL_CUR_DEFAULT): likewise.
11272         (SQL_CUR_USE_DRIVER): likewise.
11273         (SQL_CUR_USE_IF_NEEDED): likewise.
11274         (SQL_CUR_USE_ODBC): likewise.
11275         (SQL_CURRENT_QUALIFIER): likewise.
11276         (SQL_CURSOR_DYNAMIC): likewise.
11277         (SQL_CURSOR_FORWARD_ONLY): likewise.
11278         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11279         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11280         (SQL_CURSOR_STATIC): likewise.
11281         (SQL_CURSOR_TYPE): likewise.
11282         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11283         (SQL_CVT_BIGINT): likewise.
11284         (SQL_CVT_BINARY): likewise.
11285         (SQL_CVT_BIT): likewise.
11286         (SQL_CVT_CHAR): likewise.
11287         (SQL_CVT_DATE): likewise.
11288         (SQL_CVT_DECIMAL): likewise.
11289         (SQL_CVT_DOUBLE): likewise.
11290         (SQL_CVT_FLOAT): likewise.
11291         (SQL_CVT_INTEGER): likewise.
11292         (SQL_CVT_LONGVARBINARY): likewise.
11293         (SQL_CVT_LONGVARCHAR): likewise.
11294         (SQL_CVT_NUMERIC): likewise.
11295         (SQL_CVT_REAL): likewise.
11296         (SQL_CVT_SMALLINT): likewise.
11297         (SQL_CVT_TIME): likewise.
11298         (SQL_CVT_TIMESTAMP): likewise.
11299         (SQL_CVT_TINYINT): likewise.
11300         (SQL_CVT_VARBINARY): likewise.
11301         (SQL_CVT_VARCHAR): likewise.
11302         (SQL_DATABASE_NAME): likewise.
11303         (SQL_DATE): likewise.
11304         (SQL_DRIVER_HDBC): likewise.
11305         (SQL_DRIVER_HENV): likewise.
11306         (SQL_DRIVER_HLIB): likewise.
11307         (SQL_DRIVER_HSTMT): likewise.
11308         (SQL_DRIVER_NAME): likewise.
11309         (SQL_DRIVER_ODBC_VER): likewise.
11310         (SQL_DRIVER_VER): likewise.
11311         (SQL_ENSURE): likewise.
11312         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11313         (SQL_EXT_API_LAST): likewise.
11314         (SQL_EXT_API_START): likewise.
11315         (SQL_FD_FETCH_BOOKMARK): likewise.
11316         (SQL_FD_FETCH_PREV): likewise.
11317         (SQL_FD_FETCH_RESUME): likewise.
11318         (SQL_FETCH_PREV): likewise.
11319         (SQL_FETCH_RESUME): likewise.
11320         (SQL_FILE_NOT_SUPPORTED): likewise.
11321         (SQL_FILE_QUALIFIER): likewise.
11322         (SQL_FILE_TABLE): likewise.
11323         (SQL_FILE_USAGE): likewise.
11324         (SQL_FN_CVT_CONVERT): likewise.
11325         (SQL_FN_NUM_ABS): likewise.
11326         (SQL_FN_NUM_ACOS): likewise.
11327         (SQL_FN_NUM_ASIN): likewise.
11328         (SQL_FN_NUM_ATAN): likewise.
11329         (SQL_FN_NUM_ATAN2): likewise.
11330         (SQL_FN_NUM_CEILING): likewise.
11331         (SQL_FN_NUM_COS): likewise.
11332         (SQL_FN_NUM_COT): likewise.
11333         (SQL_FN_NUM_DEGREES): likewise.
11334         (SQL_FN_NUM_EXP): likewise.
11335         (SQL_FN_NUM_FLOOR): likewise.
11336         (SQL_FN_NUM_LOG): likewise.
11337         (SQL_FN_NUM_LOG10): likewise.
11338         (SQL_FN_NUM_MOD): likewise.
11339         (SQL_FN_NUM_PI): likewise.
11340         (SQL_FN_NUM_POWER): likewise.
11341         (SQL_FN_NUM_RADIANS): likewise.
11342         (SQL_FN_NUM_RAND): likewise.
11343         (SQL_FN_NUM_ROUND): likewise.
11344         (SQL_FN_NUM_SIGN): likewise.
11345         (SQL_FN_NUM_SIN): likewise.
11346         (SQL_FN_NUM_SQRT): likewise.
11347         (SQL_FN_NUM_TAN): likewise.
11348         (SQL_FN_NUM_TRUNCATE): likewise.
11349         (SQL_FN_STR_ASCII): likewise.
11350         (SQL_FN_STR_CHAR): likewise.
11351         (SQL_FN_STR_CONCAT): likewise.
11352         (SQL_FN_STR_DIFFERENCE): likewise.
11353         (SQL_FN_STR_INSERT): likewise.
11354         (SQL_FN_STR_LCASE): likewise.
11355         (SQL_FN_STR_LEFT): likewise.
11356         (SQL_FN_STR_LENGTH): likewise.
11357         (SQL_FN_STR_LOCATE): likewise.
11358         (SQL_FN_STR_LOCATE_2): likewise.
11359         (SQL_FN_STR_LTRIM): likewise.
11360         (SQL_FN_STR_REPEAT): likewise.
11361         (SQL_FN_STR_REPLACE): likewise.
11362         (SQL_FN_STR_RIGHT): likewise.
11363         (SQL_FN_STR_RTRIM): likewise.
11364         (SQL_FN_STR_SOUNDEX): likewise.
11365         (SQL_FN_STR_SPACE): likewise.
11366         (SQL_FN_STR_SUBSTRING): likewise.
11367         (SQL_FN_STR_UCASE): likewise.
11368         (SQL_FN_SYS_DBNAME): likewise.
11369         (SQL_FN_SYS_IFNULL): likewise.
11370         (SQL_FN_SYS_USERNAME): likewise.
11371         (SQL_FN_TD_CURDATE): likewise.
11372         (SQL_FN_TD_CURTIME): likewise.
11373         (SQL_FN_TD_DAYNAME): likewise.
11374         (SQL_FN_TD_DAYOFMONTH): likewise.
11375         (SQL_FN_TD_DAYOFWEEK): likewise.
11376         (SQL_FN_TD_DAYOFYEAR): likewise.
11377         (SQL_FN_TD_HOUR): likewise.
11378         (SQL_FN_TD_MINUTE): likewise.
11379         (SQL_FN_TD_MONTH): likewise.
11380         (SQL_FN_TD_MONTHNAME): likewise.
11381         (SQL_FN_TD_NOW): likewise.
11382         (SQL_FN_TD_QUARTER): likewise.
11383         (SQL_FN_TD_SECOND): likewise.
11384         (SQL_FN_TD_TIMESTAMPadd): likewise.
11385         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11386         (SQL_FN_TD_WEEK): likewise.
11387         (SQL_FN_TD_YEAR): likewise.
11388         (SQL_FN_TSI_DAY): likewise.
11389         (SQL_FN_TSI_FRAC_SECOND): likewise.
11390         (SQL_FN_TSI_HOUR): likewise.
11391         (SQL_FN_TSI_MINUTE): likewise.
11392         (SQL_FN_TSI_MONTH): likewise.
11393         (SQL_FN_TSI_QUARTER): likewise.
11394         (SQL_FN_TSI_SECOND): likewise.
11395         (SQL_FN_TSI_WEEK): likewise.
11396         (SQL_FN_TSI_YEAR): likewise.
11397         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11398         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11399         (SQL_GB_NO_RELATION): likewise.
11400         (SQL_GB_NOT_SUPPORTED): likewise.
11401         (SQL_GD_BLOCK): likewise.
11402         (SQL_GD_BOUND): likewise.
11403         (SQL_GET_BOOKMARK): likewise.
11404         (SQL_GROUP_BY): likewise.
11405         (SQL_INFO_DRIVER_START): likewise.
11406         (SQL_INFO_FIRST): likewise.
11407         (SQL_INFO_LAST): likewise.
11408         (SQL_INTERVAL_DAY): likewise.
11409         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11410         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11411         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11412         (SQL_INTERVAL_HOUR): likewise.
11413         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11414         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11415         (SQL_INTERVAL_MINUTE): likewise.
11416         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11417         (SQL_INTERVAL_MONTH): likewise.
11418         (SQL_INTERVAL_SECOND): likewise.
11419         (SQL_INTERVAL_YEAR): likewise.
11420         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11421         (SQL_KEYSET_SIZE): likewise.
11422         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11423         (SQL_KEYWORDS): likewise.
11424         (SQL_LCK_EXCLUSIVE): likewise.
11425         (SQL_LCK_NO_CHANGE): likewise.
11426         (SQL_LCK_UNLOCK): likewise.
11427         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11428         (SQL_LIKE_ONLY): likewise.
11429         (SQL_LOCK_TYPES): likewise.
11430         (SQL_LOGIN_TIMEOUT): likewise.
11431         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11432         (SQL_LONGVARBINARY): likewise.
11433         (SQL_LONGVARCHAR): likewise.
11434         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11435         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11436         (SQL_MAX_DSN_LENGTH): likewise.
11437         (SQL_MAX_LENGTH): likewise.
11438         (SQL_MAX_LENGTH_DEFAULT): likewise.
11439         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11440         (SQL_MAX_OWNER_NAME_LEN): likewise.
11441         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11442         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11443         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11444         (SQL_MAX_ROWS): likewise.
11445         (SQL_MAX_ROWS_DEFAULT): likewise.
11446         (SQL_MODE_DEFAULT): likewise.
11447         (SQL_MODE_READ_ONLY): likewise.
11448         (SQL_MODE_READ_WRITE): likewise.
11449         (SQL_MULT_RESULT_SETS): likewise.
11450         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11451         (SQL_NC_END): likewise.
11452         (SQL_NC_START): likewise.
11453         (SQL_NEED_LONG_DATA_LEN): likewise.
11454         (SQL_NNC_NON_NULL): likewise.
11455         (SQL_NNC_NULL): likewise.
11456         (SQL_NO_TOTAL): likewise.
11457         (SQL_NON_NULLABLE_COLUMNS): likewise.
11458         (SQL_NOSCAN): likewise.
11459         (SQL_NOSCAN_DEFAULT): likewise.
11460         (SQL_NOSCAN_OFF): likewise.
11461         (SQL_NOSCAN_ON): likewise.
11462         (SQL_NUM_EXTENSIONS): likewise.
11463         (SQL_NUM_FUNCTIONS): likewise.
11464         (SQL_NUMERIC_FUNCTIONS): likewise.
11465         (SQL_OAC_LEVEL1): likewise.
11466         (SQL_OAC_LEVEL2): likewise.
11467         (SQL_OAC_NONE): likewise.
11468         (SQL_ODBC_API_CONFORMANCE): likewise.
11469         (SQL_ODBC_CURSORS): likewise.
11470         (SQL_ODBC_KEYWORDS): likewise.
11471         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11472         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11473         (SQL_ODBC_SQL_OPT_IEF): likewise.
11474         (SQL_ODBC_VER): likewise.
11475         (SQL_OPT_TRACE): likewise.
11476         (SQL_OPT_TRACE_DEFAULT): likewise.
11477         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11478         (SQL_OPT_TRACE_OFF): likewise.
11479         (SQL_OPT_TRACE_ON): likewise.
11480         (SQL_OPT_TRACEFILE): likewise.
11481         (SQL_OSC_CORE): likewise.
11482         (SQL_OSC_EXTENDED): likewise.
11483         (SQL_OSC_MINIMUM): likewise.
11484         (SQL_OSCC_COMPLIANT): likewise.
11485         (SQL_OSCC_NOT_COMPLIANT): likewise.
11486         (SQL_OU_DML_STATEMENTS): likewise.
11487         (SQL_OU_INDEX_DEFINITION): likewise.
11488         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11489         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11490         (SQL_OU_TABLE_DEFINITION): likewise.
11491         (SQL_OUTER_JOINS): likewise.
11492         (SQL_OWNER_TERM): likewise.
11493         (SQL_OWNER_USAGE): likewise.
11494         (SQL_PACKET_SIZE): likewise.
11495         (SQL_PC_NOT_PSEUDO): likewise.
11496         (SQL_POS_add): likewise.
11497         (SQL_POS_DELETE): likewise.
11498         (SQL_POS_OPERATIONS): likewise.
11499         (SQL_POS_POSITION): likewise.
11500         (SQL_POS_REFRESH): likewise.
11501         (SQL_POS_UPDATE): likewise.
11502         (SQL_POSITIONED_STATEMENTS): likewise.
11503         (SQL_PROCEDURE_TERM): likewise.
11504         (SQL_PROCEDURES): likewise.
11505         (SQL_PS_POSITIONED_DELETE): likewise.
11506         (SQL_PS_POSITIONED_UPDATE): likewise.
11507         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11508         (SQL_QL_END): likewise.
11509         (SQL_QL_START): likewise.
11510         (SQL_QU_DML_STATEMENTS): likewise.
11511         (SQL_QU_INDEX_DEFINITION): likewise.
11512         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11513         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11514         (SQL_QU_TABLE_DEFINITION): likewise.
11515         (SQL_QUALIFIER_LOCATION): likewise.
11516         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11517         (SQL_QUALIFIER_TERM): likewise.
11518         (SQL_QUALIFIER_USAGE): likewise.
11519         (SQL_QUERY_TIMEOUT): likewise.
11520         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11521         (SQL_QUICK): likewise.
11522         (SQL_QUIET_MODE): likewise.
11523         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11524         (SQL_RD_DEFAULT): likewise.
11525         (SQL_RD_OFF): likewise.
11526         (SQL_RD_ON): likewise.
11527         (SQL_RETRIEVE_DATA): likewise.
11528         (SQL_ROW_NUMBER): likewise.
11529         (SQL_ROW_UPDATES): likewise.
11530         (SQL_ROWSET_SIZE): likewise.
11531         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11532         (SQL_ROWVER): likewise.
11533         (SQL_SC_NON_UNIQUE): likewise.
11534         (SQL_SC_TRY_UNIQUE): likewise.
11535         (SQL_SC_UNIQUE): likewise.
11536         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11537         (SQL_SCROLL_DYNAMIC): likewise.
11538         (SQL_SCROLL_FORWARD_ONLY): likewise.
11539         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11540         (SQL_SCROLL_OPTIONS): likewise.
11541         (SQL_SCROLL_STATIC): likewise.
11542         (SQL_SEARCHABLE): likewise.
11543         (SQL_SIGNED_OFFSET): likewise.
11544         (SQL_SIMULATE_CURSOR): likewise.
11545         (SQL_SO_DYNAMIC): likewise.
11546         (SQL_SO_FORWARD_ONLY): likewise.
11547         (SQL_SO_KEYSET_DRIVEN): likewise.
11548         (SQL_SO_MIXED): likewise.
11549         (SQL_SO_STATIC): likewise.
11550         (SQL_SPEC_MAJOR): likewise.
11551         (SQL_SPEC_MINOR): likewise.
11552         (SQL_SPEC_STRING): likewise.
11553         (SQL_SQ_COMPARISON): likewise.
11554         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11555         (SQL_SQ_EXISTS): likewise.
11556         (SQL_SQ_IN): likewise.
11557         (SQL_SQ_QUANTIFIED): likewise.
11558         (SQL_SQLSTATE_SIZE): likewise.
11559         (SQL_SS_addITIONS): likewise.
11560         (SQL_SS_DELETIONS): likewise.
11561         (SQL_SS_UPDATES): likewise.
11562         (SQL_STATIC_SENSITIVITY): likewise.
11563         (SQL_STMT_OPT_MAX): likewise.
11564         (SQL_STMT_OPT_MIN): likewise.
11565         (SQL_STRING_FUNCTIONS): likewise.
11566         (SQL_SUBQUERIES): likewise.
11567         (SQL_SYSTEM_FUNCTIONS): likewise.
11568         (SQL_TABLE_STAT): likewise.
11569         (SQL_TABLE_TERM): likewise.
11570         (SQL_TIME): likewise.
11571         (SQL_TIMEDATE_add_INTERVALS): likewise.
11572         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11573         (SQL_TIMEDATE_FUNCTIONS): likewise.
11574         (SQL_TIMESTAMP): likewise.
11575         (SQL_TINYINT): likewise.
11576         (SQL_TRANSLATE_DLL): likewise.
11577         (SQL_TRANSLATE_OPTION): likewise.
11578         (SQL_TXN_ISOLATION): likewise.
11579         (SQL_TXN_VERSIONING): likewise.
11580         (SQL_TYPE_DRIVER_END): likewise.
11581         (SQL_TYPE_DRIVER_START): likewise.
11582         (SQL_TYPE_MAX): likewise.
11583         (SQL_TYPE_MIN): likewise.
11584         (SQL_TYPE_NULL): likewise.
11585         (SQL_U_UNION): likewise.
11586         (SQL_U_UNION_ALL): likewise.
11587         (SQL_UB_DEFAULT): likewise.
11588         (SQL_UB_OFF): likewise.
11589         (SQL_UB_ON): likewise.
11590         (SQL_UNICODE): likewise.
11591         (SQL_UNICODE_CHAR): likewise.
11592         (SQL_UNICODE_LONGVARCHAR): likewise.
11593         (SQL_UNICODE_VARCHAR): likewise.
11594         (SQL_UNION): likewise.
11595         (SQL_UNSEARCHABLE): likewise.
11596         (SQL_UNSIGNED_OFFSET): likewise.
11597         (SQL_USE_BOOKMARKS): likewise.
11598         (SQL_VARBINARY): likewise.
11599         (SQL_TRUE): add define for ODBC3.x.
11600         (SQL_FALSE): likewise.
11601         (SQL_AM_CONNECTION): likewise.
11602         (SQL_AM_NONE): likewise.
11603         (SQL_AM_STATEMENT): likewise.
11604         (SQL_API_SQLALLOCHANDLE): likewise.
11605         (SQL_API_SQLBINDPARAM): likewise.
11606         (SQL_API_SQLCLOSECURSOR): likewise.
11607         (SQL_API_SQLCOLATTRIBUTE): likewise.
11608         (SQL_API_SQLCOPYDESC): likewise.
11609         (SQL_API_SQLENDTRAN): likewise.
11610         (SQL_API_SQLFETCHSCROLL): likewise.
11611         (SQL_API_SQLFREEHANDLE): likewise.
11612         (SQL_API_SQLGETCONNECTATTR): likewise.
11613         (SQL_API_SQLGETDESCFIELD): likewise.
11614         (SQL_API_SQLGETDESCREC): likewise.
11615         (SQL_API_SQLGETDIAGFIELD): likewise.
11616         (SQL_API_SQLGETDIAGREC): likewise.
11617         (SQL_API_SQLGETENVATTR): likewise.
11618         (SQL_API_SQLGETSTMTATTR): likewise.
11619         (SQL_API_SQLSETCONNECTATTR): likewise.
11620         (SQL_API_SQLSETDESCFIELD): likewise.
11621         (SQL_API_SQLSETDESCREC): likewise.
11622         (SQL_API_SQLSETENVATTR): likewise.
11623         (SQL_API_SQLSETSTMTATTR): likewise.
11624         (SQL_ARD_TYPE): likewise.
11625         (SQL_AT_add_CONSTRAINT): likewise.
11626         (SQL_ATTR_APP_PARAM_DESC): likewise.
11627         (SQL_ATTR_APP_ROW_DESC): likewise.
11628         (SQL_ATTR_AUTO_IPD): likewise.
11629         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11630         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11631         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11632         (SQL_ATTR_IMP_ROW_DESC): likewise.
11633         (SQL_ATTR_METADATA_ID): likewise.
11634         (SQL_ATTR_OUTPUT_NTS): likewise.
11635         (SQL_CATALOG_NAME): likewise.
11636         (SQL_CODE_DATE): likewise.
11637         (SQL_CODE_TIME): likewise.
11638         (SQL_CODE_TIMESTAMP): likewise.
11639         (SQL_COLLATION_SEQ): likewise.
11640         (SQL_CURSOR_SENSITIVITY): likewise.
11641         (SQL_DATE_LEN): likewise.
11642         (SQL_DATETIME): likewise.
11643         (SQL_DEFAULT): likewise.
11644         (SQL_DESC_ALLOC_AUTO): likewise.
11645         (SQL_DESC_ALLOC_TYPE): likewise.
11646         (SQL_DESC_ALLOC_USER): likewise.
11647         (SQL_DESC_COUNT): likewise.
11648         (SQL_DESC_DATA_PTR): likewise.
11649         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11650         (SQL_DESC_INDICATOR_PTR): likewise.
11651         (SQL_DESC_LENGTH): likewise.
11652         (SQL_DESC_NAME): likewise.
11653         (SQL_DESC_NULLABLE): likewise.
11654         (SQL_DESC_OCTET_LENGTH): likewise.
11655         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11656         (SQL_DESC_PRECISION): likewise.
11657         (SQL_DESC_SCALE): likewise.
11658         (SQL_DESC_TYPE): likewise.
11659         (SQL_DESC_UNNAMED): likewise.
11660         (SQL_DESCRIBE_PARAMETER): likewise.
11661         (SQL_DIAG_ALTER_DOMAIN): likewise.
11662         (SQL_DIAG_ALTER_TABLE): likewise.
11663         (SQL_DIAG_CALL): likewise.
11664         (SQL_DIAG_CLASS_ORIGIN): likewise.
11665         (SQL_DIAG_CONNECTION_NAME): likewise.
11666         (SQL_DIAG_CREATE_ASSERTION): likewise.
11667         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11668         (SQL_DIAG_CREATE_COLLATION): likewise.
11669         (SQL_DIAG_CREATE_DOMAIN): likewise.
11670         (SQL_DIAG_CREATE_INDEX): likewise.
11671         (SQL_DIAG_CREATE_SCHEMA): likewise.
11672         (SQL_DIAG_CREATE_TABLE): likewise.
11673         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11674         (SQL_DIAG_CREATE_VIEW): likewise.
11675         (SQL_DIAG_DELETE_WHERE): likewise.
11676         (SQL_DIAG_DROP_ASSERTION): likewise.
11677         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11678         (SQL_DIAG_DROP_COLLATION): likewise.
11679         (SQL_DIAG_DROP_DOMAIN): likewise.
11680         (SQL_DIAG_DROP_INDEX): likewise.
11681         (SQL_DIAG_DROP_SCHEMA): likewise.
11682         (SQL_DIAG_DROP_TABLE): likewise.
11683         (SQL_DIAG_DROP_TRANSLATION): likewise.
11684         (SQL_DIAG_DROP_VIEW): likewise.
11685         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11686         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11687         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11688         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11689         (SQL_DIAG_GRANT): likewise.
11690         (SQL_DIAG_INSERT): likewise.
11691         (SQL_DIAG_MESSAGE_TEXT): likewise.
11692         (SQL_DIAG_NATIVE): likewise.
11693         (SQL_DIAG_NUMBER): likewise.
11694         (SQL_DIAG_RETURNCODE): likewise.
11695         (SQL_DIAG_REVOKE): likewise.
11696         (SQL_DIAG_ROW_COUNT): likewise.
11697         (SQL_DIAG_SELECT_CURSOR): likewise.
11698         (SQL_DIAG_SERVER_NAME): likewise.
11699         (SQL_DIAG_SQLSTATE): likewise.
11700         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11701         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11702         (SQL_DIAG_UPDATE_WHERE): likewise.
11703         (SQL_FALSE): likewise.
11704         (SQL_FETCH_ABSOLUTE): likewise.
11705         (SQL_FETCH_LAST): likewise.
11706         (SQL_FETCH_PRIOR): likewise.
11707         (SQL_FETCH_RELATIVE): likewise.
11708         (SQL_HANDLE_DBC): likewise.
11709         (SQL_HANDLE_DESC): likewise.
11710         (SQL_HANDLE_ENV): likewise.
11711         (SQL_HANDLE_STMT): likewise.
11712         (SQL_INSENSITIVE): likewise.
11713         (SQL_INTEGRITY): likewise.
11714         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11715         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11716         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11717         (SQL_MAX_IDENTIFIER_LEN): likewise.
11718         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11719         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11720         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11721         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11722         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11723         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11724         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11725         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11726         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11727         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11728         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11729         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11730         (SQL_MAXIMUM_ROW_SIZE): likewise.
11731         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11732         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11733         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11734         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11735         (SQL_NAMED): likewise.
11736         (SQL_NONSCROLLABLE): likewise.
11737         (SQL_NTSL): likewise.
11738         (SQL_NULL_HANDLE): likewise.
11739         (SQL_NULL_HDESC): likewise.
11740         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11741         (SQL_PRED_BASIC): likewise.
11742         (SQL_PRED_CHAR): likewise.
11743         (SQL_PRED_NONE): likewise.
11744         (SQL_ROW_IDENTIFIER): likewise.
11745         (SQL_SCROLLABLE): likewise.
11746         (SQL_SENSITIVE): likewise.
11747         (SQL_SUCCEEDED(rc)): likewise.
11748         (SQL_TIME_LEN): likewise.
11749         (SQL_TIMESTAMP_LEN): likewise.
11750         (SQL_TRANSACTION_CAPABLE): likewise.
11751         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11752         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11753         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11754         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11755         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11756         (SQL_TYPE_DATE): likewise.
11757         (SQL_TYPE_TIME): likewise.
11758         (SQL_TYPE_TIMESTAMP): likewise.
11759         (SQL_UNKNOWN_TYPE): likewise.
11760         (SQL_UNNAMED): likewise.
11761         (SQL_UNSPECIFIED): likewise.
11762         (SQL_XOPEN_CLI_YEAR): likewise.
11763         (SQLAllocConnect): add comment marking as deperecated.
11764         (SQLAllocEnv): likewise.
11765         (SQLAllocStmt): likewise.
11766         (SQLFreeConnect): likewise.
11767         (SQLFreeEnv): likewise.
11768         (SQLGetConnectOption): likewise.
11769         (SQLGetStmtOption): likewise.
11770
11771         * include/sqlext.h (#include <sqlucode.h>): add directive.
11772         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11773         (SQLColAttributes): likewise.
11774         (SQLBulkOperations): add function prototype.
11775         (SQLAllocHandleStd): likewise
11776         (TraceReturn): add Trace API prototype.
11777         (TraceVersion): likewise.
11778         (ODBCGetTryWaitValue):likewise.
11779         (ODBCSetTryWaitValue): likewise.
11780         (SQL_LOCK_RECORD): correct function macro.
11781         (SQL_REFRESH_RECORD): likewise.
11782         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11783         _WIN64 compatability.
11784         move defines for non-core functions from sql.h to sqlext.h (refer
11785         changes for sql.h)
11786         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11787         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11788         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11789         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11790         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11791         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11792         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11793         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11794         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11795         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11796         (SQL_AF_ALL): likewise.
11797         (SQL_AF_AVG): likewise.
11798         (SQL_AF_COUNT): likewise.
11799         (SQL_AF_DISTINCT): likewise.
11800         (SQL_AF_MAX): likewise.
11801         (SQL_AF_MIN): likewise.
11802         (SQL_AF_SUM): likewise.
11803         (SQL_AGGREGATE_FUNCTIONS): likewise.
11804         (SQL_ALL_CATALOGS): likewise.
11805         (SQL_ALL_SCHEMAS): likewise.
11806         (SQL_ALL_TABLE_TYPES): likewise.
11807         (SQL_ALTER_DOMAIN): likewise.
11808         (SQL_AM_CONNECTION): likewise.
11809         (SQL_AM_NONE): likewise.
11810         (SQL_AM_STATEMENT): likewise.
11811         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11812         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11813         (SQL_API_SQLALLOCHANDLESTD): likewise.
11814         (SQL_API_SQLBULKOPERATIONS): likewise.
11815         (SQL_ASYNC_MODE): likewise.
11816         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11817         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11818         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11819         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11820         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11821         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11822         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11823         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11824         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11825         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11826         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11827         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11828         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11829         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11830         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11831         (SQL_ATTR_ACCESS_MODE): likewise.
11832         (SQL_ATTR_ASYNC_ENABLE): likewise.
11833         (SQL_ATTR_AUTOCOMMIT): likewise.
11834         (SQL_ATTR_CONCURRENCY): likewise.
11835         (SQL_ATTR_CONNECTION_POOLING): likewise.
11836         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
11837         (SQL_ATTR_CP_MATCH): likewise.
11838         (SQL_ATTR_CURRENT_CATALOG): likewise.
11839         (SQL_ATTR_CURSOR_TYPE): likewise.
11840         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
11841         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
11842         (SQL_ATTR_ENLIST_IN_DTC): likewise.
11843         (SQL_ATTR_ENLIST_IN_XA): likewise.
11844         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
11845         (SQL_ATTR_KEYSET_SIZE): likewise.
11846         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
11847         (SQL_ATTR_MAX_LENGTH): likewise.
11848         (SQL_ATTR_MAX_ROWS): likewise.
11849         (SQL_ATTR_NOSCAN): likewise.
11850         (SQL_ATTR_ODBC_CURSORS): likewise.
11851         (SQL_ATTR_ODBC_VERSION): likewise.
11852         (SQL_ATTR_PACKET_SIZE): likewise.
11853         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
11854         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
11855         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
11856         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
11857         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
11858         (SQL_ATTR_PARAMSET_SIZE): likewise.
11859         (SQL_ATTR_QUERY_TIMEOUT): likewise.
11860         (SQL_ATTR_QUIET_MODE): likewise.
11861         (SQL_ATTR_RETRIEVE_DATA): likewise.
11862         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
11863         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
11864         (SQL_ATTR_ROW_BIND_TYPE): likewise.
11865         (SQL_ATTR_ROW_NUMBER): likewise.
11866         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
11867         (SQL_ATTR_ROW_STATUS_PTR): likewise.
11868         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
11869         (SQL_ATTR_SIMULATE_CURSOR): likewise.
11870         (SQL_ATTR_TRACE): likewise.
11871         (SQL_ATTR_TRACEFILE): likewise.
11872         (SQL_ATTR_TRANSLATE_LIB): likewise.
11873         (SQL_ATTR_TRANSLATE_OPTION): likewise.
11874         (SQL_ATTR_TXN_ISOLATION): likewise.
11875         (SQL_ATTR_USE_BOOKMARKS): likewise.
11876         (SQL_BATCH_ROW_COUNT): likewise.
11877         (SQL_BATCH_SUPPORT): likewise.
11878         (SQL_BRC_EXPLICIT): likewise.
11879         (SQL_BRC_PROCEDURES): likewise.
11880         (SQL_BRC_ROLLED_UP): likewise.
11881         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
11882         (SQL_BS_ROW_COUNT_PROC): likewise.
11883         (SQL_BS_SELECT_EXPLICIT): likewise.
11884         (SQL_BS_SELECT_PROC): likewise.
11885         (SQL_C_INTERVAL_DAY): likewise.
11886         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
11887         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
11888         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
11889         (SQL_C_INTERVAL_HOUR): likewise.
11890         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
11891         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
11892         (SQL_C_INTERVAL_MINUTE): likewise.
11893         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
11894         (SQL_C_INTERVAL_MONTH): likewise.
11895         (SQL_C_INTERVAL_SECOND): likewise.
11896         (SQL_C_INTERVAL_YEAR): likewise.
11897         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
11898         (SQL_C_NUMERIC): likewise.
11899         (SQL_C_SBIGINT): likewise.
11900         (SQL_C_TYPE_DATE): likewise.
11901         (SQL_C_TYPE_TIME): likewise.
11902         (SQL_C_TYPE_TIMESTAMP): likewise.
11903         (SQL_C_UBIGINT): likewise.
11904         (SQL_C_VARBOOKMARK): likewise.
11905         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
11906         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11907         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11908         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
11909         (SQL_CA_CREATE_ASSERTION): likewise.
11910         (SQL_CA1_ABSOLUTE): likewise.
11911         (SQL_CA1_BOOKMARK): likewise.
11912         (SQL_CA1_BULK_ADD): likewise.
11913         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
11914         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
11915         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
11916         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
11917         (SQL_CA1_LOCK_NO_CHANGE): likewise.
11918         (SQL_CA1_LOCK_UNLOCK): likewise.
11919         (SQL_CA1_NEXT): likewise.
11920         (SQL_CA1_POS_DELETE): likewise.
11921         (SQL_CA1_POS_POSITION): likewise.
11922         (SQL_CA1_POS_REFRESH): likewise.
11923         (SQL_CA1_POS_UPDATE): likewise.
11924         (SQL_CA1_POSITIONED_DELETE): likewise.
11925         (SQL_CA1_POSITIONED_UPDATE): likewise.
11926         (SQL_CA1_RELATIVE): likewise.
11927         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
11928         (SQL_CA2_CRC_APPROXIMATE): likewise.
11929         (SQL_CA2_CRC_EXACT): likewise.
11930         (SQL_CA2_LOCK_CONCURRENCY): likewise.
11931         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
11932         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
11933         (SQL_CA2_MAX_ROWS_DELETE): likewise.
11934         (SQL_CA2_MAX_ROWS_INSERT): likewise.
11935         (SQL_CA2_MAX_ROWS_SELECT): likewise.
11936         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
11937         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
11938         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
11939         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
11940         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
11941         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
11942         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
11943         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
11944         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
11945         (SQL_CA2_SIMULATE_UNIQUE): likewise.
11946         (SQL_CATALOG_LOCATION): likewise.
11947         (SQL_CATALOG_NAME_SEPARATOR): likewise.
11948         (SQL_CATALOG_TERM): likewise.
11949         (SQL_CATALOG_USAGE): likewise.
11950         (SQL_CCOL_CREATE_COLLATION): likewise.
11951         (SQL_CCS_COLLATE_CLAUSE): likewise.
11952         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
11953         (SQL_CCS_LIMITED_COLLATION): likewise.
11954         (SQL_CDO_COLLATION): likewise.
11955         (SQL_CDO_CONSTRAINT): likewise.
11956         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
11957         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11958         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11959         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
11960         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
11961         (SQL_CDO_CREATE_DOMAIN): likewise.
11962         (SQL_CDO_DEFAULT): likewise.
11963         (SQL_CL_END): likewise.
11964         (SQL_CL_START): likewise.
11965         (SQL_COL_PRED_BASIC): likewise.
11966         (SQL_COL_PRED_CHAR): likewise.
11967         (SQL_COLUMN_DRIVER_START): likewise.
11968         (SQL_COLUMN_IGNORE): likewise.
11969         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
11970         (SQL_CONVERT_GUID): likewise.
11971         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
11972         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
11973         (SQL_CONVERT_WCHAR): likewise.
11974         (SQL_CONVERT_WLONGVARCHAR): likewise.
11975         (SQL_CONVERT_WVARCHAR): likewise.
11976         (SQL_CP_DEFAULT): likewise.
11977         (SQL_CP_MATCH_DEFAULT): likewise.
11978         (SQL_CP_OFF): likewise.
11979         (SQL_CP_ONE_PER_DRIVER): likewise.
11980         (SQL_CP_ONE_PER_HENV): likewise.
11981         (SQL_CP_RELAXED_MATCH): likewise.
11982         (SQL_CP_STRICT_MATCH): likewise.
11983         (SQL_CREATE_ASSERTION): likewise.
11984         (SQL_CREATE_CHARACTER_SET): likewise.
11985         (SQL_CREATE_COLLATION): likewise.
11986         (SQL_CREATE_DOMAIN): likewise.
11987         (SQL_CREATE_SCHEMA): likewise.
11988         (SQL_CREATE_TABLE): likewise.
11989         (SQL_CREATE_TRANSLATION): likewise.
11990         (SQL_CREATE_VIEW): likewise.
11991         (SQL_CS_AUTHORIZATION): likewise.
11992         (SQL_CS_CREATE_SCHEMA): likewise.
11993         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
11994         (SQL_CT_COLUMN_COLLATION): likewise.
11995         (SQL_CT_COLUMN_CONSTRAINT): likewise.
11996         (SQL_CT_COLUMN_DEFAULT): likewise.
11997         (SQL_CT_COMMIT_DELETE): likewise.
11998         (SQL_CT_COMMIT_PRESERVE): likewise.
11999         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
12000         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12001         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12002         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
12003         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
12004         (SQL_CT_CREATE_TABLE): likewise.
12005         (SQL_CT_GLOBAL_TEMPORARY): likewise.
12006         (SQL_CT_LOCAL_TEMPORARY): likewise.
12007         (SQL_CT_TABLE_CONSTRAINT): likewise.
12008         (SQL_CTR_CREATE_TRANSLATION): likewise.
12009         (SQL_CU_DML_STATEMENTS): likewise.
12010         (SQL_CU_INDEX_DEFINITION): likewise.
12011         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
12012         (SQL_CU_PROCEDURE_INVOCATION): likewise.
12013         (SQL_CU_TABLE_DEFINITION): likewise.
12014         (SQL_CVT_GUID): likewise.
12015         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
12016         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
12017         (SQL_CVT_WCHAR): likewise.
12018         (SQL_CVT_WLONGVARCHAR): likewise.
12019         (SQL_CVT_WVARCHAR): likewise.
12020         (SQL_DA_DROP_ASSERTION): likewise.
12021         (SQL_DATETIME_LITERALS): likewise.
12022         (SQL_DB_DEFAULT): likewise.
12023         (SQL_DB_DISCONNECT): likewise.
12024         (SQL_DB_RETURN_TO_POOL): likewise.
12025         (SQL_DC_DROP_COLLATION): likewise.
12026         (SQL_DCS_DROP_CHARACTER_SET): likewise.
12027         (SQL_DD_CASCADE): likewise.
12028         (SQL_DD_DROP_DOMAIN): likewise.
12029         (SQL_DD_RESTRICT): likewise.
12030         (SQL_DDL_INDEX): likewise.
12031         (SQL_DELETE_BY_BOOKMARK): likewise.
12032         (SQL_DESC_ARRAY_SIZE): likewise.
12033         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
12034         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
12035         (SQL_DESC_BASE_COLUMN_NAME): likewise.
12036         (SQL_DESC_BASE_TABLE_NAME): likewise.
12037         (SQL_DESC_BIND_OFFSET_PTR): likewise.
12038         (SQL_DESC_BIND_TYPE): likewise.
12039         (SQL_DESC_CASE_SENSITIVE): likewise.
12040         (SQL_DESC_CATALOG_NAME): likewise.
12041         (SQL_DESC_CONCISE_TYPE): likewise.
12042         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
12043         (SQL_DESC_DISPLAY_SIZE): likewise.
12044         (SQL_DESC_FIXED_PREC_SCALE): likewise.
12045         (SQL_DESC_LABEL): likewise.
12046         (SQL_DESC_LITERAL_PREFIX): likewise.
12047         (SQL_DESC_LITERAL_SUFFIX): likewise.
12048         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
12049         (SQL_DESC_MAXIMUM_SCALE): likewise.
12050         (SQL_DESC_MINIMUM_SCALE): likewise.
12051         (SQL_DESC_NUM_PREC_RADIX): likewise.
12052         (SQL_DESC_PARAMETER_TYPE): likewise.
12053         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
12054         (SQL_DESC_SCHEMA_NAME): likewise.
12055         (SQL_DESC_SEARCHABLE): likewise.
12056         (SQL_DESC_TABLE_NAME): likewise.
12057         (SQL_DESC_TYPE_NAME): likewise.
12058         (SQL_DESC_UNSIGNED): likewise.
12059         (SQL_DESC_UPDATABLE): likewise.
12060         (SQL_DI_CREATE_INDEX): likewise.
12061         (SQL_DI_DROP_INDEX): likewise.
12062         (SQL_DIAG_COLUMN_NUMBER): likewise.
12063         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
12064         (SQL_DIAG_ROW_NUMBER): likewise.
12065         (SQL_DL_SQL92_DATE): likewise.
12066         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
12067         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
12068         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
12069         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
12070         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
12071         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
12072         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
12073         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
12074         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
12075         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
12076         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
12077         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
12078         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
12079         (SQL_DL_SQL92_TIME): likewise.
12080         (SQL_DL_SQL92_TIMESTAMP): likewise.
12081         (SQL_DM_VER): likewise.
12082         (SQL_DRIVER_HDESC): likewise.
12083         (SQL_DROP_ASSERTION): likewise.
12084         (SQL_DROP_CHARACTER_SET): likewise.
12085         (SQL_DROP_COLLATION): likewise.
12086         (SQL_DROP_DOMAIN): likewise.
12087         (SQL_DROP_SCHEMA): likewise.
12088         (SQL_DROP_TABLE): likewise.
12089         (SQL_DROP_TRANSLATION): likewise.
12090         (SQL_DROP_VIEW): likewise.
12091         (SQL_DS_CASCADE): likewise.
12092         (SQL_DS_DROP_SCHEMA): likewise.
12093         (SQL_DS_RESTRICT): likewise.
12094         (SQL_DT_CASCADE): likewise.
12095         (SQL_DT_DROP_TABLE): likewise.
12096         (SQL_DT_RESTRICT): likewise.
12097         (SQL_DTC_DONE): likewise.
12098         (SQL_DTR_DROP_TRANSLATION): likewise.
12099         (SQL_DV_CASCADE): likewise.
12100         (SQL_DV_DROP_VIEW): likewise.
12101         (SQL_DV_RESTRICT): likewise.
12102         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
12103         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
12104         (SQL_EXT_API_LAST): likewise.
12105         (SQL_EXT_API_START): likewise.
12106         (SQL_FETCH_BY_BOOKMARK): likewise.
12107         (SQL_FETCH_FIRST_SYSTEM): likewise.
12108         (SQL_FETCH_FIRST_USER): likewise.
12109         (SQL_FN_CVT_CAST): likewise.
12110         (SQL_FN_STR_BIT_LENGTH): likewise.
12111         (SQL_FN_STR_CHAR_LENGTH): likewise.
12112         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
12113         (SQL_FN_STR_OCTET_LENGTH): likewise.
12114         (SQL_FN_STR_POSITION): likewise.
12115         (SQL_FN_TD_CURRENT_DATE): likewise.
12116         (SQL_FN_TD_CURRENT_TIME): likewise.
12117         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
12118         (SQL_FN_TD_EXTRACT): likewise.
12119         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
12120         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
12121         (SQL_FUNC_EXISTS(exists,api)): likewise.
12122         (SQL_GB_COLLATE): likewise.
12123         (SQL_HANDLE_SENV): likewise.
12124         (SQL_IK_ALL): likewise.
12125         (SQL_IK_ASC): likewise.
12126         (SQL_IK_DESC): likewise.
12127         (SQL_IK_NONE): likewise.
12128         (SQL_INDEX_KEYWORDS): likewise.
12129         (SQL_INFO_DRIVER_START): likewise.
12130         (SQL_INFO_LAST): likewise.
12131         (SQL_INFO_SCHEMA_VIEWS): likewise.
12132         (SQL_INITIALLY_DEFERRED): likewise.
12133         (SQL_INITIALLY_IMMEDIATE): likewise.
12134         (SQL_INSERT_STATEMENT): likewise.
12135         (SQL_INTERVAL): likewise.
12136         (SQL_IS_INSERT_LITERALS): likewise.
12137         (SQL_IS_INSERT_SEARCHED): likewise.
12138         (SQL_IS_INTEGER): likewise.
12139         (SQL_IS_POINTER): likewise.
12140         (SQL_IS_SELECT_INTO): likewise.
12141         (SQL_IS_SMALLINT): likewise.
12142         (SQL_IS_UINTEGER): likewise.
12143         (SQL_IS_USMALLINT): likewise.
12144         (SQL_ISV_ASSERTIONS): likewise.
12145         (SQL_ISV_CHARACTER_SETS): likewise.
12146         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12147         (SQL_ISV_COLLATIONS): likewise.
12148         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12149         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12150         (SQL_ISV_COLUMNS): likewise.
12151         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12152         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12153         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12154         (SQL_ISV_DOMAINS): likewise.
12155         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12156         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12157         (SQL_ISV_SCHEMATA): likewise.
12158         (SQL_ISV_SQL_LANGUAGES): likewise.
12159         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12160         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12161         (SQL_ISV_TABLES): likewise.
12162         (SQL_ISV_TRANSLATIONS): likewise.
12163         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12164         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12165         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12166         (SQL_ISV_VIEWS): likewise.
12167         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12168         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12169         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12170         (SQL_NO_COLUMN_NUMBER): likewise.
12171         (SQL_NO_ROW_NUMBER): likewise.
12172         (SQL_NOT_DEFERRABLE): likewise.
12173         (SQL_NUM_EXTENSIONS): likewise.
12174         (SQL_NUM_FUNCTIONS): likewise.
12175         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12176         (SQL_OIC_CORE): likewise.
12177         (SQL_OIC_LEVEL1): likewise.
12178         (SQL_OIC_LEVEL2): likewise.
12179         (SQL_OV_ODBC2): likewise.
12180         (SQL_OV_ODBC3): likewise.
12181         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12182         (SQL_PARAM_ARRAY_SELECTS): likewise.
12183         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12184         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12185         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12186         (SQL_PARAM_ERROR): likewise.
12187         (SQL_PARAM_IGNORE): likewise.
12188         (SQL_PARAM_PROCEED): likewise.
12189         (SQL_PARAM_SUCCESS): likewise.
12190         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12191         (SQL_PARAM_UNUSED): likewise.
12192         (SQL_PARC_BATCH): likewise.
12193         (SQL_PARC_NO_BATCH): likewise.
12194         (SQL_PAS_BATCH): likewise.
12195         (SQL_PAS_NO_BATCH): likewise.
12196         (SQL_PAS_NO_SELECT): likewise.
12197         (SQL_ROW_IGNORE): likewise.
12198         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12199         (SQL_ROW_PROCEED): likewise.
12200         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12201         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12202         (SQL_SC_SQL92_ENTRY): likewise.
12203         (SQL_SC_SQL92_FULL): likewise.
12204         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12205         (SQL_SCC_ISO92_CLI): likewise.
12206         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12207         (SQL_SCHEMA_TERM): likewise.
12208         (SQL_SCHEMA_USAGE): likewise.
12209         (SQL_SDF_CURRENT_DATE): likewise.
12210         (SQL_SDF_CURRENT_TIME): likewise.
12211         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12212         (SQL_SFKD_CASCADE): likewise.
12213         (SQL_SFKD_NO_ACTION): likewise.
12214         (SQL_SFKD_SET_DEFAULT): likewise.
12215         (SQL_SFKD_SET_NULL): likewise.
12216         (SQL_SFKU_CASCADE): likewise.
12217         (SQL_SFKU_NO_ACTION): likewise.
12218         (SQL_SFKU_SET_DEFAULT): likewise.
12219         (SQL_SFKU_SET_NULL): likewise.
12220         (SQL_SG_DELETE_TABLE): likewise.
12221         (SQL_SG_INSERT_COLUMN): likewise.
12222         (SQL_SG_INSERT_TABLE): likewise.
12223         (SQL_SG_REFERENCES_COLUMN): likewise.
12224         (SQL_SG_REFERENCES_TABLE): likewise.
12225         (SQL_SG_SELECT_TABLE): likewise.
12226         (SQL_SG_UPDATE_COLUMN): likewise.
12227         (SQL_SG_UPDATE_TABLE): likewise.
12228         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12229         (SQL_SG_USAGE_ON_COLLATION): likewise.
12230         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12231         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12232         (SQL_SG_WITH_GRANT_OPTION): likewise.
12233         (SQL_SNVF_BIT_LENGTH): likewise.
12234         (SQL_SNVF_CHAR_LENGTH): likewise.
12235         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12236         (SQL_SNVF_EXTRACT): likewise.
12237         (SQL_SNVF_OCTET_LENGTH): likewise.
12238         (SQL_SNVF_POSITION): likewise.
12239         (SQL_SP_BETWEEN): likewise.
12240         (SQL_SP_COMPARISON): likewise.
12241         (SQL_SP_EXISTS): likewise.
12242         (SQL_SP_IN): likewise.
12243         (SQL_SP_ISNOTNULL): likewise.
12244         (SQL_SP_ISNULL): likewise.
12245         (SQL_SP_LIKE): likewise.
12246         (SQL_SP_MATCH_FULL): likewise.
12247         (SQL_SP_MATCH_PARTIAL): likewise.
12248         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12249         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12250         (SQL_SP_OVERLAPS): likewise.
12251         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12252         (SQL_SP_UNIQUE): likewise.
12253         (SQL_SQL_CONFORMANCE): likewise.
12254         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12255         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12256         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12257         (SQL_SQL92_GRANT): likewise.
12258         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12259         (SQL_SQL92_PREDICATES): likewise.
12260         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12261         (SQL_SQL92_REVOKE): likewise.
12262         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12263         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12264         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12265         (SQL_SR_CASCADE): likewise.
12266         (SQL_SR_DELETE_TABLE): likewise.
12267         (SQL_SR_GRANT_OPTION_FOR): likewise.
12268         (SQL_SR_INSERT_COLUMN): likewise.
12269         (SQL_SR_INSERT_TABLE): likewise.
12270         (SQL_SR_REFERENCES_COLUMN): likewise.
12271         (SQL_SR_REFERENCES_TABLE): likewise.
12272         (SQL_SR_RESTRICT): likewise.
12273         (SQL_SR_SELECT_TABLE): likewise.
12274         (SQL_SR_UPDATE_COLUMN): likewise.
12275         (SQL_SR_UPDATE_TABLE): likewise.
12276         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12277         (SQL_SR_USAGE_ON_COLLATION): likewise.
12278         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12279         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12280         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12281         (SQL_SRJO_CROSS_JOIN): likewise.
12282         (SQL_SRJO_EXCEPT_JOIN): likewise.
12283         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12284         (SQL_SRJO_INNER_JOIN): likewise.
12285         (SQL_SRJO_INTERSECT_JOIN): likewise.
12286         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12287         (SQL_SRJO_NATURAL_JOIN): likewise.
12288         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12289         (SQL_SRJO_UNION_JOIN): likewise.
12290         (SQL_SRVC_DEFAULT): likewise.
12291         (SQL_SRVC_NULL): likewise.
12292         (SQL_SRVC_ROW_SUBQUERY): likewise.
12293         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12294         (SQL_SSF_CONVERT): likewise.
12295         (SQL_SSF_LOWER): likewise.
12296         (SQL_SSF_SUBSTRING): likewise.
12297         (SQL_SSF_TRANSLATE): likewise.
12298         (SQL_SSF_TRIM_BOTH): likewise.
12299         (SQL_SSF_TRIM_LEADING): likewise.
12300         (SQL_SSF_TRIM_TRAILING): likewise.
12301         (SQL_SSF_UPPER): likewise.
12302         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12303         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12304         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12305         (SQL_SU_DML_STATEMENTS): likewise.
12306         (SQL_SU_INDEX_DEFINITION): likewise.
12307         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12308         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12309         (SQL_SU_TABLE_DEFINITION): likewise.
12310         (SQL_SVE_CASE): likewise.
12311         (SQL_SVE_CAST): likewise.
12312         (SQL_SVE_COALESCE): likewise.
12313         (SQL_SVE_NULLIF): likewise.
12314         (SQL_UB_FIXED): likewise.
12315         (SQL_UB_VARIABLE): likewise.
12316         (SQL_UNION_STATEMENT): likewise.
12317         (SQL_UPDATE_BY_BOOKMARK): likewise.
12318         (SQL_US_UNION): likewise.
12319         (SQL_US_UNION_ALL): likewise.
12320         (SQL_DESC_ROWVER): likewise.
12321         (SQL_GUID): likewise.
12322         (SQL_C_GUID): likewise.
12323         (ODBC_STD): likewise.
12324         (SQLAllocHandle): likewise.
12325         (SQLAllocEnv(p)): likewise.
12326         (SQL_YEAR): likewise.
12327         (SQL_MONTH): likewise.
12328         (SQL_DAY): likewise.
12329         (SQL_HOUR): likewise.
12330         (SQL_MINUTE): likewise.
12331         (SQL_SECOND): likewise.
12332         (SQL_YEAR_TO_MONTH): likewise.
12333         (SQL_DAY_TO_HOUR): likewise.
12334         (SQL_DAY_TO_MINUTE): likewise.
12335         (SQL_DAY_TO_SECOND): likewise.
12336         (SQL_HOUR_TO_MINUTE): likewise.
12337         (SQL_HOUR_TO_SECOND): likewise.
12338         (SQL_MINUTE_TO_SECOND): likewise.
12339         (SQL_ATTR_ANSI_APP): likewise.
12340         (SQL_AA_TRUE): likewise.
12341         (SQL_AA_FALSE): likewise.
12342
12343         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12344         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12345         (struct tagSQL_DAY_SECOND): likewise.
12346         (struct tagSQL_INTERVAL_STRUCT): likewise.
12347         (struct tagSQL_NUMERIC_STRUCT): likewise.
12348         (struct tagSQLGUID): add for 0DBC3.50.
12349         (enum SQLINTERVAL): add for ODBC3.x.
12350         (SQLWCHAR): add typedef.
12351         (SQLTCHAR): add typedef, conditional on UNICODE.
12352         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12353         (SQLULEN): likewise.
12354         (SQLROWOFFSET): likewise.
12355         (SQLROWCOUNT): likewise.
12356         (SQLTRANSID): likewise.
12357         (SQLSETPOSIROW): likewise.
12358         (SQLHANDLE): add ODBC3.x typedef.
12359         (SQLHDESC): likewise.
12360         (SQLDATE): likewise.
12361         (SQLDECIMAL): likewise.
12362         (SQLDOUBLE): likewise.
12363         (SQLFLOAT): likewise.
12364         (SQLNUMERIC): likewise.
12365         (SQLREAL): likewise.
12366         (SQLTIME): likewise.
12367         (SQLTIMESTAMP): likewise.
12368         (SQLVARCHAR): likewise.
12369         (SQLBIGINT): likewise.
12370         (SQLUBIGINT): likewise.
12371         (SQL_DATE_STRUCT): likewise.
12372         (SQL_TIME_STRUCT): likewise.
12373         (SQL_TIMESTAMP_STRUCT): likewise.
12374         (ODBCINT64): add ODBC3.x define.
12375
12376         * lib/odbc32.def : regenerate.
12377
12378 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12379
12380         * Apply Danny Smith patch 102275
12381         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12382         * include/objbase.h: (COM_RIGHTS): Add definition.
12383         (tagSTDMSHLFLAGS): add enumeration.
12384         (CoInitializeEx): Add prototypes.
12385         (CoGetStdMarshalEx): ditto.
12386         (CoCreateInstanceEx): ditto.
12387         (CoInitializeSecurity): ditto.
12388         (CoGetCallContext): ditto.
12389         (CoQueryProxyBlanket): ditto.
12390         (CoSetProxyBlanket): ditto.
12391         (CoCopyProxy): ditto.
12392         (CoQueryClientBlanket): ditto.
12393         (CoImpersonateClient): ditto.
12394         (CoRevertToSelf): ditto.
12395         (CoQueryAuthenticationServices): ditto.
12396         (CoSwitchCallContext): ditto.
12397         (CoGetInstanceFromFile): ditto.
12398         (CoGetInstanceFromIStorage): ditto.
12399         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12400         (SOLE_AUTHENTICATION_INFO): ditto.
12401         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12402         (COLE_DEFAULT_PRINCIPAL): Add definition.
12403         (COLE_DEFAULT_AUTHINFO): Ditto.
12404         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12405         (RPC_PROTSEQ_VECTOR) Fix typo.
12406         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12407         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12408         attribute.
12409
12410 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12411
12412         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12413         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12414         New file.
12415
12416 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12417
12418         * include/winnt.h: Add PTOKEN_USER.
12419
12420 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12421
12422         * include/sqlucode.h: Apply Danny Smith patch 102443
12423         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12424         New file.
12425
12426 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12427
12428         * lib/odbccp32.def: Apply Danny Smith patch 102442
12429         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12430         New file.
12431
12432 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12433
12434         * include/odbcinst.h: Apply Danny Smith patch 102441
12435         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12436         New file.
12437
12438 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12439
12440         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12441
12442 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12443
12444         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12445
12446 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12447
12448         * lib/Makefile.in: Install headers and libraries in tooldir.
12449
12450 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12451
12452         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12453         SORT_STRINGSORT: ditto.
12454         CMAP*: ditto.
12455         CTRY_*: add new defines.
12456         LGRPID_*: ditto.
12457         LCMAP*: change defines to hex notation.
12458         CALID: change from ULONG to DWORD.
12459         CALTYPE: ditto.
12460         _cpinfoex[AW]: add structure.
12461         FoldString: correct Unicode mappings.
12462         GetCPInfoEx[AW]: add prototypes.
12463         EnumCalendarInfoEx[AW]: ditto.
12464         EnumDateFormatsEx[AW]: ditto.
12465         EnumSystemLanguageGroups[AW]: ditto.
12466         EnumLanguageGroupLocales[AW]: ditto.
12467         EnumUILanguages[AW]: ditto.
12468         GetSystemDefaultUILanguage[AW]: ditto.
12469         GetUserDefaultUILanguage[AW]: ditto.
12470         IsValidLanguageGroup[AW]: ditto.
12471         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12472         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12473         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12474         UILANGUAGE_ENUMPROC[AW]: ditto
12475         DATEFMT_ENUMPROCEX[AW]: ditto
12476         LPCURRENCYFMT[AW]: add structure pointer typedef
12477         LPNUMBERFMT[AW]: ditto
12478
12479 2000-12-02  Matt Hargett  <matt@use.net>
12480
12481         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12482         possible return code for the SetFilePointer() win32 API call.
12483
12484 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12485
12486         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12487
12488 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12489
12490         * Makefile.in: increment VERSION.
12491         (dist:) Rename to srcdist.  Create new dist target to call
12492         srcdist and bindist targets.
12493         (srcdist:) New target.
12494         (clean-top:) add call to mostlyclean-top and add rm of distribution
12495         tarballs.
12496         * lib/Makefile.in: (uninstall:) modify to remove files from the
12497         new w32api subdirectory and to remove w32api subdirectory.
12498         (xuninstall:) Ditto.
12499         TODO: Add a task to redo the clean targets of Makefile.in
12500
12501 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12502
12503         * lib/Makefile.in: Install header files in w32api subdirectory.
12504
12505 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12506
12507         * CONTRIBUTIONS: New file.
12508         * README: Change the maintained by header.
12509         * TODO: Add a note about checking the TODO.
12510
12511 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12512
12513         * Merge in accepted changes from
12514         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12515         * include/basetyps.h: add comment for GUID_DEFINED
12516         * include/lm.h: add includes for lmerr.h and lmserver.h
12517         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12518         * include/lmerr.h:  add error codes
12519         * include/lmserver.h: replace LPTSTR with LPWSTR,
12520         LPTCSTR with LPWCSTR in structures and prototypes
12521         * include/lmshare.h: ditto
12522         * include/lmuse.h: ditto
12523         * include/lmstats.h: ditto
12524         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12525         * include/winbase.h: change first argument of CommConfigDialog to const
12526         * include/windowsx.h: add macros  defining FAR versions of
12527         mem and string functions for porting from Win16 code
12528         * include/winioctl.h:  added IOCTL_STORAGE defines
12529         * include/winnetwk.h:  added WNNC_NET flags
12530         * include/winnt.h: add include of <basetsd.h>;
12531         add structs; add pointer typedefs  for TOKEN structs
12532         * include/winsock.h: add guard around BSD-ish typedefs
12533         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12534         * include/basetsd.h: new file
12535         * include/raserror.h: ditto
12536         * include/rassapi.h: ditto
12537         * include/ras.h: ditto
12538         comment from Earnie: replaced original ras.h contribution with Danny's
12539         contribution as it is more complete.
12540         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12541
12542 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12543
12544         * Makefile.in: increment VERSION.  Change tar file name for dist and
12545         bindist targets to be more standard.
12546         * config.guess: Update with the currently published file.
12547         * config.sub: ditto.
12548         * configure.in: Use value of build_alias instead of testing for
12549         directory names to set BUILDENV.
12550         * configure: ditto.
12551         * lib/Makefile.in: Change the name of the targets install,
12552         install-headers and install-libraries to xinstall, xinstall-headers
12553         and xinstall-libraries for system target specified installation.
12554         Recreate targets install, install-headers and install-libraries for
12555         exec-prefix specified installation.  Ditto for the uninstall targets of
12556         the same name.
12557
12558 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12559
12560         * include/iprtrmib.h: Further layout changes according to standard.
12561         * include/iptypes.h: Ditto.
12562         * include/ntdef.h: Ditto.
12563         * include/ntsecapi.h: Ditto.
12564         * include/subauth.h: Ditto.
12565
12566 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12567
12568         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12569
12570 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12571
12572         * include/ntsecapi.h: New file.
12573         * include/subauth.h: Ditto.
12574         * include/ipexport.h: Fix global header define not to contain
12575         trailing underscore. Change layout according to standard.
12576         * include/iphlpapi.h: Ditto.
12577         * include/ipifcons.h: Ditto.
12578         * include/iprtrmib.h: Ditto.
12579         * include/iptypes.h: Ditto.
12580         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12581         of inclusion of ntsecapi.h and subauth.h.
12582         * lib/secur32.def: New stub for secur32.dll.
12583
12584 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12585
12586         * include/ras.h: New file.
12587         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12588         RasEnumDevicesW.
12589
12590 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12591
12592         * include/ntdef.h: Add define for NTAPI.
12593
12594 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12595
12596         * include/ipexport.h: Add missing `extern "C"' directives.
12597         * include/iphlpapi.h: Ditto.
12598         * include/iprtrmib.h: Ditto.
12599         * include/iptypes.h: Ditto.
12600
12601 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12602
12603         * include/ipifcons.h: New header file.
12604         * include/iprtrmib.h: Move operational states to ipifcons.h.
12605         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12606         declaration.
12607
12608 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12609
12610         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12611
12612 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12613
12614         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12615         * include/iptypes.h: New header file.
12616         * include/ipexport.h: Ditto.
12617         * include/iphlpapi.h: Ditto.
12618         * include/iprtrmib.h: Ditto.
12619
12620 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12621
12622         * include/ntdef.h: New file.
12623
12624 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12625
12626         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12627         to TOKEN_INFORMATION_CLASS type.
12628         Add QUOTA_LIMITS type.
12629
12630 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12631
12632         * include/userenv.h: New header file.
12633         * lib/userenv.def: New stub for userenv.dll.
12634
12635 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12636
12637         * include/winuser.h: Correct PCWPSTRUCT typo.
12638         (discovered by Axel Riese)
12639
12640 2000-07-27  DJ Delorie  <dj@redhat.com>
12641
12642         * include/windows.h: optimize non-inclusion of repeat headers
12643
12644 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12645
12646         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12647         LPTOKEN_SOURCE.
12648
12649 2000-07-11  DJ Delorie  <dj@cygnus.com>
12650
12651         * include/shlobj.h: add CSIDL_COMMON_*
12652
12653 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12654
12655         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12656         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12657         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12658         FILE_FLAG_OPEN_NO_RECALL.
12659         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12660         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12661         * winnt.h: Add typedef for GUID.
12662         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12663         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12664         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12665         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12666         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12667         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12668         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12669         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12670         * lib/psapi.def: New file.
12671
12672 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12673
12674         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12675         previously defined.
12676         * windef.h : Ditto.
12677
12678 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12679
12680         * include/winnt.h: Add some missing defines related to locale
12681         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12682
12683 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12684
12685         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12686
12687 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12688
12689         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12690
12691 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12692
12693         * include/wininet.h: Add another "INTERNET_OPTIONS".
12694
12695 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12696
12697         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12698
12699 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12700
12701         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12702         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12703         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12704         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12705
12706 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12707
12708         * include/winbase.h: Change first argument of ENUMRES* types to
12709         coincide with Microsoft usage.
12710
12711 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12712
12713         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12714
12715 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12716
12717         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12718         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12719         * include/winnt.h (SEC_*): Add macros.
12720         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12721         * include/ole.h: Workaround for C++ parser bug.
12722         * include/rpcdcep.h: Likewise.
12723         * include/winsock.h: Likewise.
12724
12725 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12726
12727         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12728
12729 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12730
12731         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12732         * include/wtypes.h (PBLOB, LPBLOB): Define.
12733         * include/winsock2.h: Much more complete version.
12734         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12735
12736         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12737         * include/winsock.h (FD_CLR): Add missing ')'.
12738         (timercmp): Fix macro to handle all 6 comparison operators.
12739         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12740         (AF_MAX): Update.
12741         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12742
12743         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12744         namespace pollution.
12745         * include/rpcndr.h: Likewise.
12746         * include/winnt.h: Likewise.
12747         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12748         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12749         * lib/ole32.def: Add missing exports.
12750         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12751         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12752         (NT_TIB): Define.
12753         * include/tlhelp32.h: New file.
12754
12755 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12756
12757         * include/rapi.h: New file.
12758         * lib/rapi.def: New file.
12759
12760 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12761
12762         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12763
12764 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12765
12766         * Snapshot 2000-02-03.
12767
12768 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12769
12770         * include/winnt.h: Add ARM support.
12771
12772 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12773
12774         From Greg Primes <gregory.l.priem@intel.com>:
12775         * include/oaidl.h (DESCKIND): Define macro.
12776         (ITypeComp): Define interface.
12777         (ITypeComp): Likewise.
12778         * rpcndr.h (DECLSPEC_UUID): Define macro.
12779         (MIDL_INTERFACE): Likewise.
12780
12781         * include/psapi.h: New file.
12782         * include/imagehlp.h: New file.
12783         * lib/imagehlp.def: New file.
12784
12785         * include/oaidl.h (tagVARIANT): Update fields.
12786
12787         From Craig Lanning <CraigL@DyCon.com>:
12788         * include/commctrl.h: Add some TCS_* macros.
12789         * include/winnls.h (IsValidLocale): Add prototype.
12790
12791 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12792
12793         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12794         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12795         * include/objbase.h: Likewise.
12796         * include/objidl.h: Likewise.
12797         * include/ocidl.h: New file.
12798         * include/oleauto.h: Likewise.
12799         * include/wtypes.h: Likewise.
12800         * lib/oleaut32.def: Likewise.
12801
12802         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12803         Thanks to "Jon Leichter" <jon@symas.com>.
12804         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12805         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12806         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12807         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12808         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12809         Dorsselaer" <frans@bia-bv.demon.nl>.
12810         * include/httpext.h: New file. Thanks to Jan Nijtmans
12811         <j.nijtmans@chello.nl>.
12812         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12813         redefinition of LPCWAVEFORMATEX in DirectX headers.
12814         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12815         <krzych00@priv7.onet.pl>.
12816         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12817         * include/windef.h (HRESULT): Guard definition to avoid
12818         redefinition in DirectX headers.
12819         * include/winnt.h: Add target macros from windows.h.
12820         * include/windows.h: Update synch comment for target macros.
12821         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12822         (_ANONYMOUS_UNION): Likewise.
12823         * include/wingdi.h (AbortPrinter): Move from here ...
12824         * include/winspool.h (AbortPrinter): to here and fix linkage.
12825         (MONITOR_INFO_2{A,W}): Define.
12826         * include/winsock.h (htons): Fix argument.
12827         (htonl): Likewise.
12828         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12829         (GROUP): Define.
12830         (GUID): Define conditionally.
12831         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12832         (WSASocket*): Declare.
12833         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12834
12835         * lib/dsetup.def: Remove leading underscore.
12836         * lib/dsound.def: Likewise.
12837         * lib/ws2_32.def: Likewise.
12838
12839 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
12840
12841         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
12842         handles.
12843
12844         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
12845         * lib/dinput.c: Include windows.h for GCC.
12846         * lib/dxguid.c: Likewise.
12847         (INITGUID): Define macro.
12848
12849         * include/objidl.h (ISequentialStream): Define interface.
12850         (IStream): Derive from ISequentialStream.
12851
12852         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
12853         Clone}): Mark as PURE.
12854         (IDataObject::EnumDAdvise): Likewise.
12855         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
12856         (IViewObject::Unfreeze): Likewise.
12857         (IViewObject2::Unfreeze): Likewise.
12858
12859         * include/objidl.h: Add various IID_ declarations.
12860         * include/olectl.h: Likewise.
12861         * include/oleidl.h: Likewise.
12862
12863 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
12864
12865         * Snapshot 1999-12-21.
12866
12867         * include/winbase.h (CancelIO): Rename to CancelIo.
12868         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
12869         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
12870
12871         * Merge with winsup-19991218.
12872         * include/winnt.h: Add defines for W2K ACL control flags.
12873
12874         * Merge with Anders Norlander's 19991130 snapshot.
12875
12876         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
12877         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
12878
12879         Patch from Harold Weissfield
12880         * include/shellapi.h: Added some ABN_* defines.
12881
12882         * include/commctrl.h (_TrackMouseEvent): Add prototype.
12883         * lib/comctl32.def (_TrackMouseEvent): Import.
12884         * include/winuser.h: Misc. fixes from Sang Cho
12885         <sangcho@alpha94.chongju.ac.kr>.
12886         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
12887         value of _WIN32_WINNT.
12888         * include/winuser.h: Reorganize SM_* defines in numerical order.
12889
12890 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12891
12892         * include/windef.h: Make RECTL a distinct type from RECT.
12893         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
12894         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
12895         (COMPAREITEMSTRUCT): Fix fields.
12896         (SERIALKEYSA): Likewise.
12897         (SERIALKEYSW): Likewise..
12898         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
12899         (WIN32_FIND_DATAA): Likewise.
12900         (WIN32_FIND_DATAW): Likewise.
12901         * include/commdlg.h (SNDMSG): Define.
12902         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
12903         (SO_CONNECT_TIME): Likewise.
12904         (AcceptEx): Declare.
12905         (GetAcceptExSockaddrs): Likewise.
12906         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
12907         * include/winspool.h: Add RC_INVOKED guard.
12908         * lib/wsock32.def (AcceptEx@32): Export.
12909         (GetAcceptExSockaddrs@32): Likewise.
12910
12911 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
12912
12913         * Snapshot 1999-11-18.
12914
12915         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
12916         Octopod C++ IDE (and MSVC compatibility).
12917         * include/oleauto.h (V_BOOLREF(X)): Likewise.
12918         * include/shellapi.h (ShellAbout*): Fix typo.
12919         * wingdi.h (FW_ULTRABOLD): Likewise.
12920         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
12921         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
12922         Add packing directives for various structures. All structure
12923         sizes now conform to MSVC.
12924
12925 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
12926
12927         Released 1999-11-07.
12928
12929 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
12930
12931         * include/winsock2.h: New file. Mostly a stub for now.
12932         * include/winbase.h (DllMain): Delete prototype.
12933         * include/commctrl.h (Header_SetItem): Fix macro.
12934         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
12935         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
12936         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
12937
12938         Merge in changes from wxWindows.
12939         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
12940         * include/oaidl.h (DISPID_*): Add macros.
12941         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
12942         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
12943         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
12944         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
12945
12946         Merge in changes from Octopod C++ IDE group.
12947         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
12948         (Header_InsertItem): Fix macro.
12949         * include/oaidl.h (IID_IDispatch): Declare.
12950         (IID_ISupportErrorInfo): Likewise.
12951         (IDispatch): Rename Invoked to Invoke.
12952         * include/objidl.h (IPersist): Fix GetClassID.
12953         * include/oleauto.h (VectorFromBstr): Declare.
12954         (BstrFromVector): Likewise.
12955         * include/olectl.h (OLEMISC_*): Update.
12956         * include/olectlid.h (IID_IDispatch): Declare.
12957         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
12958         (IOleInPlaceFrame): Fix.
12959         (ISupportErrorInfo): Define.
12960         (IErrorInfo): Define.
12961         * include/winuser.h (SIF_TRACKPOS): Define.
12962
12963 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
12964
12965         Fix Merge errors:
12966         * include/winnt.h (PSID): Uncomment definition.
12967         (PISID): Rename from PSID.
12968         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
12969         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
12970
12971         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
12972         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
12973         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
12974         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
12975         include/shellapi.h, include/winbase.h, include/wingdi.h,
12976         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
12977
12978 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
12979
12980         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
12981         Marius Kjeldahl <kjeldahl@hotmail.com>.
12982
12983 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
12984
12985         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
12986         (ERROR_SEVERITY_*): Likewise.
12987
12988 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
12989
12990         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
12991         (DllMain): Fix prototype.
12992
12993 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
12994
12995         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
12996         (cderr.h): Don't include.
12997         * include/winuser.h: Fix macro definitions.
12998
12999 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13000
13001         Merge with winsup 1999-07-29:
13002         * include/wincon.h (MOUSE_WHEELED): Define.
13003         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
13004         (SECURITY_DESCRIPTOR): Add struct type.
13005         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
13006         is equal to PVOID in the Platform SDK! So don't depend on accessing
13007         members through ->.
13008
13009 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13010
13011         * lib/Makefile.in (install-headers): Don't @ commands.
13012         (install-libraries): Ditto.
13013
13014 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13015
13016         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
13017
13018 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13019
13020         Patch from Mumit Khan:
13021         * include/windows.h: Fix typo in winsock.h include guard and add
13022         _UWIN to the list.
13023         * include/winnt.h (__int64): Undefine first.
13024         (struct _SID): Declare.
13025
13026 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13027
13028         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
13029
13030 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13031
13032         Patch from Mumit Khan:
13033         * Makefile.in: Do the right thing when cross-compiling.
13034         * include/windef.h: Don't define _export and __export if already
13035         defined.
13036
13037 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13038
13039         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
13040         (DECLARE_INTERFACE_): Ditto.
13041
13042 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13043
13044         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
13045
13046         Reported by Brad Porter
13047         * include/wingdi.h (FW_ULTRALIGHT): Add.
13048         (FW_DEMIBOLD): Add.
13049         (FW_ULTRABOLD): Add.
13050         (FW_BLACK): Add.
13051         (JOHAB_CHARSET): Add.
13052         (VIETNAMESE_CHARSET): Add.
13053
13054
13055 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
13056
13057         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
13058         * lib/Makefile.in (Makefile): Regenerate.
13059         * include/pshpack[1248].h: New files, if a program would use any of
13060         them.
13061         * include/poppack.h: Ditto.
13062         * include/windef.h (_WIN32_WINNT): Define
13063         * include/windows.h: Remove DUMMYUNIONNAME[45].
13064         * include/windows.h: Correctly define _M_IX86 to reflect the target
13065         processor.
13066         * include/windows.h: Add preliminary support for other architectures.
13067         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
13068         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
13069         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
13070         issue with LARGE_INTEGER.
13071         (ANSI_NULL): Define.
13072         (PSZ): Define.
13073         (ACL_REVISION[1234]): Define.
13074         (MIN/MAX_ACL_REVISION): Define.
13075         (PTCHAR): Define.
13076         (LANG_USER_DEFAULT): Define.
13077         (LANG_SYSTEM_DEFAULT): Define.
13078         (LOCALE_NEUTRAL): Define.
13079         (SORTVERSIONFROMLCID): Define.
13080         * include/windef.h (UNREFERENCED_PARAMETER): Define.
13081         (UNREFERENCED_LOCAL_VARIABLE): Define.
13082         (DBG_UNREFERENCED_PARAMETER): Define.
13083         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
13084         * lib/mswsock.def: New file. Imports for mswsock.dll.
13085         * include/custcntl.h: New file. Necessary to compile some SDK
13086         samples.
13087         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
13088         (WM_MOUSEWHEEL): Define.
13089         (WHEEL_DELTA): Define.
13090         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
13091         (WM_NEXTMENU): Define.
13092         (CharNextA): Fix prototype.
13093         (CharNextW): Ditto.
13094
13095 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
13096
13097         * include/winsock.h: Enclose in extern "C" if C++, huh?
13098         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
13099
13100 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
13101
13102         * include/windef.h (NULL): Define only ifndef
13103         (TRUE): Ditto, was previously only defined ifndef FALSE
13104         (PASCAL): Define as _pascal
13105         (__pascal): Define
13106         (WINAPIV): Define
13107         (min,max): Define only ifndef NOMINMAX
13108
13109 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13110
13111         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
13112         You must define _WIN32_IE if you want support for it.
13113         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
13114
13115 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
13116
13117         * include/wincon.h: Add some ButtonState flags and EventFlags.
13118
13119 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13120
13121         * include/basetyps.h: Don't support COM when __OBJC__ defined because
13122         interface define causes mayhem.
13123         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
13124         defined.
13125         * include/windows.h: Undefine BOOL if __OBJC__ defined
13126
13127 1999-05-09  Chris Faylor  <cgf@cygnus.com>
13128
13129         * include/winnls.h: Define additional code pages.
13130
13131 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13132
13133         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13134         order, corrected.
13135         (RtlZeroMemory): Use RtlFillMemory
13136
13137 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13138
13139         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13140         to get the correct size when used in some structs.
13141         (ULARGE_INTEGER): Ditto.
13142         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13143         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13144
13145 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13146
13147         * include/wininet.h: Enclose in extern "C" if c++
13148         (INTERNET_BUFFERSA/W): Define struct
13149         * include/wininet.h: Add some HSR_* defines
13150
13151 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13152
13153         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13154         * include/winnt.h (UNALIGNED): Define
13155         * include/windef.h (DECLSPEC_NORETURN): Define
13156
13157         * include/wininet.h (INTERNET_MAX_NAME): Remove
13158         (INTERNET_MAX_SCHEME_LENGTH): Define
13159         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13160         * include/wininet.def: Completely redone, it was losing badly.
13161
13162 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13163
13164         * lib/dplayx.def: Remove '_' prefixes
13165         * lib/shell32.def: Remove imports for IID_ContextMenu
13166
13167 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13168
13169         * Makefile.in (dist): Support dist target
13170         * lib/Makefile.in (dist): Likewise
13171         * lib/Makefile.in (uninstall-headers): Fix command
13172         * Makefile.in (bindist): Target to build a prebuilt dist
13173
13174         * lib/ws2_32.def: Winsock2 implib
13175
13176         * include/largeint.h: New header
13177         * include/largeint.c: Large integer support library
13178         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13179         (EXTRA_OBJS): Add largeint.o
13180
13181         * include/Makefile: Remove
13182         * lib/Makefile: Remove
13183         * Makefile: Remove
13184         * configure.in: New autoconf script
13185         * configure: generated configure script
13186         * Makefile.in: autoconf makefile template
13187         * lib/Makefile.in: Ditto
13188         * include/test.c: mv to lib/test.c
13189         * include/res.rc: mv to lib/res.rc
13190         * include/TODO: mv to .
13191         * include/Notes: mv to ./NOTES
13192
13193 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13194
13195         * include/zmouse.h (WHEEL_DELTA): Define
13196
13197 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13198
13199         * include/ddeml.h (HSZPAIR): Declare.
13200         * include/zmouse.h: New file.
13201
13202 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13203
13204         * lib/d3dim.def: New implib
13205         * lib/d3drm.def: Ditto
13206         * lib/d3dxof.def: Ditto
13207         * lib/ddraw.def: Ditto
13208         * lib/dinput.def: Ditto
13209         * lib/dplayx.def: Ditto
13210         * lib/dsetup.def: Ditto
13211         * lib/dsound.def: Ditto
13212         * lib/dinput.c: Guid library for DirectInput
13213         * lib/dxguid.c: Guid library for DirectX
13214
13215 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13216
13217         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13218         by Ron Aaron).
13219         * include/windowsx.h (GET_Y_LPARAM): Also missing
13220         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13221         by Mumit Khan).
13222
13223 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13224
13225         * include/scrnsave.h: New header file for screen saver library
13226         * lib/scrnsave.c: New file: screen saver library
13227
13228 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13229
13230         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13231         works well in when UNICODE is defined
13232
13233 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13234
13235         * include/winuser.h(STYLESTRUCT): New struct
13236         * include/wingdi.h:(GOBJENUMPROC): This function type should
13237         return void.
13238
13239 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13240
13241         * include/basetyps.h (LPGUID): New typedef
13242         * lib/glut.def: Import library defintions for glut.dll
13243         * lib/glu32.def: Ditto for glut32.dll
13244         * include/winnt.h: Fixed handling of wchar_t typedef
13245         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13246         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13247
13248 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13249
13250         * include/winbase.h(AbnormalTermination): Define as FALSE
13251         * include/commctrl.h: Support for new progress bar messages/styles
13252
13253 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13254
13255         * include/commdlg.h(PageSetupDlg): New define
13256         * include/richedit.h: Missing SCF_* defines
13257         * include/winnt.h: Lots o' defines
13258         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13259
13260 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13261
13262         * include/commdlg.h: Removed pack pragma
13263         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13264
13265 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13266
13267         * Makefile: Set version to 0.1.5
13268         * lib/Makefile (clean): Fix typo
13269
13270         * include/commctrl.h: Removed pack pragma
13271         * include/cpl.h: Likewise
13272         * include/dbt.h: Likewise
13273         * include/dde.h: Likewise
13274         * include/nddeapi.h: Likewise
13275         * include/shellapi.h: Likewise
13276         * include/wincrypt.h: Likewise
13277         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13278
13279         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13280         (servent): Likewise
13281         (protoent): Likewise
13282
13283         * include/windows.h: Prevent inclusion of winsock.h if we are
13284         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13285
13286 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13287
13288         * include/winbase.h (CREATE_FORCEDOS): New define
13289
13290 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13291
13292         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13293         (COORD): Likewise
13294         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13295         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13296         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13297         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13298
13299         * include/ddeml.h: Removed unnecessary `#pragma pack'
13300         * include/imm.h: Likewise
13301         * include/nddeapi.h: Likewise
13302         * include/nspapi.h: Likewise
13303         * include/regstr.h: Likewise
13304         * include/wincon.h: Likewise
13305         * include/windef.h: Likewise
13306         * include/winioctl.h: Likewise
13307         * include/winnls.h: Likewise
13308         * include/winsvc.h: Likewise
13309         * include/winuser.h: Likewise
13310         * include/winver.h: Likewise
13311         * include/wtypes.h: Likewise
13312
13313 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13314
13315         * Makefile (VERSION): Set to 0.1.4
13316         * include/basetyps.h: Check for NOCOMOBJECT
13317         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13318         on comobject attribute.
13319         * lib/kernel32.def: Added a few functions
13320         * include/windef.h (DWORD): Changed back to unsigned long
13321
13322         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13323         winresrc.h in turn includes the necessary headers. This makes things
13324         much simpler, no need to protect blocks of code in headers that
13325         should not be seen by the resource compiler.
13326
13327 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13328
13329         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13330         * include/wincon.h: Added console event type flags
13331         * include/winnt.h (FILE_SHARE_DELETE): Added
13332           (SECURITY_DESCRIPTOR): typedef as DWORD
13333
13334         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13335         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13336         define u_* types only if _SYS_TYPES_H is not defined.
13337
13338 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13339
13340         * COPYING.LIB: Deleted
13341         * README: Updated to reflect license changes
13342         * include/shlobj.h: Remove extra comma on some enums
13343         * include/windef.h: Changed DWORD typedef from unsigned long to
13344         unsigned int in order to avoid warnings on bit fields that
13345         use DWORD.
13346         * include/Makefile (test): Compile with all warnings
13347         * include/unknwn.h: Include objfwd.h
13348         * include/winsock.h: Added missing copyright notices.
13349
13350 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13351
13352         * lib/winmm.def: Corrected LIBRARY statement
13353         * include/mmsystem.h: Define mmioSeek codes if not already defined
13354         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13355         (CreateStatusWindowW): Likewise
13356
13357         * include/winresrc.h: Include only files necessary instead of windows.h
13358         * include/dde.h: Allow inclusion in resource scripts.
13359         * include/winnt.h: Likewise
13360         * include/commctrl.h: Likewise
13361         * include/prsht.h: Likewise
13362         * README: Updated
13363
13364 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13365
13366         * include/sqltypes.h (SQLHANDLE): Added this type
13367         (SQLHDESC): Likewise
13368         * include/sql.h (SQLFreeHandle): Added this prototype
13369         (SQLAllocHandle): Likewise
13370
13371 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13372
13373         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13374         conflicts with cygwin headers.
13375
13376 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13377
13378         * Makefile: Changed VERSION to 0.1.3
13379         * Makefile (dist-lib): New target to make import library only
13380         distribution
13381         * Makefile (dist-hdr): New target to make headers only distribution
13382         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13383         building one single distribution file.
13384         * dist.mak: Deleted
13385
13386         * include/lm.h: New file
13387         * include/lmcons.h: New file
13388         * include/lmalert.h: New file
13389         * include/lmaudit.h: New file
13390         * include/lmconfig.h: New file
13391         * include/lmapibuf.h: New file
13392         * include/lmaccess.h: New file
13393         * include/lmchdev.h: New file
13394         * include/lmremutl.h: New file
13395         * include/lmrepl.h: New file
13396         * include/lmerrlog.h: New file
13397         * include/lmat.h: New file
13398         * include/lmuse.h: New file
13399         * include/lmuseflg.h: New file
13400         * include/lmserver.h: New file
13401         * include/lmerr.h: New file
13402         * include/lmsname.h: New file
13403         * include/lmstats.h: New file
13404         * include/lmsvc.h: New file
13405         * include/lmwksta.h: New file
13406         * include/lmbrowsr.h: New file
13407
13408 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13409
13410         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13411         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13412
13413         * include/initguid.h: New file
13414
13415         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13416         int not supported
13417
13418         * include/winnt.h: Added USN
13419         * include/winnt.h: Changed handling of 64 bit int support
13420
13421         * include/windows.h: Added support for BC,LCC and MSVC
13422
13423         * include/windows.h: Changed handling machine architecture defines
13424
13425         * include/olectl.h: New file
13426
13427 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13428
13429         * include/oleidl.h: Added IViewObject and IViewObject2
13430
13431         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13432         IStorage::MoveElement
13433
13434         * include/oledlg.h: New file
13435
13436         * include/winresrc.h: New file
13437
13438         * include/wingdi.h: Added LPDOCINFO
13439
13440         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13441         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13442         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13443         TabCtrl_SetImageList and TabCtrl_GetItemCount
13444         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13445
13446         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13447
13448         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13449         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13450
13451         * include/commdlg.h: Added LPDEVNAMES
13452
13453         * include/windows.h: Include excpt.h
13454
13455         * include/excpt.h: New file. This file just contains some
13456         stubs for SEH that do nothing.
13457
13458         * include/commctrl.h: Added general WM_NOTIFY codes
13459
13460         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13461         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13462         not be in the headers.
13463         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13464         * include/winuser.h: Added old WM_SIZE parameter names so
13465         wxWindows compiles.
13466         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13467         * include/winuser.h: Added LPDLGITEMTEMPLATE
13468         * include/winuser.h: HTCAPTION was missing value
13469         * include/winuser.h: Added WM_ACTIVE flags
13470
13471         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13472         _fxx defines for memmove, memset and memcmp
13473
13474         * include/windef.h: Changed _export and __export to empty defines
13475
13476         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13477         String parameters were not const and ExtractAssociatedIcon takes
13478         a WORD pointer not DWORD pointer as last parameter.
13479
13480         * Makefile: Changed VERSION to 0.1.2
13481
13482         * include/ole2ver.h: New file
13483
13484         * Makefile: Removed all dependencies on GLUT
13485
13486         * include/GL/glut.h: Removed file because of decision to remove
13487         files that are not part of the library.
13488         * lib/glut.def: Likewise
13489         * lib/glut32.def: Likewise
13490
13491         * include/windows.h: Include winperf.h
13492
13493         * include/winperf.h: New file
13494
13495         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13496
13497         * include/winnls.h: Added calendar types
13498         * include/winnls.h: Added country codes
13499
13500 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13501
13502         * include/windef.h: Added PROC and NEARPROC
13503
13504         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13505         * include/wingdi.h: Added OpenGL types and prototypes
13506         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13507         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13508         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13509         * include/wingdi.h: Added truetype character outline types
13510         * include/wingdi.h: Added DEVMODE initialization flags
13511         * include/wingdi.h: Added panose codes
13512         * include/wingdi.h: Added missing character sets
13513         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13514         NONANTIALIASED_QUALITY
13515         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13516         * include/wingdi.h: Added pointer types for EXTLOGPEN
13517         * include/wingdi.h: Added PATTERN type
13518         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13519         * include/wingdi.h: Added new text metric flags
13520         * include/wingdi.h: Added pitch and family flags
13521         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13522         * include/wingdi.h: Added METAHEADER
13523         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13524         * include/wingdi.h: Added TA_MASK
13525         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13526         * include/wingdi.h: Added error codes
13527
13528         * include/winuser.h: Added missing winhelp structures
13529         * include/winuser.h: Added dialog flags/styles/messages
13530         * include/winuser.h: Added EM_SETMARGIN codes
13531         * include/winuser.h: Made it possiblie to use IDI_XX values
13532         in resource files.
13533         * include/winuser.h: Added missing LoadImage load flags
13534         * include/winuser.h: Added missing message box flags
13535         * include/winuser.h: Added ScrollWindow codes
13536         * include/winuser.h: Added DT_WORD_ELLIPSIS
13537         * include/winuser.h: Added drag and drop support
13538         * include/winuser.h: Added WM_MENUCHAR return codes
13539         * include/winuser.h: Added DLGWINDOWEXTRA
13540         * include/winuser.h: Added missing SetWindowPos flags.
13541         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13542         * include/winuser.h: Added IDHOT_xx defines
13543         * include/winuser.h: Added MOD_WIN
13544         * include/winuser.h: Added missing defines and structs for owner draw
13545         controls.
13546         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13547         WPF_SETMINPOSITION
13548         * include/winuser.h: Added DrawAnimatedRects flags
13549         * include/winuser.h: Added WM_PRINT codes
13550         * include/winuser.h: Added CS_IME class style
13551         * include/winuser.h: Added WM_SIZE codes
13552         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13553         * include/winuser.h: Added WM_NCHITTEST return codes
13554         * include/winuser.h: Added WM_SIZING parameters
13555         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13556         * include/winuser.h: Added menu loop codes.
13557         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13558         NF_REQUERY
13559         * include/winuser.h: Added WM_POWER flags
13560         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13561         * include/winuser.h: Added missing message filter codes
13562         * include/winuser.h: Added WM_KEYXX message flags
13563         * include/winuser.h: Added WM_SHOWMESSAGE flags
13564         * include/winuser.h: Added old ShowWindow commands
13565         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13566         structures.
13567
13568         * include/mciavi.h: New file for the MCI AVI driver that for some
13569         reason is not in mmsystem.h.
13570
13571         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13572         * include/winbase.h: Added SECURITY_xx for CreateFile
13573         * include/winbase.h: Added RTS and DTS control values
13574         * include/winbase.h: Fixed SYSTEM_INFO structure
13575         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13576         * include/winbase.h: Added FILE_TYPE_REMOTE
13577         * include/winbase.h: Added modem status flags
13578         * include/winbase.h: Added HINSTANCE_ERROR
13579         * include/winbase.h: Added DefineDosDevice defines
13580         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13581         * include/winbase.h: Added STARTF_XX flags
13582         * include/winbase.h: Fixed typo on _lcreat prototype.
13583         * include/winbase.h: Moved DBG_XX to winnt.h
13584         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13585         winnt.h
13586
13587         * include/unknwn.h: Added extern declaration of IID_IUnknown
13588
13589         * include/windowsx.h: Added hmemcpy.
13590
13591         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13592         * include/winnt.h: Added PACCESS_TOKEN
13593         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13594         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13595         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13596         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13597         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13598         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13599
13600         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13601         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13602         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13603
13604         * include/winsvc.h: Removed conflicting defines which were supposed
13605         to be in winnt.h
13606
13607         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13608         and SERVICE_ERROR_TYPE.
13609
13610         * include/winnt.h: Added SERVICE_XX defines.
13611         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13612         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13613
13614         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13615         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13616         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13617         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13618
13619 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13620
13621         * include/winbase.h: Corrected prototype for CreateProcessA
13622
13623         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13624         driver extensions.
13625
13626         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13627         be LPSHELLFOLDER* not LPSHELLFOLDER.
13628
13629         * include/windows.h: Include commdlg.h
13630
13631         * include/winuser.h: Added MDICREATESTRUCT
13632
13633         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13634         CB_ERRSPACE, and CB_OKAY
13635
13636         * include/wingdi.h: Added LPBITMAPINFOHEADER
13637
13638         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13639         are meaningless.
13640         * include/rpcdce2.h: Likewise.
13641
13642         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13643
13644         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13645         * include/olectlid.h: Likewise
13646         * include/shlguid.h: Likewise
13647
13648         * include/coguid.h: Delete file since it was for 16 bit windows only.
13649
13650         * lib/*.def: Appended .dll to library name where needed.
13651
13652         * include/windef.h: Define _stdcall and __stdcall only if not
13653         previously defined instead of undefining first.
13654
13655         * include/dlgs.h: Put RC_INVOKED around structure defs
13656
13657         * include/intshcut.h: New file
13658         * include/isguids.h: New file
13659
13660         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13661
13662 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13663
13664         * include/winnt.h: Added check if _T is defined before defining it
13665
13666         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13667
13668         * include/dlgs.h: New file
13669
13670         * include/winbase.h: Removed DllEntryPoint define
13671
13672         * include/winbase.h: Added SetupComm prototype
13673
13674         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13675         supported anyway.
13676
13677         * include/basetyps.h: Removed use of COMOBJECT define, instead
13678         DECLARE_INTERFACE directly uses comobject attribute when GCC
13679         is used.
13680
13681         * include/wtypes.h: STGC enum was missing typedef
13682
13683         * include/objidl.h: ADVC enum was missing typedef
13684
13685         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13686         they are nested within the VOID definition.
13687
13688         * include/winbase.h: Added stream ids and attributes
13689
13690         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13691         to an ANYSIZE_ARRAY array.
13692
13693 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13694
13695         * include/windef.h: defined _declspec as __declspec since
13696         some programs (like VWCL) use _declspec instead of __declspec
13697
13698         * include/winnt.h: added COMPRESS_FORMAT defines
13699
13700         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13701
13702         * include/winnt.h: added HEAP_XXXX defines
13703
13704         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13705
13706         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13707         specification.
13708
13709         * include/winnt.h: added NTAPI define
13710
13711 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13712
13713         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13714         instead of CHAR or WCHAR.
13715
13716         * include/winnt.h: added _T define
13717
13718         * include/winnt.h: added test for _TCHAR_DEFINED
13719
13720         * include/winnt.h: included string.h for memory macros
13721
13722         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13723
13724         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13725
13726         * include/prsht.h: added PropSheet_XXX macros
13727
13728
13729 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13730
13731         * include/winspool.h: Changed DeletePrinterProcessor and
13732         DeletePrinterProvidor to DeletePrintXX.
13733
13734         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13735         LOGCOLORSPACEW.
13736
13737         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13738         variants
13739
13740         * include/wingdi.h: Likewise for GetLogColorSpace
13741
13742         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13743
13744         * include/richedit.h: Added missing defines and structures
13745
13746         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13747
13748         * include/winuser.h: Added HWND_DESKTOP
13749
13750 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13751
13752         * Makefile: Include ChangeLog when building source
13753         distribution (srcdist)
13754
13755         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13756         are always defined as STDAPI and STDAPI_
13757
13758         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13759         are always defined as STDAPI and STDAPI_
13760
13761         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13762
13763         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13764
13765         * ChangeLog started