OSDN Git Service

Prepare and publish MinGW.org WSL-5.4.2 release.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2021-04-11  Keith Marshall  <keith@users.osdn.me>
2
3         Prepare and publish MinGW.org WSL-5.4.2 release.
4
5         * All files (wsl-5.4.2-release): Tag assigned.
6
7 2021-02-19  Keith Marshall  <keith@users.osdn.me>
8
9         Make <winnetwk.h> header effectively self-contained.
10
11         * include/winnetwk.h: Tidy layout; assert copyright.
12         (GCC system_header) [__GNUC__ >= 3]: Remove prerequisite condition.
13         (windef.h): Include this, to support stand-alone use.
14         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
15         [UNICODE vs. ! UNICODE] (__AW_ALIAS__): Use it to declare...
16         (NETRESOURCE, LPNETRESOURCE, CONNECTDLGSTRUCT, LPCONNECTDLGSTRUCT)
17         (DISCDLGSTRUCT, LPDISCDLGSTRUCT, UNIVERSAL_NAME_INFO)
18         (LPUNIVERSAL_NAME_INFO, REMOTE_NAME_INFO)
19         (LPREMOTE_NAME_INFO): ...these.
20         [UNICODE vs. ! UNICODE] (__AW_SUFFIXED__): Use it to declare...
21         (PFNGETPROFILEPATH, PFNRECONCILEPROFILE, PFNPROCESSPOLICIES)
22         (WNetAddConnection, WNetAddConnection2, WNetAddConnection3)
23         (WNetCancelConnection, WNetCancelConnection2, WNetGetConnection)
24         (WNetUseConnection, WNetSetConnection, WNetConnectionDialog1)
25         (WNetDisconnectDialog1, WNetOpenEnum, WNetEnumResource)
26         (WNetGetUniversalName, WNetGetUser, WNetGetProviderName)
27         (WNetGetNetworkInformation, WNetGetResourceInformation)
28         (WNetGetResourceParent, WNetGetLastError)
29         (MultinetGetConnectionPerformance): ...these.
30
31 2021-02-13  Keith Marshall  <keith@users.osdn.me>
32
33         Update support for Internet Explorer features selection macros.
34
35         * include/sdkddkver.h (_WIN32_IE_IE90)
36         (_WIN32_IE_IE100, _WIN32_IE_IE110): Define.
37
38 2021-02-13  Keith Marshall  <keith@users.osdn.me>
39
40         Add support for Windows-10 features selection macros.
41
42         * include/sdkddkver.h (_WIN32_WINNT_WIN10): Define.
43         (NTDDI_WIN10, NTDDI_WINTHRESHOLD, NTDDI_WIN10_TH2, NTDDI_WIN10_RS1)
44         (NTDDI_WIN10_RS2, NTDDI_WIN10_RS3, NTDDI_WIN10_RS4, NTDDI_WIN10_RS5)
45         (NTDDI_WIN10_19H1): Likewise.
46
47 2021-02-12  Keith Marshall  <keith@users.osdn.me>
48
49         Make <winperf.h> header effectively self-contained.
50
51         * include/winperf.h: Tidy layout; assert copyright.
52         (GCC system_header) [__GNUC__ >= 3]: Remove prerequisite condition.
53         (winbase.h): Include this, to support stand-alone use.
54         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
55
56 2021-02-12  Keith Marshall  <keith@users.osdn.me>
57
58         Make <winspool.h> header effectively self-contained.
59
60         * include/winspool.h: Tidy layout; assert copyright.
61         (GCC system_header) [__GNUC__ >= 3]: Remove prerequisite condition.
62         (winbase.h, wingdi.h): Include these, to support stand-alone use.
63         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: Always test symbolically.
64         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
65         [UNICODE vs. ! UNICODE] (__AW_ALIAS__): Use it to declare...
66         (ADDJOB_INFO_1), PADDJOB_INFO_1, LPADDJOB_INFO_1)
67         (DATATYPES_INFO_1, PDATATYPES_INFO_1, LPDATATYPES_INFO_1)
68         (JOB_INFO_1, PJOB_INFO_1, LPJOB_INFO_1)
69         (JOB_INFO_2, PJOB_INFO_2, LPJOB_INFO_2)
70         (DOC_INFO_1, PDOC_INFO_1, LPDOC_INFO_1)
71         (DOC_INFO_2, PDOC_INFO_2, LPDOC_INFO_2)
72         (DRIVER_INFO_1, PDRIVER_INFO_1, LPDRIVER_INFO_1)
73         (DRIVER_INFO_2, PDRIVER_INFO_2, LPDRIVER_INFO_2)
74         (DRIVER_INFO_3, PDRIVER_INFO_3, LPDRIVER_INFO_3)
75         (DRIVER_INFO_4, PDRIVER_INFO_4, LPDRIVER_INFO_4)
76         (DRIVER_INFO_5, PDRIVER_INFO_5, LPDRIVER_INFO_5)
77         (DRIVER_INFO_6, PDRIVER_INFO_6, LPDRIVER_INFO_6)
78         (MONITOR_INFO_1, PMONITOR_INFO_1, LPMONITOR_INFO_1)
79         (PORT_INFO_1, PPORT_INFO_1, LPPORT_INFO_1)
80         (MONITOR_INFO_2, PMONITOR_INFO_2, LPMONITOR_INFO_2)
81         (PORT_INFO_2, PPORT_INFO_2, LPPORT_INFO_2)
82         (PORT_INFO_3, PPORT_INFO_3, LPPORT_INFO_3)
83         (PRINTER_ENUM_VALUES, PPRINTER_ENUM_VALUES)
84         (PRINTER_INFO_1, PPRINTER_INFO_1, LPPRINTER_INFO_1)
85         (PRINTER_INFO_2, PPRINTER_INFO_2, LPPRINTER_INFO_2)
86         (PRINTER_INFO_4, PPRINTER_INFO_4, LPPRINTER_INFO_4)
87         (PRINTER_INFO_5, PPRINTER_INFO_5, LPPRINTER_INFO_5)
88         (PRINTER_INFO_7, PPRINTER_INFO_7, LPPRINTER_INFO_7)
89         (PRINTPROCESSOR_INFO_1, PPRINTPROCESSOR_INFO_1)
90         (FORM_INFO_1, PFORM_INFO_1, LPFORM_INFO_1)
91         (PRINTER_DEFAULTS, PPRINTER_DEFAULTS, LPPRINTER_DEFAULTS)
92         (PROVIDOR_INFO_1, PPROVIDOR_INFO_1, LPROVIDOR_INFO_1)
93         (PROVIDOR_INFO_2, PPROVIDOR_INFO_2, LPROVIDOR_INFO_2): ...these.
94         [UNICODE vs. ! UNICODE] (__AW_SUFFIXED__): Use it to declare...
95         (AddForm, AddJob, AddMonitor, AddPort, AddPrinter)
96         (AddPrinterConnection, AddPrinterDriver, AddPrintProcessor)
97         (AddPrintProvidor, AdvancedDocumentProperties, ConfigurePort)
98         (DeleteForm, DeleteMonitor, DeletePort, DeletePrinterConnection)
99         (DeletePrinterData, DeletePrinterDriver, DeletePrintProcessor)
100         (DeletePrintProvidor, DocumentProperties, EnumForms, EnumJobs)
101         (EnumMonitors, EnumPorts, EnumPrinterData, EnumPrinterDrivers)
102         (EnumPrinters, EnumPrintProcessorDatatypes, EnumPrintProcessors)
103         (GetDefaultPrinter, GetForm, GetJob, GetPrinter, GetPrinterData)
104         (GetPrinterDriver, GetPrinterDriverDirectory, OpenPrinter)
105         (GetPrintProcessorDirectory, PrinterMessageBox, ResetPrinter)
106         (SetForm, SetJob, SetPrinter, SetPrinterData)
107         (StartDocPrinter): ...these.
108
109 2021-02-09  Alexei Podtelezhnikov  <apodtele@gmail.com>
110
111         Add missing <wingdi.h> definitions.
112
113         * include/wingdi.h (BI_ALPHABITFIELDS, BI_CMYK, BI_CMYKRLE4)
114         (BI_CMYKRLE8, DIB_PAL_INDICES, OUT_SCREEN_OUTLINE_PRECIS)
115         (BS_MONOPATTERN, LAYOUT_LTR, LCS_sRGB, LCS_WINDOWS_COLOR_SPACE)
116         (PROFILE_EMBEDDED, LCS_PROFILE_EMBEDDED, PROFILE_LINKED)
117         (LCS_PROFILE_LINKED, LCS_GM_ABS_COLORIMETRIC): Define.
118
119 2021-01-25  Keith Marshall  <keith@users.osdn.me>
120
121         Represent <winbase.h> file creation bit-flags in hexadecimal.
122
123         * include/winbase.h (FILE_FLAG_OVERLAPPED)
124         (FILE_FLAG_NO_BUFFERING, FILE_FLAG_RANDOM_ACCESS)
125         (FILE_FLAG_SEQUENTIAL_SCAN, FILE_FLAG_DELETE_ON_CLOSE)
126         (FILE_FLAG_BACKUP_SEMANTICS, FILE_FLAG_POSIX_SEMANTICS)
127         (FILE_FLAG_OPEN_REPARSE_POINT, FILE_FLAG_OPEN_NO_RECALL): Use of
128         decimal-value definitions needlessly obfuscates bit-mapped intent;
129         convert all to their hexadecimal equivalents.
130
131 2020-07-23  Keith Marshall  <keith@users.osdn.me>
132
133         Prepare and publish MinGW.org WSL-5.4.1 release.
134
135         * All files (wsl-5.4.1-release): Tag assigned.
136
137 2020-07-08  Keith Marshall  <keith@users.osdn.me>
138
139         Prepare and publish MinGW.org WSL-5.4 release.
140
141         * All files (wsl-5.4-release): Tag assigned.
142
143 2020-07-06  Keith Marshall  <keith@users.osdn.me>
144
145         Prepare and publish MinGW.org WSL-5.3.4 release.
146
147         * All files (wsl-5.3.4-release): Tag assigned.
148
149 2020-07-05  Keith Marshall  <keith@users.osdn.me>
150
151         Revert typedef of socklen_t to signed int type.
152
153         * include/ws2tcpip.h (socklen_t): Change from unsigned int to int.
154
155         * include/wspiapi.h (__wspiapi_getnameinfo): In comparison...
156         [len < sizeof(struct sockaddr)]: ...cast RHS to socklen_t, which is
157         the type of len, to ensure type consistency.
158
159 2020-06-03  Keith Marshall  <keith@users.osdn.me>
160
161         Prepare and publish MinGW.org WSL-5.3.3 release.
162
163         * All files (wsl-5.3.3-release): Tag assigned.
164
165 2020-05-28  Keith Marshall  <keith@users.osdn.me>
166
167         Prepare and publish MinGW.org WSL-5.3.2 release.
168
169         * All files (wsl-5.3.2-release): Tag assigned.
170
171 2020-04-30  Keith Marshall  <keith@users.osdn.me>
172
173         Prepare and publish MinGW.org WSL-5.3.1 release.
174
175         * All files (wsl-5.3.1-release): Tag assigned.
176
177 2020-03-28  Keith Marshall  <keith@users.osdn.me>
178
179         Make <winsvc.h> header effectively self-contained.
180
181         * include/winsvc.h: Tidy layout; assert copyright.
182         Include <windef.h>, so supporting stand-alone inclusion.
183         (pragma GCC system_header): Remove redundant GCC version guard.
184         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
185         (__AW_ALIAS__): Use it to selectively typedef...
186         [UNICODE vs. ! UNICODE] (LPSERVICE_MAIN_FUNCTION)
187         (SERVICE_FAILURE_ACTIONS, LPSERVICE_FAILURE_ACTIONS)
188         (ENUM_SERVICE_STATUS_PROCESS, LPENUM_SERVICE_STATUS_PROCESS)
189         (QUERY_SERVICE_LOCK_STATUS, LPQUERY_SERVICE_LOCK_STATUS)
190         (QUERY_SERVICE_CONFIG, LPQUERY_SERVICE_CONFIG)
191         (SERVICE_TABLE_ENTRY, LPSERVICE_TABLE_ENTRY)
192         (SERVICE_DESCRIPTION, LPSERVICE_DESCRIPTION)
193         (ENUM_SERVICE_STATUS, LPENUM_SERVICE_STATUS): ...these.
194         (__AW_SUFFIXED__): Likewise, use it to selectively define...
195         [UNICODE vs. ! UNICODE] (SERVICES_ACTIVE_DATABASE)
196         (SERVICES_FAILED_DATABASE, SC_GROUP_IDENTIFIER)
197         (CreateService, ChangeServiceConfig, ChangeServiceConfig2)
198         (EnumDependentServices, EnumServicesStatus, EnumServicesStatusEx)
199         (GetServiceDisplayName, GetServiceKeyName, OpenSCManager)
200         (OpenService, QueryServiceConfig, QueryServiceConfig2)
201         (QueryServiceLockStatus, RegisterServiceCtrlHandler)
202         (StartService, StartServiceCtrlDispatcher)
203         (RegisterServiceCtrlHandlerEx): ...these.
204         (__AW_STRING_W__): Use it to derive definitions for...
205         (SERVICES_ACTIVE_DATABASEW, SERVICES_FAILED_DATABASEW)
206         (SC_GROUP_IDENTIFIERW): ...each of these, from...
207         (SERVICES_ACTIVE_DATABASEA, SERVICES_FAILED_DATABASEA)
208         (SC_GROUP_IDENTIFIERA): ...these, respectively.
209
210 2020-03-05  Keith Marshall  <keith@users.osdn.me>
211
212         Prepare and publish MinGW.org WSL-5.3 release.
213
214         * All files (wsl-5.3-release): Tag assigned.
215
216 2020-01-20  Keith Marshall  <keith@users.osdn.me>
217
218         Implement <wspiapi.h> sockets fall-back API.
219
220         * tests/headers.at: Add...
221         * include/wspiapi.h: ...this new file; it implements...
222         (WspiapiGetAddrInfo, WspiapiGetNameInfo, WspiapiFreeAddrInfo):
223         ...these inline fall-back replacement implementations for...
224         (getaddrinfo, getnameinfo, freeaddrinfo): ...these IETF RFC 3493
225         functions, respectively, per hints in Microsoft online docs.
226
227         * include/ws2tcpip.h: Tidy layout; assert copyright.
228         (pragma GCC system_header): Remove redundant GCC version guard.
229         (EAI_SYSTEM, EAI_OVERFLOW): New symbolic error codes; define them.
230         (socklen_t): Correct typedef; was signed but negative is meaningless.
231         (getnameinfo): Adjust prototype declaration to conform to RFC 3493.
232         (__AW_SUFFIXED__): Use it to selectively map definitions for...
233         [UNICODE vs. ! UNICODE] (gai_strerror): ...this function.
234         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
235
236 2020-01-17  Keith Marshall  <keith@users.osdn.me>
237
238         Preserve order of tests for integrity of header files.
239
240         * tests/Makefile.in: Explicitly sort $wildcard output, within...
241         (list_headers): ...this new function-style macro.
242         (enum_headers, enum_header_subdirs): Use it.
243
244         * tests/headers.at: Adjust to recent GNU make $sort order.
245
246 2020-01-15  Keith Marshall  <keith@users.osdn.me>
247
248         Incorporate <winnls.h> updates for Vista and Windows-7.
249
250         * include/winnls.h: Reorganize into logical definition groups.
251         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (LOCALE_CUSTOM_DEFAULT)
252         (LOCALE_CUSTOM_UI_DEFAULT, LOCALE_CUSTOM_UNSPECIFIED, LOCALE_SNAME)
253         (LOCALE_SDURATION, LOCALE_SKEYBOARDSTOINSTALL, LOCALE_SSCRIPTS)
254         (LOCALE_SNAN, LOCALE_SPOSINFINITY, LOCALE_SNEGINFINITY)
255         (LOCALE_SISO3166CTRYNAME2, LOCALE_SISO639LANGNAME2)
256         (LOCALE_SSHORTESTDAYNAME1, LOCALE_SSHORTESTDAYNAME2)
257         (LOCALE_SSHORTESTDAYNAME3, LOCALE_SSHORTESTDAYNAME4)
258         (LOCALE_SSHORTESTDAYNAME5, LOCALE_SSHORTESTDAYNAME6)
259         (LOCALE_SSHORTESTDAYNAME7, CAL_SSHORTESTDAYNAME1)
260         (CAL_SSHORTESTDAYNAME2, CAL_SSHORTESTDAYNAME3, CAL_SSHORTESTDAYNAME4)
261         (CAL_SSHORTESTDAYNAME5, CAL_SSHORTESTDAYNAME6, CAL_SSHORTESTDAYNAME7)
262         (CAL_UMALQURA, C3_HIGHSURROGATE, C3_LOWSURROGATE): New symbolic
263         constants; define each as a manifest constant macro.
264         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (CAL_SMONTHDAY)
265         (CAL_SABBREVERASTRING): Likewise.
266         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (GetCalendarInfoEx): New
267         function; declare its prototype.
268
269 2020-01-14  Keith Marshall  <keith@users.osdn.me>
270
271         Make <winnls.h> header effectively self-contained.
272
273         * include/winnls.h: Tidy layout; assert copyright.
274         Include <winbase.h>, so supporting stand-alone inclusion.
275         (pragma GCC system_header): Remove redundant GCC version guard.
276         (WINVER, _WIN32_WINNT): Always use symbolic version comparisons.
277         (__AW_ALIAS__): Use it to selectively typedef...
278         [UNICODE vs. ! UNICODE] (CPINFOEX, LPCPINFOEX, CURRENCYFMT)
279         (LPCURRENCYFMT, NUMBERFMT, LPNUMBERFMT): ...each of these generic data
280         types; delete redundant UNICODE vs. non-UNICODE variants.
281         (__AW_SUFFIXED__): Likewise, use it to selectively define...
282         [UNICODE vs. ! UNICODE] (CALINFO_ENUMPROC, CALINFO_ENUMPROCEX)
283         (LANGUAGEGROUP_ENUMPROC, LANGGROUPLOCALE_ENUMPROC, LOCALE_ENUMPROC)
284         (CODEPAGE_ENUMPROC, DATEFMT_ENUMPROC, DATEFMT_ENUMPROCEX)
285         (TIMEFMT_ENUMPROC, UILANGUAGE_ENUMPROC, CompareString)
286         (EnumCalendarInfo, EnumDateFormats, EnumSystemCodePages)
287         (EnumSystemLocales, EnumTimeFormats, FoldString, GetCalendarInfo)
288         (GetCPInfoEx, GetCurrencyFormat, GetDateFormat, GetGeoInfo)
289         (GetLocaleInfo, GetNumberFormat, GetStringTypeEx, GetTimeFormat)
290         (LCMapString, SetCalendarInfo, SetLocaleInfo, EnumCalendarInfoEx)
291         (EnumDateFormatsEx, EnumSystemLanguageGroups, EnumLanguageGroupLocales)
292         (EnumUILanguages): ...these generic names; delete redundant variants.
293         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
294
295 2019-07-06  Keith Marshall  <keith@users.osdn.me>
296
297         Prepare and publish MinGW.org WSL-5.2.2 release.
298
299         * All files (wsl-5.2.2-release): Tag assigned.
300
301 2019-06-07  Keith Marshall  <keith@users.osdn.me>
302
303         Add missing definitions; fix MinGW-Bug #39129
304
305         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
306         (PAGE_TARGETS_NO_UPDATE): Likewise.
307
308 2019-05-03  Keith Marshall  <keith@users.osdn.me>
309
310         Correct a typographic error; fix MinGW-Bug #39193
311
312         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
313         add a missing closing parenthesis.
314
315 2019-04-08  Keith Marshall  <keith@users.osdn.me>
316
317         Correct a typographic error; fix MinGW-Bug #39117
318
319         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
320         (STATUSCLASSNAME): ...to this.
321
322 2019-02-03  Keith Marshall  <keith@users.osdn.me>
323
324         Clean up winsock default version selection stratagem.
325
326         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
327         internal recursion breaking retest block; following evaluation of...
328         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
329         included, reproducing the original version selection logic from...
330         * include/_winsock.h: ...here; file is now obsolete; delete it.
331
332         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
333         before including <winsock.h>
334
335         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
336         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
337         instead of deleted file <_winsock.h>
338
339         * tests/headers.at: Regenerated.
340
341 2019-01-22  Keith Marshall  <keith@users.osdn.me>
342
343         Prepare and publish MinGW.org WSL-5.2.1 release.
344
345         * All files (wsl-5.2.1-release): Tag assigned.
346
347 2019-01-22  Keith Marshall  <keith@users.osdn.me>
348
349         Incorporate user-customized <features.h> configuration.
350
351         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
352         stub; this is an empty file, yielding the default configuration.
353
354 2018-12-23  Keith Marshall  <keith@users.osdn.me>
355
356         Prepare and publish MinGW.org WSL-5.2 release.
357
358         * All files (wsl-5.2-release): Tag assigned.
359
360 2018-12-18  Keith Marshall  <keith@users.osdn.me>
361
362         Make <winver.h> header effectively self-contained.
363
364         * include/winver.h: Include <windef.h>
365
366 2018-11-23  Keith Marshall  <keith@users.osdn.me>
367
368         Fix MinGW-Bug #2248 (SF ticket).
369
370         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
371         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
372
373 2018-11-23  Keith Marshall  <keith@users.osdn.me>
374
375         Apply some more cosmetic layout adjustments.
376
377         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
378         for each untagged aggregate type definition.
379
380 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
381
382         Fix MinGW-Bug #38736 (OSDN ticket).
383
384         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
385         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
386
387 2018-11-18  Keith Marshall  <keith@users.osdn.me>
388
389         Make <commctrl.h> header effectively self-contained.
390
391         * include/commctrl.h: Tidy layout; assert copyright.
392         Include <winbase.h> and <prsht.h>; both are required to resolve
393         inter-header dependencies, so achieving effective self-containment.
394         Correctly parenthesize argument references in macro definitions.
395         (pragma GCC system_header): Remove redundant GCC version guard.
396         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
397         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
398         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
399         Use them; they facilitate maintenance of robust definitions for...
400         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
401         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
402
403 2018-11-16  Keith Marshall  <keith@users.osdn.me>
404
405         Make <prsht.h> header effectively self-contained.
406
407         * include/prsht.h: Tidy layout; assert copyright.
408         Include <winuser.h> to resolve inter-header dependencies.
409         Correctly parenthesize argument references in macro definitions.
410         (pragma GCC system_header): Remove redundant GCC version guard.
411         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
412         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
413         from checking consistency of alternative definition sources.
414         (__AW_SUFFIXED__): Use it; it improves robustness of...
415         [UNICODE vs. ! UNICODE]: ...generic definitions.
416         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
417
418 2018-10-29  Keith Marshall  <keith@users.osdn.me>
419
420         Clean up <wincon.h>; consolidate its version dependencies.
421
422         * include/wincon.h: Tidy layout; assert copyright.
423         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
424         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
425         of these; group and consolidate respective version dependencies.
426         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
427         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
428         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
429         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
430         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
431         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
432         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
433         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
434         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
435         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
436         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
437         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
438         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
439         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
440         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
441         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
442         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
443         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
444         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
445         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
446         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
447         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
448         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
449         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
450         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
451         Redefine, expressing all values in hexadecimal rather than decimal;
452         this is consistent with Microsoft documentation, and it is also more
453         logical, since all represent bit-flags, bit-fields, or bit-masks.
454
455 2018-10-24  Keith Marshall  <keith@users.osdn.me>
456
457         Make <wincon.h> header effectively self-contained.
458
459         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
460         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
461         [__GNUC__ >= 3]: Remove condition; used only in association with...
462         (#pragma GCC system_header): ...this, it is redundant in this context.
463         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
464
465 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
466
467         Improve WinXP/Vista console I/O support.
468
469         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
470         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
471         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
472         name aliases; define them, mapping them conditionally to represent...
473         [UNICODE]: ...their corresponding UTF-16LE function names, else...
474         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
475         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
476         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
477         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
478         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
479         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
480         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
481         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
482         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
483         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
484         (GetConsoleFontSize): ...declare function.
485         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
486         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
487         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
488         [_WIN32_WINNT >= 0x0501]: ...this prevails.
489         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
490         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
491         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
492         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
493         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
494         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
495         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
496         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
497         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
498         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
499         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
500         (GetCurrentConsoleFont): Declare functions.
501         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
502         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
503         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
504         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
505         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
506         map to an anonymous structure, and are visible only when...
507         [_WIN32_WINNT >= 0x0600]: ...this prevails.
508         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
509         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
510         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
511         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
512         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
513         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
514         ...these typedefs.
515         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
516         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
517         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
518         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
519         (SetCurrentConsoleFontEx): Declare functions.
520
521 2018-09-03  Keith Marshall  <keith@users.osdn.me>
522
523         Prepare and publish MinGW.org WSL-5.1.1 release.
524
525         * All files (wsl-5.1.1-release): Tag assigned.
526
527 2018-07-29  Keith Marshall  <keith@users.osdn.me>
528
529         Don't restrict <winerror.h> exposure when including <winsock.h>
530
531         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
532         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
533         all dependent filter references.
534
535 2018-07-11  Keith Marshall  <keith@users.osdn.me>
536
537         Make <wincrypt.h> header effectively self-contained.
538
539         * include/wincrypt.h: Include <winbase.h>
540
541 2018-07-11  Keith Marshall  <keith@users.osdn.me>
542
543         Correct <wincrypt.h> typographic errors; fix issue [#38391]
544
545         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
546         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
547         (ALG_CLASS_HASH): ...this, which represents the correct reference.
548         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
549         struct definition is not directly associated with any type name.
550         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
551
552 2018-02-26  Keith Marshall  <keith@users.osdn.me>
553
554         Prepare and publish MinGW.org WSL-5.1 release.
555
556         * All files (wsl-5.1-release): Tag assigned.
557
558 2018-02-24  Keith Marshall  <keith@users.osdn.me>
559
560         Make <iptypes.h> header effectively self-contained.
561
562         * include/iptypes.h: Assert copyright; tidy layout.
563         Include <windef.h>; it is required for self-containment.
564         (__need_time_t): Define for selective inclusion of <sys/types.h>
565         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
566         (_WIN32_WINNT): Always compare it symbolically.
567         (__dhcp_time_t): New temporary data type macro; define it...
568         [_WIN64]: ...as equivalent to __time64_t, otherwise...
569         [!_WIN64]: ...equivalent to __time32_t, and then...
570         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
571         (LeaseObtained, LeaseExpires): ...these fields.
572
573 2017-12-20  Keith Marshall  <keith@users.osdn.me>
574
575         Make <winreg.h> header effectively self-contained.
576
577         * include/winreg.h: Include <winbase.h>, thus achieving effective
578         self-containment; since this also indirectly includes <_mingw.h>,
579         there is no longer any need to include it directly.
580
581 2017-12-20  Keith Marshall  <keith@users.osdn.me>
582
583         Clean up, following issue [#2262] patch application.
584
585         * include/winreg.h: Tidy layout; correct copyright assertion.
586         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
587         [UNICODE] (__AW): Do not use deleted macro; replace it with...
588         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
589         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
590         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
591         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
592         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
593         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
594         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
595         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
596         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
597         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
598         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
599         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
600         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
601         all "4.x" branches specified these incorrectly, dependent on...
602         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
603         "legacy" branch, whence the "5.x" branches are propagated, correctly
604         required an alternative condition which is the equivalent of...
605         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
606
607 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
608
609         Update registry management API, per issue [#2262].
610
611         * include/winreg.h: Merge changes from 4.1-dev branch.
612         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
613         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
614         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
615         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
616         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
617         (RRF_ZEROONFAILURE): New manifest constants; define them.
618         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
619         (RegOverridePredefKey): Add previously omitted function prototypes.
620         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
621         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
622         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
623         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
624         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
625         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
626         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
627         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
628         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
629         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
630         (RegDeleteKeyValueA, RegDeleteKeyValueW)
631         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
632         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
633         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
634         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
635         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
636         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
637         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
638         (RegSetKeyValue): Define, mapping each to its respective function...
639         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
640         [defined UNICODE] (__AW): ...for the UTF-16LE case.
641
642         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
643         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
644         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
645         (RegSaveKeyExW@16): Remove them; relocate them to...
646         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
647         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
648         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
649         (RegSaveKeyExW@16): ...their correct location, here.
650         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
651         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
652         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
653         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
654         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
655         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
656         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
657
658 2017-12-16  Keith Marshall  <keith@users.osdn.me>
659
660         Provide default definition for _WIN32_IE feature test macro.
661
662         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
663         (_WIN32_IE_IE50): ...this default value.
664
665         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
666         a conflicting proposal for the default value.
667
668 2017-12-06  Keith Marshall  <keith@users.osdn.me>
669
670         Prepare and publish MinGW.org WSL-5.0.2 release.
671
672         * All files (wsl-5.0.2-release): Tag assigned.
673
674 2017-11-28  Keith Marshall  <keith@users.osdn.me>
675
676         Make <wsnetbs.h> header effectively self-contained.
677
678         * include/wsnetbs.h: Assert copyright; tidy layout; include
679         "_winsock.h", so making this header effectively self-contained, and
680         thus relieving the user of a responsibility for ensuring that some
681         other appropriate WinSock header has been included first.
682
683 2017-11-28  Keith Marshall  <keith@users.osdn.me>
684
685         Factor <winsock.h> duplicate content out of <winsock2.h>
686
687         * include/winsock2.h: Remove all declarations and definitions which
688         are identically specified in <winsock.h>, but keep them in scope by...
689         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
690         declarations and definitions therefrom, which introduce conflicts.
691         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
692         definitions and declarations.
693
694         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
695         WinSock v1.1 and WinSock v2, the latter of which will override when
696         correctly included by <winsock2.h>
697
698 2017-11-24  Keith Marshall  <keith@users.osdn.me>
699
700         Make <winsock.h> and <winsock2.h> duplicate code congruent.
701
702         * include/winsock.h (SOMAXCONN): Move definition into...
703         [!__INSIDE_MSYS__]: ...this guarded scope.
704
705         * include/winsock2.h: Rearrange as necessary.
706         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
707         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
708         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
709         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
710         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
711         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
712         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
713         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
714         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
715         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
716         [!defined __INSIDE_MSYS__]: ...as this, throughout.
717         (gethostname): Update function prototype, adding...
718         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
719
720         * include/ws2spi.h: Tidy layout; assert copyright.
721         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
722         (LPFD_SET): Delete all type references; use...
723         (fd_set *): ...this instead.
724
725 2017-11-14  Keith Marshall  <keith@users.osdn.me>
726
727         Establish default selection for WinSock API declaration.
728
729         * include/windows.h include/nspapi.h: Include...
730         * include/_winsock.h: ...this new system private header; it selects...
731         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
732         provided by conditional inclusion of <winsock2.h>, otherwise...
733         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
734         as provided by inclusion of <winsock.h>
735
736         * tests/headers.at <_winsock.h>: Add reference.
737
738 2017-11-14  Keith Marshall  <keith@users.osdn.me>
739
740         Update gethostname() declaration; drop Cygwin specificity.
741
742         * include/winsock.h (gethostname): Declare unconditionally; add...
743         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
744         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
745         [!defined __INSIDE_MSYS__]: ...as this, throughout.
746
747 2017-11-09  Keith Marshall  <keith@users.osdn.me>
748
749         Normalize fd_set event macros for <winsock2.h> compatibility.
750
751         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
752         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
753         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
754         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
755         count to a bit flag with value of 1, in each case respectively.
756         [_WINSOCK2_H]: Extend shift count enumeration, to include...
757         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
758         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
759         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
760         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
761         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
762         of 1 greater than the offset of the last defined flag; hence...
763         (FD_ALL_EVENTS): ...derive this mask for all event flags.
764
765 2017-11-09  Keith Marshall  <keith@users.osdn.me>
766
767         Filter potential WinSock v2 conflicts out of <winsock.h>
768
769         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
770         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
771         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
772         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
773         not define any of these; they are not compatible with WinSock v2.
774         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
775         appropiately in <winsock2.h>
776
777 2017-11-09  Keith Marshall  <keith@users.osdn.me>
778
779         Filter out <winsock.h> typedef anomalies.
780
781         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
782         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
783         them as type definitions, but warn of potential conflict with...
784         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
785         function; declare its prototype.
786
787 2017-11-08  Keith Marshall  <keith@users.osdn.me>
788
789         Overhaul WinSock fd_set content management macros.
790
791         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
792         original implementations of each of these macros, redirecting to...
793         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
794         inline functions, respectively; these are more robust, and correct a
795         defect in the original FD_SET macro implementation, whereby duplicate
796         descriptors could be added to an fd_set array, but would not then be
797         removed by the corresponding FD_CLR macro.
798
799         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
800         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
801         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
802         function, which is implemented in each of these libraries.
803
804 2017-11-07  Keith Marshall  <keith@users.osdn.me>
805
806         Identify features which have been deprecated in WinSock v2.
807
808         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
809         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
810         (__MINGW_ATTRIB_DEPRECATED): ...to this.
811
812         * include/winsock.h include/winsock2.h: Qualify...
813         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
814         (WSACancelBlockingCall): ...each of these function prototypes, with...
815         (__WINSOCK2_DEPRECATED): ...this attribute.
816
817 2017-11-07  Keith Marshall  <keith@users.osdn.me>
818
819         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
820
821         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
822         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
823         with preferred convention for system feature test macros.
824
825 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
826
827         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
828
829         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
830         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
831         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
832         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
833         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
834         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
835         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
836         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
837         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
838         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
839         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
840
841         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
842         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
843
844 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
845
846         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
847
848         * include/wtypes.h: Tidy layout; assert copyright.
849         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
850         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
851         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
852         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
853         (__BLOB_T_DEFINED): ...this; do not define...
854         (_WTYPES_H): ...this external guard.
855
856         * include/nspapi.h: Tidy layout; assert copyright.
857         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
858         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
859         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
860         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
861         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
862         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
863         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
864         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
865         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
866         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
867         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
868         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
869         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
870         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
871         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
872         (__AW_ALIAS__): ...this, for definition of each of...
873         (SERVICE_INFO, LPSERVICE_INFO): ...these.
874
875         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
876         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
877         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
878         include nspapi.h selectively, to acquire them.
879
880 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
881
882         Factor <winerror.h> duplicate content out of winsock headers.
883
884         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
885         conditional block, and all of its content; selectively include...
886         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
887         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
888         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
889         define them, to segregate WSA error messages applicable to WinSock v2
890         only, from those applicable to both WinSock v1.1 and WinSock v2.
891         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
892         codes, except WSABASEERR, relative to WSABASEERR itself.
893
894 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
895
896         Factor <sys/time.h> duplicate content out of winsock headers.
897
898         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
899         conditional block, and all its content; include <sys/time.h> instead.
900         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
901         processing this header, such that only selected content from other
902         internally referenced headers is exposed.
903
904 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
905
906         Source BSD non-standard type definitions from mingwrt header.
907
908         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
909         conditional block, and its entire type definition content; include...
910         * include/sys/bsdtypes.h: ...this common file instead; it defines...
911         (u_char, u_int, u_long, u_short): ...these non-standard data types.
912
913 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
914
915         Correct misuse of __INSIDE_MSYS__ feature test.
916
917         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
918         omits "defined" operator; it should be expressed consistently as...
919         [! defined __INSIDE_MSYS__]: ...this; correct it.
920
921 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
922
923         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
924
925         * include/winsock.h: Tidy layout; assert copyright.
926         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
927
928         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
929         sections, which are common with <winsock.h>, are laid out congruently.
930         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
931         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
932         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
933         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
934         [UNICODE]: ...alternative typedefs, and function name aliases...
935         [!UNICODE]: ...versus this case.
936
937 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
938
939         Resolve secondary issue arising from MinGW-Bug [#2350]
940
941         * include/winuser.h (GetTitleBarInfo)
942         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
943         it conflicted with current MSDN documentation, so now falls within...
944         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
945
946 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
947
948         Resolve MinGW-Bug [#2350]
949
950         * include/winuser.h (GetTitleBarInfo): Move prototype after...
951         (PTITLEBARINFO): ...this type definition; it is used as a function
952         argument type, so must be defined beforehand.
953
954 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
955
956         Extend testsuite to cover winsock fd_set macro operations.
957
958         * tests/winsock.at: New file; it implements appropriate tests, and
959         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
960         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
961
962         * tests/testsuite.at.in (winsock.at): Integrate it.
963         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
964         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
965         default list of libraries, or resets the list to this initial default.
966         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
967         library specifications, to be used until subsequently reset.
968
969 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
970
971         Prepare and tag for release of MinGW.org WSL-5.0.1
972
973         * All files (wsl-5.0.1-release): Tag assigned.
974
975 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
976
977         Automate testsuite dependency generation.
978
979         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
980         enumerate all such wildcard matches as prerequisites, instead of...
981         (headers.at): ...this sole explicit dependency.
982
983 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
984
985         Make <winnt.h> header effectively self-contained.
986
987         * include/winnt.h (_WINNT_H): Defer definition unless included via...
988         (windef.h): ...this; include it, to enforce inclusion order, then...
989         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
990
991 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
992
993         Consolidate <winuser.h> version specific conditionals.
994
995         * include/winuser.h: Reorganize file content; group manifest constant
996         definitions into one nested collection of conditional blocks, with one
997         block per Windows version evolution; do likewise for type definitions
998         and function prototypes which are always exposed, and separately...
999         [! defined NOGDI]: ...for those which may be suppressed, when GDI
1000         support is not required.
1001
1002 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
1003
1004         Make <winuser.h> header effectively self-contained.
1005
1006         * include/winuser.h (stdarg.h): Include it, in addition to...
1007         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
1008         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
1009
1010 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1011
1012         Consolidate <wingdi.h> version specific conditionals.
1013
1014         * include/wingdi.h: Reorganize file content; group manifest constant
1015         definitions into a single nested collection of conditional blocks, for
1016         those definitions which are common to both Win9x and WinNT, with one
1017         block per Windows version evolution, sorting alphabetically within
1018         each block; do likewise for additional manifest constant definitions
1019         which are specific to WinNT, and also for data type definitions and
1020         function prototypes.
1021
1022 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1023
1024         Tidy, and make <wingdi.h> header effectively self-contained.
1025
1026         * include/wingdi.h: Tidy layout; assert copyright.
1027         (windef.h): Include it; this achieves self-containment.
1028         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
1029         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
1030         (__AW_ALIAS__): ...this, when defining each of...
1031         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
1032         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
1033         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
1034         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
1035         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
1036         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
1037         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
1038         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
1039         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
1040         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
1041         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
1042         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
1043         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
1044         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
1045         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
1046         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
1047         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
1048         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
1049         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
1050         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
1051         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
1052         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
1053         (wglUseFontOutlines, GetGlyphIndices): ...these.
1054
1055 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
1056
1057         Declare CONDITION_VARIABLE API, per feature request [#2314]
1058
1059         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
1060         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
1061         (InitializeConditionVariable, SleepConditionVariableCS)
1062         (SleepConditionVariableSRW, WakeAllConditionVariable)
1063         (WakeConditionVariable): ...declare prototypes.
1064
1065 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1066
1067         Declare SRWLOCK API, to support feature request [#2314]
1068
1069         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
1070         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
1071         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
1072         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
1073         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
1074         (TryAcquireSRWLockShared): Declare additional prototypes.
1075
1076 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
1077
1078         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
1079
1080         * include/winerror.h: Tidy layout; assert copyright.
1081
1082         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
1083         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
1084         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
1085         both locations; it permitted inconsistency between the two.
1086
1087 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
1088
1089         Consolidate <winbase.h> version specific conditionals.
1090
1091         * include/winbase.h: Reorganize file content; group manifest constant
1092         definitions into one nested collection of conditional blocks, with one
1093         block per Windows version evolution, sorting alphabetically within each
1094         block; do likewise for data type definitions and function prototypes.
1095
1096 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
1097
1098         Tidy, and make <winbase.h> header effectively self-contained.
1099
1100         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
1101         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
1102         (__AW_EXTENDED__): ...this; subsequently reimplement...
1103         (__AW_ALIAS__): ...this, with original name, now encapsulating...
1104         (__AW_SUFFIXED__): ...this.
1105
1106         * include/dbt.h (__AW_ALIAS__): Replace all references with...
1107         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
1108         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
1109         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
1110
1111         * include/winbase.h: Tidy layout; assert copyright.
1112         (stdarg.h, windef.h): Include them, to achieve self-containment.
1113         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
1114         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
1115         [__AW_ALIAS__]: ...this, to correctly specify each of...
1116         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
1117         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
1118         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
1119         [__AW_SUFFIXED__]: ...this, to correctly map each of...
1120         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
1121         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
1122         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
1123         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
1124         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
1125         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
1126         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
1127         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
1128         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
1129         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
1130         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
1131         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
1132         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
1133         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
1134         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
1135         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
1136         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
1137         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
1138         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
1139         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
1140         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
1141         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
1142         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
1143         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
1144         (GetPrivateProfileInt, GetPrivateProfileSection)
1145         (GetPrivateProfileSectionNames, GetPrivateProfileString)
1146         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
1147         (GetProfileString, GetShortPathName, GetStartupInfo)
1148         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
1149         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
1150         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
1151         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
1152         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
1153         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
1154         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
1155         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
1156         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
1157         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
1158         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
1159         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
1160         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
1161         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
1162         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
1163         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
1164         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
1165         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
1166         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
1167         (WritePrivateProfileString, WritePrivateProfileStruct)
1168         (WriteProfileSection, WriteProfileString): ...these, and add...
1169         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
1170         (GetFirmwareEnvironmentVariable): ...these previously missing generic
1171         function name aliases.
1172
1173 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1174
1175         Refactor mingwrt and w32api common makefile content.
1176
1177         * Makefile.in (w32api-srcdist-config-files): Rename it...
1178         (w32api-srcdist-common-files): ...as this phoney build rule.
1179         (shared_include_file): New macro; define it, and include named file.
1180         (configure, config.status, Makefile, config.status.missing, _mingw.h)
1181         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
1182         out; relocate them to new file in common parent directory...
1183         * ../Makefile.comm: ...here.
1184
1185 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1186
1187         Correct a copyright notice update omission.
1188
1189         * configure.ac: Extend copyright date range to include 2017.  Also
1190         clean up superfluous trailing whitespace.
1191
1192 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
1193
1194         Fix generated header file dependencies.
1195
1196         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
1197         [VERSION.m4]: ...this; package version changes are no longer made...
1198         [configure.ac]: ...here; delete associated prerequisite reference.
1199         (distclean-local): Delete them.
1200
1201 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1202
1203         Prepare and tag for release of w32api-5.0 package set.
1204
1205         * All files (wsl-5.0-release): Tag assigned.
1206
1207 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1208
1209         Implement basic test suite infrastructure.
1210
1211         * tests: New subdirectory; it hosts...
1212         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
1213         * tests/headers.at: ...these new files; they implement the basic test
1214         suite infrastructure, initially comprising header integrity checks.
1215
1216         * configure.ac (AC_PROG_CXX): Check it.
1217         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
1218         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
1219         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
1220         tests/Makefile.
1221
1222         * Makefile.in (check test tests): New rules; all are synonymous.
1223         (check-recursive): New rule; invoked by each of the preceding three.
1224         (w32api-srcdist-testsuite-files): New rule; implement and use it...
1225         (w32api-srcdist-files): ...here.
1226
1227 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
1228
1229         Add missing constant definition, per issue [#2249].
1230
1231         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
1232
1233 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1234
1235         Avoid unnecessary duplication of configuration files.
1236
1237         * Makefile.in (vpath install-sh): Define it; it matches...
1238         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
1239         rule for creating duplicate file reference links in $top_srcdir.
1240         (configure): Add '-I ..' option, when running autoconf.
1241         (w32api-srcdist-files): Rename it as...
1242         (w32api-srcdist-package-files): ...this; remove dependencies on...
1243         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
1244         (w32api-srcdist-config-files): ...this new distributable files
1245         enumeration goal; add it as one new prerequisite of...
1246         (w32api-srcdist-files): ...this repurposed goal; also depends on...
1247         (w32api-srcdist-package-files): ...this; populate it using...
1248         (SRCDIST_ADD): ...this macro; redefine it accordingly.
1249
1250 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
1251
1252         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
1253
1254         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
1255         it was previously transcribed incorrectly, as being equivalent to...
1256         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
1257         (FILE_DEVICE_DISK): ...this.
1258
1259 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1260
1261         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
1262
1263         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
1264         alternative generic symbol mapping definitions, and typedefs, with...
1265         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
1266         their respective ANSI and UNICODE specific references.
1267
1268 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1269
1270         Deprecate obsolete <winable.h> and <pbt.h> headers.
1271
1272         * Makefile.in (%.h.in): Generalize vpath definition.
1273         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
1274         (w32api_generated_headers, replace_headers, macro_name): New macros.
1275         (install-w32api-headers): Add dependency on w32api_dist_headers.
1276         (%.h): New static pattern rule; it generates generic dependants of...
1277         * include/obsolete.h.in: ...this new template for obsolete headers.
1278
1279         * include/winable.h include/pbt.h: Delete them; they are obsolete;
1280         replace them by install-time generated generic stubs.
1281
1282 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1283
1284         Update <winuser.h> and <dbt.h>; fix issue [#2317].
1285
1286         * include/winuser.h: Tidy layout; add copyright notice.
1287         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
1288         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
1289         selective inclusion of content from other headers; delete when done.
1290         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1291         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1292         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1293         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1294         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1295         them selectively from <dbt.h>, where they are properly defined.
1296         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1297         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1298         formerly UINT, which doesn't match 64-bit size required for Win64.
1299         (SetTimer): Likewise; also declare similar return type.
1300         (WINEVENTPROC): Add missing CALLBACK attribute.
1301         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1302
1303         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1304         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1305
1306         * include/dbt.h: Tidy layout; add copyright notice.
1307         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1308         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1309         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1310         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1311         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1312         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1313         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1314         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1315         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1316         structure typedef names, and their respectively corresponding...
1317         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1318         type names.
1319
1320 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1321
1322         Fix a minor ISO-C++11 conformity issue.
1323
1324         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1325         by ISO-C++11, between concatenated string literal elements.
1326         (GetFiberData, NtCurrentTeb): Likewise.
1327
1328 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1329
1330         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1331
1332         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1333         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1334
1335 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1336
1337         Prepare and tag all files for release of w32api-3.18.1
1338
1339         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1340
1341 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1342
1343         Resolve improper macro expansion issue [#2307].
1344
1345         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1346         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1347         dependent macro WITHIN the expansion of each of these; hence...
1348
1349         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1350         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1351         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1352         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1353         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1354         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1355         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1356         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1357         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1358         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1359         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1360         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1361         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1362         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1363         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1364         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1365         ...adjust these dependent macro definitions accordingly.
1366
1367         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1368         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1369         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1370         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1371         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1372         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1373         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1374         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1375         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1376         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1377
1378 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1379
1380         Update install-sh to match mingw.org/build-aux package.
1381
1382         * install-sh: Delete it; use version in parent directory instead,
1383         recreating local copy, (as symlink, if supported), on demand.
1384
1385 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1386
1387         Eliminate redundant configuration files.
1388
1389         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1390         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1391
1392         * configure.ac (AC_PROG_LN_S): Add configuration check.
1393
1394 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1395
1396         Discard redundant config.guess and config.sub files.
1397
1398         * config.guess config.sub: Delete them; they are no longer required.
1399         * Makefile.in (SRCDIST_ADD): Remove related references.
1400
1401 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1402
1403         Merge recent legacy branch updates to 5.0-active branch.
1404
1405         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1406         * include/sdkddkver.h include/setupapi.h include/windows.h
1407         * include/winnt.h include/winuser.h include/winver.h
1408         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1409
1410 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1411
1412         Prepare and tag all files for release of w32api-3.18.
1413
1414 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1415
1416         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1417
1418         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1419         references from $(MAKE) command lines; make passes them implicitly.
1420
1421 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1422
1423         Backport MemoryBarrier() implementation from 4.0-dev branch.
1424
1425         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1426         Earnie's original inline implementation, but declared 'static' to fix
1427         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1428         fallback identified by issue [#2131], and to remove references to...
1429         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1430         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1431         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1432         back to inline assembly code when necessary.
1433
1434         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1435         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1436         code, for hosts which do not support the SSE2 'mfence' instruction.
1437
1438 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1439
1440         Merge further W32API updates from Cygwin CVS.
1441         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1442
1443         * include/setupapi.h include/winuser.h include/winver.h
1444         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1445
1446 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1447
1448         Update mapping of GCC to MSVC host identification macros.
1449
1450         * include/windows.h: Assert copyright; tidy layout.
1451         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1452         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1453         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1454         managed implicitly, by GCC, when including the associated headers.
1455
1456         * include/winnt.h: Assert copyright; tidy layout.
1457         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1458         (__aligned__, __always_inline__, __selectany__): Prefer these...
1459         (aligned, always_inline, selectany): ...to these attribute forms.
1460         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1461         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1462         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1463         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1464         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1465         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1466         (_M_IX86): ...also removing this, but relocate it to...
1467         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1468         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1469         appropriate.
1470
1471         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1472         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1473
1474 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1475
1476         Merge W32API updates, from Cygwin CVS, into legacy branch.
1477         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1478
1479         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1480         2012-04-28 commit to Cygwin CVS.
1481
1482         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1483         * include/routprot.h include/shlwapi.h include/userenv.h
1484         * include/winbase.h include/wincon.h include/windef.h
1485         * include/winerror.h include/wingdi.h include/winnt.h
1486         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1487         match Cygwin CVS state, as of 2012-07-06.
1488
1489         * include/wincrypt.h: Updated to remove duplicate manifest constant
1490         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1491         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1492         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1493         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1494         copies of these further duplicated definitions, identified during
1495         the merging operation.
1496
1497 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1498
1499         Synchronize package version management with MinGW Runtime.
1500
1501         * VERSION.m4: New file; link it to keep in sync with identically named
1502         file in top level composite package source directory; it defines...
1503         (__VERSION__): ...this new composite package version macro.
1504
1505         * aclocal.m4: Link it, to keep in sync with identically named files in
1506         top level composite source and sibling mingwrt sub-package directories.
1507         (__VERSION__): New macro; include VERSION.m4 to define it.
1508         (__BUG_REPORT_URL__): New macro; define it.
1509
1510         * configure.ac (AC_INIT): Assign package version and bug report URL...
1511         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1512         automatic inclusion of aclocal.m4
1513
1514         * Makefile.in (configure): Add dependency on VERSION.m4
1515
1516 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1517
1518         Eliminate redundant <parts/winioctl.h> header.
1519
1520         * include/parts/winioctl.h: Delete it; distribute its content...
1521         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1522         ...among these, separating it into discrete sections based on...
1523         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1524         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1525         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1526         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1527
1528         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1529         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1530
1531 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1532
1533         Enforce consistent specification of package version.
1534
1535         * include/w32api.h: Rename as...
1536         * include/w32api.h.in: ...this build-time template file.
1537         (__W32API_VERSION): Redefine it, in terms of...
1538         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1539         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1540         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1541         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1542         (%PACKAGE_VERSION_PATCH%): ...these.
1543
1544         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1545         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1546         mingwrt/include/_mingw.h.in file.
1547
1548         * Makefile.in (all-w32api-libs): Add dependency on...
1549         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1550         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1551         they apply appropriate substitutions to the renamed template files.
1552         (install-w32api-headers): Explicitly add w32api.h
1553
1554 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1555
1556         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1557
1558         * include/parts/winioctl.h: New file; it provides infrastructure for
1559         sharing of common code between DDK headers and primary <winioctl.h>
1560         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1561         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1562         macros; they facilitate more consise expression of factored out IOCTL
1563         and FSCTL macros; define them.
1564
1565         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1566         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1567         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1568         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1569
1570         * include/ddk/winddk.h: Assert copyright; tidy layout.
1571         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1572         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1573         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1574         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1575         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1576         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1577         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1578         (FILE_WRITE_ACCESS): Likewise.
1579         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1580         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1581         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1582         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1583         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1584         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1585         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1586         (PPARTITION_INFORMATION_MBR): Likewise.
1587         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1588         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1589         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1590         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1591         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1592         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1593         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1594         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1595         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1596         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1597         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1598         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1599         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1600         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1601         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1602         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1603         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1604         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1605         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1606         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1607         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1608         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1609         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1610         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1611         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1612         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1613         was defined only when including this enumeration from winioctl.h
1614         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1615         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1616         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1617         include parts/winioctl.h
1618
1619         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1620         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1621         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1622         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1623         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1624         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1625         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1626         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1627         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1628         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1629         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1630         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1631         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1632         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1633         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1634
1635         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1636         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1637         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1638         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1639         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1640         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1641         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1642         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1643         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1644         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1645         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1646         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1647         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1648         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1649         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1650         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1651         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1652         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1653         these macros are now defined in parts/winioctl.h; include it.
1654         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1655         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1656         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1657         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1658         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1659         (VALID_NTFT): Redefine as enumeration; factor it out.
1660         (IsRecognizedPartition, IsContainerPartition): Factor out.
1661         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1662         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1663         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1664         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1665         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1666         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1667         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1668         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1669         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1670         (struct _PARTITION_INFORMATION): Change field data types for...
1671         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1672         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1673         with Windows DDK convention, then factor out struct, together with...
1674         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1675         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1676         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1677         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1678         (struct _GET_LENGTH_INFORMATION)
1679         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1680         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1681         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1682         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1683         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1684         (PFORMAT_EX_PARAMETERS): Factor out.
1685         (struct _REASSIGN_BLOCKS): Change field data types for...
1686         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1687         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1688         convention, then factor out the struct definition, together with...
1689         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1690         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1691         (PSET_PARTITION_INFORMATION): Factor out.
1692         (struct _VERIFY_INFORMATION): Change field data type for...
1693         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1694         factor out the entire struct definition, together with...
1695         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1696         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1697         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1698         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1699         (PDISK_GROW_PARTITION): Factor out.
1700
1701         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1702         definitions from Windows DDK headers, by including parts/winioctl.h;
1703         delete duplicate definitions already identified as having been factored
1704         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1705         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1706         UCHAR, resulting in no significant changes, except that...
1707         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1708         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1709         (StorageManagerName): ...these previously missing fields, originally
1710         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1711         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1712
1713 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1714
1715         Windows application module version information API updates.
1716
1717         * include/winver.h: Assert copyright; tidy layout.
1718         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1719         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1720         having both ANSI and UTF-16LE specific alternative implementations.
1721         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1722         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1723         note that both are generic, with ANSI and UTF-16LE implementations,
1724         but the ANSI implementations are missing from MSVCRT.DLL when...
1725         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1726
1727         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1728         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1729
1730 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1731
1732         Revert a failed experimental macro construct.
1733
1734         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1735         code, and doesn't work in the C preprocessor conditional context where
1736         its associated constant definitions are most likely to be required.
1737         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1738         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1739         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1740         now in terms of their preferred equivalents from <sdkddkver.h>
1741
1742 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1743
1744         Code clean-up; fix MinGW-Bug [#2263].
1745
1746         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1747         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1748         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1749
1750         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1751         style comments, using ISO-C conforming style; remove all redundant
1752         parameter names from function prototype declarations, throughout.
1753         (pragma GCC system_header): Remove pointless conditional guard.
1754         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1755         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1756         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1757         alternatives, respectively; they offer improved self-documentation.
1758         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1759         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1760         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1761         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1762         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1763         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1764         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1765         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1766         from their __AW_STRING_A__ equivalent string constant definitions.
1767         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1768         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1769         a hexadecimal expression of the mask value over the former decimal.
1770         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1771         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1772         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1773         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1774         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1775         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1776         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1777         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1778         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1779         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1780         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1781         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1782         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1783         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1784         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1785         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1786         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1787         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1788         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1789         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1790         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1791         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1792         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1793         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1794         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1795         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1796         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1797         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1798         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1799         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1800         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1801         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1802         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1803         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1804         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1805         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1806         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1807         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1808         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1809         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1810         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1811         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1812         express them in hexadecimal, in preference to original decimal form.
1813         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1814         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1815         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1816         a string literal, but was missing delimiting quotes; insert them.
1817         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1818         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1819         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1820         aliases for each of the UNICODE/non-UNICODE cases respectively.
1821         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1822         was declared as type LPTSTR, but should be type LPSTR.
1823         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1824         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1825         type LPSTR, but should be type LPWSTR.
1826         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1827         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1828         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1829
1830 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1831
1832         Correct defect in build system compilation rule.
1833
1834         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1835         source file; it expands to also include prerequisite header files,
1836         which should not appear on the compilation command line.  Rewrite
1837         rule in static pattern format, and use $< instead.
1838
1839 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1840
1841         Build system corrections for GCC build time support.
1842
1843         * configure.ac (AC_PROG_CC): Don't use this; we need...
1844         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1845         building with only a stage 1 partially built GCC installation.
1846
1847         * Makefile.in (install-headers): New make objective; map it to...
1848         (install-w32api-headers): ...this, for which it is a logical alias.
1849
1850 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1851
1852         Overhaul and streamline build system configuration.
1853
1854         * configure.in: Delete obsolete file; replace with...
1855         * configure.ac: New file; rewritten per current autoconf conventions.
1856
1857         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
1858         it now processes the entire build without using separate sub-makes.
1859
1860         * lib/Makefile.in: Sub-make configuration not required now; delete it.
1861         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
1862
1863 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1864
1865         Remove unused aclocal.m4 configuration file.
1866
1867         * aclocal.m4: Delete it; it provides no content used by this package.
1868
1869 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1870
1871         Adapt platform feature checks to NTDDI_VERSION conventions.
1872
1873         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
1874         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
1875         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
1876         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
1877         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
1878
1879         * include/w32api.h: Assert copyright; include sdkddkver.h.
1880         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
1881         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
1882         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
1883         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
1884         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1885         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1886         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
1887         macro definitions by long integer constants, and mark as deprecated.
1888         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
1889         mingwrt/include/_mingw.h, whence we similarly relocate...
1890         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
1891
1892         * include/windef.h: Assert copyright; include w32api.h, whence we
1893         infer default assignments, per included sdkddkver.h, for each of...
1894         (WINVER, _WIN32_WINNT): ...these; delete local defines.
1895         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1896
1897 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1898
1899         Remove generated configure script from revision control.
1900
1901         * configure: Delete from SCM; maintainer must regenerate it, when
1902         required, as SCM will now ignore it.
1903
1904 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
1905
1906         Cosmetic adjustment to match MSDN documentation.
1907
1908         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
1909         of parameter #1 to be LPCVOID, in preference to formerly specified,
1910         and functionally equivalent, 'const LPVOID'.
1911
1912 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
1913
1914         Correct typos, as identified by issue [#1534].
1915
1916         * include/setupapi.h (SetupCancelTemporary): Should be...
1917         (SetupCancelTemporarySourceList): ...this; complete truncated name.
1918         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
1919         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
1920         (SetupQueryA, SetupQueryW): ...these respectively to...
1921         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
1922         (SetupDiGetWizardage): Misspelled; correct it to...
1923         (SetupDiGetWizardPage): ...this.
1924
1925 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1926
1927         Declare WTSVirtualChannel API functions per issue [#1342].
1928
1929         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
1930         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
1931         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
1932         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
1933         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
1934
1935         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
1936
1937 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
1938
1939         Correct MENUITEMINFO structure definition per issue [#1659].
1940
1941         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
1942         field was defined as type DWORD; correct it to type ULONG_PTR.
1943
1944 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
1945
1946         Extend visibility of winsock definitions when building Cygwin.
1947
1948         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
1949         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
1950         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
1951         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
1952         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
1953         [__INSIDE_MSYS__]: ...keep them hidden.
1954
1955         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
1956         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
1957         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
1958         [__INSIDE_MSYS__]: ...also keep them hidden.
1959
1960 2012-04-29  Jan Ringos  <tringi@users.sf.net>
1961
1962         Correct version guard for WinXP minimum requirement.
1963
1964         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
1965         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
1966         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
1967         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
1968
1969 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
1970
1971         Add missing <shobjidl.h> and associated UUID implementation.
1972
1973         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
1974         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
1975
1976 2012-03-19  Ben Greear  <greear@users.sf.net>
1977
1978         Adjust header file definition order, to fix issue [#1570].
1979
1980         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
1981         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
1982
1983 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1984
1985         Add missing return value, flagged by 'make test'.
1986
1987         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
1988         Return NO_ERROR in virtual definition.
1989
1990 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
1991
1992         Remove duplicate definitions, identified by 'make test'.
1993
1994         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
1995         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
1996         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
1997         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
1998         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
1999         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
2000
2001         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
2002         correctly defined (per MSDN) in <wincrypt.h>
2003
2004 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
2005
2006         Correct misuse of #ifdef, identified by 'make test'.
2007
2008         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
2009         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
2010
2011 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
2012
2013         Replace more incorrectly named manifest constants.
2014
2015         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
2016         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
2017         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
2018         definitions respectively; retain for backward compatibility only.
2019
2020 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
2021
2022         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
2023
2024         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
2025
2026 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
2027
2028         Add missing MAPVK manifest constant definitions.
2029
2030         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
2031         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
2032
2033 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
2034
2035         Correct some misspelled manifest constant names.
2036
2037         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
2038         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
2039         alias to original misspelling, to maintain backward compatibility.
2040         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
2041         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
2042         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
2043         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
2044
2045 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
2046
2047         Add a missing Win2K sockets IOCTL feature.
2048
2049         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
2050
2051 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
2052
2053         Fix an incorrectly typed structure member.
2054
2055         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
2056         should be LPSTR; correct it.
2057
2058 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
2059
2060         Add another missing manifest constant definition.
2061
2062         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
2063
2064 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
2065
2066         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
2067
2068         * include/windef.h (PACKED): Delete macro definition; its name is not
2069         reserved, and may thus conflict with a user defined name; replace it...
2070         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
2071         use __attribute__((packed)) directly instead.
2072
2073 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2074
2075         Fix bad typedef, per MinGW-Bug [#1529].
2076
2077         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
2078         conform with MSDN reference, as identified by Safety0ff.
2079
2080 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
2081
2082         Add a missing manifest constant definition.
2083
2084         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
2085
2086 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
2087
2088         Win2K and Vista userenv updates.
2089
2090         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
2091         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
2092         (ExpandEnvironmentStringsForUser): Define function aliases.
2093         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
2094         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
2095         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
2096         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
2097         (GetProfileType): Declare function prototypes.
2098         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
2099         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
2100         New manifest constants; define them.
2101
2102 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2103
2104         * Makefile.in: Increment CYGRELEASE to 2.
2105
2106 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2107
2108         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
2109
2110 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2111
2112         * include/w32api.h: Increment version to 3.17.
2113         * Makefile.in: Ditto.
2114
2115 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2116
2117         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
2118         (PSAPI_WORKING_SET_INFORMATION): Move from here...
2119         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
2120         (PSAPI_WORKING_SET_INFORMATION): ...to here.
2121
2122 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2123
2124         * include/w32api.h: Increment version to 3.16.
2125         * Makefile.in: Ditto.
2126
2127 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2128
2129         * include/commctrl.h (NMTCKEYDOWN): Define.
2130
2131 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2132
2133         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
2134         Define.
2135
2136 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2137
2138         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
2139         PSAPI_WORKING_SET_INFORMATION): Define.
2140
2141 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2142
2143         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
2144
2145 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2146
2147         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
2148
2149 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2150
2151         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
2152         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
2153         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
2154
2155 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2156
2157         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
2158         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
2159         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
2160
2161 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
2162
2163         * include/winnt.h (PAGE_WRITECOMBINE): Define.
2164         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
2165
2166 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2167
2168         * include/winbase.h (__MINGW_EXTENSION): Define.
2169         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
2170         struct to correct issue with -std=c99.
2171
2172 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
2173
2174         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
2175         (TIMER_BASIC_INFORMATION): Define.
2176         (NtQueryTimer): Define.
2177         (ZwQueryTimer): Define.
2178
2179 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
2180
2181         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
2182
2183 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2184
2185         * include/winbase.h (GetComputerNameEx): Define.
2186
2187 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
2188
2189         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
2190
2191 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
2192
2193         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
2194         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
2195         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
2196         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
2197         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
2198         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
2199         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
2200         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
2201         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
2202
2203 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
2204
2205         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
2206         Add defines for backward compatibility.
2207
2208 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
2209
2210         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
2211         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
2212         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
2213         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
2214         EnumResourceTypesW): Ditto.
2215         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
2216
2217 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2218
2219         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
2220
2221 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
2222
2223         * include/bdatypes.h: Add missing semicolons.
2224
2225 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2226
2227         * include/w32api.h: Increment version to 3.15.
2228         * Makefile.in: Ditto.
2229
2230 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2231
2232         * Makefile.in: Update naming convention and compression format (lzma),
2233         leaving existing naming convention and compression format as is for Cygwin.
2234
2235 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2236
2237         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
2238         STATE_SYSTEM_PROTECTED): Define.
2239
2240         Thank you to Marcus von Appen for reporting the issue.
2241
2242 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2243
2244         * include/winuser.h (CF_DIBV5): Define.
2245         (CF_MAX): Adjust accordingly.
2246
2247         Thank you to Lenard Lindstrom for reporting the issue.
2248
2249 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2250
2251         * include/sspi.h (QuerySecurityContextToken): Define.
2252         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
2253
2254         Thank you to Magnus Hagander for reporting the issue.
2255
2256 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
2257
2258         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
2259
2260 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2261
2262         * include/shlwapi (ASSOCDATA): Update definition.
2263
2264         Thank you to Frederic Deschamps for reporting the issue.
2265
2266 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2267
2268         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
2269         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
2270         COPY_FILE_NO_BUFFERING): Define.
2271
2272         Thank you to Roland Schwingel for reporting the issue.
2273
2274 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2275
2276         * include/winuser.h (HHOOK): Move definition from here...
2277         * include/windef.h: ...to here, as per MSDN.
2278
2279         Thank you to Samuel Thibault for reporting the issue.
2280
2281 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2282
2283         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
2284         MSDN, change return type to LPCH.
2285         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
2286
2287         Thank you to Emmanuel Stapf for reporting the issue.
2288
2289 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2290
2291         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
2292         * include/windowsx.h (SNDMSG): Ditto.
2293
2294 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2295
2296         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2297
2298         Thank you to Ozkan Sezer for reporting the issue.
2299
2300 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2301
2302         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2303
2304         Thank you to Chris Oldwood for reporting the issue.
2305
2306 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2307
2308         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2309
2310         Thank you to Rick Walsh for reporting the issue.
2311
2312 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2313
2314         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2315
2316 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2317
2318         * include/winbase.h (OVERLAPPED): Correct definition.
2319
2320 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2321
2322         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2323         definition.
2324
2325         Thank you to Pasi Ruokola for reporting the issue.
2326
2327 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2328
2329         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2330
2331         Thank you to cheznonnon for reporting the issue.
2332
2333 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2334
2335         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2336
2337 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2338
2339         * winnt.h: Fix several SUBLANG ID errors (ref:
2340         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2341         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2342         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2343         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2344         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2345         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2346         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2347         (SUBLANG_LAO_LAO): ... this.
2348         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2349         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2350         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2351         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2352         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2353         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2354         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2355         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2356         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2357         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2358         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2359
2360 2010-08-24  LRN  <lrn1986@gmail.com>
2361
2362         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2363         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2364         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2365         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2366         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2367         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2368         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2369         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2370         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2371         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2372         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2373         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2374         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2375         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2376         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2377         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2378         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2379         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2380         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2381         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2382         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2383         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2384         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2385         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2386         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2387         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2388         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2389         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2390         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2391         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2392         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2393         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2394         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2395         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2396         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2397         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2398         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2399         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2400         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2401         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2402         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2403         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2404         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2405         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2406         WAVE_FORMAT_DTS2): Define.
2407         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2408         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2409         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2410         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2411         Define.
2412
2413 2010-08-23  LRN  <lrn1986@gmail.com>
2414
2415         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2416         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2417         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2418         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2419         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2420         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2421         GetFinalPathNameByHandleW): Define.
2422
2423 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2424
2425         * lib/CheckConflicts.sh: New file.
2426
2427 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2428
2429         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2430         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2431         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2432         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2433         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2434         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2435         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2436         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2437         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2438         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2439         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2440         conflicting definition.
2441         * lib/th32.def: Remove.
2442         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2443         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2444         definition.
2445
2446 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2447
2448         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2449
2450 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2451
2452         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2453
2454 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2455
2456         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2457         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2458         * include/ddk/winddk.h: Ditto.
2459
2460 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2461
2462         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2463         CreateSymbolicLinkA, CreateSymbolicLink): Define
2464
2465 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2466
2467         * lib/kernel32.def(FatalExit): Correct definiton.
2468
2469 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2470
2471         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2472         from 2010-07-17 since it breaks several applications.
2473
2474 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2475
2476         * lib/kernel32.def: Regenerate using gendef.
2477
2478 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2479
2480         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2481
2482 2010-07-20  Michael James  <james.me@gmail.com>
2483
2484         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2485
2486 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2487
2488         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2489         definition.
2490         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2491         NdrMarshSCtxtHdl): Ditto.
2492         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2493         definition in favour of typedef definition.
2494
2495         Thank you to Yuta Tomino for reporting the issues.
2496
2497 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2498
2499         * include/gdiplus.h: New file.
2500         * include/gdiplus/gdiplus.h: New file.
2501         * include/gdiplus/gdiplusbase.h: New file.
2502         * include/gdiplus/gdiplusbrush.h: New file.
2503         * include/gdiplus/gdipluscolor.h: New file.
2504         * include/gdiplus/gdipluscolormatrix.h: New file.
2505         * include/gdiplus/gdipluseffects.h: New file.
2506         * include/gdiplus/gdiplusenums.h: New file.
2507         * include/gdiplus/gdiplusflat.h: New file.
2508         * include/gdiplus/gdiplusgpstubs.h: New file.
2509         * include/gdiplus/gdiplusgraphics.h: New file.
2510         * include/gdiplus/gdiplusheaders.h: New file.
2511         * include/gdiplus/gdiplusimageattributes.h: New file.
2512         * include/gdiplus/gdiplusimagecodec.h: New file.
2513         * include/gdiplus/gdiplusimaging.h: New file.
2514         * include/gdiplus/gdiplusimpl.h: New file.
2515         * include/gdiplus/gdiplusinit.h: New file.
2516         * include/gdiplus/gdipluslinecaps.h: New file.
2517         * include/gdiplus/gdiplusmatrix.h: New file.
2518         * include/gdiplus/gdiplusmem.h: New file.
2519         * include/gdiplus/gdiplusmetafile.h: New file.
2520         * include/gdiplus/gdiplusmetaheader.h: New file.
2521         * include/gdiplus/gdipluspath.h: New file.
2522         * include/gdiplus/gdipluspen.h: New file.
2523         * include/gdiplus/gdipluspixelformats.h: New file.
2524         * include/gdiplus/gdiplusstringformat.h: New file.
2525         * include/gdiplus/gdiplustypes.h: New file.
2526         * lib/gdiplus.c: New file containing GDI+ variable definitions
2527         and GUIDs.
2528         * lib/gdiplus.def: New file.
2529         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2530         add gdiplus.c to SOURCES.
2531         * lib/test.c: Include gdiplus.h.
2532
2533 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2534
2535         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2536         GetPerformanceInfo): Define.
2537         * lib/psapi.def (GetPerformanceInfo): Define.
2538         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2539         CryptEnumProviders): Define.
2540
2541 2010-02-17  LRN  <lrn1986@gmail.com>
2542
2543         * include/shlguid.h (IID_IFolderView): Define.
2544         * include/shlobj.h (IFolderView interface): Define.
2545         * lib/shell32.c (IID_IFolderView): Export.
2546
2547 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2548
2549         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2550         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2551
2552 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2553
2554         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2555
2556 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2557
2558         * include/shlobj.h (SHParseDisplayName): Fix definition.
2559
2560 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2561
2562         * include/w32api.h: Increment version to 3.14.
2563         * Makefile.in: Ditto.
2564
2565 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2566
2567         * include/shlobj.h (SHParseDisplayName): Define.
2568
2569         Thanks to James Roberts-Thomson for the report.
2570
2571 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2572
2573         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2574
2575         Thanks to Alexander Vassilev for the report.
2576
2577 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2578
2579         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2580
2581         Thanks to Thomas Denk for the report.
2582
2583 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2584
2585         * include/winbase.h (UnmapViewOfFile): Correct definition.
2586
2587         Thanks to Dimitry Sibiryakov for the report.
2588
2589 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2590
2591         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2592
2593 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2594
2595         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2596         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2597
2598 2009-20-10  Michael James  <james.me@gmail.com>
2599
2600         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2601         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2602         >= 0x0501.
2603         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2604         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2605         RemoveWindowSubclass@12): Add exports.
2606         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2607
2608 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2609
2610         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2611         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2612         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2613         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2614         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2615         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2616         RegisterTouchWindow, UnregisterTouchWindow): Define.
2617         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2618         RegisterTouchWindow, UnregisterTouchWindow): Define.
2619
2620 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2621
2622         * include/winver.h (VerQueryValue[AW]): Correct definition.
2623
2624 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2625
2626         * include/shlobj.h (SHARD): Add enum.
2627         (SHARD_PATH): Define based on UNICODE.
2628
2629         Thanks to Jacek Caban for the report.
2630
2631 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2632
2633         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2634
2635         Thanks to Bruno Martinez for the report.
2636
2637 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2638
2639         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2640         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2641         SHGetIconOverlayIndex): Define.
2642
2643         Thanks to Tim Kosse for the report.
2644
2645 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2646
2647         * include/wincon.h (AttachConsole): Correct guard.
2648
2649         Thanks to Alexander Shaduri for the report.
2650
2651 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2652
2653         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2654         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2655
2656 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2657
2658         * include/winerror.h: Fix typos in macro names.
2659
2660 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2661
2662         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2663         definition.
2664
2665 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2666
2667         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2668
2669 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2670
2671         Honor DESTDIR for winsup/mingw and winsup/w32api.
2672         Detect and report error if installation paths are win32
2673         format, but DESTDIR is non-empty.
2674
2675         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2676         when invoking make in subdirs.
2677         * lib/Makefile.in (DESTDIR): Honor per convention.
2678         (need-DESTDIR-compatibility): New macro; define it and a
2679         corresponding rule.
2680         (fail-DESTDIR-compatibility): New dependency goal.
2681         (install-libraries, install-headers, uninstall-libraries,
2682         uninstall-headers): Require need-DESTDIR-compatibility.
2683         * lib/ddk/Makefile.in: Ditto.
2684         * lib/directx/Makefile.in: Ditto.
2685
2686 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2687
2688         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2689         _WIN32_WINNT >= 0x0500.
2690         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2691         WRITE_RESTRICTED): Define.
2692         (IsTokenRestricted): Declare for >= Win 2000.
2693
2694 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2695
2696         * include/wtsapi32.h (WTSQuerySessionInformationA,
2697         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2698         Moved to (_WIN32_WINNT >= 0x0500) guard.
2699         (thanks to Pierre Ossman)
2700
2701 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2702
2703         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2704         IS_SURROGATE_PAIR): Define.
2705
2706 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2707
2708         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2709         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2710         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2711         * include/ddk/ntifs.h: Ditto.
2712         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2713
2714 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2715
2716         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2717         from here...
2718         * lib/gdo32.dll: ...to here.
2719
2720 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2721
2722         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2723         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2724         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2725         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2726         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2727         entry points.
2728
2729 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2730
2731         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2732         WTSEnumerateSessionsA): Add function prototypes.
2733         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2734         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2735         defines dependent on UNICODE setting.
2736
2737 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2738
2739         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2740         and vice versa.
2741         * include/ddk/ntifs.h: Ditto.
2742         * include/ddk/winddk.h: Ditto.
2743         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2744         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2745         in header, but missing in lib.  Omit NT4-only entry points.
2746
2747 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2748
2749         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2750         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2751         * lib/shell32.def (SHGetImageList): Define.
2752
2753 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2754
2755         * winnt.h: Add Vista token security extensions.
2756         (SID_HASH_SIZE): Define.
2757         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2758         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2759         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2760         (SID_HASH_ENTRY): Define.
2761         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2762         (struct _TOKEN_LINKED_TOKEN): Define.
2763         (struct _TOKEN_MANDATORY_LABEL): Define.
2764         (struct _TOKEN_MANDATORY_POLICY): Define.
2765         (struct _TOKEN_ELEVATION): Define.
2766         (struct _TOKEN_ACCESS_INFORMATION): Define.
2767         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2768         information enumeration values.
2769
2770 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2771
2772         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2773         from ddk/ntifs.h.
2774
2775 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2776
2777         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2778
2779 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2780
2781         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2782
2783 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2784
2785         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2786         NtSetEaFile.
2787
2788 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2789
2790         * include/winbase.h (SCS_64BIT_BINARY): Define.
2791
2792 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2793
2794         * include/w32api.h: Increment version to 3.13.
2795         * Makefile.in: Ditto.
2796
2797 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2798
2799         * lib/glut.def: remove.
2800         * lib/glut32.def: ditto.
2801
2802 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2803
2804         * include/winbase.h (PROCESS_DEP_ENABLE,
2805         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2806         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2807         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2808
2809 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2810
2811         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2812
2813 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2814
2815         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2816
2817 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2818
2819         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2820
2821 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2822
2823         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2824         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2825         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2826         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2827         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2828         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2829         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2830         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2831         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2832         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2833         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2834         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2835         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2836         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2837         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2838         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2839         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2840         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2841         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2842         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2843         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2844         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2845         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2846         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2847         (capSendMessage): Don't undef.
2848
2849 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2850
2851         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
2852         undefined.
2853
2854 2008-09-13  mega-squall  <mega-squall@users.sf.net>
2855
2856         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
2857         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
2858         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
2859         SUBLANG_ROMANIAN_MOLDOVA): Define.
2860
2861 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2862
2863         * include/shlwapi.h (ASSOCSTR): Update enum.
2864
2865 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2866
2867         * include/w32api.h: Increment version to 3.12.
2868         * Makefile.in: Ditto.
2869
2870 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
2871
2872         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
2873
2874 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
2875
2876         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
2877
2878 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
2879
2880         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
2881         Thanks to Richard Hughes for report.
2882
2883 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2884
2885         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
2886         naming standard for Cygwin.
2887
2888 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
2889
2890         * include/sspi.h: Fix PSecurityFunctionTableW structure.
2891
2892 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2893
2894         * include/ddk/scsi.h: Define READ_TOC formats.
2895         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
2896
2897 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2898
2899         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
2900         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
2901         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
2902         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
2903         NdisMCancelTimer): Define.
2904         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
2905         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
2906         eliminate warnings.
2907         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
2908         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
2909         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
2910         Export.
2911
2912 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2913
2914         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
2915         RtlStringCbVPrintfA): define in terms of POSIX string functions.
2916
2917 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2918
2919         * include/ddk/winddk.h (KeRaiseIrql): Define.
2920         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
2921
2922 2008-08-29  Andy Grover  <andy.grover@oracle.com>
2923
2924         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
2925         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
2926         (InterlockedIncrement, InterlockedDecrement): fix warning.
2927         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
2928         (KeNumberProcessors): Export.
2929
2930 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2931
2932         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
2933         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
2934         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
2935         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
2936         ASSOCF_INIT_IGNOREUNKNOWN): Define.
2937
2938 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2939
2940         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
2941
2942         Thanks to Tim Kosse <botg at users dot sf dot net>.
2943
2944 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
2945
2946         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2947         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
2948         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
2949         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
2950         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
2951         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
2952         PROTECTED_DACL_SECURITY_INFORMATION): Define.
2953
2954 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2955
2956         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
2957         WTSQuerySessionInformation, WTSFreeMemory): Define.
2958
2959 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2960
2961         * lib/gdi32.def (SetLayout): Export.
2962
2963 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
2964
2965         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
2966         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
2967         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
2968         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
2969         CertSetCertificateContextProperty, CertCompareCertificateName,
2970         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
2971         CryptGetDefaultProviderW and many corresponding macroes): Define.
2972         * lib/crypt32.def (Export the above 11 functions): Export.
2973         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
2974         macroes): Define.
2975
2976
2977 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2978
2979         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
2980         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
2981
2982 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
2983
2984         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
2985
2986 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
2987
2988         * include/lmaccess.h (struct _USER_INFO_4): Define.
2989         (struct _USER_INFO_23): Define.
2990         (struct _GROUP_INFO_3): Define.
2991
2992 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
2993
2994         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
2995         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
2996         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
2997         MIB_TCP6TABLE_OWNER_PID): Define.
2998         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
2999
3000 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
3001
3002         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
3003         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
3004         of 0x0502.
3005         Bug reported by Thomas Denk.
3006
3007 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
3008
3009         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
3010         InterlockedCompareExchange, InterlockedExchange,
3011         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
3012         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
3013         Bug reported by Erik Blake.
3014
3015 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
3016
3017         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
3018         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
3019         Bug reported by Brian Hawley.
3020
3021 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
3022
3023         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
3024         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
3025         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
3026         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
3027         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
3028         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
3029         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
3030         (DsGetDcNameW, DsGetDcNameA): Declare.
3031         (DsGetDcName): Define.
3032         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
3033
3034 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3035
3036         * include/commctrl.h (NMLVODSTATECHANGE): Define.
3037
3038         Thanks to Tim Kosse <botg at users dot sf dot net>.
3039
3040 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3041
3042         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
3043
3044         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
3045
3046 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
3047
3048         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
3049         (FILE_SUPPORTS_TRANSACTIONS): Define.
3050
3051 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
3052
3053         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
3054         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
3055
3056 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
3057
3058         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
3059         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
3060         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
3061         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
3062         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
3063         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
3064         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
3065         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
3066         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
3067         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
3068         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
3069         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
3070         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
3071         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
3072         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
3073         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
3074         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
3075         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
3076         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
3077         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
3078         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
3079         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
3080         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
3081         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
3082         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
3083         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
3084         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
3085         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
3086         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
3087         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
3088         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
3089         capDriverConnect, capDriverDisconnect, capDriverGetName,
3090         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
3091         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
3092         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
3093         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
3094         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
3095         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
3096         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
3097         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
3098         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
3099         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
3100         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
3101         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
3102         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
3103         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
3104         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
3105
3106 2008-04-26  Yuval  <uvman@users.sourceforge.net>
3107
3108         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
3109         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
3110         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
3111         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
3112         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
3113         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
3114         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
3115         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
3116         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
3117         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
3118         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
3119         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
3120         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
3121         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
3122         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
3123         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
3124         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
3125         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
3126         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
3127         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
3128         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
3129         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
3130         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
3131         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
3132         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
3133         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
3134         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
3135         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
3136         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
3137         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
3138         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
3139         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
3140         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
3141         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
3142         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
3143         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
3144         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
3145         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
3146         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
3147         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
3148         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
3149         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
3150         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
3151         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
3152         *SpUserModeInitializeFn): Define.
3153         * include/sspi.h (SECURITY_STRING): Define.
3154
3155 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
3156
3157         * include/specstrings.h: Add more dummy defines.
3158
3159 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
3160
3161         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
3162         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
3163         (SECURITY_MANDATORY_LOW_RID): Define.
3164         (SECURITY_MANDATORY_MEDIUM_RID): Define.
3165         (SECURITY_MANDATORY_HIGH_RID): Define.
3166         (SECURITY_MANDATORY_SYSTEM_RID): Define.
3167         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
3168         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
3169         (SE_GROUP_INTEGRITY): Define.
3170         (SE_GROUP_INTEGRITY_ENABLED): Define.
3171
3172 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
3173
3174         * include/sddl.h (ConvertStringSidToSidA): Declare.
3175         (ConvertStringSidToSidW): Declare.
3176         (ConvertStringSidToSid): Define.
3177
3178 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3179
3180         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
3181         and MPR_INTERFACE_3 structure since they are available only in Windows
3182         Server 2008
3183
3184         Thanks to crackedmind  <crackedmind at sf dot net>.
3185
3186 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3187
3188         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
3189         definitions.
3190         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
3191
3192 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3193
3194         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
3195
3196 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3197
3198         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
3199         * include/windef.h (IN, OUT, OPTIONAL): Define.
3200
3201 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3202
3203         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
3204         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3205         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3206         __out_bcount_opt): Move to specstrings.h.
3207
3208 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3209
3210         * lib/bthprops.def: new file, bluetooth imports.
3211
3212 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3213
3214         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3215         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3216         __out_bcount_opt): Defined additional pseudo-modifiers.
3217
3218 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3219         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
3220         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
3221         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
3222         dwRedialPause.
3223
3224 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3225
3226         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
3227         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
3228         DEVICE_NOTIFY_SERVICE_HANDLE): define.
3229         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
3230         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
3231         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
3232         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
3233         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
3234         * include/winuser.h (RegisterPowerSettingNotification,
3235         UnregisterPowerSettingNotification): Add prototypes.
3236         * lib/user32.def: Added imports for the above prototypes.
3237         * lib/Makefile.in: Added build support for power-uuid.c.
3238         * lib/power-uuid.c: New file containing power GUID definitions.
3239
3240 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3241
3242         * include/ras.h (RAS_MaxDnsSuffix): define.
3243
3244 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3245
3246         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
3247         Add prototypes.
3248         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
3249         Add exports.
3250
3251 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3252
3253         * include/w32api.h: Increment version to 3.11.
3254         * Makefile.in: Ditto.
3255
3256 2007-12-11  Dave Korn  <dave.korn@artimi.com>
3257
3258         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
3259         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
3260
3261 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3262
3263         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
3264
3265 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
3266
3267         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
3268         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
3269
3270 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
3271
3272         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
3273
3274 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
3275
3276         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
3277         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
3278         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
3279         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
3280         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
3281         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
3282         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
3283         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
3284         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
3285         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
3286         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
3287         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
3288         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
3289         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
3290         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
3291         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
3292         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
3293         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3294         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3295         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3296         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3297         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3298         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3299         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3300         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3301         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3302         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3303         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3304         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3305         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3306         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3307         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3308         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3309         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3310         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3311         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3312         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3313         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3314         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3315         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3316         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3317         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3318         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3319         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3320         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3321         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3322         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3323         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3324         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3325         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3326         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3327         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3328         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3329         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3330         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3331         CryptEncodeObjectEx): define.
3332
3333 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3334
3335         * include/winbase.h (CheckTokenMembership): define.
3336
3337 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3338
3339         * include/rpcndr.h: Missing NdrClientCall2 entry.
3340         * lib/rpcrt4.def: Ditto.
3341
3342 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3343         * lib/scnsave.c: Multi-monitor support.
3344
3345 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3346
3347         * include/w32api.h: Increment version to 3.10.
3348         * Makefile.in: Ditto.
3349
3350 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3351
3352         * include/winbase.h (ReOpenFile): Add prototype.
3353         * lib/kernel32.def (ReOpenFile@16): Add export.
3354
3355 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3356
3357         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3358
3359 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3360
3361         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3362         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3363
3364 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3365
3366         * include/wtypes.h (LPDECIMAL): Define.
3367         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3368
3369 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3370
3371         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3372
3373 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3374
3375         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3376         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3377
3378 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3379
3380         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3381         Define.
3382
3383 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3384
3385         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3386         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3387         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3388         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3389         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3390         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3391         Sync with include/pbt.h.
3392
3393 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3394
3395         [mingw-Bugs-1751518]
3396         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3397         get_URL.
3398
3399         [mingw-Bugs-1751565]
3400         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3401
3402         [mingw-Bugs-1751595]
3403         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3404         methods.
3405
3406         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3407
3408 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3409
3410         [mingw-Bugs-1750898]
3411         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3412         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3413
3414 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3415
3416         [mingw-Bugs-1749305]
3417         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3418
3419 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3420
3421         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3422
3423 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3424
3425         * include/oaidl.h: Include windows.h and ole2.h,
3426         unless COM_NO_WINDOWS_H.
3427
3428         [mingw-Bugs-1742130]
3429         * include/oaidl.h (struct tagVARIANT): Add union members
3430         LONGLONG  * pllVal and ULONGLONG * pullVal.
3431
3432 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3433
3434         * include/ws2tcpip.h (s6_addr32): Correct definition.
3435         Thanks to Alfred E. Heggestad <aeh at db dot org>
3436
3437 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3438
3439         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3440
3441         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3442         supplying the information.
3443
3444 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3445
3446         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3447
3448 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3449
3450         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3451         Vista.
3452
3453 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3454
3455          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3456         CRYPTPROTECT_LOCAL_MACHINE): Define.
3457
3458 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3459
3460         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3461         Define.
3462
3463 2007-03-30  Brian Dessent  <brian@dessent.net>
3464
3465         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3466
3467 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3468
3469         * include/w32api.h: Increment version to 3.9.
3470         * Makefile.in: Ditto.
3471
3472 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3473
3474         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3475
3476 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3477
3478         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3479
3480 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3481
3482         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3483         Added SetupConfigureWmiFromInfSectionW
3484         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3485
3486         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3487
3488         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3489         Added PBT_APMQUERYSTANDBY
3490         Added PBT_APMQUERYSUSPENDFAILED
3491         Added PBT_APMQUERYSTANDBYFAILED
3492         Added PBT_APMSUSPEND
3493         Added PBT_APMSTANDBY
3494         Added PBT_APMRESUMECRITICAL
3495         Added PBT_APMRESUMESUSPEND
3496         Added PBT_APMRESUMESTANDBY
3497         Added PBT_APMBATTERYLOW
3498         Added PBT_APMPOWERSTATUSCHANGE
3499         Added PBT_APMOEMEVENT
3500         Added PBT_APMRESUMEAUTOMATIC
3501
3502         * include/wtsapi32.h: New file
3503
3504         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3505
3506 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3507
3508         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3509         argument to constant.
3510
3511 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3512
3513         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3514         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3515         Add prototypes.
3516         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3517
3518 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3519
3520         * lib/user32.def (InternalGetWindowText): Add stub.
3521
3522 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3523
3524         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3525         LANG_BOSNIAN_NEUTRAL): Define.
3526
3527 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3528
3529         * include/winuser.h: Add guards around TITLEBARINFO and
3530         GetTitleBarInfo().
3531
3532 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3533
3534         * include/winbase.h (struct _OVERLAPPED): Change type of
3535         Internal, InternalHigh members to ULONG_PTR.
3536         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3537         (CreateIoCompletionPort): Likewise.
3538         (PostQueuedCompletionStatus): Likewise.
3539         (QueueUserAPC): Likewise.
3540
3541 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3542
3543         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3544         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3545         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3546         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3547         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3548         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3549         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3550         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3551         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3552         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3553
3554 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3555
3556         * Makefile.in: Add aclocal.m4 to source release.
3557
3558 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3559
3560         * include/w32api.h: Increment version to 3.8.
3561         * Makefile.in: Ditto.
3562
3563 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3564
3565         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3566         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3567
3568         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3569
3570 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3571
3572         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3573
3574         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3575         inline static.
3576         (GetFiberData): Likewise.
3577         * lib/kernel32.c: Remove.
3578         * lib/Makefile.in: Remove reference to kernel32.[co].
3579
3580 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3581
3582         * include/winnt.h (SE_RELABEL_NAME): Define.
3583         (SE_INCREASE_WORKING_SET_NAME): Define.
3584         (SE_TIME_ZONE_NAME): Define.
3585         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3586
3587 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3588
3589         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3590         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3591         SymbolicLinkReparseBuffer substructure.
3592
3593 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3594
3595         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3596
3597 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3598
3599         * lib/Makefile.in: Fix order for 'all' rule.
3600
3601 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3602
3603         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3604
3605 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3606
3607         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3608         mappings.
3609         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3610         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3611
3612 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3613
3614         * include/rpc.h: Add whitespace.
3615         * include/winnt.h (C_ASSERT): Define.
3616
3617 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3618
3619         [mingw-Bugs-1568067]
3620         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3621         * include/wingdi.h: (DM_POSITION): Define.
3622
3623 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3624
3625         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3626         * lib/user32.def: Likewise.
3627
3628 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3629
3630         * lib/Makefile.in: fix typo.
3631         * lib/ddk/Makefile.in: fix typo.
3632         * lib/directx/Makefile.in: fix typo.
3633
3634         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3635         for pointing it out.
3636
3637 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3638
3639         * Makefile.in: Remove files from lib directory with distclean target
3640
3641 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3642
3643         * include/winuser.h (CS_DROPSHADOW): Define.
3644
3645 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3646
3647         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3648         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3649         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3650         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3651
3652         Increase each constant by 1.
3653
3654 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3655
3656         [mingw-Bugs-1553275]
3657         * include/wingdi.h (SetLayout): Add prototype.
3658         (GetLayout): Likewise.
3659
3660 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3661
3662         [mingw-Bugs-1550139]
3663         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3664         Tanks to:  Samit Basu <samitbasu at sf dot net>
3665         (GetRecordInfoFromGuids): Add prototype.
3666
3667 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3668
3669         * include/winbase.h: Add comment about 'missing' SEM flag.
3670
3671 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3672
3673         * configure.in: Substitute with_cross_host in depending files.
3674         * configure: Regenerate.
3675         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3676         Set installation directories accordingly.
3677         * lib/ddk/Makefile.in: Ditto.
3678         * lib/directx/Makefile.in: Ditto.
3679
3680 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3681
3682         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3683         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3684         Bug reported by: <macleone at users dot sf dot net>
3685
3686 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3687
3688         Update some more IMAGE relocation type indicators
3689         to PECOFF v8 (May, 2006) specs.
3690
3691         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3692         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3693         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3694         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3695         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3696         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3697         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3698         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3699         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3700         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3701         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3702         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3703         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3704         IMAGE_REL_SHM_NOMODE): Add defines.
3705
3706         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3707         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3708         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3709         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3710         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3711         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3712         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3713         IMAGE_REL_M32R_TOKEN): Add defines.
3714
3715         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3716
3717 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3718
3719         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3720         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3721         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3722         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3723         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3724         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3725         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3726         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3727         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3728         Add defines.
3729
3730         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3731         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3732         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3733         Add defines.
3734
3735         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3736
3737         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3738         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3739         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3740         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3741         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3742         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3743
3744         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3745
3746         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3747         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3748         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3749         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3750         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3751         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3752         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3753         Add defines.
3754
3755         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3756         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3757         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3758         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3759         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3760         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3761         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3762         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3763         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3764         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3765         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3766         IMAGE_REL_IA64_ADDEND): Add defines.
3767
3768         (IMAGE_SCN_GPREL): Add define.
3769
3770 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3771
3772         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3773         * include/basetyps.h:  Likewise.
3774         (_COM_interface): New define.
3775         (interface): Define to _COM_interface, conditional on !__OBJC__.
3776         Replace 'interface' with '_COM_interface', throughout.
3777         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3778         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3779         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3780         * include/mshtml.h: Likewise.
3781         * include/oaidl.h: Likewise.
3782         * include/objfwd.h: Likewise.
3783         * include/objidl.h: Likewise.
3784         * include/ocidl.h: Likwise.
3785         * include/olectl.h: Likewise.
3786         * include/oleidl.h: Likewise.
3787         * include/shlobj.h: Likewise.
3788         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3789         * include/vfw.h: Likewise.
3790         * include/windows.h. Likewise. Add comment.
3791         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3792         throughout.
3793
3794         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3795         Add test for conflict with '@interface'
3796
3797 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3798
3799         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3800         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3801         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3802         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3803         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3804         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3805         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3806         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3807         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3808         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3809         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3810         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3811         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3812         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3813         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3814         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3815         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3816         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3817         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3818         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3819         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3820         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3821         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3822         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3823         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3824         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3825         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3826         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3827         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3828         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3829         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3830         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3831         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3832         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3833         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3834         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3835         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3836         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3837         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3838         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3839         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3840         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3841         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3842         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3843         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3844         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3845         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3846         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3847         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3848         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
3849         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
3850         CertDeleteCertificateFromStore): Define.
3851         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
3852         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
3853         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
3854         CertAddCertificateContextToStore, CertCompareCertificate,
3855         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
3856         Define.
3857
3858 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3859
3860         * lib/uuid.c: Remove.
3861
3862 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
3863
3864         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
3865         declarations. They were extracted from the registry with a script.
3866         * lib/devguid.c: Add new file with the implementation of the
3867         missing GUIDs.
3868         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
3869
3870 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
3871
3872         * include/winuser.h (WM_INPUT): Add missing Raw Input
3873         notification define.
3874         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
3875         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
3876
3877 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
3878
3879         [mingw-Bugs-1525021]
3880         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
3881         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
3882         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
3883         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
3884         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
3885         (IP_ADAPTER_ADDRESSES): Likewise.
3886
3887 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3888
3889         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3890         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3891         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
3892         extras-uuid.c.
3893         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
3894         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
3895         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
3896         * lib/hlguids-uuid.c: State source of CLSIDs.
3897
3898 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3899
3900         * lib/Makefile.in: Added extras-uuid as an object and source.
3901         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
3902         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
3903         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
3904         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
3905         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
3906         * lib/extras-uuid.c: New file.
3907         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3908         net).
3909
3910 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
3911
3912         [mingw-Bugs-1424461]
3913         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
3914         throughout.
3915         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
3916         _NO_W32_PSEUDO_MODIFIERS.
3917         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
3918         throughout.
3919         *include/rpcnsip.h: Likewise.
3920         *include/windef.h: Don't define IN, OUT or OPTIONAL
3921         if _NO_W32_PSEUDO_MODIFIERS.
3922         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
3923         throughout.
3924         *include/ddk/cfgmgr32.h: Likewise.
3925         *include/ddk/ddkmapi.h: Likewise.
3926         *include/ddk/hidclass.h: Likewise.
3927         *include/ddk/hidpi.h: Likewise.
3928         *include/ddk/kbdmou.h: Likewise.
3929         *include/ddk/mcd.h: Likewise.
3930         *include/ddk/miniport.h: Likewise.
3931         *include/ddk/minitape.h: Likewise.
3932         *include/ddk/ndis.h: Likewise.
3933         *include/ddk/ndistapi.h: Likewise.
3934         *include/ddk/ndiswan.h: Likewise.
3935         *include/ddk/ntapi.h: Likewise.
3936         *include/ddk/ntdd8042.h: Likewise.
3937         *include/ddk/ntddpcm.h: Likewise.
3938         *include/ddk/ntifs.h: Likewise.
3939         *include/ddk/ntpoapi.h: Likewise.
3940         *include/ddk/parallel.h: Likewise.
3941         *include/ddk/pfhook.h: Likewise.
3942         *include/ddk/scsiwmi.h: Likewise.
3943         *include/ddk/smbus.h: Likewise.
3944         *include/ddk/srb.h: Likewise.
3945         *include/ddk/storport.h: Likewise.
3946         *include/ddk/tdikrnl.h: Likewise.
3947         *include/ddk/upssvc.h: Likewise.
3948         *include/ddk/usbcamdi.h: Likewise.
3949         *include/ddk/usbscan.h: Likewise.
3950         *include/ddk/video.h: Likewise.
3951         *include/ddk/videoagp.h: Likewise.
3952         *include/ddk/win2k.h: Likewise.
3953         *include/ddk/winddi.h: Likewise.
3954         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
3955         if _NO_W32_PSEUDO_MODIFIERS.
3956         Comment out IN, OUT and OPTIONAL, throughout.
3957         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
3958         throughout.
3959         *include/ddk/ws2san.h: Likewise.
3960
3961 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3962
3963         * lib/Makefile.in:  Added hlguids-uuid as source and object.
3964
3965 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3966
3967         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
3968         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
3969         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
3970         * lib/hlguids-uuid.c: New file.
3971         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
3972         net).
3973
3974 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3975
3976         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
3977         objects.
3978         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
3979         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
3980         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
3981         IID_IHlinkTarget): Remove.  Moved to new files.
3982         * lib/urlmon-uuid.c: New file.
3983         * lib/hlink-uuid.c: New file.
3984
3985 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3986
3987         * lib/Makefile.in: Added ativscp-uuid as source and object.
3988         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
3989         IID_IActiveScriptParse, IID_IActiveScriptSite,
3990         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
3991         * lib/ativscp-uuid.c: New file.
3992
3993 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3994
3995         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
3996         Remove.  Moved to objidl-uuid.c
3997         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
3998         IID_IServerSecurity): Defined.
3999
4000 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4001
4002         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
4003         objects.
4004         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
4005         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
4006         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
4007         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
4008         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
4009         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
4010         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
4011         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
4012         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
4013         files.
4014         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
4015         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
4016         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
4017         * lib/cguid-uuid.c: New file.
4018         * lib/olectlid-uuid.c: New file.
4019
4020 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4021
4022         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
4023         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
4024         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
4025         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
4026         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
4027         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
4028         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
4029         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
4030         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
4031         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
4032         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
4033         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
4034         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
4035         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
4036         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
4037         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
4038         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
4039         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
4040         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
4041         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
4042         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
4043         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
4044         * lib/comcat-uuid.c: New file.
4045         * lib/docobj-uuid.c: New File.
4046         * lib/exdisp-uuid.c: New file.
4047         * lib/mlang-uuid.c: New file.
4048         * lib/oaidl-uuid.c: New file.
4049         * lib/objidl-uuid.c: New file.
4050         * lib/objsafe-uuid.c: New file.
4051
4052 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4053
4054         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
4055         objects.
4056         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
4057         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
4058         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
4059         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
4060         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
4061         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
4062         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
4063         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
4064         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
4065         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
4066         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
4067         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
4068         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
4069         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
4070         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
4071         IID_ISpecifyPropertyPages): Remove. Moved to new files.
4072         * lib/oleidl-uuid.c: New file.
4073         * lib/oleacc-uuid.c: New file.
4074         * lib/ocidl-uuid.c: New file.
4075
4076 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4077
4078         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
4079         objects.
4080         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
4081         Remove.  Moved to unknwn-uuid and servprov-uuid.
4082         * lib/unknwn-uuid.c: New file.
4083         * lib/servprov-uuid.c: New file.
4084
4085 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
4086
4087         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
4088         enum.
4089
4090 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
4091
4092         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
4093
4094 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
4095
4096         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
4097         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
4098         wingdi.h defines.
4099
4100 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4101
4102         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
4103         duplicate defines.
4104
4105         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
4106         removal.
4107         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
4108
4109 2006-05-24  Christopher Faylor  <cgf@timesys.com>
4110
4111         * configure.in: Update to newer autoconf.
4112         (thanks to Steve Ellcey)
4113         * configure: Regenerate.
4114         * aclocal.m4: New file.
4115
4116 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
4117
4118         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
4119
4120 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4121
4122         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
4123         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
4124         as macros.
4125         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4126
4127 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4128
4129         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
4130         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
4131         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
4132         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
4133         (MprAdminMIBSetTrapInfo): Declare functions.
4134         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
4135         (MIB_SERVER_HANDLE): New typedef.
4136         (MprConfigTransportSetInfo): Declare function.
4137         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
4138         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
4139
4140 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4141
4142         * lib/rtutils.def: New file. Generated on Windows XP.
4143         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
4144         * include/rtutils.h: New file.
4145         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
4146         Commented out, they're missing from rtutils.def.
4147
4148 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4149
4150         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
4151         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
4152         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
4153         (MprInfoRemoveAll): Declare functions.
4154
4155 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4156
4157         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
4158         (MprConfigGetGuidName,MprConfigInterfaceCreate)
4159         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
4160         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
4161         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
4162         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
4163         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
4164         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
4165         (MprConfigServerConnect,MprConfigServerDisconnect)
4166         (MprConfigServerGetInfo,MprConfigServerInstall)
4167         (MprConfigServerRestore,MprConfigTransportCreate)
4168         (MprConfigTransportDelete,MprConfigTransportEnum)
4169         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
4170         (MprConfigTransportSetInfo): Declare functions.
4171
4172 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4173
4174         * include/mprapi.h (MprAdminBufferFree)
4175         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
4176         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
4177         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
4178         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
4179         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
4180         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
4181         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
4182         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
4183         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
4184         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
4185         (MprAdminInterfaceTransportSetInfo)
4186         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
4187         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
4188         (MprAdminServerConnect,MprAdminServerDisconnect)
4189         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
4190         (MprAdminServerSetCredentials,MprAdminTransportCreate)
4191         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
4192
4193 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4194
4195         * include/ipxtfflt.h: New file.
4196
4197 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4198
4199         * include/mprapi.h: Fix header guard. Cleanup.
4200         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
4201         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
4202         (MprAdminConnectionHangupNotification)
4203         (MprAdminConnectionHangupNotification2)
4204         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
4205         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
4206         (MprAdminReleaseIpAddress): Declare functions.
4207         * lib/mprapi.def: Regenerate on Windows XP.
4208
4209 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4210
4211         * include/ipifcons.h: Cleanup.
4212         * include/ipxconst.h: Fix header guard.
4213         * include/ipxrtdef.h: include <ipxconst.h>.
4214
4215 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4216
4217         * include/ipxrtdef.h: Cleanup.
4218         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
4219         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
4220         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
4221         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
4222         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
4223         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
4224         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
4225         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
4226         * include/routprot.h: Cleanup.
4227         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
4228         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
4229         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
4230         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
4231         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
4232         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
4233         * include/fltdefs.h: New file.
4234         * include/ipinfoid.h: New file.
4235
4236 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4237
4238         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
4239         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
4240         (IAMCertifiedOutputProtection): Add interfaces.
4241         * include/adsprop.h: New file.
4242         * include/cmnquery.h: New file.
4243         * include/dsadmin.h: New file.
4244         * include/dsclient.h: New file.
4245         * include/dsgetdc.h: New file.
4246         * include/dsquery.h: New file.
4247         * include/dsrole.h: New file.
4248         * include/ntdsapi.h: New file.
4249         * include/ntdsbcli.h: New file.
4250         * include/objsel.h: New file.
4251
4252 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4253
4254         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
4255         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
4256         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
4257         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
4258         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
4259         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
4260         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
4261         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
4262
4263 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4264
4265         * include/qedit.h: New file.
4266         * include/errors.h: Cleanup.
4267
4268 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4269
4270         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
4271         avoid dependency on <string.h>.
4272         There's no Win32 equivalent for memcmp:
4273         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
4274
4275 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4276
4277         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
4278         instead of memset to avoid dependency on <string.h>.
4279         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
4280         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
4281         (AM_WST_STYLE): Add enums.
4282         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
4283         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
4284         structures.
4285         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
4286         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
4287         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
4288         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
4289         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
4290         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
4291         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
4292         (VFW_E_DVD_NO_RESUME_INFORMATION)
4293         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4294         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4295         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4296         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4297         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4298         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4299         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4300         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4301         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4302         * include/strmif.h: ... to here. New file.
4303         * include/aviriff.h: New file.
4304         * include/bdatypes.h: New file.
4305         * include/control.h: New file.
4306         * include/dvdmedia.h: New file.
4307         * include/il21dec.h: New file.
4308         * include/ks.h: New file.
4309         * include/ksmedia.h: New file.
4310         * include/mmreg.h: New file.
4311         * include/mpegtype.h: New file.
4312         * include/vidcap.h: New file.
4313         * include/vmr9.h: New file.
4314         * include/vptype.h: New file.
4315         * include/xprtdefs.h: New file.
4316
4317 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4318
4319         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4320         Documented as defined on Windows 2000 or later.
4321         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4322         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4323         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4324         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4325         but values unknown, Windows Vista or later.
4326         (CAL_UMALQURA): Cleanup.
4327         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4328         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4329         (CAL_SSHORTESTDAYNAME7): Cleanup.
4330         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4331         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4332
4333 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4334
4335         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4336         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4337         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4338         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4339         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4340         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4341         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4342         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4343         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4344         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4345         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4346         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4347         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4348         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4349         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4350         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4351         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4352         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4353         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4354         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4355         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4356         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4357         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4358         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4359         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4360         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4361         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4362         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4363         (DMDFO_CENTER): Define.
4364         (GetDCBrushColor,GetDCPenColor): Declare.
4365         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4366
4367 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4368
4369         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4370         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4371         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4372         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4373         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4374         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4375         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4376         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4377         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4378         (LANG_DARI,LANG_MALAGASY)
4379         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4380         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4381         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4382         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4383         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4384         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4385         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4386         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4387         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4388         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4389         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4390         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4391         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4392         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4393         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4394         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4395         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4396         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4397         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4398         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4399         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4400         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4401         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4402         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4403         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4404         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4405         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4406         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4407         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4408         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4409         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4410         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4411         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4412         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4413         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4414         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4415         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4416         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4417         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4418         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4419         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4420         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4421         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4422         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4423         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4424         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4425         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4426         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4427         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4428         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4429         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4430         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4431         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4432         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4433         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4434         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4435         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4436         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4437         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4438         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4439         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4440         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4441         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4442
4443 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4444
4445         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4446         it was moved.
4447
4448 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4449
4450         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4451         SPI_SETSCREENSAVERUNNING.
4452         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4453
4454 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4455
4456         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4457         It had been removed because it's no documented, but Cygwin needs it.
4458
4459 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4460
4461         * include/amvideo.h (IFullScreenVideo): Define.
4462         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4463         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4464
4465 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4466
4467         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4468         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4469         as available on Windows 98 and better.
4470         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4471         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4472         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4473
4474 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4475
4476         * include/amvideo.h: New file.
4477         * include/dshow.h: Include <amvideo.h>.
4478
4479 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4480
4481         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4482         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4483         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4484         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4485         (HWND_BROADCAST): Cleanup.
4486         (HWND_MESSAGE): Windows 2000 only.
4487         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4488         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4489         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4490         (SIF_ALL): Cleanup.
4491         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4492         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4493         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4494         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4495         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4496         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4497         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4498         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4499         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4500         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4501         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4502         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4503         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4504         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4505         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4506         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4507         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4508         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4509         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4510         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4511         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4512         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4513         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4514         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4515         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4516         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4517         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4518         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4519         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4520         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4521         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4522         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4523         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4524         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4525         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4526         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4527         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4528         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4529         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4530         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4531         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4532         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4533         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4534         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4535         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4536         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4537         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4538         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4539         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4540         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4541         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4542         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4543         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4544         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4545         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4546         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4547         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4548         (SPI_SCREENSAVERRUNNING): Removed.
4549         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4550         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4551         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4552         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4553
4554 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4555
4556         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4557         (MprAdminGetPDCServer): Add prototype.
4558         (MprAdminSendUserMessage): Add prototype.
4559         (MprAdminUserGetInfo): Add prototype.
4560         (MprAdminUserSetInfo): Add prototype.
4561         * lib/mprapi.def: Add stubs for above functions.
4562
4563 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4564
4565         * lib/directx/quartz.def: Move from here...
4566         * lib/quartz.def: ... to here.
4567
4568 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4569
4570         * include/amaudio.h: New file.
4571         * include/dshow.h: Include <amaudio.h>.
4572
4573 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4574
4575         * include/errors.h: New file.
4576         * include/dshow.h: Include <errors.h>.
4577
4578 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4579
4580         * include/dshow.h: New file.
4581         * include/evcode.h: New file.
4582         * include/audevcod.h: New file.
4583         * include/dvdevcod.h: New file.
4584
4585 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4586
4587         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4588         (MprAdminConnectionClearStats): Add prototype.
4589         (MprAdminConnectionEnum): Add  prototype.
4590         (MprAdminConnectionGetInfo): Add prototype.
4591         (MprAdminConnectionRemoveQuarantine): Add prototype.
4592         (MprAdminPortClearStats): Add prototype.
4593         (MprAdminPortDisconnect): Add prototype.
4594         (MprAdminPortEnum): Add prototype.
4595         (MprAdminPortGetInfo): Add prototype.
4596         (MprAdminPortReset): Add prototype.
4597         * lib/mprapi.def: New file.
4598
4599 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4600
4601         *  include/mprapi.h: #include <lmcons.h>
4602         (MAX_DEVICETYPE_NAME): Add define.
4603         (MAX_PHONE_NUMBER_LEN): Add define.
4604         (ATADDRESSLEN): Add define.
4605         (IPADDRESSLEN): Add define.
4606         (IPXADDRESSLEN): Add define.
4607         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4608         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4609         (RAS_FLAGS_PPP_CONNECTION): Add define.
4610         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4611         (RAS_FLAGS_RAS_CONNECTION): Add define.
4612         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4613         (RASCCPCA_STAC): Add define.
4614         (RASCCPCA_MPPC): Add define.
4615         (PPP_CCP_COMPRESSION): Add define.
4616         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4617         (PPP_CCP_ENCRYPTION40BIT): Add define.
4618         (PPP_CCP_ENCRYPTION128BIT): Add define.
4619         (PPP_CCP_ENCRYPTION56BIT): Add define.
4620         (PPP_CCP_HISTORYLESS): Add define.
4621         (RASPRIV_NoCallback): Add define.
4622         (RASPRIV_AdminSetCallback): Add define.
4623         (RASPRIV_CallerSetCallback): Add define.
4624         (RASPRIV_DialinPrivilege): Add define.
4625         (RASPRIV_CallbackType): Add define.
4626         (RASPRIV2_DialinPolicy): Add define.
4627         (PPP_LCP_PAP): Add define.
4628         (PPP_LCP_SPAP): Add define.
4629         (PPP_LCP_CHAP): Add define.
4630         (PPP_LCP_EAP): Add define.
4631         (PPP_LCP_CHAP_MD5): Add define.
4632         (PPP_LCP_CHAP_MS): Add define.
4633         (PPP_LCP_CHAP_MSV2): Add define.
4634         (PPP_LCP_MULTILINK_FRAMING): Add define.
4635         (enum _RAS_HARDWARE_CONDITION): Add.
4636         (enum _RAS_PORT_CONDITION): Add.
4637         (struct _PPP_ATCP_INFO): Add.
4638         (struct _PPP_ATCP_INFO): Add.
4639         (struct _PPP_IPCP_INFO): Add.
4640         (struct _PPP_IPCP_INFO2): Add.
4641         (struct _PPP_IPXCP_INFO): Add.
4642         (struct _PPP_LCP_INFO): Add.
4643         (struct _PPP_NBFCP_INFO): Add.
4644         (struct _PPP_INFO): Add.
4645         (struct _PPP_INFO_2): Add.
4646         (struct _RAS_CONNECTION_0): Add.
4647         (struct RAS_CONNECTION_1): Add.
4648         (struct _RAS_CONNECTION_2): Add.
4649         (struct RAS_PORT_0): Add.
4650         (struct _RAS_PORT_1): Add.
4651         (struct _RAS_USER_0): Add.
4652         (struct _RAS_USER_1): Add.
4653
4654 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4655
4656         * include/mprapi.h: New file.
4657         * include/routprot.h: New file.
4658         * include/ipxrtdef.h: New file.
4659         * include/ipxconst.h: New file.
4660         * include/stm.h: New file.
4661
4662 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4663
4664         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4665         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4666
4667 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4668
4669         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4670         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4671         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4672         versions.
4673         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4674
4675 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4676
4677         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4678         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4679
4680 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4681
4682         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4683
4684 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4685
4686         * include/basetyps.h (REFFMTID): Define properly.
4687
4688 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4689
4690         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4691         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4692
4693 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4694
4695         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4696         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4697         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4698         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4699         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4700         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4701         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4702         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4703         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4704         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4705         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4706         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4707         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4708         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4709         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4710         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4711         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4712         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4713         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4714         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4715         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4716         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4717         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4718         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4719         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4720         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4721         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4722         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4723         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4724         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4725         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4726         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4727         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4728         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4729         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4730         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4731         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4732         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4733         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4734         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4735         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4736         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4737         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4738         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4739         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4740         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4741         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4742         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4743         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4744         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4745         (IF_OPER_STATUS_OPERATIONAL): Define.
4746         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4747         Add function declaration.
4748         * include/mgm.h: New file.
4749         * lib/rtm.def: New file.
4750         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4751
4752 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4753
4754         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4755         This function cannot be made thread-safe, the API would have to be
4756         changed for that, just like strerror() -> strerror_r() and similar
4757         ISO C or POSIX functions...
4758
4759 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4760
4761         * include/edevdefs.h: New file.
4762
4763 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4764
4765         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4766         Use as guard for the WAVEFORMATEX structure instead of
4767         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4768         _WAVEFORMATEX_ for compatibility.
4769         Thanks to:    Andrew Jones <guln at sf dot net>
4770
4771 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4772
4773         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4774         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4775         Thanks to:    David Golub <david_golub at sf dot net>
4776
4777 2006-04-18  Eric House  <ehouse@eehouse.org>
4778
4779         PocketPC support.
4780         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4781         functions for using aygshell on PocketPC:
4782         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4783         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4784
4785         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4786         command bar API on PocketPC:
4787         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4788         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4789         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4790         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4791         CommandBar_InsertButton, CommandBar_Destroy.
4792
4793         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4794         fields not present on PocketPC.
4795         (GetCurrentThreadId): Conditionally declare as extern function
4796         without dllimport attribute on PocketPC.
4797         (ResetEvent): Likwise.
4798         (SetEvent): Likewise.
4799
4800         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4801         Conditionally declare as extern function without dllimport
4802          attribute on PocketPC.
4803         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4804         declare as extern function without dllimport attribute on PocketPC.
4805
4806 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4807
4808         * lib/test.c: Include icm.h.
4809
4810 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4811
4812         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4813         (CreateColorSpace): Add UNICODE mappings.
4814         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4815         * include/icm.h: New file.
4816         * lib/mscms.def: New file.
4817         * lib/icmui.def: New file.
4818
4819 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4820
4821         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4822         (IMAGE_FILE_MACHINE_AMD64): New define.
4823         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4824         New defines.
4825         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4826         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4827         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4828         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4829         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4830         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4831         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4832         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4833         New defines.
4834         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4835         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4836         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4837         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4838         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4839         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4840         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4841         definitions and typedefs.
4842         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4843         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4844         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4845         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4846         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4847         New structure definition and typedefs.
4848         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
4849         Likewise.
4850         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
4851
4852 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
4853
4854         * lib/test.c: Fix typo in #inlcude.
4855         * include/aclui.h: INTERFACE should not remain
4856         defined at the end of the header.
4857         * include/servprov.h: Ditto.
4858
4859 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
4860
4861         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
4862
4863 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4864
4865         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
4866
4867 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4868
4869         * include/wsahelp.h (system_header): Add pragma.
4870         * include/ws2spi.h (system_header): Add pragma.
4871         * include/rasdlg.h (system_header): Add pragma.
4872         * include/rasdlg.h (_RASDLG_H): Define.
4873         Define instead of _RASDLG_H_, this is the w32api standard.
4874         * include/mlang.h (_MLANG_H): Define.
4875         Define instead of _MLANG_H_, this is the w32api standard.
4876         * include/setupapi.h (_SETUPAPI_H): Define.
4877         Define instead of _SETUPAPI_H_, this is the w32api standard.
4878
4879 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4880
4881         * include/rpcndr.h (boolean): Add typedef.
4882         Thanks to:    James du Russel <ephelon at users dot sf dot net>
4883         * include/rpcndr.h (_RPCNDR_H): Define.
4884         Define in addition to __RPCNDR_H__, this is the w32api standard.
4885
4886 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4887
4888         * include/w32api.h: Increment version to 3.7.
4889         * Makefile.in: Ditto.
4890
4891 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4892
4893         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
4894         GET_MODULE_HANDLE_EX_FLAG_PIN,
4895         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
4896         Thanks to:    Brandon Sneed <brandon at redf dot net>
4897
4898 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4899
4900         * include/secext.h: Enclose function declarations in extern "C"
4901         if __cplusplus.
4902
4903 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4904
4905         * include/comcat.h: INTERFACE should not remain defined
4906         at the end of the header.
4907         * include/docobj.h: Ditto.
4908         * include/exdisp.h: Ditto.
4909         * include/intshcut.h: Ditto.
4910         * include/mlang.h: Ditto.
4911         * include/mshtml.h: Ditto.
4912         * include/oaidl.h: Ditto.
4913         * include/objidl.h: Ditto.
4914         * include/objsafe.h: Ditto.
4915         * include/ocidl.h: Ditto.
4916         * include/oleacc.h: Ditto.
4917         * include/oledlg.h: Ditto.
4918         * include/oleidl.h: Ditto.
4919         * include/richole.h: Ditto.
4920         * include/shldisp.h: Ditto.
4921         * include/shlobj.h: Ditto.
4922         * include/unknwn.h: Ditto.
4923         * include/vfw.h: Ditto.
4924         Thanks to:    Brandon Sneed <brandon at redf dot net>
4925
4926 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4927
4928         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
4929         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
4930         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4931
4932 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
4933
4934         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
4935         here also.
4936
4937 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4938
4939         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
4940         We should probably remove PROV_MS_MAIL but I'm keeping it for
4941         now for compatibility reasons.
4942         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
4943
4944 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4945
4946         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
4947         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
4948         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
4949
4950 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4951
4952         * include/wingdi.h [WINVER >= 0x0410]
4953         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
4954         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
4955
4956 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4957
4958         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
4959         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
4960         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
4961         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
4962         (L_MAX_URL_LENGTH): Define.
4963         (LITEM,LHITTESTINFO,NMLINK): Add structures.
4964         Thanks to:    Brandon Sneed <brandon at redf dot net>
4965
4966 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4967
4968         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
4969
4970 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4971
4972         * include/w32api.h (_W32API_H): Define.
4973         Define in addition to _W32API_H_, this is the w32api standard.
4974
4975 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4976
4977         * include/w32api.h (WindowsVista): Define.
4978
4979 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4980
4981         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
4982         on SOCKET_ADDRESS only if winsock2.h has already been included.
4983
4984 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4985
4986         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
4987
4988 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4989
4990         * include/iphlpapi.h (GAA_FLAG_*): Define.
4991         (GetAdaptersAddresses): Add function declaration.
4992         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
4993         Thanks to:    ross <rossboulet at users dot sf dot net>
4994
4995 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4996
4997         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
4998         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
4999         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
5000         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
5001         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
5002         SCOPE_LEVEL): Add enums.
5003         (IP_ADAPTER_*): Define.
5004
5005 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5006
5007         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
5008         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
5009
5010 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5011
5012         * include/objidl.h (PIDSI_*): Define.
5013         (PRSPEC_*): Define.
5014         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
5015
5016 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5017
5018         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
5019         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
5020         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
5021         LOGON32_LOGON_NEW_CREDENTIALS): Define.
5022         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
5023
5024 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5025
5026         * include/mq.h: New file.
5027         * lib/mqrt.def (MQ*): Define a few missing functions.
5028
5029 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5030
5031         * lib/mqrt.def: New file.
5032         Needs the mq.h file to work properly, working on it.
5033         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
5034
5035 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5036
5037         * include/winerror.h (STG_E_*):  Define.
5038         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
5039         * include/winerror.h (STG_S_*): Define.
5040         (CO_S_MACHINENAMENOTFOUND): Define.
5041         (RPC_E_*): Define.
5042         (NTE_*): Define.
5043
5044 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5045
5046         * include/commctrl.h (ListView_*):  Define and correct.
5047         (LVM_*): Define.
5048
5049 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5050
5051         * include/winuser.h (WM_IME_*): Define (DWORD type).
5052         (EM_*IMESTATUS): Define.
5053         (WM_*): Define.
5054         (XBUTTON*): Define.
5055         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
5056
5057 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
5058
5059         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
5060         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
5061
5062 2006-03-29  Christopher Faylor  <cgf@timesys.com>
5063
5064         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
5065         version conditional.
5066
5067 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5068
5069         * include/winspool.h (JOB_INFO_3): Add structure.
5070         (PROVIDOR_INFO_*{AW}): Add structure.
5071         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5072         (PRINTER_ENUM_VALUES{AW}): Add structure.
5073         (PRINTPROCESSOR_CAPS): Add structure.
5074
5075 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5076
5077         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5078         (PRINTER_INFO_7A): Correct definition.
5079
5080 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5081
5082         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5083         (DRIVER_INFO_*{AW}): Add structure.
5084         (PRINTER_INFO_*{AW}): Add structure.
5085         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5086
5087 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5088
5089         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5090         (DRIVER_*MODE): Define (DWORD type).
5091         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5092
5093 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
5094
5095         * include/wincon.h (GetConsoleProcessList): Declare.
5096
5097 2006-03-27  Hansres Engel  <engel@node.ch>
5098
5099         * include/mlang.h: New file.
5100
5101 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5102
5103         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
5104
5105 2006-03-26  Hansres Engel  <engel@node.ch>
5106
5107          Add Uniscribe API for typography and for complex scripts.
5108         * include/usp10.h: New file.
5109         * lib/usp10.def: New file.
5110
5111         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
5112
5113         * include/imm.h (IMECHARPOSITION): Add structure.
5114         (RECONVERTSTRING): Likwise.
5115
5116         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
5117
5118         * lib/uuid.c (CMultiLanguage): Add UUID definition.
5119         (IMLangFontLink2): Likewise.
5120         (IMultiLanguage): Likewise.
5121
5122 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
5123
5124         * include/wincon.h  (ENABLE_*): Add more defines.
5125
5126 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
5127
5128         * include/winnt.h (INHERITED_ACE): Define.
5129         (VALID_INHERIT_FLAGS): Correct definition.
5130
5131 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
5132
5133          * lib/wtsapi32.def: New file.
5134
5135 2006-03-15  Christopher Faylor  <cgf@timesys.com>
5136
5137         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
5138         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
5139
5140 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5141
5142         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
5143         (FORM_USER,FORM_PRINTER): Define (DWORD type).
5144         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5145         (DSPRINT_*): Define (DWORD type).
5146         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5147
5148 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5149
5150         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
5151         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5152
5153 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5154
5155         * include/shellapi.h [_WIN32_IE >= 0x0600]
5156         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
5157         Windows XP SP1 and Windows XP respectively.
5158
5159 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5160
5161         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
5162         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
5163         * include/shellapi.h [_WIN32_IE >= 0x0500]
5164         (NIS_*): Introduced in Version 5.0.
5165
5166 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
5167
5168         * include/wingdi.h (CS_*): Correct WINVER guard on
5169         Image Color Matching colour definitions.
5170
5171 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
5172
5173         * include/shlobj.h (SFGAO_ISSLOW): Define.
5174         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
5175         attribute constants.
5176
5177 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5178
5179         * include/wingdi.h [WINVER >= 0x0500]
5180         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
5181         Thanks to: David A. Capello <dacap at users dot sf dot net>
5182
5183 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
5184
5185         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
5186         (INTERNET_STATE_*): Define flags.
5187         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
5188
5189 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
5190
5191         * include/sddl.h: New file.
5192
5193 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
5194
5195         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
5196         last change.
5197         Remove file level #pragma pack(push,4)/#pragma pop.
5198
5199 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
5200
5201         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
5202         value to force correct alignment.
5203
5204 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5205
5206         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
5207         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
5208         (PNM_CACHEHINT): Add backward compatibilty define.
5209         (LPNM_CACHEHINT): Likewise.
5210
5211 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
5212
5213         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
5214
5215 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5216
5217         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
5218         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
5219         * lib/shell32.def (PathResolve): Define.
5220
5221 2006-02-06  Christopher Faylor  <cgf@timesys.com>
5222
5223         * include/shlobj.h (PathResolve): Fix typo.
5224
5225 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5226
5227         * include/shlobj.h (PathResolve): Define.
5228         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
5229         PRF_DONTFINDLNK): Ditto.
5230         * lib/shell32.def (PathResolve): Define.
5231
5232 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
5233
5234         * include/winnls.h: Remove stray end ';' from preprocessor defines.
5235
5236 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5237
5238         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
5239         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
5240         (NotifyRouteChange@8): Define.
5241
5242 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5243
5244         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
5245         prototypes.
5246
5247 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5248
5249         * include/winnt.h (FORCEINLINE): Define.
5250
5251 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5252
5253         * include/winnt.h (DECLSPEC_SELECTANY): Define.
5254
5255 2006-01-26  Filip Navara  <xnavara@volny.cz>
5256
5257         * include/winnt.h (DECLSPEC_ALIGN): Define.
5258
5259 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5260
5261         * include/commctrl.h: Correct spelling of 'compatibility' in
5262         comments.
5263         * include/setupapi.h: Likewise.
5264         * include/ws2tcpip.h: Likewise.
5265
5266 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5267
5268         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
5269
5270 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
5271
5272         WATCOM compatibility changes.
5273         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
5274         rather than __attribute__.
5275         (DECL_EXPORT): Likewise.
5276         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
5277         (DDKFASTAPI): Likewise.
5278         (DDKCDECLAPI): Likwise.
5279         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
5280
5281 2006-01-23  Brandon Sneed  <brandon@redf.net>
5282
5283         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
5284         to exports.
5285
5286 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5287
5288         * include/w32api.h: Increment version to 3.6.
5289         * Makefile.in: Ditto.
5290
5291 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5292
5293         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5294         advapi32.dll functions.
5295
5296 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5297
5298         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5299         names for padding size constants.
5300
5301 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5302
5303         * include/aclapi.h (WINADVAPI): Add to prototypes.
5304         * include/winreg.h (WINADVAPI): Likewise.
5305         * include/winsvc.h (WINADVAPI): Likewise.
5306
5307 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5308
5309         * include/winbase.h (WINADVAPI): Define.
5310
5311 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5312
5313         * include/winuser.h (CreateWindowStation): Correctly identify first
5314         argument as constant.
5315         (CreateWindowStation@): Ditto.
5316
5317 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5318
5319         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5320         (TMT_*, BT_*): Add constants.
5321
5322 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5323
5324         * include/winsock2.h: Don't define struct sockaddr_storage when
5325         building Cygwin.
5326
5327 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5328
5329         * lib/ws2_32.c: New file, defining IPv6 constants.
5330         * lib/Makefile.in (SOURCES): Add ws2_32.c
5331         (EXTRA_OBJS): Add ws2_32.o.
5332
5333 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5334
5335         * lib/user32.def (PrivateExtractIconsA@32,
5336         PrivateExtractIconsW@32): Define.
5337         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5338
5339 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5340
5341         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5342
5343 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5344
5345         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5346
5347 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5348             Danny Smith <dannysmith@users.sourceforge.net>
5349
5350         * lib/msxml-uuid.c: New file to generate UUIDs for
5351         MSXML interfaces.
5352         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5353
5354 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5355
5356         * include/winbase.h (GetDevicePowerState): Add prototype.
5357         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5358
5359 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5360
5361         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5362         Define as macro if !_WIN64.
5363         (SetClassLongPtr{AW}): Likewise.
5364         (GCLP_*): Add GetClassLongPtr defines.
5365         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5366         (SetClassLongPtr{AW}): Likewise.
5367
5368 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5369
5370         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5371         (SetClassLongPtr{AW}): Likewise.
5372         (GCLP_*): Add GetClassLongPtr defines.
5373         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5374         (SetClassLongPtr{AW}): Likewise.
5375
5376 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5377
5378         * include/commdlg.h (OPENFILENAMEW): Add members for
5379         _WIN32_WINNT >= 0x0500.
5380         Thanks to Ricardo Dalcorsso Fodra.
5381         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5382
5383 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5384
5385         * include/wingdi.h (GetICMProfileA): Correct prototype.
5386         (GetICMProfileW): Likewise.
5387         Thanks to: Paul J Lucas
5388
5389 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5390
5391         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5392
5393 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5394
5395         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5396         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5397         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5398         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5399
5400 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5401
5402         * include/objbase.h: Fix typo.
5403         * include/w32api.h: Increment version to 3.5.
5404         * Makefile.in: Ditto.
5405
5406 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5407
5408         * include/w32api.h: Increment version to 3.4.
5409         * Makefile.in: Ditto.
5410
5411 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5412
5413         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5414         Use _WIN32_WINNT >= 0x0501 guard.
5415
5416 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5417
5418         * include/winbase.h (GetProcessId): Declare.
5419
5420 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5421
5422         * lib/ddk/newdev.def: Added.
5423         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5424
5425 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5426
5427         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5428         component.
5429         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5430
5431 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5432
5433         * lib/shell32.def (SHILCreateFromPath): Add stub.
5434         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5435
5436 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5437
5438         * include/winbase.h (RegisterWaitForSingleObject,
5439         RegisterWaitForSingleObjectEx): Define.
5440         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5441         (RegisterWaitForSingleObject@16): Changed to
5442         RegisterWaitForSingleObject@24.
5443         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5444
5445 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5446
5447         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5448         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5449
5450 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5451
5452         * include/reason.h [_WIN32_WINNT >= 0x0501]
5453         (SHTDN_REASON_*): New file.
5454         * include/objbase.h: Avoid double header guard.
5455
5456 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5457
5458         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5459         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5460         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5461
5462 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5463
5464         * include/shlobj.h (IContextMenu3): Define.
5465         * include/shlguid.h (IID_IContextMenu3): Declare.
5466         * lib/shell32.c (IID_IContextMenu3): Define.
5467
5468 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5469
5470         * include/shlobj.h (SHFormatDrive): Declaration of function
5471         and associated constants.
5472
5473 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5474
5475         * include/ddk/hidsdi.h:  New file.
5476         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5477         functions declared in hidsdi.h.
5478         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5479
5480 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5481
5482         * lib/imm32.def (ImmDisableIME): Add stub.
5483         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5484
5485 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5486
5487         * include/w32api.h: Increment version to 3.3.
5488         * Makefile.in: Ditto.
5489
5490 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5491
5492         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5493         Correct their values.
5494         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5495
5496 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5497
5498         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5499
5500 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5501
5502         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5503         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5504
5505 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5506
5507         * include/richedit.h (SETTEXTEX): Define structure and
5508         associated constants.
5509         (GT_SELECTION): Define GETTEXTEX flag constant.
5510
5511 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5512
5513         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5514
5515 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5516
5517         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5518         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5519         prototypes.
5520
5521 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5522
5523         * include/commctrl.h (RBBS_USECHEVRON): Define.
5524         (RBBS_*): Use hex notation, group together.
5525
5526 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5527
5528         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5529         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5530
5531 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5532
5533         * include/commctrl.h (TreeView_SetItemState): Initilise
5534         _tvi.hItem.
5535         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5536
5537 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5538
5539         * include/commctrl.h (NMLVFINDITEM): Add structure.
5540
5541 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5542
5543         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5544
5545 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5546
5547         * include/winnt.h (VER_SET_CONDITION): Define.
5548
5549 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5550
5551         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5552         (ATTACH_PARENT_PROCESS): Define.
5553         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5554         documentation.
5555
5556 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5557
5558         * include/winbase.h (QueueUserWorkItem): Add prototype.
5559
5560 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5561
5562         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5563         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5564         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5565         CM_CMYK_COLOR): Define.
5566
5567 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5568
5569         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5570         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5571         Thanks to: Christian  <chhd at users dot sf dot net>
5572
5573 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5574
5575         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5576         field.
5577         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5578
5579 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5580
5581         * include/winbase.h (GlobalDiscard): Define as macro.
5582         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5583
5584 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5585
5586         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5587         (WNetGetResourceParentW): Ditto.
5588         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5589         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5590
5591 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5592
5593         * include/wininet.h (FtpGetFileSize): Add prototype.
5594         (FtpCommand[AW]): Correct prototypes.
5595         Reported by: <siger at users dot sf dot net>
5596
5597 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5598
5599         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5600         (capGetDriverDescription[AW]): Likewise.
5601
5602 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5603
5604         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5605         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5606         (SE_IMPERSONATE_NAME TEXT): Ditto.
5607         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5608         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5609
5610 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5611
5612         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5613         change.
5614
5615 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5616
5617         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5618         Thanks to:
5619         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5620
5621 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5622
5623         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5624         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5625         (gai_strerror[AW]): Put into #if 0 block.
5626
5627 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5628
5629         * include/basetyps.h (__int16): Correct define.
5630
5631 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5632             Danny Smith  <dannysmith@users.sourceforge.net>
5633
5634         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5635         define for Open Watcom portability.
5636         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5637         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5638         of local c_rgodfDI* objects. Replace .rdata section attribute
5639         with 'const' keyword in definition of global c_dfDI* objects.
5640
5641 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5642
5643         * include/winioctl.h (IOCTL_VOLUME_BASE,
5644         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5645         Copy defines from include/ddk/ntdddvol.h.
5646         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5647
5648 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5649
5650         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5651
5652 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5653
5654         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5655         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5656
5657 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5658
5659         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5660
5661 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5662
5663         * lib/user32.def (MonitorFromPoint): Correct suffix.
5664
5665 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5666
5667         * include/wininet.h (InternetCheckConnectionA,
5668         InternetCheckConnectionW) Add prototypes.
5669         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5670         INTERNET_CONNECTION_CONFIGURED): Add defines.
5671
5672 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5673
5674         * include/commctrl.h (ComboBox_SetMinVisible,
5675         ComboBox_GetMinVisible): Added Macros.
5676         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5677         Added definitions.
5678
5679 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5680
5681         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5682         assembly code conditional on _X86_.
5683
5684 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5685
5686         * include/w32api.h: Increment version to 3.2.
5687         * Makefile.in: Ditto.
5688         * include/afxres.h: Remove the \r from the line ending.
5689         * include/errorrep.h: Ditto.
5690         * include/shldisp.h: Ditto.
5691         * include/tschema.h: Ditto.
5692         * lib/dhcpcsvc.def: Ditto.
5693         * lib/uxtheme.def: Ditto.
5694         * lib/wldap32.def: Ditto.
5695
5696 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5697
5698         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5699         Correct typo.
5700         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5701
5702 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5703
5704         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5705         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5706         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5707         SPI_GETFOREGROUNDLOCKTIMEOUT,
5708         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5709         *include/imm.h (WM_IME_REQUEST): Added definition.
5710         *include/shlobj.h (SLGP_RAWPATH,
5711         SLGP_UNCPRIORITY): Added definition.
5712
5713 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5714
5715         *include/winuser.h (HSHELL_FLASH): Added definition.
5716
5717 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5718
5719         * include/shldisp.h (IAutoComplete): Added interface definiton.
5720         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5721         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5722         * include/shlobj.h (IObjMgr): Added interface definiton.
5723         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5724         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5725         CLSID_ACListISF, IID_IACList): Added GUIDs.
5726         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5727         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5728         CLSID_ACListISF, IID_IACList): Added GUIDs.
5729
5730 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5731
5732         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5733         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5734         (CDRF_*): Use hex notation for constants.
5735
5736 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5737
5738         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5739         Reported by Eric Sharkey <sharkey at netrics dot com>
5740
5741 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5742
5743         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5744         TokenGroupsAndPrivileges, TokenSessionReference,
5745         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5746         Reformat.
5747         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5748         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5749
5750 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5751
5752         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5753         ImageList_Duplicate): Add stubs.
5754
5755 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5756
5757         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5758         Thanks to "Pete" <pross@xvid.org>
5759
5760 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5761
5762         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5763         AC_DST_NO_ALPHA, ...): Add defines.
5764         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5765         ULW_OPAQUE): Add defines.
5766
5767 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5768
5769         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5770         guard.
5771         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5772         suffix.
5773         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5774
5775 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5776
5777         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5778         (CreateProcessWithLogonW): Declare.
5779         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5780         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5781
5782 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5783
5784         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5785         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5786
5787 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5788
5789         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5790         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5791
5792 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5793
5794         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5795
5796 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5797
5798         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5799         Add defines.
5800         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5801
5802 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5803
5804         * include/shellapi.h (NIF_GUID): Add another define.
5805
5806 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5807
5808         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5809         Changed it twice due to inconsistent MSDN documentation.
5810         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5811
5812 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5813
5814         * include/shlobj.h (SHGFP_TYPE): Add enum.
5815
5816 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5817
5818         * include/winuser.h (WM_THEMECHANGED): Add define.
5819
5820 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5821
5822         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5823         ExFreeToPagedLookasideList): Guard inline versions with
5824         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5825         external functions for earlier _WIN32_WINNT.
5826
5827 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5828
5829         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5830
5831 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5832
5833         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5834         if  undefined and __W32API_USE_DLLIMPORT__.
5835         Add WINBASEAPI token to prototypes, throughout.
5836
5837 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5838
5839         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5840         (GetFiberData): Likewise.
5841         (NtCurrentTeb): Likewise.
5842
5843 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5844
5845         * include/shellapi.h (NIF_INFO): Add define.
5846         (NIIF_*) Add defines..
5847         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5848         (NIF_*): Convert constants to hex.
5849
5850 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
5851
5852         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
5853         GetGlyphIndicesW): Declare.
5854         (GGI_MARK_NONEXISTING_GLYPHS): Define
5855         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
5856         GetGlyphIndicesW): Add stubs.
5857
5858 2004-10-24  Dan Aloni  <da-x@colinux.org>
5859
5860         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
5861         ZwQueryFullAttributesFile): Declare.
5862         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
5863         Declare.
5864         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
5865         ZwQueryVolumeInformationFile): Add stubs.
5866
5867 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
5868
5869         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
5870         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
5871
5872 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
5873             Danny Smith  <dannysmith@users.sourceforge.net>
5874
5875         * include/winbase.h (InitializeSListHead, Interlocked*):
5876         Guard with !__USE_NTOSKRNL__.
5877
5878         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
5879         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
5880         Guard with  __USE_NTOSKRNL__.
5881         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
5882         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
5883         && _WIN32_WINNT >= 0x0501
5884         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
5885         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
5886         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
5887         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
5888
5889         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
5890         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
5891         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
5892         ExWindowStationObjectType, IoAdapterObjectType,
5893         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
5894         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
5895         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
5896         Uncomment stubs.
5897
5898 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
5899
5900         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
5901         definition
5902         (IoReleaseRemoveLock): Add definition.
5903
5904 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
5905
5906         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
5907         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
5908         Add prototypes.
5909         * include/winddk.h (ExInterlockedAddUlong,
5910         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5911         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5912         ExInterlockedPushEntryList): Change calling convention to
5913         DDKAPI.
5914         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
5915         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
5916         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
5917         Add prototypes for DDKFASTAPI versions.
5918         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
5919         * lib/ntoskrnl.def (ExInterlockedAddUlong,
5920         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
5921         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
5922         ExInterlockedPushEntryList): Remove lead '@' from stubs.
5923         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
5924         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
5925         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
5926         Add fastcall stubs.
5927         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
5928         Exi386InterlockedIncrementLong); Add stdcall stubs.
5929
5930 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
5931
5932         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
5933          if __W32API_USE_DLLIMPORT__ is defined.
5934         * include/winuser.h (WINUSERAPI): Likewise.
5935
5936 2004-09-29  Filip Navara  <xnavara@volny.cz>
5937
5938         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
5939         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
5940         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
5941         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
5942         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
5943         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
5944         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
5945         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
5946         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
5947         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
5948         winnt4.h, ws2san.h): Fixed packing.
5949         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
5950         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
5951         HID_INTERFACE_NOTIFY_PNP): Likewise.
5952         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
5953         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
5954         <ayerkes@speakeasy.net>.
5955         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
5956         declaration.
5957         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
5958         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
5959         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
5960         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
5961         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
5962         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
5963         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
5964         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
5965         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
5966         (SYNCH_LEVEL): Added definition.
5967         (KPCR, KPCR_TIB): Fixed declaration.
5968         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
5969         included and _WIN32_WINNT >= 0x0501.
5970         (RtlEqualLuid): Fixed macro definition.
5971         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
5972         KeRaiseIrql on i386 architectures.
5973
5974 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
5975
5976         * include/mshtml.h (IHTMLDocument2): Correct get_selection
5977         declaration.
5978         (IHTMLSelectionObject): Correct get_type declaration.
5979         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
5980         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
5981         IHTMLBodyElement2): Add interfaces.
5982         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
5983         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
5984         typedefs.
5985         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
5986         Add IIDs.
5987
5988 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
5989
5990         * include/w32api.h: Increment version to 3.1.
5991         * Makefile.in: Ditto.
5992
5993 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
5994
5995         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
5996         MonitorFromWindow): Add prototypes.
5997         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
5998         MonitorFromWindowMonitorFromWindow): Add stubs.
5999         * include/shellapi.h (DuplicateIcon): Add prototype.
6000
6001 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
6002
6003         * include/winuser.h (WINUSERAPI): New define.
6004         Use it to mark user32.dll imports, throughout.
6005
6006 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
6007
6008         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
6009         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
6010         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
6011         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
6012         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
6013         HidD_GetPreparsedData, HidD_GetProductString,
6014         HidD_GetSerialNumberString, HidD_SetConfiguration,
6015         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
6016         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
6017
6018 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
6019
6020         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
6021         Add XP defines.
6022         (PCOORD): Add typedef.
6023         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
6024
6025 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6026
6027         * include/winldap.h: Don't check value of UNICODE.
6028         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
6029
6030 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6031
6032         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
6033
6034 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
6035
6036         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
6037         guard.
6038
6039 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6040
6041         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
6042
6043 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
6044
6045         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
6046
6047 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
6048
6049         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
6050
6051 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
6052
6053         * include/wincrypt.h: Correct _WIN32_WINNT typo.
6054
6055 2004-08-10  Ed Schaller  <schallee@darkmist.net>
6056
6057         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
6058         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
6059         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
6060         Add defines.
6061         (CALG_SHA1): Add define.
6062         (HP_HMAC_INFO): Add define.
6063         (HMAC_INFO): Add struct.
6064         (BLOBHEADER): Add typedef.
6065
6066 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6067
6068         * include/commctrl.h (TreeView_SetItemState): Define macro.
6069
6070 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6071
6072         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
6073         macros together.
6074
6075 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
6076
6077         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
6078         (FILEGROUPDESCRIPTOR): LIkewise.
6079
6080 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
6081
6082         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
6083
6084 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
6085
6086         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
6087         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
6088         (IMAGE_SNAP_BY_ORDINAL): Map to ...
6089         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
6090         (IMAGE_ORDINAL): Map to ...
6091         (IMAGE_ORDINAL{32,64}: New defines.
6092         (IMAGE_THUNK_DATA):  Map to ...
6093         (IMAGE_THUNK_DATA{32,64}: New structures.
6094         (IMAGE_THUNK_DATA): Map to ...
6095         (IMAGE_THUNK_DATA{32,64}: New structures.
6096         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
6097         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
6098         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
6099         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
6100
6101 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
6102
6103         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
6104         _WIN32_WINNT >= 0x0500.
6105
6106 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
6107
6108         * include/winbase.h (GetWriteWatch): Correct prototype.
6109         (WRITE_WATCH_FLAG_RESET): Define.
6110         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
6111
6112 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
6113
6114         * include/commctrl.h (Animate_OpenEx): Define.
6115         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
6116         (ListView_GetNumberOfWorkAreas): Correct macro.
6117         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
6118         ListView_SetItemCountEx, ListView_GetISearchString,
6119         TreeView_GetLastVisible, Header_CreateDragImage,
6120         Header_SetImageList, Header_GetImageList): Define.
6121         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
6122         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
6123         TBSTATE_ELLIPSES): Define.
6124         (MonthCal_SetRange): Correct macro.
6125         (ImageList_Duplicate): Declare.
6126
6127 2004-05-29  Filip Navara  <xnavara@volny.cz>
6128
6129         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
6130
6131 2004-05-25  Al Slater  <al.slater@scluk.com>
6132
6133         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
6134         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
6135
6136 2004-05-15  Filip Navara  <xnavara@volny.cz>
6137
6138         * include/ddk/kbdmou.h: New file.
6139         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
6140         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
6141         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
6142         _vsnwprintf, sprintf, swprintf): Export.
6143
6144 2004-05-15  Filip Navara  <xnavara@volny.cz>
6145
6146         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
6147         headers.
6148
6149 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
6150
6151         * include/wingdi.h: Correct non-unicode typedefs of
6152         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
6153
6154 2004-05-07  Pascal Obry  <obry@act-europe.fr>
6155
6156         * include/winsock.h (IN_CLASSA): Fix macro.
6157         * include/winsock2.h (IN_CLASSA): Fix macro.
6158
6159 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6160
6161         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
6162         * include/aclui.h: Remove '\r', throughout.
6163         * include/msacm.h: Likewise.
6164         * lib/aclui.def: Likewise.
6165
6166 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
6167
6168         * lib/comctl32.def (SetWindowSubclass): Add stub.
6169         Thanks to Eugene <egladysh@users.sourceforge.net>.
6170
6171 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6172
6173         * include/winbase.h (EXECUTION_STATE): Add typedef.
6174         (SetThreadExecutionState): Declare.
6175         * include/wingdi.h (_WINGDI_): Define.
6176         * include/objbase.h (_OBJBASE_H_): Define.
6177
6178 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6179
6180         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
6181         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
6182         (SM_CMETRICS): Adjust value.
6183         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
6184         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
6185         Add defines.
6186         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
6187
6188 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
6189
6190         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
6191         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
6192         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
6193         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
6194         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
6195         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
6196
6197 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6198
6199         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
6200         DNSREC_ADDITIONAL): Add defines.
6201
6202 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
6203
6204         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
6205
6206 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
6207
6208         * include/aclui.h: New file.
6209         * lib/aclui.def: New file.
6210         * lib/test.c: Add aclui.h to includes.
6211
6212 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
6213
6214         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
6215         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
6216         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
6217
6218 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6219
6220         * include/wingdi.h: Protect non-unicode case of below.
6221
6222 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6223
6224         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
6225         LPENUMLOGFONTEXDV with appropriate version check.
6226
6227 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
6228
6229         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
6230         DSPROPSETID_DirectSoundDevice): Add defines.
6231
6232 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
6233
6234         * include/msacm.h: New file.
6235
6236 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
6237
6238         * include/objbase.h (STGFMT): Declare enum.
6239         (STGOPTIONS): Declare structure.
6240         (StgCreateStorageEx, StgOpenStorageEx): Declare.
6241         (STGOPTIONS_VERSION): Define.
6242         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
6243
6244 2004-04-13  Filip Navara  <xnavara@volny.cz>
6245
6246         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
6247         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
6248         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
6249         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
6250         HELP_SETWINPOS): Define.
6251         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
6252         (SPI_*): Add new definitions for WINVER >= 0x500.
6253         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
6254         (InternalGetWindowText, SetWindowsHookW): Declare.
6255         * include/winbase.h (InitializeSListHead): Avoid conflicting
6256         definition with DDK headers.
6257
6258 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
6259
6260         * include/winuser.h (GetLastError): Move from here...
6261         * include/winbase.h: ... to here.
6262
6263 2004-04-13  Filip Navara  <xnavara@volny.cz>
6264
6265         * include/winspool.h (DocumentPropertiesW): Correct prototype.
6266
6267 2004-04-13  Filip Navara  <xnavara@volny.cz>
6268
6269         * include/wingdi.h (ENHMETAHEADER): Add definitions for
6270         WINVER >= 0x400.
6271         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
6272         (ENUMLOGFONTEXW): Fix definition.
6273         (ENUMLOGFONTEXDV[AW]): Declare.
6274
6275 2004-04-13  Filip Navara  <xnavara@volny.cz>
6276
6277         * include/wingdi.h: Declare the DirectDraw structures only if
6278         the DirectDraw kernel mode headers aren't included.
6279         (EMFINFO): Declare.
6280         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
6281         STROBJ_bEnumPositionsOnly): Correct prototypes.
6282
6283 2004-04-13  Filip Navara  <xnavara@volny.cz>
6284
6285         * include/objidl.h (PRPCOLEMESSAGE): Declare.
6286         * include/rpc.h (RPCRTAPI): Define.
6287         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
6288         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
6289         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
6290         (I_RpcBindingSetAsync): Correct prototype.
6291         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
6292         to w2kReserved.
6293         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6294         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6295         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6296         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6297         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6298         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6299         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6300         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6301         NdrUserMarshalFree): Declare.
6302         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6303         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6304
6305 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6306
6307         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6308         LPC_MESSAGE_BASE_SIZE): Define.
6309         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6310
6311 2004-04-13  Filip Navara  <xnavara@volny.cz>
6312
6313         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6314         Declare.
6315
6316 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6317
6318         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6319         MONITORINFO when compiling as C++.
6320
6321 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6322
6323         * README.w32api: List separate copyright conditions for some headers.
6324         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6325
6326 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6327
6328         * include/wingdi.h (RGB): Correct macro.
6329
6330 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6331
6332         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6333
6334 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6335
6336         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6337
6338 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6339
6340         * lib/Makefile.in: Add directx to .PHONY target.
6341         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6342         Don't include stdio.h or tchar.h.
6343         Replace _T() macro with TEXT() macro, throughout.
6344         Replace _stprintf with wsprintf, throughout.
6345
6346 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6347
6348         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6349         Add define.
6350         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6351         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6352         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6353
6354 2004-03-27  Filip Navara  <xnavara@volny.cz>
6355
6356         * include/directx: New subdir.
6357         * lib/directx: Ditto.
6358         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6359         dxerr9.h): New files.
6360         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6361         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6362         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6363         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6364         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6365         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6366         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6367         strmiids.c, test.c): Ditto.
6368         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6369         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6370
6371 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6372
6373         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6374         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6375         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6376
6377 2004-03-24  Filip Navara  <xnavara@volny.cz>
6378
6379         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6380         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6381
6382 2004-03-24  Filip Navara  <xnavara@volny.cz>
6383
6384         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6385         TaggedQueueing to TaggedQueuing.
6386         (_HW_INITIALIZATION_DATA): Likewise.
6387
6388 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6389
6390         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6391         prototype.
6392         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6393
6394 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6395
6396         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6397         (MmMapIoSpace): Likewise.
6398         Thanks to Dan Aloni  <da-x@colinux.org>
6399
6400 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6401
6402         * include/shellapi.h (NIM_* NIS_*): Define constants for
6403         notification icons with _WIN32_IE >= 0x0500.
6404         (NOTIFYICONDATA): Add new structure members for notification
6405         icons with _WIN32_IE >= 0x0500.
6406
6407 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6408
6409         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6410         Add defines.
6411         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6412         (GROUPID) Add typedef.
6413         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6414         (CreateUrlCacheGroup): Add prototype.
6415         (DeleteUrlCacheGroup): Add prototype.
6416         (FindFirstUrlCacheGroup): Add prototype.
6417         (FindNextUrlCacheGroup): Add prototype.
6418         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6419         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6420
6421 2004-03-10  Al Slater  <al.slater@scluk.com>
6422
6423         * include/winsock2.h: Add missing LPFN_ typdefs for
6424         function pointers.
6425         Clean up whitespace.
6426
6427 2004-03-05  Filip Navara  <xnavara@volny.cz>
6428
6429         * include/ddk/scsi.h: Replace assert with ASSERT.
6430         * include/ddk/video.h: Ditto.
6431         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6432         * include/ddk/tdi.h: Correct packing.
6433
6434 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6435
6436         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6437         NONAMELESSUNION case.
6438
6439 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6440
6441         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6442         __VARIANT_NAME_ constants.
6443
6444 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6445
6446         * include/uxtheme.h: Include <commctrl.h>
6447
6448 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6449
6450         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6451
6452 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6453
6454         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6455         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6456         together.
6457         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6458         (V_I8, V_I8REF): Correct macros.
6459         (V_DECIMAL): Correct macro definitions.
6460         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6461         constants.
6462         (VTBIT_*): Define constants.
6463         (UDATE): Add structure definition.
6464         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6465         functions.
6466         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6467         (SafeArrayCreateVectorEx): Declare function.
6468         (Var*): declare VARIANT manipulation functions.
6469         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6470         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6471         macros.
6472
6473 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6474
6475         * include/oaidl.h (FADF_*): Define missing constants.
6476         (IDispatch_*): Define COBJ macros.
6477         (VARIANT): Add missing union members llVal and ullVal.
6478         (wireVARIANT): Likewise.
6479         (ITypeinfo_*): Define COBJ macros.
6480         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6481         LPDISPATCH* to LPDISPATCH.
6482         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6483         VAR_CALENDAR_*): Add missing constants.
6484         (SafeArray[Get/Set]*): Add prototypes.
6485         (Var*From*):  Add missing prototypes.
6486         (NUMPRS_*): Add defines.
6487         (NUMPARSE): Define structure.
6488         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6489         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6490         * include/winuser.h (COLOR_*): Define missing constants.
6491         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6492         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6493
6494 2004-02-23  Filip Navara  <xnavara@volny.cz>
6495
6496         * include/ddk/video.h: Corrected packing.
6497
6498 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6499
6500         * include/GL/glu.h (GLU_ERROR): Define.
6501         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6502
6503 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6504
6505         * include/GL/glu.h: Include <stddef.h>.
6506         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6507
6508 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6509
6510         * include/w32api.h: Increment version to 3.0.
6511         * Makefile.in: Ditto.
6512         * README.win32api: Modify license to Public Domain per agreement as
6513         found in the mingw-dvlpr list archive.
6514
6515 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6516
6517         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6518         (DIRECTORY_TRAVERSE): Ditto.
6519         (DIRECTORY_CREATE_OBJECT): Ditto.
6520         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6521         (DIRECTORY_ALL_ACCESS): Ditto.
6522         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6523
6524 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6525
6526         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6527
6528         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6529         Thanks to Mike Nordell <tamlin at algonet dot se>.
6530
6531 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6532
6533         * lib/dnsapi.def: New file.
6534         * lib/test.c: Include windns.h.
6535
6536 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6537
6538         * include/windns.h: New file.
6539
6540 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6541
6542         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6543         defines.
6544         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6545         (SQLSetDescFieldW): Correct prototype.
6546         (SQLSetDescFieldA): Add prototype.
6547         (SQLGetDescFieldW): Add prototype.
6548
6549 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6550
6551         * include/winuser.h (DFC_POPUPMENU): Add define.
6552
6553 2004-02-07  Dan Aloni  <da-x@gmx.net>
6554
6555         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6556         suffix.
6557
6558 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6559
6560         * include/oleacc.h (LIBID_Accessibility): Declare.
6561         * lib/uuid.c (LIBID_Accessibility): Define.
6562
6563 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6564
6565         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6566         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6567
6568 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6569
6570         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6571         defines.
6572
6573 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6574
6575         * include/winuser.h (RT_MANIFEST): Make conditional on
6576         RC_INVOKED.
6577         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6578         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6579         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6580         defines.
6581
6582 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6583
6584         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6585
6586 2004-01-15  Filip Navara  <xnavara@volny.cz>
6587
6588         * include/ddk/mcd.h: Don't care about value of DBG define.
6589         * include/ddk/srb.h: Ditto.
6590         * include/ddk/storport.h: Ditto.
6591         * include/ddk/video.h: Ditto.
6592         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6593         GetAddressByNameW): Correct protoype.
6594         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6595
6596 2004-01-05  Filip Navara  <xnavara@volny.cz>
6597
6598         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6599         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6600         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6601         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6602         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6603         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6604         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6605         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6606         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6607         SSF_*): Add defines.
6608         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6609         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6610         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6611         Correct.
6612         (IEnumIDList): Add COBJMACROS.
6613         * include/winuser.h (MIM_*): Add define.
6614
6615 2004-01-04  Filip Navara  <xnavara@volny.cz>
6616
6617         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6618         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6619         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6620         PERSIST_FOLDER_TARGET_INFO): Define structures.
6621         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6622         IPersistFolder2, IPersistFolder3): Add COM interface
6623         definitions.
6624         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6625         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6626         Add COBJMACROS.
6627         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6628         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6629         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6630
6631 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6632
6633         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6634         declarations.
6635         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6636
6637 2004-01-03  Filip Navara  <xnavara@volny.cz>
6638
6639         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6640         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6641         declare IID's.
6642         (IErrorInfo): Add COBJMACROS.
6643         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6644         (CoGetPSClsid): Add protototype,
6645         (CoRegisterPSClsid): Likewise.
6646         * include/objidl.h (IMarshal): Correct methods.
6647         (IMallocSpy): Likewise,
6648         (LPPSFACTORYBUFFER): Add typedef.
6649         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6650         IID.
6651         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6652         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6653         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6654         structures.
6655         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6656         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6657         IQuickActivate): Define interfaces. Declare IID's.
6658         (IPersistPropertyBag2): Add COBJMACROS.
6659         (LPOLEUNDOMANAGER): Add typedef.
6660         (LPPROPERTYBAG2): Likewise.
6661         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6662         (BINDSPEED): Add definition.
6663         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6664         IDropTarget): Add COBJMACROS.
6665         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6666         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6667         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6668         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6669         Add IID definitions.
6670
6671 2004-01-02  Filip Navara  <xnavara@volny.cz>
6672
6673         * include/ddk/winddk.h: Don't care about value of
6674         DBG define.
6675
6676 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6677             Filip Navara  <xnavara@volny.cz>
6678
6679         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6680         _DDK_DUMMYUNION_N_MEMBER): New macros.
6681         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6682         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6683         Use them.
6684
6685 2004-01-01  Filip Navara  <xnavara@volny.cz>
6686
6687         * include/objbase.h: Don't care about value of DBG define.
6688         * include/objidl.h: Add some COBJMACROS.
6689         * include/ocidl.h: Ditto.
6690         * include/oleidl.h: Ditto.
6691         * include/servprov.h: Ditto.
6692         * include/shlobj.h: Ditto.
6693         * include/shlobj.h (IContextMenu2): Correct parent in
6694         DECLARE_INTERFACE.
6695         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6696         Define interfaces.
6697         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6698         Add new constants for _SETUPAPI_VER >= 0x501.
6699
6700 2004-01-01  Filip Navara  <xnavara@volny.cz>
6701
6702         * include/winnt.h (NtCurrentTeb): Add inline definition.
6703
6704 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6705
6706         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6707         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6708
6709 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6710
6711         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6712         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6713         * include/ddk/cfg.h (DN_*): Add defines.
6714
6715 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6716
6717         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6718
6719 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6720
6721         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6722         (NMTVGETINFOTIP): Add structure.
6723
6724 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6725
6726         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6727         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6728         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6729
6730 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6731
6732         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6733         Add macros.
6734         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6735         constants.
6736         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6737         (SHCOLUMNDAT): Likwise.
6738         (SHCOLUMNID): Likewise.
6739         (SHCOLUMNINFO): Likewise.
6740         (SHCOLSTATE): Add enum.
6741         (IColumnProvider): Add COM interface.
6742         (IQueryInfo): Likewise.
6743         (IShellIconOverlayIdentifier): Likewise.
6744         * include/shlguid.h (IID_IColumnProvider) Declare.
6745         (IID_IQueryInfo): Likweise.
6746         (IID_IShellIconOverlayIdentifier): Likwise.
6747         * lib/shell32.c (IID_IColumnProvider) Define.
6748         (IID_IQueryInfo): Likweise.
6749         (IID_IShellIconOverlayIdentifier): Likwise.
6750
6751 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6752
6753         * include/winuser.h (RT_MANIFEST): Add define.
6754
6755 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6756
6757         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6758
6759 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6760
6761         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6762         (GetFiberData): Likewise.
6763         (GetCurrentFiber): Change volatile to __volatile__.
6764         (GetFiberData): Likewise.
6765
6766 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6767
6768         * lib/Makefile.in: Use make function to locate .mri file to allow
6769         building in directory other than source directory.
6770
6771 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6772
6773         * lib/vfw32.def: Remove, replacing with ...
6774         * lib/msvfw32.def: New file.
6775         * lib/avicap32.def: New file.
6776         * lib/avifil32.def: New file.
6777         * lib/vfw32.mri: New file.
6778         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6779         import libs with multiple dll's.
6780         (LIBS): Add MIMPLIBS.
6781         (DISTFILES): Add MRI_FILES.
6782         (libvfw32.a): Build using mri script.
6783
6784 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6785
6786         * include/winnt.h (PAGE_*): Group defines together. Change
6787         constants to hex notation.
6788
6789 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6790
6791         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6792
6793 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6794
6795         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6796         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6797         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6798         Add prototypes.
6799         * lib/shell32.def: Add stubs.
6800
6801         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6802         compiler warnings.
6803
6804 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6805
6806         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6807
6808 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6809
6810         * include/windows.h (CopyCursor): Define as macro.
6811
6812 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6813
6814         * include/winnt.h (CONTAINING_RECORD): Add macro.
6815
6816 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6817
6818         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6819         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6820         defines.
6821
6822 2003-10-13  Filip Navara  <xnavara@volny.cz>
6823
6824         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6825         defines for Dynamic Storage Arrays.
6826         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6827         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6828         and defines for Flat ScrollBars.
6829         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6830         DefSubclassProc): Add prototypes for subclassing.
6831         (DrawShadowText): Add prototype.
6832         (COMCTL32_VERSION): Define.
6833
6834 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6835
6836         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6837         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6838
6839 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6840
6841         * include/winnt.h (SM_REMOTESESSION): Add define.
6842         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6843
6844 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6845
6846         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6847         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6848         duplicate definitions.
6849         (KP_X, KP_Y): Correct typos.
6850
6851 2003-10-11  Manu B  <manubee@users.sourceforge.net>
6852
6853         * include/afxres.h: New file.
6854
6855         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
6856         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
6857         ENM_SCROLLEVENTS): Add constants.
6858
6859         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
6860
6861 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6862
6863         * include/errorep.h: New file.
6864
6865         * lib/faultrep.def: New file.
6866
6867 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6868
6869         * include/winbase.h (AddVectoredExceptionHandler): Define if
6870         _WIN32_WINNT >= 0x0500.
6871
6872         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
6873         _WIN32_WINNT >= 0x0500.
6874
6875 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
6876
6877         * include/winbase.h (AddVectoredExceptionHandler): Only define if
6878         _WIN32_WINNT >= 0x0501.
6879
6880 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6881
6882         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
6883         UnregisterWaitEx): Add functions.
6884
6885         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6886         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
6887         or guard function. The MSDN says it is available on Windows XP and
6888         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
6889         Huh?
6890
6891         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
6892         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
6893         ZombifyActCtx, QueryActCtxW): Add functions.
6894
6895         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6896         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
6897         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
6898         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
6899
6900         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
6901         SetFirmwareEnvironmentVariable[AW]): Add functions.
6902
6903         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
6904         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
6905         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
6906         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
6907         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
6908
6909         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6910         (PVECTORED_EXCEPTION_HANDLER): Add callback.
6911
6912         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6913         (ACTIVATION_CONTEXT_INFO_CLASS,
6914         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
6915         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
6916         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
6917         Add structures.
6918
6919         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
6920         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
6921         SetFileShortName[AW], SetFileValidData,
6922         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
6923         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
6924
6925 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6926
6927         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
6928         ResetWriteWatch): Add function.
6929
6930         * include/winbase.h [_WIN32_WINNT >= 0x0500]
6931         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
6932         Add functions.
6933
6934         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6935         (GetSystemWow64Directory[AW], HeapQueryInformation,
6936         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
6937         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
6938         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
6939         RemoveVectoredExceptionHandler): Add functions.
6940
6941         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
6942         Add enumeration.
6943
6944         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
6945         Add function.
6946
6947         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
6948         Add function. The MSDN Magazine of June 2003 reads:
6949                 RestoreLastError is an enigma. It's code is identical to
6950                 SetLastError. It's unclear to me why it was made into a
6951                 separate API.
6952
6953         * lib/user32.def (GetSystemWindowsDirectory[AW],
6954         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
6955         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
6956         InterlockedFlushSList, InterlockedPopEntrySList,
6957         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
6958         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
6959         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
6960         RestoreLastError): Add functions.
6961
6962 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6963
6964         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
6965         GetProcessIoCounters): Add functions.
6966
6967         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
6968         Move around, needed by GetComputerNameEx.
6969
6970         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
6971         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
6972         Add functions.
6973
6974         * include/winbase.h [_WIN32_WINNT >= 0x0501]
6975         (ACTCTX_SECTION_KEYED_DATA): Add structure.
6976
6977         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
6978         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
6979         GetProcessId, GetSystemRegistryQuota): Add functions, available on
6980         Windows XP SP1 and better.
6981
6982         * include/winnt.h [_WIN32_WINNT >= 0x0501]
6983         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
6984         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
6985         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
6986         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
6987         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
6988         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
6989         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
6990         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
6991
6992         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
6993         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
6994         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
6995         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
6996         Add functions.
6997
6998 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6999
7000         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7001         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
7002         DebugSetProcessKillOnExit): Add functions.
7003
7004         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
7005         DeleteTimerQueueEx, DeleteTimerQueueTimer,
7006         DnsHostnameToComputerName[AW]): Add functions.
7007
7008         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
7009         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
7010         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
7011
7012 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
7013
7014         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
7015         on Windows XP and later.
7016
7017 2003-10-07  Manu B  <manubee@users.sourceforge.net>
7018
7019         * include/commctrl.h (TreeView_Select): Returns BOOL.
7020
7021 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7022
7023         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
7024
7025         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7026         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
7027
7028         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
7029         CreateTimerQueueTimer): Add function.
7030
7031         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7032         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
7033
7034         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7035         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
7036
7037         * include/winnt.h (WT_*): Add constants.
7038
7039         * lib/user32.def (CancelDeviceWakeupRequest,
7040         CreateMemoryResourceNotification, CreateTimerQueueTimer,
7041         DeactivateActCtx): Add functions.
7042
7043 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7044
7045         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
7046         Add function. Sometimes I don't understand MSDN. This function is
7047         available on Windows XP and Server 2003, but the SDK is supposed to
7048         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
7049         Mmmh...
7050
7051         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
7052         Guard function. Same remark as above.
7053
7054         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
7055         Add functions.
7056
7057 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7058
7059         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
7060         Add constants.
7061
7062         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
7063         structures.
7064
7065         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
7066         function. MSDN says the first argument is HACTCTX but I'm not sure
7067         where such a specialized handle is defined, so use HANDLE instead.
7068
7069         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
7070         CheckNameLegalDOS8Dot3[AW]): Add functions.
7071
7072         * lib/user32.def (ActivateActCtx, AttachConsole,
7073         CheckNameLegalDOS8Dot3[AW]): Add functions.
7074
7075         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
7076         Unfortunately I don't know which header to put the declarations in.
7077
7078 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7079
7080         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
7081         Add constants.
7082
7083         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
7084         constants for National Language Support.
7085
7086         * include/winnls.h (NLSVERSIONINFO): Add structure for National
7087         Language Support.
7088
7089         * include/winnls.h (GEO_ENUMPROC): Add callback for National
7090         Language Support.
7091
7092         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
7093         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
7094         Add functions.
7095
7096         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
7097         functions. Strange... I am unable to find which library contains
7098         these functions. Can't find anything with pexports. Any clue?
7099
7100         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
7101         SetUserGeoID): Add functions.
7102
7103 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7104
7105         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
7106         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
7107
7108         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
7109         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
7110         value for constants.
7111
7112 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7113
7114         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
7115         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
7116         the algorithms.
7117
7118 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7119
7120         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
7121
7122 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7123
7124         * include/wincrypt.h (KP_*): Add constants. Needed by
7125         CryptSetKeyParam() and other functions.
7126
7127 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7128
7129         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
7130         Add constants, related to Console Accessibility.
7131
7132 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7133
7134         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
7135         wrong value for constant.
7136
7137 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7138
7139         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
7140
7141         * include/uxtheme.h: Cleanup.
7142         * include/tmschema.h: Cleanup.
7143
7144 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
7145
7146         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
7147         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
7148
7149 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
7150
7151         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
7152
7153 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
7154
7155         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
7156         both winuser.h and dbt.h.
7157         * include/dbt.h (BSF_*, BSM_*): Likewise.
7158
7159         * include/winuser.h (struct tagRAWINPUT): Remove
7160         _ANONYMOUS_UNION tag from named union.
7161         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
7162
7163 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7164
7165         * include/dhcpcdsk.h: New file.
7166         Note that MSDN is confused about whether it should start constant
7167         and structure names with DHCPCAPI or DHCPAPI. It's using both but
7168         experience suggests it's DHCPCAPI with `C'.
7169
7170         * lib/dhcpcsvc.def: New file.
7171
7172 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7173
7174         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
7175         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
7176
7177         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
7178         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
7179         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
7180         for use in RAWINPUTDEVICE.
7181
7182         * include/winuser.h [_WIN32_WINNT >= 0x0501]
7183         (GetRawInputDeviceInfo[AW]): Ooops... there are
7184         ANSI/Unicode versions of this function.
7185
7186         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
7187         are ANSI/Unicode versions of this function.
7188
7189 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7190
7191         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
7192         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
7193         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
7194         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
7195         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
7196         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
7197         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
7198         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
7199         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
7200         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
7201         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
7202         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
7203         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
7204         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
7205         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
7206         RIDI_DEVICEINFO): Add constants.
7207
7208         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
7209         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
7210         RAWINPUTDEVICELIST): Add structures.
7211
7212         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
7213         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
7214         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
7215
7216         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
7217         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
7218         GetRegisteredRawInputDevices): Add functions.
7219
7220 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7221
7222         * include/winable.h (BlockInput): Add function.
7223
7224         * include/winable.h (WS_ACTIVECAPTION): Add constant.
7225         For use with WINDOWINFO structure.
7226
7227         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
7228         Add function.
7229
7230         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
7231         Add function.
7232
7233         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
7234         Add function...
7235
7236         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
7237         ...and duplicate.
7238
7239         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
7240         Guard function...
7241
7242         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
7243         ...and duplicate.
7244
7245         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
7246         Guard function...
7247
7248         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
7249         ...and duplicate.
7250
7251         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
7252         HARDWAREINPUT, INPUT): Guard structures...
7253
7254         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
7255         HARDWAREINPUT, INPUT): ...and duplicate.
7256
7257         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
7258         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
7259
7260         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7261         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
7262
7263         * include/winuser.h: Move around some lines. Reformat according
7264         to recommended or dominant style. Remove FAR keyword.
7265
7266         * include/winable.h: Move around some lines.
7267
7268         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
7269         LockWorkStation, UnhookWinEvent): Add functions.
7270
7271 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7272
7273         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
7274         PW_CLIENTONLY): Add function and constant.
7275
7276         * lib/user32.def (PrintWindow): Add function.
7277
7278 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7279
7280         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
7281
7282         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
7283
7284 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7285
7286         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
7287         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
7288         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
7289
7290         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
7291
7292 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7293
7294         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7295         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7296         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7297
7298         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7299         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7300         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7301
7302         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7303         Add function.
7304
7305         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7306         Add functions.
7307
7308 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7309
7310         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7311         ACE_OBJECT_TYPE_PRESENT): Add constants.
7312         For use with OBJECTS_AND_NAME structure.
7313
7314 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7315
7316         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7317         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7318         void* instead.
7319
7320         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7321         PINHERITED_FROM[AW]): Add structures.
7322
7323         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7324
7325 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7326
7327         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7328
7329 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7330
7331         * lib/version.def (LIBRARY): Quote name.
7332
7333 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7334
7335         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7336         and constants.
7337
7338         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7339         GR_USEROBJECTS): Add functions and constants.
7340
7341         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7342         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7343
7344         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7345         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7346         constants.
7347
7348         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7349         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7350
7351 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7352
7353         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7354         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7355         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7356         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7357         BSF_RETURNHDESK): Add functions and constants.
7358
7359         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7360         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7361
7362         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7363         GetProcessDefaultLayout, SetProcessDefaultLayout,
7364         RealChildWindowFromPoint, SetProcessDefaultLayout,
7365         SwitchToThisWindow): Add functions.
7366
7367         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7368         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7369         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7370         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7371         RealChildWindowFromPoint, SetProcessDefaultLayout,
7372         SwitchToThisWindow): Add function.
7373
7374 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7375
7376         * include/winuser.h (DeregisterShellHookWindow): Add function.
7377
7378         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7379
7380         * lib/user32.def (EndTask): Add function.
7381
7382         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7383         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7384
7385         * include/winable.h: Reorder target macros.
7386
7387         * lib/*.def: Cleanup.
7388
7389 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7390
7391         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7392         function.
7393
7394         * lib/user32.def (AnimateWindow): Add function. By the way
7395         there are ~ 140 symbols missing from this file when comparing
7396         to user32.dll on Windows XP.
7397
7398 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7399
7400         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7401         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7402         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7403         AnimateWindow().
7404
7405 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7406
7407         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7408         LPGUITHREADINFO): Add function and associated typedef...
7409
7410         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7411         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7412         seems to be required on older versions of Windows.
7413
7414 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7415
7416         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7417         function. MSDN suggests using gluErrorUnicodeStringWIN
7418         instead of gluErrorString, as it allows both ANSI and Unicode
7419         error strings.
7420
7421         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7422         returned pointer const for consistency reasons.
7423
7424 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7425
7426         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7427         Function exists in glu32.def but is undocumented on MSDN.
7428         A Google search came up with this declaration.
7429
7430 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7431
7432         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7433         headers from OpenGL Sample Implementation. Windows ships with
7434         GLU 1.2 so some constants and functions were removed. Then some
7435         typedef's and function declarations were reworked to look like
7436         the previous GL/glu.h.
7437
7438 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7439
7440         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7441         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7442         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7443
7444         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7445         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7446         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7447         and `enum THEMESIZE'.
7448
7449 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7450
7451         * include/uxtheme.h: New file.
7452         * include/tmschema.h: New file.
7453         * include/uxtheme.def: New file.
7454         * lib/test.c: Include uxtheme.h, tmschema.h.
7455
7456 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7457
7458         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7459         Add defines.
7460
7461 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7462
7463         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7464         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7465         <winable.h> as seems to be required on older versions of
7466         Windows.
7467
7468 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7469
7470         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7471         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7472         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7473         Add defines, the last one only on Windows XP...
7474
7475         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7476         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7477         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7478         them in <winable.h> as seems to be required on older
7479         versions of Windows.
7480
7481 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7482
7483         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7484         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7485         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7486         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7487         back into <winuser.h>...
7488
7489         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7490         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7491         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7492         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7493         comment out in <winable.h>. MSDN may say <winable.h> but this
7494         breaks many programs. It seems it used to be <winable.h> on
7495         older versions of Windows.
7496
7497 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7498
7499         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7500         Thanks to Will Levine  <willll@users.sourceforge.net>
7501
7502 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7503
7504         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7505         const struct sockaddr*.
7506         (LPWSPCONNECT): Likewise.
7507         (LPWSPJOINLEAF): Likewise.
7508         (LPWSPSENDTO): Likewise.
7509         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7510
7511 2003-09-15  Filip Navara  <xnavara@volny.cz>
7512
7513         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7514         Add definitions.
7515
7516 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7517
7518         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7519         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7520         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7521         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7522         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7523
7524         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7525         (EnumDisplayDevices[A,W]): Likewise.
7526
7527 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7528
7529         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7530         throughout.
7531
7532 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7533
7534         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7535         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7536         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7537         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7538         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7539         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7540         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7541         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7542         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7543         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7544         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7545         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7546         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7547         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7548         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7549         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7550         with documentation.
7551         * include/olectl.h: Do #include <ocidl.h>.
7552         * include/ocidl.h: Don't #include <olectl.h>.
7553
7554 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7555
7556         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7557         Change guards to use numeric constants, throughout.
7558
7559 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7560
7561         * include/w32api.h: Increment version to 2.5.
7562         * Makefile.in: Ditto.
7563
7564 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7565
7566         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7567         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7568
7569 2003-09-08  Filip Navara  <xnavara@volny.cz>
7570
7571         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7572         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7573
7574 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7575
7576         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7577         * include/winbase.h (_NT5, etc): Ditto.
7578
7579 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7580
7581         * lib/snmpapi.def (LIBRARY) Add library name.
7582         Remove '\r', throughout.
7583         * lib/wsnmp32.def: Remove '\r', throughout.
7584         * lib/igmpagnt.def: Likewise.
7585
7586 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7587
7588         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7589         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7590         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7591         (MWMO_*): Add flags.
7592
7593         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7594         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7595         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7596         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7597
7598 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7599
7600         * lib/test.c: Add vfw.h to includes.
7601         * include/mmsystem.h: Add #ifndef guard to definition of
7602         mmioFOURCC macro.
7603         * include/vfw.h: Protect __OBJC__ from COM declarations.
7604
7605 2003-08-26  Filip Navara  <xnavara@volny.cz>
7606
7607         * include/vfw.h: New file.
7608
7609 2003-08-26  Filip Navara  <xnavara@volny.cz>
7610
7611         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7612         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7613         PIO_COMPLETION_ROUTINE.
7614
7615 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7616
7617         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7618         includes.
7619
7620 2003-08-26  Filip Navara  <xnavara@volny.cz>
7621
7622         * include/snmp.h: New file.
7623         * include/winsnmp.h: New file.
7624         * include/mgmtapi.h: New file.
7625         * lib/snmpapi.def: New file.
7626         * lib/wsnmp32.def: New file.
7627         * lib/igmpagnt.def: New file.
7628         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7629         (SnmpMgrGetTrapEx): Ditto.
7630         (SnmpMgrMIB2Disk): Remove.
7631         (dbginit): Remove.
7632
7633 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7634
7635         * include/ddk/ntifs.h: Change all C++ style comments to C.
7636         * include/GL/gl.h: Ditto.
7637
7638 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7639
7640         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7641         (SFGAO_HIDDEN): Add define.
7642
7643 2003-08-25  Filip Navara  <xnavara@volny.cz>
7644
7645         * include/commctrl.h (ILCF_*): Add defines.
7646         (ILD_*): Ditto.
7647         (HDS_*): Ditto.
7648         (IPN_FIRST, IPN_LAST): Cast to UINT.
7649         (SBN_FIRST, SBN_LAST): Add defines.
7650         (PGN_*): Ditto.
7651         (HDF_JUSTIFYMASK): Fix typo.
7652         (HDM_*): Add defines.
7653         (HICF_*): Ditto.
7654         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7655         (TBSTATE_MARKED): Add define.
7656         (TBSTYLE_EX_*): Add defines.
7657         (TBCDRF_*): Ditto.
7658         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7659         (TB_*): Ditto.
7660         (TBN_*): Ditto.
7661         (TBNRF_*): Ditto.
7662         (TTF_*): Ditto.
7663         (TBCD_*): Ditto.
7664         (TBDDRET_*): Ditto.
7665         (TBIMHT_*): Ditto.
7666         (TTM_*): Ditto.
7667         (UDM_*): Ditto.
7668         (TBIF_BYINDEX): Define as hex constant.
7669         (CDIS_*): Add defines.
7670         (CDDS_SUBITEM): Add define.
7671         (LVIF_*): Add defines.
7672         (LVM_*): Ditto.
7673         (LVGIT_UNFOLDED): Add define.
7674         (TVM_): Add defines.
7675         (TVE_EXPANDPARTIAL): Add define.
7676         (TVGN_LASTVISIBLE): Ditto.
7677         (TVN_*): Add defines.
7678         (TVNRET_*): Add defines.
7679         (TCIF_STATE): Add define.
7680         (NM_TOOLTIPSCREATED): Ditto.
7681         (CCM_*): Add defines.
7682         (INFOTIPSIZE): Add numeric value.
7683         (ODT_LISTVIEW): Ditto.
7684         (MCM_GETMAXTODAYWIDTH): Ditto.
7685         (MCHT_*): Add defines.
7686         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7687         (PGF_*): Add defines.
7688         (PGM_*): Ditto.
7689         (TBINSERTMARK): Add structure.
7690         (LPIMAGEINFO) Add typedef.
7691         (LPHDHITTESTINFO): Ditto.
7692         (NMLVGETINFOTIP[AW]: Add structures.
7693         (NMTBCUSTOMDRAW): Add structure.
7694         (TTTOOLINFOA_V*_SIZE): Add macros.
7695         (TTTOOLINFOW_V1_SIZE): Ditto.
7696         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7697         (LVITEM[AW]: Ditto.
7698         (TCITEM[AW]):Ditto.
7699         (CCSIZEOF_STRUCT): Correct macro definition.
7700         (ListView_*): Add new macros.
7701         (HIMAGELIST): Correct typedef.
7702         (HTREEITEM): Ditto.
7703
7704 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7705
7706         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7707         TCHITTESTINFO for backward compatibility.
7708         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7709         compatibility.
7710
7711 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7712
7713         * include/objidl.h (COBJMACROS): Define macros only
7714         if using C interace.
7715         * include/unknwn.h: Ditto.
7716         * include/comcat.h: Ditto.
7717
7718 2003-08-24  Filip Navara  <xnavara@volny.cz>
7719
7720         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7721         PSH_NOCONTEXTHELP): Define.
7722         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7723         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7724         (LPDLGTEMPLATE[AW]): Add typedefs.
7725
7726 2003-08-22  Filip Navara  <xnavara@volny.cz>
7727
7728         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7729         Add prototypes.
7730         BuildImpersonateTrustee[AW]): Add prototypes.
7731         GetMultipleTrustee[AW]): Add prototypes.
7732         GetMultipleTrusteeOperation[AW]): Add prototypes.
7733
7734 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7735
7736         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7737
7738 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7739
7740         * include/shlobj.h (IPersistFolder::GetClassID):
7741         Correct declaration.
7742         (CMF_*) Add missing defines.
7743
7744 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7745
7746         * include/winuser.h (DC_BUTTONS): Add define.
7747
7748 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7749
7750         * include/winuser.h (DC_GRADIENT): Add define.
7751
7752 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7753
7754         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7755         older TBSTYLE_* constants.
7756
7757 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7758
7759         * include/commctrl.h (TB_*) Group defines together.
7760
7761 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7762
7763         * include/winuser.h (ICON_SMALL2): Define.
7764         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7765         Define.
7766         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7767         (IDragSourceHelper) Define interface.
7768         (IDropTargetHelper): Likewise.
7769         (IExtractIcon): Unicode it.
7770         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7771         OnStateChange and IncludeObject methods.
7772
7773 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7774
7775         * include/commctrl.h (TreeView_GetScrollTime,
7776         TreeView_SetScrollTime): Define macros.
7777         * include/winuser.h (GetShellWindow): Add prototype.
7778         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7779
7780 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7781
7782         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7783         IID_IDragSourceHelper): Declare.
7784         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7785         IID_IDragSourceHelper): Define.
7786
7787 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7788
7789         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7790         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7791         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7792
7793 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7794
7795         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7796         CGID_ShellServiceObject): Remove definitions.
7797         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7798
7799 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7800
7801         * include/shlobj.h (SHELLSTATE): Add structure.
7802         (SHGetSetSettings): Add prototype.
7803         (SHGetSettings): Add prototype.
7804         * lib/shell32.def (SHGetSetSettings): Add stub.
7805
7806 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7807
7808         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7809         (Header_OrderToIndex): Add macro.
7810         (Header_GetOrderArray): Add macro.
7811
7812         * include/commdlg.h (FR_MATCHALEFHAMZA,
7813         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7814
7815 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7816
7817         * include/commctrl.h (TVM_GETSCROLLTIME,
7818         TVM_SETSCROLLTIME): Add defines.
7819
7820 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7821
7822         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7823         (SHGetInstanceExplorer): Correct return type.
7824         (SHGetFolderPath[AW]): Likewise.
7825         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7826         for report.
7827
7828 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7829
7830         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7831
7832 2003-08-01  Filip Navara  <xnavara@volny.cz>
7833
7834         * include/winldap.h: New file.
7835         * include/ntldap.h: New file.
7836         * include/winber.h: New file.
7837         * lib/winldap32.def: New file.
7838
7839 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7840
7841         * include/ddk/atm.h: Remove stray '.';
7842
7843 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7844
7845         * include/ddk/winddk.h: Remove trailing ';' from macros,
7846         throughout. Add () around defines with cast returns, throughout.
7847
7848 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
7849
7850         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
7851         (SFGAOF, SHGDNF): Add typedef's.
7852         (SHCONTF): Extend enum.
7853
7854 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
7855
7856         * include/shellapi.h: Include all structs within pshpack2.h/
7857         poppack.h block.
7858
7859 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
7860
7861         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
7862         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
7863         _WIN32_WINDOWS, not WINVER.
7864         (AllowSetForegroundWindow,LockSetForegroundWindow,
7865         SetLayeredWindowAttributes): Likewise.
7866         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
7867         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
7868         Add stubs.
7869
7870 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
7871
7872         * include/objidl.h (IMalloc): Fix typo.
7873
7874 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
7875
7876         * include/dkk/ntifs.h: Fix typo in guard for
7877         #pragma GCC system_header.
7878
7879 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7880
7881         * include/objidl.h (PropVariant): Add CHAR cVal field
7882         to union.
7883         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
7884         FMTID_UserDefinedProperties): Declare.
7885
7886 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7887
7888         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
7889
7890 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
7891
7892         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
7893         DUPLICATE_SAME_ACCESS): Remove defines.
7894         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
7895         ddk/ntapi.h defines.
7896         (SEM_*) : Likewise.
7897         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
7898         ddk/ntifs.h defines.
7899         (FILE_*): Likewise.
7900         (MEM_IMAGE, SEC_*): Likewise.
7901         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
7902         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
7903         (TOKEN_*): Sync with ddk/ntifs.h defines.
7904         * include/ddk/ntapi.h: Add comments noting definitions in
7905         winbase.h.
7906         * include/ddk/ntifs.h: Add comments noting definitions in
7907         winnt.h.
7908         * include/ddk/winddk.h: Add comments noting definitions in
7909         winnt.h.
7910
7911 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
7912
7913         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
7914         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
7915
7916 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
7917
7918         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
7919
7920 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
7921
7922         Clean up warnings in ddk.
7923
7924         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
7925         conditional on  __cplusplus.
7926         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7927         defines, throughout.
7928         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
7929         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
7930         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
7931         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
7932         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7933         defines, throughout.
7934         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
7935         defines, throughout. Remove trailing semicolon from *_S 'structure'
7936         macro expansion, throughout. Remove trailing semicolon from
7937         DECLARE_UNKNOWN_STRUCT macro expansion.
7938         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
7939         _ANONYMOUS_UNION.
7940         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
7941         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
7942         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
7943         Add _ANONYMOUS_UNION.
7944         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
7945         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
7946         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
7947         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
7948         match proto in ntapi.h.
7949         (ZwSetInformationObject): Likewise.
7950         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
7951         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
7952         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
7953         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
7954         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
7955         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
7956         last comma.
7957         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
7958         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
7959         trailing semicolon when expanding macro.
7960         (GENERAL_LOOKASIDE_S): Likewise.
7961         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
7962         Change inline to __inline, throughout.
7963         * include/ddk/winnt4.h: Change inline to __inline, throughout.
7964
7965 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7966
7967         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
7968         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
7969         KPRIORITY.
7970         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
7971         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
7972         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
7973         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
7974         to anonymous structs.
7975
7976 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
7977
7978         * include/winnt.h (PVOID): Move to before HANDLE typedef.
7979
7980         * include/winuser.h (mouse_event): Correct type of fifth param,
7981         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
7982
7983 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
7984
7985         * include/winnt.h (HANDLE): Define based on STRICT filter.
7986         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
7987         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
7988
7989 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
7990
7991         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
7992         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
7993         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
7994         for report.
7995
7996 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
7997
7998         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
7999
8000 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
8001
8002         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
8003         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
8004         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
8005         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
8006         (TPM_RECURSE): Add guard for Win98/Win2K.
8007         Thanks to Magnus Olsen <greatlord@users.sf.net>.
8008
8009 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
8010
8011         * include/basetyps.h (small, hyper): Change to __small and __hyper to
8012         avoid user namespace conflicts.
8013
8014 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
8015
8016         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
8017         _IE3, _IE4, _IE5, _IE6): Add definitions.
8018         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
8019         >= Win98.
8020         Change existing guards to use the above macro names as appropriate.
8021         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
8022         Note: Also added to mingw/include/_mingw.h.
8023
8024 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
8025
8026         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
8027         PathFindSuffixArrayA, PathFindSuffixArrayW,
8028         PathFindExtensionA, PathFindExtensionW, StrStrW
8029         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
8030         explicit type.
8031
8032 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8033
8034         * include/richedit.h (PARAFORMAT2): Add definition.
8035         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
8036         missing constants.
8037
8038 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
8039
8040         * include/shellapi.h (SHQUERYRBINFO): Add structure,
8041         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
8042         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
8043         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
8044
8045 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
8046
8047         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
8048         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
8049         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
8050         that these are obsolete no-ops.
8051
8052 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
8053
8054         * include/winbase.h (GetProcessWorkingSetSize,
8055         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
8056         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
8057         Correct prototypes.
8058
8059 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
8060
8061         * include/winuser.h (TPM_RECURSE): Add define.
8062
8063 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
8064
8065         * lib/test.c: #include <powrprof.h>.
8066
8067 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
8068
8069         * include/powerprof.h: New file.
8070         * lib/powerprof.def: New file.
8071
8072 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
8073
8074         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
8075         protection.
8076
8077 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
8078
8079         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
8080         hInstance members to HINSTANCE.
8081         Thanks to: Brenden T. <brenden@rcsis.com>
8082
8083 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8084
8085         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
8086         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
8087
8088 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
8089
8090         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
8091         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
8092         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
8093         Remove.
8094         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
8095
8096 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
8097
8098         * lib/oleacc.def: New file.
8099         * include/winable.h: New file.
8100         * include/oleacc.h: Add extern "C" guard.
8101         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
8102         (AccessibleChildren, AccessibleObjectFromEvent,
8103         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
8104         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
8105         GetStateText[AW], LresultFromObject, ObjectFromLresult,
8106         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
8107         * include/winuser.h (NotifyWinEvent): Add prototype.
8108         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
8109         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
8110         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
8111         OBJID_SOUND): Move from here to...
8112         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
8113         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
8114         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
8115         OBJID_SOUND): Here, as per documentation.
8116         * lib/test.c: Include winable.h.
8117         * lib/user32.def (NotifyWinEvent): Add missing export.
8118
8119 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
8120
8121         * include/winbase.h (HeapCompact): Correct prototype.
8122         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
8123         SLIST_HEADER): Add.
8124
8125 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
8126
8127         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
8128
8129 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
8130
8131         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
8132
8133 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
8134
8135         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
8136         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
8137
8138 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
8139
8140         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
8141         lpGlyphs field to LPWSTR.
8142
8143 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
8144
8145         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
8146         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
8147         (PP_*): Add defines.
8148         (CryptContextAddRef): Add prototype.
8149         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
8150
8151 2003-05-18  Manu B  <manubee@users.sourceforge.net>
8152
8153         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
8154
8155 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
8156
8157         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
8158         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
8159         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
8160         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
8161         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
8162         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
8163         CREATE_NO_WINDOW): Convert to hexadecimal form for better
8164         readability.
8165         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
8166         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
8167
8168 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
8169
8170         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
8171         Unname anonymous unions if NONAMELESSUNION not defined.
8172
8173 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
8174
8175         * include/winbase.h (GMEM_VALID_FLAGS): Add.
8176
8177 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
8178
8179         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
8180         anonymous unions as GCC extension.
8181
8182 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
8183
8184         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
8185         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
8186         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
8187         commented out).
8188         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
8189
8190 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
8191
8192         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
8193         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
8194         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
8195
8196 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
8197
8198         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
8199         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
8200         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8201         IProvideClassInfo2,IConnectionPointContainer,
8202         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8203         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8204         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8205         IPicture,IPictureDisp): Move from here to...
8206         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
8207         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
8208         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8209         IProvideClassInfo2,IConnectionPointContainer,
8210         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8211         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8212         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8213         IPicture,IPictureDisp): Here, as per documentation.
8214
8215 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
8216
8217         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
8218         * include/winbase.h (TerminateJobObject,
8219         AssignProcessToJobObject): Likewise.
8220         * include/servprov.h: New header.
8221         * lib/test.c: Include servprov.h.
8222
8223 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
8224
8225         * include/shlguid.h (CGID_ShellServiceObject): Declare.
8226         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
8227         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
8228         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
8229         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
8230         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
8231
8232 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
8233
8234         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
8235         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
8236         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
8237
8238 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
8239
8240         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
8241         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
8242         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
8243         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
8244         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
8245         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
8246         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
8247
8248 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
8249
8250         * include/commctrl.h (TBM_*): Add missing trackbar defines.
8251
8252 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8253
8254         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
8255         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
8256
8257 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
8258
8259         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
8260         (SetDCPenColor, SetDCBrushColor): Add prototypes.
8261         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
8262
8263 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
8264
8265         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
8266
8267 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8268
8269         * include/oaidl.h (ITypeMarshal): Add interface.
8270
8271 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8272
8273         * include/winioctl.h: Clean up formatting.
8274         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
8275         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
8276         (DISK_CACHE_INFORMATION): Likewise.
8277         (DISK_DETECTION_INFO): Likewise.
8278         (DISK_PARTITION_INFO): Likewise.
8279         (PARTITION_INFORMATION_EX): Likewise.
8280         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
8281
8282 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8283
8284         * include/winbase.h (DeleteVolumeMountPoint[AW],
8285         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
8286         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
8287         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
8288         SetVolumeMountPoint[AW]): Add prototypes.
8289         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
8290         IOCTL_DISK_SET_PARTITION_INFO_EX,
8291         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
8292         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
8293         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8294         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8295         IOCTL_DISK_GET_CACHE_INFORMATION,
8296         IOCTL_DISK_SET_CACHE_INFORMATION,
8297         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8298         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8299         FSCTL_MOVE_FILE): Define.
8300         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8301         DISK_CACHE_INFORMATION,
8302         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8303         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8304         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8305         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8306         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8307         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8308         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8309         MOVE_FILE_DATA,
8310         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8311         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8312         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8313         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8314         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8315         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8316         F3_240M_512, and F3_32M_512.
8317         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8318         stubs.
8319
8320 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8321
8322         * include/wingdi.h (DM_SPECVERSION): Define.
8323         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8324         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8325         appropriate _WIN32_WINNT values.
8326
8327 2003-04-15  Chris January  <chris@atomice.net>
8328
8329         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8330         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8331
8332 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8333
8334         * include/winuser.h (VK_*): Add missing defines.
8335
8336 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8337
8338         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8339         documented typedefs for struct _NM_UPDOWN.
8340         Add defines for backward comapatibility.
8341         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8342         * include/wininet.h (IRF_*): Add missing defines.
8343
8344 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8345
8346         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8347
8348 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8349
8350         * include/sspi.h: Add comment for FreeCredentialsHandle.
8351
8352 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8353
8354         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8355
8356 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8357
8358         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8359
8360 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8361
8362         * lib/uuid.c (IID_IHTML*): Move definitions to...
8363         * lib/mshtml-uuid.c: New file.
8364         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8365
8366 2003-03-30  Michael Sazonov  <traip@comset.net>
8367
8368         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8369         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8370         IHTMLImgElement): Add interface definitions.
8371
8372 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8373
8374         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8375         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8376         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8377         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8378         RC_INVOKED guard.
8379         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8380         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8381
8382 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8383
8384         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8385
8386 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8387
8388         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8389         TranslateName[AW]): Add prototypes.
8390         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8391         TranslateName[AW]): Add stubs.
8392         * lib/test.c: Include secext.h.
8393
8394 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8395
8396         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8397         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8398         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8399         _SpinLock.
8400
8401 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8402
8403         * include/w32api.h: Increment version to 2.4.
8404         * Makefile.in: Ditto.
8405
8406 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8407
8408         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8409         Move structure from here...
8410         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8411
8412         * include/ddk/ntapi.h (JOBOBJECT_*):
8413         Remove structures and enums definitions.
8414         (JOB_OBJECT*): Move defines from here...
8415         * include/winnt.h (JOB_OBJECT* ): To here.
8416
8417         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8418         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8419         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8420         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8421         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8422         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8423         and associated defines from here ...
8424         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8425         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8426         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8427         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8428         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8429         SYSTEM_POWER_CAPABILITIES):To here.
8430
8431         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8432         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8433         from here...
8434         * include/winnt.h (DEVICE_POWER_STATE,
8435         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8436
8437 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8438
8439         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8440         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8441         (NdisUpdateSharedMemory): Likewise.
8442         (NdisMFreeSharedMemory: Likewise.
8443         (NdisMMapIoSpace: Likewise.
8444
8445 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8446
8447         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8448         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8449         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8450
8451 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8452
8453         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8454         (EnumResourceNames[AW]): Ditto.
8455         (EnumResourceTypes[AW]): Ditto.
8456         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8457
8458 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8459
8460         * include/winuser.h (SendInput): Add prototype.
8461         * lib/user32.def (SendInput): Add stub.
8462
8463 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8464
8465         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8466         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8467
8468 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8469
8470         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8471         (JOBOBJECT_*): Define corresponding structures.
8472
8473 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8474
8475         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8476         typedef.
8477
8478 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8479
8480         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8481         (Process32{First,Next}{,W}): Ditto.
8482         (Thread32{First,Next}): Ditto.
8483         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8484
8485 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8486
8487         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8488         Thanks to Jim Barton <jmbarton@users.sf.net>.
8489
8490 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8491
8492         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8493         member SectionAlignment.
8494
8495 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8496
8497         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8498         warnings.
8499         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8500         * Makefile.in (bindist): Correct process.
8501         * lib/Makefile.in (install): Ditto.
8502         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8503
8504 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8505
8506         * include/rasdlg.h: New file.
8507         * lib/rasdlg.def: New file.
8508         * lib/test.c: Include rasdlg.h.
8509
8510 2003-03-06  Christopher January  <chris@atomice.net>
8511
8512         * include/winbase.h (FindFirstVolume): Add declaration.
8513         (FindNextVolume): Add declaration.
8514         (FindVolumeClose): Add declaration.
8515         (GetSystemTimes): Add declaration.
8516         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8517
8518 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8519
8520         *lib/kernel32.def (GetSystemTimes): Add stub.
8521
8522 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8523
8524         * oleidl.h (IOleObject): Correct GetUserType prototype.
8525         (IViewObject2): Correct GetExtent prototype.
8526         * olectl.h (DISPIP_): Add new defines
8527         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8528
8529 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8530
8531         * include/olectl.h (OleLoadPictureEx) Add prototype.
8532         (OleLoadPictureFile): Ditto.
8533         (OleLoadPictureFileEx): Ditto.
8534         (OleLoadPicturePath): Ditto.
8535         (OleSavePictureFile): Ditto.
8536
8537 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8538
8539         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8540         (CoAddReleaseServerProcess): Ditto.
8541         (CoResumeClassObjects): Ditto.
8542         (CoSuspendClassObjects): Ditto.
8543         * include/oleauto.h (V_I1): Define.
8544         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8545
8546 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8547
8548         * include/oleidl.h (USERCLASSTYPE): Add enum.
8549         * include/ocidl.h (IObjectWithSite): Add interface.
8550
8551 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8552
8553         Fixup UNICODE thinko in 2003-02-22 patch.
8554         * include/wingdi.h (AddFontMemResourceEx): Add.
8555         (RemoveFontMemResourceEx): Ditto.
8556         (AddFontMemResourceEx[AW]): Remove.
8557         (RemoveFontMemResourceEx[AW]): Ditto
8558         * lib/gdi32.def: (AddFontResourceEx): Add.
8559         (RemoveFontMemResourceEx): Ditto.
8560         (AddFontMemResourceEx[AW]): Remove.
8561         (RemoveFontResourceEx[AW]): Ditto.
8562
8563 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8564
8565         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8566         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8567
8568 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8569
8570         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8571         (RemoveFontMemResourceEx[AW]): Ditto
8572         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8573         (RemoveFontMemResourceEx[AW]): Ditto.
8574
8575 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8576
8577         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8578         (NtCurrentTeb): Remove.
8579
8580 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8581
8582         * include/wsahelp.h: Remove ';' after closing
8583         #ifdef __cplusplus brace.
8584         * include/ws2spi.h: Likewise.
8585
8586 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8587
8588         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8589         (GlobalMemoryStatusEx): Add prototype.
8590         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8591
8592 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8593
8594         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8595
8596 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8597
8598         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8599         (RemoveFontResourceEx[AW]): Ditto
8600         (FR_PRIVATE): Define.
8601         (FR_NOT_ENUM): Define.
8602         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8603         (RemoveFontResourceEx[AW]): Ditto.
8604
8605 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8606
8607         * include/w32api.h: Increment version to 2.3.
8608         * Makefile.in: Ditto.
8609
8610 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8611
8612         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8613         (Ke386QueryToAccessMap): Ditto.
8614         (Ke386SetIoAccessMap): Ditto.
8615         Thanks to Marcel Telka <telka@users.sf.net>
8616         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8617         * include/security.h: Include secext.h.
8618         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8619         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8620         * include/GL/gl.h: Remove include of glext.h.
8621         Thanks to Greg Couch <gregcouch@users.sf.net>
8622
8623 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8624
8625         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8626         using GUID_DEFINED instead.
8627         * include/sqltypes.h: Ditto.
8628         * include/winnt.h: Ditto.
8629         * include/ddk/scsiwmi.h: Ditto.
8630
8631 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8632
8633         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8634         prototypes.
8635         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8636
8637 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8638
8639         * include/commctrl.h (TCM_*): Add missing defines.
8640
8641 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8642             Danny Smith  <dannysmith@users.sourceforge.net>
8643
8644         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8645         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8646         for (_WIN32_IE >= 0x0400).
8647         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8648         fields for (_WIN32_IE >= 0x0400).
8649
8650 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8651
8652         * include/winbase.h (CreateFiber): Change first parameter
8653         to SIZE_T.
8654         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8655         if (_WIN32_WINNT >= 0x0500).
8656
8657 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8658
8659         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8660         Add missing typedefs.
8661         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8662         prototypes.
8663         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8664
8665 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8666
8667         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8668         define.
8669         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8670
8671 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8672
8673         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8674         define.
8675         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8676         definition.
8677         (WAIT_FAILED): Cast to DWORD.
8678         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8679         definition.
8680
8681 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8682
8683         * include/winerror.h: Protect against multiple
8684         definition of WSA* error codes.
8685         * include/winsock.h: Likewise.
8686         * include/winsock2.h: Likewise.
8687
8688 2003-01-27  Bang Dong-Heui
8689             Bang Jun-Young  <junyoung@netbsd.org>
8690
8691         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8692         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8693         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8694
8695
8696 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8697
8698         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8699         (WINVER >= 0x501).
8700
8701 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8702
8703         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8704         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8705         fields for (WINVER >= 0x501).
8706
8707 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8708
8709         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8710         Add stubs.
8711         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8712         options.
8713
8714 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8715
8716         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8717         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8718
8719 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8720
8721         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8722         SE_REGISTRY_WOW64_32KEY.
8723         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8724
8725 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8726
8727         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8728         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8729         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8730
8731 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8732
8733         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8734
8735 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8736
8737         * lib/dxguid.c: Don't #include <objbase.h>.
8738         * include/unknwn.h: Partially revert change of 2002-12-26.
8739         Don't include <ole2.h>.
8740
8741 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8742
8743         * lib/dinput.c: Don't #include <objbase.h>.
8744
8745 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8746
8747         * include/windows.h (ole2.h):Do #include for
8748         __WATCOMC__.
8749
8750 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8751
8752         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8753         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8754         definition.
8755         (WHEEL_PAGESCROLL): Likewise.
8756         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8757
8758 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8759
8760         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8761         (WHEEL_PAGESCROLL): Add define.
8762
8763 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8764
8765         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8766         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8767         compatability. Add RECT field. Add UNICODE mappings for new
8768         names.
8769         (tagNMREBARCHEVRON): Add struct and typedefs for
8770         _WIN32_IE >= 0x0500.
8771
8772 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8773
8774         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8775         (LVHITTESTINFO): Likewise.
8776
8777         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8778         (GRADIENT_RECT): Likewise.
8779
8780 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8781
8782         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8783         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8784         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8785         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8786         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8787         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8788         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8789         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8790         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8791         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8792         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8793         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8794         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8795         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8796         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8797         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8798         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8799         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8800         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8801         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8802         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8803         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8804         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8805         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8806         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8807         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8808         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8809         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8810         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8811         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8812         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8813         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8814         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8815         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8816         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8817         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8818         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8819         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8820         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8821         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8822         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8823         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8824         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8825         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8826         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8827         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8828         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8829         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8830         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8831         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8832         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8833         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8834         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8835         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8836         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8837         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8838         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8839         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8840         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8841         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8842         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8843         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8844         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8845         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8846         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8847         Add missing error codes.
8848
8849 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8850
8851         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
8852         asm code.
8853         (GetFiberData): Likewise.
8854
8855 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8856
8857         * include/winnt.h (GetCurrentFiber): Remove blank input field in
8858         asm code.
8859         (GetFiberData): Likewise.
8860
8861 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8862
8863         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
8864         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
8865         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
8866         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
8867         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
8868         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
8869         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
8870         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
8871         error codes.
8872         Re-sort codes.
8873
8874 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
8875
8876         * include/winspool.h (PRINTER_INFO_6): Add.
8877         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8878
8879 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
8880
8881         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
8882
8883         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
8884         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
8885         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
8886         Add stubs.
8887
8888 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
8889
8890         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
8891         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
8892
8893 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8894
8895         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
8896
8897 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8898
8899         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
8900         VIETNAMESE_CHARSET): Remove duplicate defines.
8901         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
8902
8903 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8904
8905         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
8906         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8907
8908 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8909
8910         * include/unknwn.h: Include windows.h and ole2.h before header
8911         guard to avoid circular inclusion of COM headers.
8912
8913 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8914
8915         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
8916         ReuseDDElParam): Use __WIN64 compatible typedefs.
8917
8918 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8919
8920         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
8921         lpInheritProperty member const.
8922         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
8923         const.
8924
8925 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8926
8927         * include/commcat.h: Don't include windows.h or ole2.h ifdef
8928         COM_NO_WINDOWS_H.
8929         * include/unknwn.h: Ditto.
8930
8931 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
8932
8933         * include/imm.h (ImmGetCompositionFont[AW],
8934         ImmSetCompositionFont[AW]): Add NOGDI guard.
8935
8936 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
8937
8938         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
8939         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
8940         before using.
8941         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8942         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
8943         definition.
8944         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
8945         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
8946         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
8947         definition.
8948         * include/ddk/scsiwmi.h (GUID): Define if not already done.
8949         (LPCGUID): Likewise.
8950         * include/ddk/tdi.h: Close "Listen flags" comment.
8951         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
8952         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
8953         (VIDEO_ACCESS_RANGE): Guard against prior definition.
8954         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
8955         * include/ddk/win2k.h: Likewise.
8956         * include/ddk/winddi.h: Likewise.
8957         * include/ddk/winddk.h: Likewise.
8958         * include/ddk/winnt4.h: Likewise.
8959         * include/ddk/ws2san.h: Likewise.
8960         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
8961         * include/ddk/video.h: Don't process rest of file ifdef
8962         __WINDDI_H.
8963         * include/ddk/winddi.h: Don't process rest of file ifdef
8964         __VIDEO_H.
8965         * include/ddk/usb.h: Don't process rest of file ifdef
8966         __USBDI_H.
8967         * include/ddk/usbdi.h: Don't process rest of file ifdef
8968         __USB_H.
8969         * include/ddk/usbcamdi.h: Don't process rest of file if
8970         !defined(__USB_H) && !defined(__USBDI_H)
8971
8972 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
8973
8974         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
8975         prototypes.
8976         * include/winuser.h (GetAncestor) Add prototype.
8977         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
8978         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
8979         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
8980         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
8981         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
8982         defines.
8983         * lib/user32.def (GetAncestor@8): Add stub.
8984
8985 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
8986
8987         * include/windows.h: Guard inclusion of wingdi.h,
8988         commdlg.h, winspool.h, ole2.h with NOGDI.
8989         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
8990         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
8991         Guard with NOGDI.
8992
8993 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8994
8995         * include/oleacc.h (SELFLAG_*): Change to enum.
8996
8997 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
8998
8999         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
9000         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
9001
9002 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
9003
9004         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
9005         to UINT.
9006         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
9007
9008 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
9009
9010         * include/winuser.h (AllowSetForegroundWindow,
9011         LockSetForegroundWindow): Add prototypes.
9012         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
9013         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
9014         * lib/winuser.def (AllowSetForegroundWindow,
9015         LockSetForegroundWindow): Add stubs.
9016
9017 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
9018
9019         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
9020         UNICODE mappings.
9021         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
9022         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
9023         compatability. Add lParam field. Add UNICODE mappings for new
9024         names.
9025
9026 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
9027
9028         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
9029         Wrap with pshpack2.h/poppack.h to correct alignment.
9030
9031 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
9032
9033         * include/commctrl.h (LVBKIF_*): Add defines.
9034         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
9035         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
9036         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
9037         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
9038         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
9039         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
9040         (ListView_GetBkImage): Add define.
9041         (ListView_SetBkImage): Add define.
9042         (LVBKIMAGE): Add structures and typedefs.
9043
9044 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
9045
9046         * include/w32api.h: Increment to version 2.2
9047         * Makefile.in: Ditto.
9048
9049 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
9050
9051         * lib/Makefile.in (dist, install): Correct the install destinations.
9052         * lib/ddk/Makefile.in (dist, install): Ditto.
9053
9054 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9055
9056         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
9057         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
9058         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
9059         in definitions.
9060         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
9061         IID_IOleControlSite89): Remove.
9062
9063 2002-11-15  Christopher Faylor  <cgf@redhat.com>
9064
9065         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
9066         (IID_IStdMarshalInfo): Ditto.
9067
9068 2002-11-15  Christopher Faylor  <cgf@redhat.com>
9069
9070         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
9071         (IID_IPersistStorage): Ditto.
9072
9073 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
9074
9075         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
9076         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
9077         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
9078         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
9079         Correct definitions.
9080
9081 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
9082
9083         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9084         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9085         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9086         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9087         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9088         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9089         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9090         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9091         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9092         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9093         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9094         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9095         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9096         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9097         xfilter.h): Change comment to refer w32api package, not MinGW.
9098
9099 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
9100
9101         * include/ddk/ntddk.h: Include winnt.h as system header.
9102
9103 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
9104
9105         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9106         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9107         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9108         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9109         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9110         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9111         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9112         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9113         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9114         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9115         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9116         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9117         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9118         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9119         xfilter.h): Fix typo in disclaimer comment.
9120
9121 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
9122
9123         * include/exdisp.h: Include oaidl.h as system header.
9124
9125 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
9126
9127         * include/w32api.h (__W32API_VERSION): Fix.
9128
9129 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
9130
9131         * lib/uuid.c (IID_ICatInformation): Correct definition.
9132
9133 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
9134
9135         * include/oleauto.h (DeregisterTypeLib): Remove.
9136         (UnRegisterTypeLib): Add prototype.
9137
9138 2002-11-07  Christopher January  <chris@atomice.net>
9139
9140         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
9141
9142 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
9143
9144         * include/winnt.h (VerSetConditionMask): Add prototype.
9145         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
9146
9147 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
9148
9149         * include/winuser.h (MONITORINFOEX[AW]): Add structure
9150         definitions and ANSI/UNICODE mappings.
9151         Cleanup whitespace.
9152
9153 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
9154
9155         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
9156         * configure.in: Ditto.
9157         * lib/Makefile.in: Ditto.
9158         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
9159         autoconf-2.53.
9160         * configure: Regenerate.
9161
9162 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
9163
9164         * include/windows.h: Don't include basetyps.h.
9165         * include/objfwd.h: Do include basetyps.h.
9166
9167 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
9168
9169         * include/objbase.h: Include rpc.h and rpcndr.h
9170         before header guard.
9171
9172 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
9173
9174         * include/olectl.h (PROPPAGEINFO): Change type of
9175         field cb to ULONG.
9176
9177 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
9178
9179         * lib/ntdll.def (RtlAcquireResourceExclusive,
9180         RtlAcquireResourceShared, RtlDeleteResource,
9181         RtlInitializeResource, RtlReleaseResource,
9182         RtlTimeToSecondsSince1970) : Added missing exports.
9183
9184 2002-10-08  Heiko Gerdau  <hg@technosis.de>
9185
9186         * include/oleacc.h: New file.
9187         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
9188         (OBJID_*) Add defines.
9189         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
9190         * lib/test.c: Include oleacc.h.
9191
9192 2002-10-06  Casper Hornstrup  <chorns@it.dk>
9193
9194         * include/ddk: New subdir.
9195         * lib/ddk: Ditto.
9196         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9197         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9198         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9199         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9200         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9201         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9202         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9203         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9204         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9205         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9206         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9207         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9208         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9209         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9210         xfilter.h): New files.
9211         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
9212         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
9213         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
9214         win32k.def): Ditto.
9215
9216 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
9217
9218         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
9219         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
9220         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
9221         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
9222         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
9223         RtlAddAccessAllowedAce, RtlCreateAcl,
9224         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
9225         RtlGetAce, RtlGetControlSecurityDescriptor,
9226         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
9227         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
9228         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
9229         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
9230         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
9231         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
9232         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
9233         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
9234         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
9235         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
9236         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
9237         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
9238         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
9239
9240 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9241
9242         *include/windef.h (WPARAM): Update typedef.
9243         (LPARAM): Ditto.
9244         (LRESULT): Ditto.
9245
9246 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9247
9248         * include/shlobj.h (CSIDL_*): Add defines.
9249
9250 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
9251
9252         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
9253         has been included first.
9254
9255 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
9256
9257         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
9258         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
9259         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
9260
9261 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
9262
9263         * include/winuser.h (DS_SHELLFONT): Define.
9264
9265 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
9266
9267         * include/winnt.h (VER_SUITE_BLADE): Define.
9268
9269 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
9270
9271         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
9272         Add _WIN32_IE guard. Correct prototype for wide version.
9273         (SHGetFolderPath): Add comment on shfolder.dll.
9274         (SHGetFolderLocation): Add prototyope for WinME and W2K.
9275         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
9276
9277 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
9278
9279         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
9280         * lib/shfolder.def: New file.
9281
9282 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
9283
9284         * include/winsock.h (timeval): Guard struct and associated
9285         macros with _TIMEVAL_DEFINED.
9286         * include/winsock2.h (timeval): Likewise.
9287
9288 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9289
9290         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
9291         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
9292         SHCreateShellItem,SHEmptyRecycleBin[AW],
9293         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9294         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9295         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9296         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9297         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9298         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9299         SHLoadNonloadedIconOverlayIdentifiers,
9300         SHOpenFolderAndSelectItems,SHParseDisplayName,
9301         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9302         SHSetLocalizedName,SHSetUnreadMailCountW,
9303         SHUpdateRecycleBinIcon: Add missing stubs.
9304
9305 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9306
9307         * include/windef.h (WINVER): Add documentation.
9308         (_WIN32_WINNT): Ditto.
9309         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9310
9311 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9312
9313         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9314
9315 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9316
9317         * include/winbase.h (AllocateUserPhysicalPages,
9318         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9319         FreeUserPhysicalPages): Add prototypes.
9320         * lib/kernel32.def: Add function stubs for above.
9321
9322 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9323
9324         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9325         Add WINVER guards for dialog box command id defines.
9326
9327 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9328
9329         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9330
9331 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9332
9333         * include/wincon.h: Define GetConsoleWindow(void).
9334
9335 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9336
9337         * include/w32api.h: Increment version to 2.1.
9338         * Makefile.in: Ditto.
9339
9340 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9341
9342         * include/winsock2.h (SOCKET_ADDRESS): Define if
9343         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9344         (CSADDR_INFO): Ditto.
9345         (nspapi.h) : Don't include. Removed FIXME comment.
9346         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9347         __CSADDR_T_DEFINED is not defined.
9348         (CSADDR_INFO): Ditto.
9349         (BLOB): Add structure and typedef if not already defined.
9350         (NS_*): Add defines.
9351         (SERVICE_*): Ditto.
9352         (SERVICE_ADDRESS): Add structure and typedefs.
9353         (SERVICE_ADDRESSES): Ditto.
9354         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9355         (LPSERVICE_ASYNC_INFO): Add typedef.
9356         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9357         mappings.
9358         * include/wsipx.h: New file.
9359         * include/svcguid.h: New file.
9360         * lib/test.c: Include wspix.h and svcguid.h.
9361
9362 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9363
9364         * include/wsahelp.h: New file.
9365         * lib/test.c: Include wsahelp.h.
9366
9367 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9368
9369         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9370         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9371
9372 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9373
9374         * include/ws2spi.h: Modify comment about being part of
9375         mingw32 package.
9376         (winsock2.h): Change "" to <>.
9377
9378 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9379
9380         * include/ws2spi.h: New file.
9381         * lib/test.c: Include ws2spi.h.
9382
9383 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9384
9385         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9386         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9387         functions.
9388
9389 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9390
9391         * include/winuser.h (CURSOR_SHOWING) Add define.
9392         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9393
9394 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9395
9396         * include/winerror.h: Cast OLE error codes to HRESULT.
9397         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9398
9399 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9400
9401         * include/wincrypt.h (ALG_*): Add defines.
9402         (CALG_*): Ditto.
9403         (CRYPT_*): Ditto.
9404         (PP_*): Ditto.
9405         (PROV_*): Ditto.
9406         (PRIVATEKEYBLOB): Add define.
9407
9408 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9409
9410         * include/shlobj.h (SHGetFolderPath): Add define.
9411         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9412         (SHGetFolderPath): Ditto.
9413
9414 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9415
9416         * include/commdlg.h: Don't include COM headers or use
9417         COM-dependent symbols if __OBJC__.
9418
9419 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9420
9421         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9422         Add prototypes.
9423
9424 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9425
9426         * include/shellapi.h (FOF_NOERRORUI): Add define.
9427
9428 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9429
9430         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9431
9432 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9433
9434         * include/objidl.h (IEnumMoniker): Correct declaration.
9435
9436 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9437
9438         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9439
9440 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9441
9442         * include/commctrl.h: Whitespace change.
9443
9444 2002-08-09  Lars Munch  <lars@segv.dk>
9445
9446         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9447         struct name _TVHITTESTINFO and typedefs and add defines for
9448         backward compatability.
9449         (ListView_SetExtendedListViewStyleEx): Add macro.
9450
9451 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9452
9453         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9454         Add prototypes.
9455         * lib/msimg32.def: New file, with stubs for above.
9456
9457 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9458
9459         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9460         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9461         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9462         and UNICODE mappings.
9463
9464 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9465
9466         * include/winbase.h (ReadFileScatter, WriteFileGather):
9467         Change second parameter to pointer.
9468
9469 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9470
9471         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9472         UNICODE mappings.
9473         * lib/wininet.def: Regenerate.
9474
9475 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9476
9477         * include/windef.h (PVOID): Move typedef to...
9478         * include/winnt: ...here.
9479         (PVOID64): New typedef.
9480
9481         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9482         * include/winbase.h (ReadFileScatter, WriteFileGather):
9483         Add prototypes.
9484
9485         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9486         (PROCESSOR_INTEL_IA64): Add define.
9487
9488 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9489
9490         * include/oleidl.h (MK_ALT): Define.
9491
9492 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9493
9494         * include/exdisp.h: New file.
9495         * include/exdispid.h: New file.
9496         * include/mshtml.h: New file.
9497         * lib/test.c: #include exdisp.h and mshtml.h
9498         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9499         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9500         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9501         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9502         New GUIDs.
9503
9504 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9505
9506         * include/docobj.h: New file.
9507         * include/idispids.h: New file.
9508         * include/objidl.h (IID_IMoniker): Declare.
9509         * include/ocidl.h (READYSTATE): New enum.
9510         (IOleInPlaceSiteEx): New interface.
9511         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9512         identifier.
9513         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9514         IOleInPlaceSite): New interfaces.
9515         * lib/test.c: #include docobj.h,idispids.h,
9516
9517 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9518
9519         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9520         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9521
9522 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9523
9524         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9525         * include/commdlg.h: Likewise.
9526
9527 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9528
9529         * include/oleauto.h (V_UNION): Correct definition for case of
9530         NONAMELESSUNION:
9531         (V_VT): Likewise.
9532
9533 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9534
9535         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9536         not bool, for C as well as C++.
9537
9538 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9539
9540         * include/shlwapi.h: New file.
9541         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9542         Victor Porton  <porton@narod.ru> for contributions.
9543         * lib/shlwapi.def: New file.
9544         * lib/test.c: #include shlwapi.h.
9545
9546 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9547
9548         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9549         character.
9550         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9551         long long.
9552         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9553         does not need external *Fiber library functions.
9554
9555 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9556
9557         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9558         definition.
9559         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9560         avoid compile error when already defined.
9561
9562 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9563
9564         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9565
9566 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9567
9568         * include/commdlg.h: Define CDN_* notification message constants
9569         as UINT.
9570
9571 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9572
9573         * include/commctrl.h: Define notification message constants for
9574         NMHDR.code as UINT.
9575
9576 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9577
9578         * include/ddeml.h (MH_*) Add defines.
9579         (MONHSZSTRUCT): Add structure and typedefs.
9580         (MONLINKSTRUCT): Ditto.
9581         (MONCONVSTRUCT): Ditto.
9582         (MONCBSTRUCT): Ditto.
9583         (MONERRSTRUCT): Ditto.
9584         (MONMSGSTRUCT): Ditto.
9585         * include/windef.h: Don't define __cdecl or _cdecl for
9586         __WATCOM__.
9587         Don't define _export or __export for __WATCOM__.
9588         * include/windows.h (imm.h): #include.
9589         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9590
9591 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9592
9593         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9594         rpcndr.h.
9595
9596 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9597
9598         * include/winbase.h (OpenThread): Add prototype.
9599         * lib/kernel32.def (OpenThread): Add symbol.
9600
9601 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9602
9603         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9604
9605 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9606
9607         * include/rpc.h: Conditionally include <windows.h> before
9608         header guard.
9609         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9610         header guard.
9611
9612 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9613
9614         * include/commctrl.h (WC_*): Remove some duplicate defines.
9615
9616 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9617
9618         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9619         UNICODE mappings.
9620         (IPM*): Add defines.
9621         (IPN_*): Add defines.
9622         (NMIPADDRESS): Add structure and typedefs.
9623         (MAKEIPADDRESS): Add macro.
9624         (MAKEIPRANGE): Add macro.
9625         (FIRST_IPADDRESS): Add macro.
9626         (SECOND_IPADDRESS): Add macro.
9627         (THIRD_IPADDRESS): Add macro.
9628         (FOURTH_IPADDRESS): Add macro.
9629
9630 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9631
9632         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9633
9634 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9635
9636         * include/winbase.h (WINBASEAPI): Don't define if prior
9637         definition.
9638
9639         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9640         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9641         PARTITION_UNIX): Add defines.
9642         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9643         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9644         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9645         (IsContainerPartition): Add macro.
9646
9647 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9648
9649         * include/commctrl.h: (CBEIF_*): Add defines.
9650         (CBEN_*): Add defines and UNICODE mappings
9651         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9652         (CBEMAXSTRLEN): Add define.
9653         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9654         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9655         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9656         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9657
9658 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9659
9660         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9661         union member _VARIANT_BOOL bool.
9662
9663 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9664
9665         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9666
9667 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9668
9669         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9670         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9671         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9672         Add typedefs.
9673         (CCHAR): Correct typedef.
9674         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9675         Add defines.
9676
9677 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9678
9679         * README.w32api: Correct spelling error.
9680
9681 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9682
9683         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9684         INPUT_HARDWARE): Add defines.
9685         (HDEVNOTIFY): Add typedef.
9686         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9687         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9688         typedefs.
9689         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9690         GetClassInfoEx[AW],GetKeyboardLayoutList,
9691         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9692         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9693         RegisterClassEx[AW]): Correct prototypes.
9694
9695 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9696
9697         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9698         prototypes.
9699         * include/winsvc.h (StartServiceW): Correct prototype.
9700         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9701         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9702         GetTickCount,InterlockedExchangeAdd,
9703         WritePrivateProfileStruct[AW]: Correct prototypes.
9704         (GetEnvironmentStrings): Correct mapping to
9705         GetEnvironmentStringsA.
9706         * include/winver.h (VerQueryValueA,VerQueryValueW):
9707         Correct prototypes.
9708         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9709         prototype.
9710         * include/winreg.h (RegQueryMultipleValues[AW],
9711         RegQueryValueEx[AW]):Correct prototypes.
9712         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9713         PPOLYTEXTW): Add typedefs.
9714         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9715         structures and typedefs.
9716         (MM_MAX_NUMAXES): Add define.
9717         (EnumFontsW,GetEnhMetaFilePixelFormat,
9718         wglGetLayerPaletteEntries): Correct prototypes.
9719         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9720         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9721         RPC_S_SEND_INCOMPLETE): Add defines.
9722
9723 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9724
9725         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9726         Add defines.
9727
9728 2002-06-16  Egor Duda  <deo@logos-m.ru>
9729
9730         * include/ntdll.h: New file.
9731         * lib/ntdll.def: Add NtShutdownSystem.
9732
9733 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9734
9735         * lib/dinput.def (DirectInputCreateEx): Add stub.
9736         * lib/ntdll.def: New file.
9737
9738 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9739
9740         * include/w32api.h: Change to version 2.0 to reflect the change
9741         in the license.
9742         * README: Renamed.
9743         * README.w32api: Renamed from README.  Modified license to remove
9744         the restriction of notifying the author based on the fact that the
9745         author is unreachable at the notified address.
9746         * Makefile.in (VERSION): Change to 2.0.
9747
9748 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9749
9750         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9751         * Makefile.in (bindist): Correct the MinGW distribution.
9752
9753 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9754
9755         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9756         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9757
9758 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9759
9760         * lib/test.c: #include comcat.h.
9761
9762 2002-06-13  John K. Hohm  <jhohm@acm.org>
9763
9764         * include/comcat.h: New file.
9765
9766 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9767
9768         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9769         (GETTEXTEX): Add structure definition.
9770
9771 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9772
9773         * include/windows.h (ole2.h): #include if !__OBJC__ and
9774         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9775
9776 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9777
9778         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9779
9780 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9781
9782         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9783         PACCESS_DENIED_ACE): Add typedefs.
9784
9785 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9786
9787         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9788
9789 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9790
9791         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9792
9793 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9794
9795         * include/windef.h: Fix typo in last change.
9796
9797 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9798
9799         * include/windef.h: Add no-op __try, __except, __finally
9800         defines from ...
9801         * include/excpt.h: Remove file.
9802         * include/windows.h: Don't include excpt.h.
9803
9804 2002-05-30  Christopher January  <chris@atomice.net>
9805
9806         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9807         Add missing typedefs.
9808
9809 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9810
9811         * include/w32api.h: Increment version to 1.5
9812         * Makefile.in: Ditto.
9813
9814
9815 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9816
9817         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9818         LP[W]STR with LPC[W]STR.
9819         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9820         Clean up whitespace.
9821
9822 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9823
9824         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9825
9826 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9827
9828         * Makefile.in: Increment VERSION to 1.4.
9829         (conf_prefix): New variable.
9830         (bindist): Modify target to use $(conf_prefix).
9831
9832 2002-05-20  Philip Aston  <philipa@mail.com>
9833
9834         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9835
9836 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9837
9838         * include/lmaccess.h: (NetAccess*, NetGroup*,
9839         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9840         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9841
9842 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9843
9844         * include/commctrl.h (ImageList_DragShowNolock): Remove
9845         conflicting redeclaration.
9846
9847 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9848
9849         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
9850         STRICT and related defines to ...
9851         * include/windef.h: Here.
9852
9853 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
9854
9855         * include/winsock2.h (int32): Remove typedef.
9856         (SERVICETYPE): Add typedef.
9857         (struct _flowspec):Revise struct definition,  Comment
9858         on types used for members.
9859
9860 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9861
9862         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
9863         more defines added in earlier change.
9864         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
9865
9866 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9867
9868         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
9869         added in last change.
9870
9871 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
9872
9873         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
9874         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
9875
9876 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
9877
9878         * include/commctrl.h (SNDMSG): Define and use throughout
9879         in other macros instead of SendMessage.
9880         * include/commdlg.h (SNDMSG): Ditto.
9881
9882 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
9883
9884         * include/GL/gl.h: New file.
9885         * include/GL/glext.h: Ditto.
9886         * include/GL/glu.h: Ditto.
9887
9888 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9889
9890         * include/w32api.h: Increment version.
9891         * Makefile.in: Ditto.
9892
9893 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
9894
9895         * Makefile.in (bindist): Use * instead of . for file list for tar
9896         command.
9897
9898 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
9899
9900         * include/wtypes.h (enum tagCLSCTX): Change formatting.
9901
9902 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
9903
9904         * include/objidl.h (IRunningObjectTable.Register): Correct
9905         prototype.
9906         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
9907         ROTFLAGS_ALLOWANYCLIENT): Add defines.
9908
9909 2002-03-31  Victor Porton  <porton@narod.ru>
9910
9911         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
9912
9913 2002-03-29  David Robinow  <drobinow@yahoo.com>
9914
9915         * include/wingdi.h (SetPixelFormat): Correct prototype.
9916
9917 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
9918
9919         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
9920
9921 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
9922
9923         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
9924         Add defines.
9925
9926 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9927
9928         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
9929         * include/shlobj.h (IContextMenu2): Put methods in right order.
9930         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
9931         CINTERFACE before defining.
9932
9933 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
9934
9935         * include/accctrl.h: Add #pragma GCC system_header
9936         if __GNUC__ >= 3.
9937         * include/aclapi.h: Same.
9938         * include/basetsd.h: Same.
9939         * include/basetyps.h: Same.
9940         * include/cderr.h: Same.
9941         * include/cguid.h: Same.
9942         * include/commctrl.h: Same.
9943         * include/commdlg.h: Same.
9944         * include/cpl.h: Same.
9945         * include/cplext.h: Same.
9946         * include/custcntl.h: Same.
9947         * include/dbt.h: Same.
9948         * include/dde.h: Same.
9949         * include/ddeml.h: Same.
9950         * include/dlgs.h: Same.
9951         * include/excpt.h: Same.
9952         * include/httpext.h: Same.
9953         * include/imagehlp.h: Same.
9954         * include/imm.h: Same.
9955         * include/initguid.h: Same.
9956         * include/intshcut.h: Same.
9957         * include/ipexport.h: Same.
9958         * include/iphlpapi.h: Same.
9959         * include/ipifcons.h: Same.
9960         * include/iprtrmib.h: Same.
9961         * include/iptypes.h: Same.
9962         * include/isguids.h: Same.
9963         * include/largeint.h: Same.
9964         * include/lm.h: Same.
9965         * include/lmaccess.h: Same.
9966         * include/lmalert.h: Same.
9967         * include/lmapibuf.h: Same.
9968         * include/lmat.h: Same.
9969         * include/lmaudit.h: Same.
9970         * include/lmbrowsr.h: Same.
9971         * include/lmchdev.h: Same.
9972         * include/lmconfig.h: Same.
9973         * include/lmcons.h: Same.
9974         * include/lmerr.h: Same.
9975         * include/lmerrlog.h: Same.
9976         * include/lmmsg.h: Same.
9977         * include/lmremutl.h: Same.
9978         * include/lmrepl.h: Same.
9979         * include/lmserver.h: Same.
9980         * include/lmshare.h: Same.
9981         * include/lmsname.h: Same.
9982         * include/lmstats.h: Same.
9983         * include/lmsvc.h: Same.
9984         * include/lmuse.h: Same.
9985         * include/lmuseflg.h: Same.
9986         * include/lmwksta.h: Same.
9987         * include/lzexpand.h: Same.
9988         * include/mapi.h: Same.
9989         * include/mciavi.h: Same.
9990         * include/mcx.h: Same.
9991         * include/mmsystem.h: Same.
9992         * include/mswsock.h: Same.
9993         * include/nb30.h: Same.
9994         * include/nddeapi.h: Same.
9995         * include/nspapi.h: Same.
9996         * include/ntdef.h: Same.
9997         * include/ntsecapi.h: Same.
9998         * include/ntsecpkg.h: Same.
9999         * include/oaidl.h: Same.
10000         * include/objbase.h: Same.
10001         * include/objfwd.h: Same.
10002         * include/objidl.h: Same.
10003         * include/odbcinst.h: Same.
10004         * include/ole.h: Same.
10005         * include/ole2.h: Same.
10006         * include/ole2ver.h: Same.
10007         * include/oleauto.h: Same.
10008         * include/olectl.h: Same.
10009         * include/olectlid.h: Same.
10010         * include/oledlg.h: Same.
10011         * include/oleidl.h: Same.
10012         * include/pbt.h: Same.
10013         * include/prsht.h: Same.
10014         * include/psapi.h: Same.
10015         * include/rapi.h: Same.
10016         * include/ras.h: Same.
10017         * include/raserror.h: Same.
10018         * include/rassapi.h: Same.
10019         * include/regstr.h: Same.
10020         * include/richedit.h: Same.
10021         * include/richole.h: Same.
10022         * include/rpc.h: Same.
10023         * include/rpcdce.h: Same.
10024         * include/rpcdce2.h: Same.
10025         * include/rpcdcep.h: Same.
10026         * include/rpcndr.h: Same.
10027         * include/rpcnsi.h: Same.
10028         * include/rpcnsip.h: Same.
10029         * include/rpcnterr.h: Same.
10030         * include/rpcproxy.h: Same.
10031         * include/schannel.h: Same.
10032         * include/schnlsp.h: Same.
10033         * include/scrnsave.h: Same.
10034         * include/security.h: Same.
10035         * include/setupapi.h: Same.
10036         * include/shellapi.h: Same.
10037         * include/shlguid.h: Same.
10038         * include/shlobj.h: Same.
10039         * include/sql.h: Same.
10040         * include/sqlext.h: Same.
10041         * include/sqltypes.h: Same.
10042         * include/sqlucode.h: Same.
10043         * include/sspi.h: Same.
10044         * include/subauth.h: Same.
10045         * include/tlhelp32.h: Same.
10046         * include/unknwn.h: Same.
10047         * include/userenv.h: Same.
10048         * include/w32api.h: Same.
10049         * include/winbase.h: Same.
10050         * include/wincon.h: Same.
10051         * include/wincrypt.h: Same.
10052         * include/windef.h: Same.
10053         * include/windows.h: Same.
10054         * include/windowsx.h: Same.
10055         * include/winerror.h: Same
10056         * include/wingdi.h: Same.
10057         * include/wininet.h: Same.
10058         * include/winioctl.h: Same.
10059         * include/winnetwk.h: Same.
10060         * include/winnls.h: Same.
10061         * include/winnt.h: Same.
10062         * include/winperf.h: Same.
10063         * include/winreg.h: Same.
10064         * include/winresrc.h: Same.
10065         * include/winsock.h: Same.
10066         * include/winsock2.h: Same.
10067         * include/winspool.h: Same.
10068         * include/winsvc.h: Same.
10069         * include/winuser.h: Same.
10070         * include/winver.h: Same.
10071         * include/ws2tcpip.h: Same.
10072         * include/wsnetbs.h: Same.
10073         * include/wtypes.h: Same.
10074         * include/zmouse.h: Same.
10075         * include/mapi.h: Change header guard name to _MAPI_H  for
10076         consistency.
10077
10078 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
10079
10080         * include/accctrl.h (_ACCCTRL_H): Correct typo.
10081         Remove unnecessary inclusion of <wtypes.h>.
10082         * ChangeLog: Fix omission of name in recent entries.
10083
10084 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
10085
10086         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
10087
10088 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
10089
10090         * include/mswsock.h: Group winsock2 dependants
10091         together and protect with #ifdef _WINSOCK2_H.
10092         * lib/test.c: Only test ws2tcpip.h if winsock2.h
10093         has been included.
10094
10095 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
10096
10097         * include/mswsock.h (TP_*): Add new defines.
10098         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
10099         (WSAMSG): Likewise.
10100         (WSACMSGHDR): Likewise.
10101         (DisconnectEx): Add new prototype.
10102         (WSARecvMsg): Likewise.
10103         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
10104
10105 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
10106
10107         * ChangeLog: Fix typo in last entry.
10108         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
10109         * include/ws2tcpip.h: (IP_*): Add new defines.
10110         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
10111         (NI_*): Add getnameinfo constants and bitmasks.
10112         (AI_*): Add getaddrinfo flags.
10113         (EAI_*): Add getaddrinfo error codes.
10114         (ip_mreq_source): Add new structure.
10115         (ip_msfilter): Add new structure.
10116         (IP_MSFILTER_SIZE): Add new macro.
10117         (in_pktinfo): Add new structure.
10118         Add preliminary IPv6 support.
10119         (in6_addr): Add new structure and some defines.
10120         (sockaddr_in6): Add new structure.
10121         (in6addr_any, in6addr_loopback): Declare extern structures.
10122         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
10123         initialization macros for above.
10124         (IN6_ARE_ADDR_EQUAL): Define macro.
10125         (IN6_IS_ADDR_*): Define address testing macros.
10126         (socklen_t) Add new typedef.
10127         (ipv6_mreq): Add new structure.
10128         (in6_pktinfo): Same.
10129         (addrinfo): Same.
10130         (freeaddrinfo):Add new prototype.
10131         (getaddrinfo): Same.
10132         (gai_strerror[AW]): Same.
10133         (getnameinfo): Same.
10134         (sockaddr_in6_old): Add structure.
10135         (sockaddr_gen): Add union definition.
10136         (INTERFACE_INFO): Use sockaddr_gen as members.
10137         (INTERFACE_INFO_OLD): Add comment on workaround for problems
10138         with INTERFACE_INFO on NT4 prior to sp4.
10139
10140 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
10141
10142         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
10143         when selecting winsock interface.
10144         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
10145         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
10146         Expand FIXME comment.
10147         (WSACOMPLETIONTYPE): Add enum.
10148         (WSACOMPLETION): Add structure and typedefs.
10149         (WSANSPIoctl): Add function prototpe and callback typedef.
10150         (SIO_NSP_NOTIFY_CHANGE): Add define.
10151         (sockaddr_storage): Add structure and typedefs.
10152
10153 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
10154
10155         * include/winuser.h (OIC_*): Add resource constants.
10156
10157 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
10158
10159         * include/ntsecpkg.h: New file.
10160         * include/schannel.h: New file.
10161         * include/schnlsp.h: New file.
10162         * include/security.h: New file.
10163         * include/sspi.h: New file.
10164         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
10165         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
10166         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
10167         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
10168         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
10169         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
10170         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
10171         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
10172         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
10173         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
10174         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
10175         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
10176         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
10177         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
10178         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
10179         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
10180         CERT_CHAIN_CONTEXT): Add missing structures.
10181         (CertCloseStore, CertGetCertificateChain,
10182         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
10183         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
10184         CertFindCertificateInStore, CertFreeCertificateContext,
10185         CertGetIssuerCertificateFromStore,
10186         CertFindChainInStore): Add missing functions.
10187         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
10188         CERT_FIND_ISSUER_STR): Add Unicode mappings.
10189         * lib/crypt32.def: New file.
10190         * lib/secur32.def: Add mising stubs.
10191         * lib/test.c: Include new headers.
10192
10193 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
10194
10195         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
10196         parameter.
10197
10198 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
10199
10200         * lib/test.c: Include mapi.h.
10201         * include/commctrl.h (TBSTYLE_*): Add missing defines.
10202         Thanks to: "Ron"  <ron@debian.org>
10203
10204 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
10205
10206         * include/mapi.h: New file.
10207         * lib/mapi.def: Add missing function stubs.
10208
10209 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10210
10211         * include/winuser.h (GetWindowLongPtr[AW],
10212         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
10213
10214 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
10215
10216         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
10217         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
10218         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
10219         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
10220
10221 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10222
10223         * lib/test.c: Include wsnetbs.h.
10224
10225 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
10226
10227         * include/wsnetbs.h: New file.
10228
10229 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
10230
10231         * include/winnt.h: Remove merge conflict.
10232
10233 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
10234
10235         * include/winnt.h (_TCHAR): Add typedefs.
10236
10237 2002-01-25  Tim Hughes  <tjh@delcam.com>
10238
10239         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
10240         defines.
10241
10242 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
10243
10244         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
10245         Add defines.
10246         (LPACCESSTIMEOUT): Add typedef.
10247
10248 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
10249
10250         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
10251
10252 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
10253
10254         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
10255         _HDITEM[AW], with parallel changes to typedefs. Use defines for
10256         backward compatability with old names. Update UNICODE mappings.
10257         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
10258         for struct _HD_LAYOUT and add defines for backward
10259         compatability with old names.
10260         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
10261         parallel chages to typedefs. Add defines for backward
10262         compatability with old names.
10263         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
10264
10265 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
10266
10267         * include/winnt.h: Add missing MEM_ defines, and convert existing to
10268         hex for readability.
10269
10270 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
10271
10272         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
10273         and typedefs.
10274         (SPI_SETSCREENSAVERRUNNING): Add define.
10275         (LLKHF_ALTDOWN): Add define.
10276         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
10277         PFD_DEPTH_DONTCARE): Add defines.
10278
10279 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
10280
10281         * include/objbase.h (CoGetObject): Add prototype.
10282
10283 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
10284
10285         * include/winuser.h (ENUM_CURRENT_SETTINGS,
10286         ENUM_REGISTRY_SETTINGS): Add defines.
10287
10288 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10289
10290         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
10291         (FILE_ATTRIBUTE_DEVICE): Add define.
10292
10293 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10294
10295         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10296
10297 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10298
10299         * ChangeLog: correct date in last entry.
10300
10301 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10302
10303         * include/winuser.h (MONITORENUMPROC): Add typedef.
10304         (EnumDisplayMonitors): Add prototype.
10305         * lib/user32.def (EnumDisplayMonitors): Add stub.
10306
10307 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10308
10309         * include/ntsecapi.h:  Fixed missing void parameter type in some
10310         prototypes.
10311         * include/objbase.h: Ditto.
10312         * include/rapi.h: Ditto.
10313         * include/rpc.h: Ditto.
10314         * include/rpcdce.h: Ditto.
10315         * include/rpcdcep.h: Ditto.
10316         * include/rpcndr.h: Ditto.
10317         * include/rpcnsip.h: Ditto.
10318         * include/rpcproxy.h: Ditto.
10319         * include/windef.h: Ditto.
10320
10321 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10322
10323         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10324
10325 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10326
10327         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10328          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10329         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10330         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10331         WS_EX_NOINHERITLAYOUT): Add defines.
10332         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10333         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10334         MEM_WRITE_WATCH): Add defines.
10335
10336
10337 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10338
10339         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10340         Add prototype.
10341         (SetCriticalSectionSpinCount): Likewise.
10342
10343 2001-12-30  Guido Serassio  <serassio@libero.it>
10344
10345         * include/winsvc.h: Add EnumServiceStatusEx(),
10346         QueryServiceStatusEx()
10347         & RegisterServiceCtrlHandlerEx()
10348
10349 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10350
10351         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10352
10353 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10354
10355         * lib/Makefile.in: Revert inst_installdir definitions to working
10356         versions.
10357
10358 2001-12-17  Guido Serassio  <serassio@libero.it>
10359
10360         * include/winsvc.h: Add ChangeServiceConfig2() &
10361         QueryServiceConfig2() definition
10362
10363 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10364
10365         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10366         on MSDN documentation for XP.
10367
10368 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10369
10370         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10371         mappings.
10372
10373 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10374
10375         * include/commctrl.h (ACS_*): Add new defines.
10376         (PGS_*): Ditto.
10377         (CBES_*): Ditto.
10378         (TBSTYLE_*): Ditto.
10379         (TB_*): Ditto.
10380         (TTS_*): Ditto.
10381         (UDS_HOTTRACK): Add define.
10382         (SBT_TOOLTIPS): Ditto.
10383         (TBS_*): Add new defines.
10384         (HDS_*): Ditto.
10385         (LVS_EX_*) Ditto.
10386         (LVKF_*): Ditto.
10387         (TCM_GETEXTENDEDSTYLE): Add define.
10388         (TVS_NOHSCROLL): Ditto.
10389         (TVIF_INTEGRAL): Ditto.
10390         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10391         (TCS_*): Add new defines.
10392         (CBEM_*): Add defines.
10393         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10394         (tagTVITEMEX[AW]: Ditto.
10395         (tagTVINSERTSTRUCT[AW]: Add union member.
10396         * include/winbase.h (VirtualAllocEx): Add prototype.
10397         * include/winuser.h (SS_*): Add new defines.
10398
10399 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10400
10401         * Makefile.in: Increment VERSION.
10402         * include/w32api.h: Ditto.
10403
10404 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10405
10406         * Makefile.in: Increment VERSION.
10407         * include/w32api.h: Ditto.
10408
10409 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10410
10411         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10412         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10413         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10414         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10415         SetupDiOpenDevRegKey): Correct function names.
10416
10417 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10418
10419         * include/winuser.h (IDC_STATIC): Don't define.
10420
10421 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10422
10423         Cleanup merge between SourceForge and winsup CVS.
10424         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10425         definitions.
10426         * include/winnt.h (VER_NT*): Remove duplicate defines.
10427         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10428
10429 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10430
10431         * include/accctrl.h: Change \r\n to \n.
10432
10433 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10434
10435         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10436         Add structure definition.
10437         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10438         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10439         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10440         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10441         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10442         UnenableRouter) Declare functions.
10443         * lib/iphlpapi.def: Add function names to import lib.
10444
10445 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10446
10447         * include/winnt.h (PACCESS_MASK): Add typedef.
10448         * include/aclapi.h: New file.
10449         * include/acctrl.h: New file.
10450         * lib/advapi32.def: Add missing symbols.
10451         * lib/test.c: Add #include <aclapi.h>.
10452
10453 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10454
10455         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10456         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10457         here ...
10458         * include/winnt.h: ... to here.
10459         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10460         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10461         and typedefs.
10462         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10463         Add defines.
10464
10465 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10466
10467         * w32api/include/winnt.h: prepare SSE register support.
10468         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10469         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10470         (struct CONTEXT): ExtendedRegisters field added.
10471
10472 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10473
10474         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10475         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10476         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10477         tagLASTINPUTINFO ): Define new structures.
10478         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10479         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10480         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10481         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10482         SetMenuInfo): Add new prototypes.
10483         * lib/user32.def: Add import stubs for above functions.
10484
10485         * include/winuser.h (IDC_STATIC): Protect against prior
10486         definition.
10487
10488 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10489
10490         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10491         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10492
10493 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10494
10495         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10496         warnings with _AUTHORITY #defines.
10497
10498 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10499
10500         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10501         implementation.
10502         (GetFiberData): Ditto.
10503
10504 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10505
10506         * include/winnt.h: Backout last change.
10507
10508 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10509
10510         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10511         GetCurrentFiber: Create a prototype before the implementation.
10512         GetFiberData: Ditto.
10513
10514 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10515
10516         * include/winuser.h (IDC_STATIC): Add define.
10517         Thanks to: Benoit Laniel.
10518
10519 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10520
10521         * include/commdlg.h: Include <unknwn.h> rather than local
10522         definition of LPUKNOWN.
10523         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10524         Emit warning.
10525
10526 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10527
10528         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10529         for Watcom.
10530         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10531         functions of the form 'type * function(...)' in a way compatible
10532         with both Watcom and GCC.
10533         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10534         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10535         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10536         * include/windows.h: Watcom can use anonymous structs/unions.
10537         * include/winnt.h: Watcom can use 64 bit ints.
10538         (GetCurrentFiber): Add another inline definition using
10539         Watcom inline assembly syntax.
10540         (GetFiberData): Likewise.
10541         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10542         (gethostbyname): Likewise.
10543         (gethostbyaddr}: Likewise.
10544         (getservbyport}: Likewise.
10545         (getservbyname}: Likewise.
10546         (getprotobynumber}: Likewise.
10547         (getprotobyname}: Likewise.
10548         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10549         (gethostbyname}: Likewise.
10550         (gethostbyaddr}: Likewise.
10551         (getservbyport}: Likewise.
10552         (getservbyname}: Likewise.
10553         (getprotobynumber}: Likewise.
10554         (getprotobyname}: Likewise.
10555         * lib/diinut.c: Correction for Watcom.
10556         * lib/kernel32.c (GetCurrentFiber): Add another definition
10557         using Watcom inline assembly syntax.
10558         (GetFiberData): Likewise.
10559         * lib/scrnsave.c (WinMain): Add break after default:
10560         clause.
10561
10562 2001-11-04  "stefan"  <stefan@lkcc.org>
10563
10564         * include/winnt.h (GetCurrentFiber): Add prototype.
10565         (GetFiberData): Likewise.
10566
10567 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10568
10569         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10570         parallel invocations.
10571
10572 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10573
10574         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10575
10576 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10577
10578         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10579         __attribute__((com_interface)) for __GNUC__ >= 3.
10580
10581 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10582
10583         * include/commdlg.h (PRINTPAGERANGE): Add structure
10584         definition.
10585         (PRINTDLGEX[AW]): Likewise.
10586         (PrintDlgEx[AW]): Add function declaration.
10587         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10588         * ChangeLog: Fix typo in last entry.
10589
10590 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10591
10592         * include/objbase.h (CoGetClassObject): Change third parameter
10593         to COSERVERINFO*.
10594
10595 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10596
10597         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10598         Thanks to: Kim Saunders.
10599         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10600         Thanks to: Pat Thoyts.
10601         * include/winnt.h: Change C++ style comment to C style.
10602         * include/shlobj.h: Ditto.
10603         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10604         list.
10605         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10606         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10607         (enum not limited to range of int).
10608         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10609         (struct with no named members), ifndef NONAMELESSUNION.
10610
10611 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10612
10613         * include/winuser.h (CREATESTRUCT): UNICODE it.
10614         (CBT_CREATEWND): Likewise.
10615
10616 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10617
10618         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10619         (WNetGetResourceInformationW): Ditto.
10620         (WNetGetResourceInformation): Add define.
10621
10622 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10623
10624         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10625         before extracting words.
10626
10627 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10628
10629         * include/winnt.h: Add PF_* defines.
10630         Thanks to: "Wizord"  <wizord@argoslabs.com>
10631
10632 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10633
10634         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10635         field as _ANONYMOUS_STRUCT.
10636         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10637         for UNICODE.
10638         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10639         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10640         test.
10641
10642 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10643
10644         * include/commctrl.h: Add some ListView constants.
10645
10646 2001-09-17  Earnie Boyd  <earnie@sf.net>
10647
10648         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10649         portion of the directory from the install.
10650         (inst_libdir): Ditto.
10651         * Makefile.in (VERSION): Increment.
10652         * include/w32api.h: Increment version.
10653
10654 2001-09-13  Earnie Boyd  <earnie@SF.net>
10655
10656         * lib/Makefile.in (inst_includedir): Change to always use w32api
10657         subdirectory for target == cygwin.
10658         (inst_libdir): Ditto.
10659
10660 2001-09-13  Earnie Boyd  <earnie@SF.net>
10661
10662         * lib/Makefile.in (config_prefix): New variable.
10663         (inst_includedir): Manipulate special value only if target == cygwin
10664         and build == target and prefix != config_prefix.
10665         (inst_libdir): Ditto.
10666
10667 2001-09-12  Earnie Boyd  <earnie@SF.net>
10668
10669         * Makefile.in (TARFLAGS): New variable.
10670         (TARFILEEXT): Ditto.
10671
10672 2001-09-12  Earnie Boyd  <earnie@SF.net>
10673
10674         * Makefile.in: Increment version.
10675         * include/w32api.h: Ditto.
10676         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10677
10678 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10679
10680         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10681         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10682         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10683
10684 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10685
10686         * include/wininet.h (InternetAutodial): Add prototype.
10687         (InternetAutodialHangup): Ditto.
10688         (InternetDial): Ditto.
10689         (InternetGetConnectedState): Ditto.
10690         (InternetGoOnline): Ditto.
10691         (InternetHangUp): Ditto.
10692         (InternetSetDialState): Ditto.
10693         Add associated INTERNET_* auto dial flags.
10694         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10695
10696 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10697
10698         * lib/Makefile.in: Move the setting of variable libdir to after the
10699         setting of exec_prefix since the value of libdir is dependant on it.
10700
10701 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10702
10703         * include/winbase.h: Add missing closing parentheses to
10704         InterlockedExchangePointer declaration.
10705
10706 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10707
10708         * include/shlobj.h (CFSTR_* ): Add new defines.
10709         Thanks to: "Ron" <ron@debian.org> .
10710         Unicode them.
10711
10712 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10713
10714         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10715         anonymous structs are available rather than just testing preprocessor
10716         variable directly.
10717
10718 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10719
10720         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10721         with new `LARGE_INTEGER' definition.
10722
10723 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10724
10725         * include/winsock2.h: Remove "extra token" after #endif.
10726
10727 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10728
10729         * config.guess: Remove the \r from the end of line.
10730         * config.sub: Ditto.
10731
10732 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10733
10734         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10735         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10736
10737 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10738
10739         * config.guess: Add the MSYS system.
10740         * config.sub: Ditto.
10741         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10742         * incldue/winsock2.h: Ditto.
10743
10744 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10745
10746         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10747         non-anonymous (Xxx.u.LowPart) access to HighPart and
10748         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10749
10750 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10751
10752         * include/wingdi.h (HANGUL_CHARSET): Add define.
10753
10754 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10755
10756         * include/setupapi.h: Formatting.
10757
10758 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10759
10760         * include/shlobj.h: Remove \r from the line endings.
10761
10762 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10763
10764         * include/setupapi.h : New file.
10765         * lib/setupapi.def:New file.
10766         * lib/test.c: Include setupapi.h.
10767
10768 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10769         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10770
10771 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10772
10773         * include/richedit.h (ENLINK): Add structure definition.
10774         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10775
10776 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10777
10778         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10779         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10780         (GCS_*): Make UNICODE.
10781         (CSIDL_*): Add more defines.
10782         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10783         (_DISK_GEOMETRY): Ditto.
10784         (_DISK_PERFORMANCE): Ditto.
10785         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10786
10787 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10788
10789         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10790         of block protected by #ifndef VOID.
10791         (This reverts 1998-12-01 Anders Norlander change.)
10792         * include/odbcinst.h: End file with newline.
10793         * include/raserror.h: Ditto.
10794
10795 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10796
10797         * include/winsock2.h (#include <wtypes.h): Don't.
10798         (_BLOB): Define instead, if not already done.
10799         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10800         * include/wtypes.h (_BLOB): Guard against prior definition.
10801
10802 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10803
10804         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10805         as __extension__.
10806         (tagTYPEDESC): Ditto.
10807         (_wireBRECORD): Add structure definition.
10808         (_wireSAFEARR_BRECORD): Ditto.
10809         (_wireSAFEARR_HAVEIID): Ditto.
10810         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10811         SAFEARR_HAVEIID HaveIidStr.
10812         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10813         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10814         pparray to wirePSAFEARRAY*.
10815         (_wireVARIANT): Add field wireBRECORD brecVal.
10816         (wireVARIANT): Change typedef to struct _wireVariant*.
10817         (IRecordInfo): Add interface definition.
10818         (LPRECORDINFO): Add typedef for IRecordInfo*.
10819         (IID_IRecordInfo): Add forward decalaration.
10820
10821 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10822
10823         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10824         * include/nddeapi.h: Likewise.
10825
10826 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10827
10828         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10829         Add more includes of w32api headers.
10830
10831 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10832
10833         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10834         Swap asm code with that of GetFiberData.
10835         (GetFiberData): Ditto.
10836         * lib/kernel32.c: New file, containing library versions of
10837         GetCurrentFiber and GetFiberData.
10838         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10839
10840 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10841
10842         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10843         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10844
10845 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10846
10847         * lib/oleaut32.def: Regenerate.
10848
10849 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
10850
10851         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
10852
10853 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10854
10855         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
10856         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
10857         * include/oaidl.h: ... to here.
10858         * include/oaidl.h ICreateErrorInfo): Add interface definition.
10859         (IErrorInfo::GetGUID): Change arg to GUID.
10860         (LPSUPPORTERRORINFO): Add typedef.
10861         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
10862
10863 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
10864
10865         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
10866         defines.
10867
10868 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10869
10870         * include/commctrl.h (TreeView_SetIndent): Correct typo.
10871
10872 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
10873
10874         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
10875         Thanks to: Jason Craig  <jacraig@softhome.net>
10876
10877 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
10878
10879         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
10880         and UNICODE mappings, if _WIN32_IE >= 0x400.
10881         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
10882         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
10883         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
10884         (tagNMLVCUSTOMDRAW): Likewise.
10885         (tagNMTVCUSTOMDRAW): Likewise.
10886         (tagNMLVCACHEHINT): Likewise.
10887
10888 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
10889
10890         * include/basetsd.h (#include <_mingw.h>): Remove.
10891         (__int64): Define.
10892
10893 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10894
10895         * include/wingdi.h (AC_SRC_OVER): Add define.
10896         (struct _BLENDFUNCTION): Add.
10897
10898 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
10899
10900         * include/shlobj.h:  Add BIF_* defines.
10901
10902 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10903
10904         * include/winerror.h (E_PENDING): Add error code define.
10905
10906 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
10907
10908         * include/basetsd.h (#include <_mingw.h>): Add directive.
10909
10910 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
10911
10912         * include/winbase.h (InterlockedCompareExchange): Change args
10913         and return value from PVOID to LONG.
10914         (InterlockedExchange): Change first arg to LPLONG.
10915         (InterlockedCompareExchangePointer): New macro.
10916         (InterlockedExchangePointer): New macro.
10917
10918 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
10919
10920         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
10921         Thanks to Kevin Chase <kevincha99@hotmail.com>.
10922
10923 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
10924
10925         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
10926         (IMalloc::Free()): Ditto.
10927
10928 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
10929
10930         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
10931         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
10932         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
10933
10934 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
10935
10936         * include/shlobj.h (struct _browseinfo): UNICODE it.
10937         (SHBrowseForFolder): Ditto.
10938         (SHGetPathFromIDList): Ditto.
10939
10940 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
10941
10942         * include/basetsd.h: RC_INVOKED protection and realignment.
10943         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
10944
10945 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
10946
10947         * Makefile.in (bindist): Reassign value of exec_prefix on make command
10948         line.
10949
10950 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
10951
10952         * lib/mapi32.def: Add MAPISendMail.
10953
10954 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
10955
10956         * include/w32api.h: Update version.
10957         * Makefile.in: Ditto.
10958
10959 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10960
10961         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
10962         compiler warnings.
10963
10964 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
10965
10966         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
10967         previous definition in include/ntsecapi.h.
10968         * include/ntsecapi.h: Vice versa.
10969
10970 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
10971
10972         * include/winnt.h: Add defines for group attributes.
10973         Add define for SYSTEM_LUID.
10974         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
10975         `PTOKEN_PRIMARY_GROUP'.
10976
10977 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10978
10979         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
10980         for cygwin.
10981
10982 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
10983
10984         * include/winsock2.h: Protect one *more* newlib defines when compiling
10985         cygwin.
10986
10987 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10988
10989         * include/winsock2.h: Protect some more newlib defines when compiling
10990         cygwin.
10991
10992 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
10993
10994         * include/winsock.h: Protect some more newlib defines when compiling
10995         cygwin.
10996
10997 2001-04-17  Egor Duda  <deo@logos-m.ru>
10998
10999         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
11000         as __extenstion__ when appropriate.
11001         * include/mmsystem.h: Mark anonymous structs and unions as
11002         __extension__ to prevent compiler warning when invoked with
11003         -pedantic
11004         * include/oaidl.h: Ditto.
11005         * include/objidl.h: Ditto.
11006         * include/olectl.h: Ditto.
11007         * include/prsht.h: Ditto.
11008         * include/shlobj.h: Ditto.
11009         * include/winbase.h: Ditto.
11010         * include/winnt.h: Ditto.
11011         * include/wtypes.h: Ditto.
11012
11013 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
11014
11015         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
11016         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
11017
11018 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11019
11020         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
11021
11022 2001-04-11  John Fortin  <fortinj@attglobal.net>
11023
11024         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
11025         (*LPBOOL): Ditto.
11026
11027 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
11028
11029         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
11030         code will be included in every module which includes this header.
11031         (GetFiberData): Ditto.
11032
11033 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
11034
11035         * include/winnt.h (GetCurrentFiber): Fix typo.
11036
11037 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
11038
11039         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
11040         * include/winbase.h: (GetFileAttributesExW): Fix typo.
11041         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
11042         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
11043         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
11044
11045         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
11046         (GetCurrentFiber): Ditto.
11047         Thanks to: Andy Younger  <AndyY@redlemon.com>
11048
11049         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
11050         DirectX 8 from complaining.
11051         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
11052
11053 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
11054
11055         * include/commctrl.h Updated TreeView and ListView defines and macros.
11056
11057 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
11058
11059         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
11060         and above.
11061
11062 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
11063         * include/winuser.h (VK_KANA): New definition.
11064         Thanks to: "Harold Hunt" <huntharo@msu.edu>
11065
11066 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
11067
11068         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
11069         (RT_FONT): Ditto.
11070         * include/basetsd.h (INT32): Ditto.
11071         * include/windef.h (ATOM): Ditto.
11072         (BOOL): Ditto.
11073         (BYTE): Ditto.
11074         * include/winbase.h (FreeResource): Ditto.
11075         Thanks to: "Harold Hunt" <huntharo@msu.edu>
11076
11077 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
11078
11079         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
11080         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
11081         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
11082         macro now defined in newlib sys/types.h.  Emit warning if defined.
11083         * include/winsock2.h: Ditto.
11084         * include/windows.h (Win32_Winsock): Replace with new macros
11085         __USE_W32_SOCKETS and warn of deprecation.
11086
11087 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
11088
11089         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
11090         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
11091
11092 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
11093
11094         * include/commctrl.h (TBSTYLE_FLAT): New definition.
11095         (TB_GETBUTTONSIZE): Ditto.
11096         (TCS_HOTTRACK): Ditto.
11097         Thanks to: Chris Hansen <popeofpop@softhome.net>
11098
11099 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
11100
11101         * Makefile.in: (snapshot): Add target.
11102         * lib/Makefile.in: (install-headers): Use installdir variable.
11103         (installdir): Set value based on target-alias.
11104
11105 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
11106
11107         * include/w32api.h: (_W32API_VERSION): Remove.
11108         (__W32API_VERSION): Add.
11109         (__W32API_MAJOR_VERSION): Ditto.
11110         (__W32API_MINOR_VERSION): Ditto.
11111
11112 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
11113
11114         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
11115         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
11116         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
11117         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
11118
11119 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
11120
11121         * include/mswsock.h: New file.
11122         * include/ws2tcpip.h: New file.
11123         * include/winsock.h (IPPROTO_IGMP): New define.
11124         (IPPROTO_GGP): Correct value.
11125         (SO_* macros): Remove mswsock defines.
11126         (TCP_BSDURGENT): Likewise.
11127         (IP_* macros): Add comment warning of WinSock2 incompatibility
11128         (WSARecvEx): Remove mswsock prototype.
11129         (TransmitFile): Likewise.
11130         (AcceptEx): Likewise.
11131         (GetAcceptExSockaddrs): Likewise.
11132         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
11133         (#include <mswsock.h>): Add directive and explanatory comment
11134         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
11135         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
11136         (#include <winsock.h>): Replace directive with winsock.h file content
11137         The following changes apply to the merged file:
11138         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
11139         (SOMAXCONN): Likewise
11140         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
11141         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
11142         in ws2tcpip.h)
11143         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
11144         (FD_*_BIT and FD_* defines): Place together and extend to
11145         FD_MAX_EVENTS 10
11146         (AF* defines): Extend to AF_MAX 10
11147         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
11148         (WSAUnhookBlockingHook): Likewise.
11149         (WSASetBlockingHook): Likewise.
11150         (WSACancelBlockingCall): Likewise.
11151         (WSAEINPROGRESS): Comment as not raised in WinSock2.
11152         (#include <mswsock.h>): Delete directive inherited from winsock.h
11153         (WSA_QOS* defines): Add QualityOfService error codes.
11154         (SIO_* defines): Add new macros
11155         * include/ipexport.h (IP_STATUS flags): Add definitions.
11156         (IP_FLAG_DF): Likewise.
11157         (IP_OPT_* ): Likewise.
11158         (struct ip_option_information): Likewise.
11159         (struct icmp_echo_reply): Likewise.
11160
11161 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
11162
11163         * include/commctrl.h: Revert TEXT change.
11164         * include/lmalert.h: Ditto.
11165         * include/lmcons.h: Ditto.
11166         * include/lmsname.h: Ditto.
11167         * include/lmsvc.h: Ditto.
11168         * include/ntsecapi.h: Ditto.
11169         * include/oledlg.h: Ditto.
11170         * include/ras.h: Ditto.
11171         * include/regstr.h: Ditto.
11172         * include/richedit.h: Ditto.
11173         * include/wininet.h: Ditto.
11174         * include/winnt.h: Ditto.
11175
11176 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
11177
11178         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
11179         * include/lmalert.h: Ditto.
11180         * include/lmcons.h: Ditto.
11181         * include/lmsname.h: Ditto.
11182         * include/lmsvc.h: Ditto.
11183         * include/ntsecapi.h: Ditto.
11184         * include/oledlg.h: Ditto.
11185         * include/ras.h: Ditto.
11186         * include/regstr.h: Ditto.
11187         * include/richedit.h: Ditto.
11188         * include/wininet.h: Ditto.
11189         * include/w32api.h: New File.
11190
11191 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
11192
11193         * include/shlobj.h: Add missing SLR_* flags.
11194
11195 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
11196
11197         * lib/Makefile.in: (host_alias): Add variable.
11198         (host_build): Ditto:
11199         (xinstall): Removed
11200         (xinstall-libraries): Ditto.
11201         (xinstall-headers): Ditto.
11202         (xuninstall): Ditto.
11203         (xuninstall-libraries): Ditto.
11204         (xuninstall-headers): Ditto.
11205         * Makefile.in: (host_alias): Add variable.
11206         (build_alias): Ditto.
11207
11208 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
11209
11210         * include/winnt.h: (__TEXT): Add private macro.
11211         (_TEXT): Modify definition to use __TEXT.
11212         (_T): Ditto.
11213         This change allows the passing of a MACRO as an argument and have that
11214         MACRO resolved first.
11215         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11216
11217 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
11218
11219         * Makefile.in: Increment VERSION to 0.5
11220         * include/winnt.h: Change TEXT to _TEXT throughout.
11221         (SID_RELEASE): Define.
11222         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11223
11224 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11225
11226         * Apply Phil Krylov patches.
11227         2001-01-19  Phil Krylov  <phil@mail.ru>
11228         * include/commctrl.h: (HDI_IMAGE) New definition.
11229         (HDI_DI_SETITEM) Ditto.
11230         (HDI_ORDER) Ditto.
11231         (HDI_FILTER) Ditto.
11232         (HDF_BITMAP_ON_RIGHT) Ditto.
11233         (HDF_IMAGE) Ditto.
11234         (HDM_SETORDERARRAY) Ditto.
11235         (Header_SetOrderArray) Ditto.
11236         (ICC_BAR_CLASSES) Ditto.
11237         (struct _HD_ITEMA) Change definition.
11238         (struct _HD_ITEMW) Ditto.
11239         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
11240         (InitCommonControlsEx()) Ditto.
11241         2001-01-23  Phil Krylov  <phil@mail.ru>
11242         * include/richedit.h: Many Richedit 2.0 definitions.
11243
11244 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11245
11246         * include/winuser.h: (IDC_HAND)  New resource identifier.
11247         Thanks to: Mark Jordon <mark_jordan@ieee.org>
11248
11249 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11250
11251         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
11252         Fix typo's.
11253
11254 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11255
11256         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
11257         (GetUnmarshalClass): CLSID argument needs to be a pointer.
11258         Thanks To: <bge@users.sourceforge.net>
11259
11260 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11261
11262         * Apply Danny Smith patch 102386
11263         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11264         * lib/rasapi32.def: add symbols available in NT4 and W2k
11265
11266 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11267
11268         * Apply Danny Smith patch 102382
11269         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11270         * lib/mswsock.def: remove leading underscores from symbol names
11271
11272 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11273
11274         * Apply Danny Smith patch 102446
11275         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11276         * include/sql.h (ODBCVER): change default to 0x0351.
11277         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
11278         (SQLColAttributes): likewise.
11279         (SQLBindParam): add prototype for ODBC 3.x function.
11280         (SQLCloseCursor): likewise.
11281         (SQLColAttribute): likewise.
11282         (SQLCopyDesc):likewise.
11283         (SQLEndTran): likewise.
11284         (SQLFetchScroll): likewise.
11285         (SQLGetConnectAttr): likewise.
11286         (SQLGetDescField): likewise.
11287         (SQLGetDescRec): likewise.
11288         (SQLGetDiagField): likewise.
11289         (SQLGetDiagRec): likewise.
11290         (SQLGetEnvAttr): likewise.
11291         (SQLGetStmtAttr): likewise.
11292         (SQLSetConnectAttr): likewise.
11293         (SQLSetDescField):likewise.
11294         (SQLSetDescRec): likewise.
11295         (SQLSetEnvAttr): likewise.
11296         (SQLSetStmtAttr): likewise.
11297         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11298         _WIN64 compatability;
11299         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11300         (SQL_ACTIVE_CONNECTIONS): likewise.
11301         (SQL_ACTIVE_STATEMENTS): likewise.
11302         (SQL_ALL_EXCEPT_LIKE): likewise.
11303         (SQL_API_ALL_FUNCTIONS): likewise.
11304         (SQL_API_LOADBYORDINAL): likewise.
11305         (SQL_API_SQLBINDPARAMETER): likewise.
11306         (SQL_API_SQLBROWSECONNECT): likewise.
11307         (SQL_API_SQLCOLATTRIBUTES): likewise.
11308         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11309         (SQL_API_SQLDESCRIBEPARAM): likewise.
11310         (SQL_API_SQLDRIVERCONNECT): likewise.
11311         (SQL_API_SQLDRIVERS): likewise.
11312         (SQL_API_SQLEXTENDEDFETCH): likewise.
11313         (SQL_API_SQLFOREIGNKEYS): likewise.
11314         (SQL_API_SQLMORERESULTS): likewise.
11315         (SQL_API_SQLNATIVESQL): likewise.
11316         (SQL_API_SQLNUMPARAMS): likewise.
11317         (SQL_API_SQLPARAMOPTIONS): likewise.
11318         (SQL_API_SQLPRIMARYKEYS): likewise.
11319         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11320         (SQL_API_SQLPROCEDURES): likewise.
11321         (SQL_API_SQLSETPOS): likewise.
11322         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11323         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11324         (SQL_ASYNC_ENABLE): likewise.
11325         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11326         (SQL_ASYNC_ENABLE_OFF): likewise.
11327         (SQL_ASYNC_ENABLE_ON): likewise.
11328         (SQL_ATTR_READONLY): likewise.
11329         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11330         (SQL_ATTR_WRITE): likewise.
11331         (SQL_AUTOCOMMIT): likewise.
11332         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11333         (SQL_AUTOCOMMIT_OFF): likewise.
11334         (SQL_AUTOCOMMIT_ON): likewise.
11335         (SQL_BEST_ROWID): likewise.
11336         (SQL_BIGINT): likewise.
11337         (SQL_BINARY): likewise.
11338         (SQL_BIND_BY_COLUMN): likewise.
11339         (SQL_BIND_TYPE): likewise.
11340         (SQL_BIND_TYPE_DEFAULT): likewise.
11341         (SQL_BIT): likewise.
11342         (SQL_BOOKMARK_PERSISTENCE): likewise.
11343         (SQL_BP_CLOSE): likewise.
11344         (SQL_BP_DELETE): likewise.
11345         (SQL_BP_DROP): likewise.
11346         (SQL_BP_OTHER_HSTMT): likewise.
11347         (SQL_BP_SCROLL): likewise.
11348         (SQL_BP_TRANSACTION): likewise.
11349         (SQL_BP_UPDATE): likewise.
11350         (SQL_C_BINARY): likewise.
11351         (SQL_C_BIT): likewise.
11352         (SQL_C_BOOKMARK): likewise.
11353         (SQL_C_CHAR): likewise.
11354         (SQL_C_DATE): likewise.
11355         (SQL_C_DEFAULT): likewise.
11356         (SQL_C_DOUBLE): likewise.
11357         (SQL_C_FLOAT): likewise.
11358         (SQL_C_LONG): likewise.
11359         (SQL_C_SHORT): likewise.
11360         (SQL_C_SLONG): likewise.
11361         (SQL_C_SSHORT): likewise.
11362         (SQL_C_STINYINT): likewise.
11363         (SQL_C_TIME): likewise.
11364         (SQL_C_TIMESTAMP): likewise.
11365         (SQL_C_TINYINT): likewise.
11366         (SQL_C_ULONG): likewise.
11367         (SQL_C_USHORT): likewise.
11368         (SQL_C_UTINYINT): likewise.
11369         (SQL_CB_NON_NULL): likewise.
11370         (SQL_CB_NULL): likewise.
11371         (SQL_CC_CLOSE): likewise.
11372         (SQL_CC_DELETE): likewise.
11373         (SQL_CC_PRESERVE): likewise.
11374         (SQL_CN_ANY): likewise.
11375         (SQL_CN_DIFFERENT): likewise.
11376         (SQL_CN_NONE): likewise.
11377         (SQL_COLATT_OPT_MAX): likewise.
11378         (SQL_COLATT_OPT_MIN): likewise.
11379         (SQL_COLUMN_ALIAS): likewise.
11380         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11381         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11382         (SQL_COLUMN_COUNT): likewise.
11383         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11384         (SQL_COLUMN_DRIVER_START): likewise.
11385         (SQL_COLUMN_LABEL): likewise.
11386         (SQL_COLUMN_LENGTH): likewise.
11387         (SQL_COLUMN_MONEY): likewise.
11388         (SQL_COLUMN_NAME): likewise.
11389         (SQL_COLUMN_NULLABLE): likewise.
11390         (SQL_COLUMN_OWNER_NAME): likewise.
11391         (SQL_COLUMN_PRECISION): likewise.
11392         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11393         (SQL_COLUMN_SCALE): likewise.
11394         (SQL_COLUMN_SEARCHABLE): likewise.
11395         (SQL_COLUMN_TABLE_NAME): likewise.
11396         (SQL_COLUMN_TYPE): likewise.
11397         (SQL_COLUMN_TYPE_NAME): likewise.
11398         (SQL_COLUMN_UNSIGNED): likewise.
11399         (SQL_COLUMN_UPDATABLE): likewise.
11400         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11401         (SQL_CONCUR_DEFAULT): likewise.
11402         (SQL_CONCUR_LOCK): likewise.
11403         (SQL_CONCUR_READ_ONLY): likewise.
11404         (SQL_CONCUR_ROWVER): likewise.
11405         (SQL_CONCUR_TIMESTAMP): likewise.
11406         (SQL_CONCUR_VALUES): likewise.
11407         (SQL_CONCURRENCY): likewise.
11408         (SQL_CONN_OPT_MAX): likewise.
11409         (SQL_CONN_OPT_MIN): likewise.
11410         (SQL_CONNECT_OPT_DRVR_START): likewise.
11411         (SQL_CONVERT_BIGINT): likewise.
11412         (SQL_CONVERT_BINARY): likewise.
11413         (SQL_CONVERT_BIT): likewise.
11414         (SQL_CONVERT_CHAR): likewise.
11415         (SQL_CONVERT_DATE): likewise.
11416         (SQL_CONVERT_DECIMAL): likewise.
11417         (SQL_CONVERT_DOUBLE): likewise.
11418         (SQL_CONVERT_FLOAT): likewise.
11419         (SQL_CONVERT_FUNCTIONS): likewise.
11420         (SQL_CONVERT_INTEGER): likewise.
11421         (SQL_CONVERT_LONGVARBINARY): likewise.
11422         (SQL_CONVERT_LONGVARCHAR): likewise.
11423         (SQL_CONVERT_NUMERIC): likewise.
11424         (SQL_CONVERT_REAL): likewise.
11425         (SQL_CONVERT_SMALLINT): likewise.
11426         (SQL_CONVERT_TIME): likewise.
11427         (SQL_CONVERT_TIMESTAMP): likewise.
11428         (SQL_CONVERT_TINYINT): likewise.
11429         (SQL_CONVERT_VARBINARY): likewise.
11430         (SQL_CONVERT_VARCHAR): likewise.
11431         (SQL_CORRELATION_NAME): likewise.
11432         (SQL_CR_CLOSE): likewise.
11433         (SQL_CR_DELETE): likewise.
11434         (SQL_CR_PRESERVE): likewise.
11435         (SQL_CUR_DEFAULT): likewise.
11436         (SQL_CUR_USE_DRIVER): likewise.
11437         (SQL_CUR_USE_IF_NEEDED): likewise.
11438         (SQL_CUR_USE_ODBC): likewise.
11439         (SQL_CURRENT_QUALIFIER): likewise.
11440         (SQL_CURSOR_DYNAMIC): likewise.
11441         (SQL_CURSOR_FORWARD_ONLY): likewise.
11442         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11443         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11444         (SQL_CURSOR_STATIC): likewise.
11445         (SQL_CURSOR_TYPE): likewise.
11446         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11447         (SQL_CVT_BIGINT): likewise.
11448         (SQL_CVT_BINARY): likewise.
11449         (SQL_CVT_BIT): likewise.
11450         (SQL_CVT_CHAR): likewise.
11451         (SQL_CVT_DATE): likewise.
11452         (SQL_CVT_DECIMAL): likewise.
11453         (SQL_CVT_DOUBLE): likewise.
11454         (SQL_CVT_FLOAT): likewise.
11455         (SQL_CVT_INTEGER): likewise.
11456         (SQL_CVT_LONGVARBINARY): likewise.
11457         (SQL_CVT_LONGVARCHAR): likewise.
11458         (SQL_CVT_NUMERIC): likewise.
11459         (SQL_CVT_REAL): likewise.
11460         (SQL_CVT_SMALLINT): likewise.
11461         (SQL_CVT_TIME): likewise.
11462         (SQL_CVT_TIMESTAMP): likewise.
11463         (SQL_CVT_TINYINT): likewise.
11464         (SQL_CVT_VARBINARY): likewise.
11465         (SQL_CVT_VARCHAR): likewise.
11466         (SQL_DATABASE_NAME): likewise.
11467         (SQL_DATE): likewise.
11468         (SQL_DRIVER_HDBC): likewise.
11469         (SQL_DRIVER_HENV): likewise.
11470         (SQL_DRIVER_HLIB): likewise.
11471         (SQL_DRIVER_HSTMT): likewise.
11472         (SQL_DRIVER_NAME): likewise.
11473         (SQL_DRIVER_ODBC_VER): likewise.
11474         (SQL_DRIVER_VER): likewise.
11475         (SQL_ENSURE): likewise.
11476         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11477         (SQL_EXT_API_LAST): likewise.
11478         (SQL_EXT_API_START): likewise.
11479         (SQL_FD_FETCH_BOOKMARK): likewise.
11480         (SQL_FD_FETCH_PREV): likewise.
11481         (SQL_FD_FETCH_RESUME): likewise.
11482         (SQL_FETCH_PREV): likewise.
11483         (SQL_FETCH_RESUME): likewise.
11484         (SQL_FILE_NOT_SUPPORTED): likewise.
11485         (SQL_FILE_QUALIFIER): likewise.
11486         (SQL_FILE_TABLE): likewise.
11487         (SQL_FILE_USAGE): likewise.
11488         (SQL_FN_CVT_CONVERT): likewise.
11489         (SQL_FN_NUM_ABS): likewise.
11490         (SQL_FN_NUM_ACOS): likewise.
11491         (SQL_FN_NUM_ASIN): likewise.
11492         (SQL_FN_NUM_ATAN): likewise.
11493         (SQL_FN_NUM_ATAN2): likewise.
11494         (SQL_FN_NUM_CEILING): likewise.
11495         (SQL_FN_NUM_COS): likewise.
11496         (SQL_FN_NUM_COT): likewise.
11497         (SQL_FN_NUM_DEGREES): likewise.
11498         (SQL_FN_NUM_EXP): likewise.
11499         (SQL_FN_NUM_FLOOR): likewise.
11500         (SQL_FN_NUM_LOG): likewise.
11501         (SQL_FN_NUM_LOG10): likewise.
11502         (SQL_FN_NUM_MOD): likewise.
11503         (SQL_FN_NUM_PI): likewise.
11504         (SQL_FN_NUM_POWER): likewise.
11505         (SQL_FN_NUM_RADIANS): likewise.
11506         (SQL_FN_NUM_RAND): likewise.
11507         (SQL_FN_NUM_ROUND): likewise.
11508         (SQL_FN_NUM_SIGN): likewise.
11509         (SQL_FN_NUM_SIN): likewise.
11510         (SQL_FN_NUM_SQRT): likewise.
11511         (SQL_FN_NUM_TAN): likewise.
11512         (SQL_FN_NUM_TRUNCATE): likewise.
11513         (SQL_FN_STR_ASCII): likewise.
11514         (SQL_FN_STR_CHAR): likewise.
11515         (SQL_FN_STR_CONCAT): likewise.
11516         (SQL_FN_STR_DIFFERENCE): likewise.
11517         (SQL_FN_STR_INSERT): likewise.
11518         (SQL_FN_STR_LCASE): likewise.
11519         (SQL_FN_STR_LEFT): likewise.
11520         (SQL_FN_STR_LENGTH): likewise.
11521         (SQL_FN_STR_LOCATE): likewise.
11522         (SQL_FN_STR_LOCATE_2): likewise.
11523         (SQL_FN_STR_LTRIM): likewise.
11524         (SQL_FN_STR_REPEAT): likewise.
11525         (SQL_FN_STR_REPLACE): likewise.
11526         (SQL_FN_STR_RIGHT): likewise.
11527         (SQL_FN_STR_RTRIM): likewise.
11528         (SQL_FN_STR_SOUNDEX): likewise.
11529         (SQL_FN_STR_SPACE): likewise.
11530         (SQL_FN_STR_SUBSTRING): likewise.
11531         (SQL_FN_STR_UCASE): likewise.
11532         (SQL_FN_SYS_DBNAME): likewise.
11533         (SQL_FN_SYS_IFNULL): likewise.
11534         (SQL_FN_SYS_USERNAME): likewise.
11535         (SQL_FN_TD_CURDATE): likewise.
11536         (SQL_FN_TD_CURTIME): likewise.
11537         (SQL_FN_TD_DAYNAME): likewise.
11538         (SQL_FN_TD_DAYOFMONTH): likewise.
11539         (SQL_FN_TD_DAYOFWEEK): likewise.
11540         (SQL_FN_TD_DAYOFYEAR): likewise.
11541         (SQL_FN_TD_HOUR): likewise.
11542         (SQL_FN_TD_MINUTE): likewise.
11543         (SQL_FN_TD_MONTH): likewise.
11544         (SQL_FN_TD_MONTHNAME): likewise.
11545         (SQL_FN_TD_NOW): likewise.
11546         (SQL_FN_TD_QUARTER): likewise.
11547         (SQL_FN_TD_SECOND): likewise.
11548         (SQL_FN_TD_TIMESTAMPadd): likewise.
11549         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11550         (SQL_FN_TD_WEEK): likewise.
11551         (SQL_FN_TD_YEAR): likewise.
11552         (SQL_FN_TSI_DAY): likewise.
11553         (SQL_FN_TSI_FRAC_SECOND): likewise.
11554         (SQL_FN_TSI_HOUR): likewise.
11555         (SQL_FN_TSI_MINUTE): likewise.
11556         (SQL_FN_TSI_MONTH): likewise.
11557         (SQL_FN_TSI_QUARTER): likewise.
11558         (SQL_FN_TSI_SECOND): likewise.
11559         (SQL_FN_TSI_WEEK): likewise.
11560         (SQL_FN_TSI_YEAR): likewise.
11561         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11562         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11563         (SQL_GB_NO_RELATION): likewise.
11564         (SQL_GB_NOT_SUPPORTED): likewise.
11565         (SQL_GD_BLOCK): likewise.
11566         (SQL_GD_BOUND): likewise.
11567         (SQL_GET_BOOKMARK): likewise.
11568         (SQL_GROUP_BY): likewise.
11569         (SQL_INFO_DRIVER_START): likewise.
11570         (SQL_INFO_FIRST): likewise.
11571         (SQL_INFO_LAST): likewise.
11572         (SQL_INTERVAL_DAY): likewise.
11573         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11574         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11575         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11576         (SQL_INTERVAL_HOUR): likewise.
11577         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11578         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11579         (SQL_INTERVAL_MINUTE): likewise.
11580         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11581         (SQL_INTERVAL_MONTH): likewise.
11582         (SQL_INTERVAL_SECOND): likewise.
11583         (SQL_INTERVAL_YEAR): likewise.
11584         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11585         (SQL_KEYSET_SIZE): likewise.
11586         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11587         (SQL_KEYWORDS): likewise.
11588         (SQL_LCK_EXCLUSIVE): likewise.
11589         (SQL_LCK_NO_CHANGE): likewise.
11590         (SQL_LCK_UNLOCK): likewise.
11591         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11592         (SQL_LIKE_ONLY): likewise.
11593         (SQL_LOCK_TYPES): likewise.
11594         (SQL_LOGIN_TIMEOUT): likewise.
11595         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11596         (SQL_LONGVARBINARY): likewise.
11597         (SQL_LONGVARCHAR): likewise.
11598         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11599         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11600         (SQL_MAX_DSN_LENGTH): likewise.
11601         (SQL_MAX_LENGTH): likewise.
11602         (SQL_MAX_LENGTH_DEFAULT): likewise.
11603         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11604         (SQL_MAX_OWNER_NAME_LEN): likewise.
11605         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11606         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11607         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11608         (SQL_MAX_ROWS): likewise.
11609         (SQL_MAX_ROWS_DEFAULT): likewise.
11610         (SQL_MODE_DEFAULT): likewise.
11611         (SQL_MODE_READ_ONLY): likewise.
11612         (SQL_MODE_READ_WRITE): likewise.
11613         (SQL_MULT_RESULT_SETS): likewise.
11614         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11615         (SQL_NC_END): likewise.
11616         (SQL_NC_START): likewise.
11617         (SQL_NEED_LONG_DATA_LEN): likewise.
11618         (SQL_NNC_NON_NULL): likewise.
11619         (SQL_NNC_NULL): likewise.
11620         (SQL_NO_TOTAL): likewise.
11621         (SQL_NON_NULLABLE_COLUMNS): likewise.
11622         (SQL_NOSCAN): likewise.
11623         (SQL_NOSCAN_DEFAULT): likewise.
11624         (SQL_NOSCAN_OFF): likewise.
11625         (SQL_NOSCAN_ON): likewise.
11626         (SQL_NUM_EXTENSIONS): likewise.
11627         (SQL_NUM_FUNCTIONS): likewise.
11628         (SQL_NUMERIC_FUNCTIONS): likewise.
11629         (SQL_OAC_LEVEL1): likewise.
11630         (SQL_OAC_LEVEL2): likewise.
11631         (SQL_OAC_NONE): likewise.
11632         (SQL_ODBC_API_CONFORMANCE): likewise.
11633         (SQL_ODBC_CURSORS): likewise.
11634         (SQL_ODBC_KEYWORDS): likewise.
11635         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11636         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11637         (SQL_ODBC_SQL_OPT_IEF): likewise.
11638         (SQL_ODBC_VER): likewise.
11639         (SQL_OPT_TRACE): likewise.
11640         (SQL_OPT_TRACE_DEFAULT): likewise.
11641         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11642         (SQL_OPT_TRACE_OFF): likewise.
11643         (SQL_OPT_TRACE_ON): likewise.
11644         (SQL_OPT_TRACEFILE): likewise.
11645         (SQL_OSC_CORE): likewise.
11646         (SQL_OSC_EXTENDED): likewise.
11647         (SQL_OSC_MINIMUM): likewise.
11648         (SQL_OSCC_COMPLIANT): likewise.
11649         (SQL_OSCC_NOT_COMPLIANT): likewise.
11650         (SQL_OU_DML_STATEMENTS): likewise.
11651         (SQL_OU_INDEX_DEFINITION): likewise.
11652         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11653         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11654         (SQL_OU_TABLE_DEFINITION): likewise.
11655         (SQL_OUTER_JOINS): likewise.
11656         (SQL_OWNER_TERM): likewise.
11657         (SQL_OWNER_USAGE): likewise.
11658         (SQL_PACKET_SIZE): likewise.
11659         (SQL_PC_NOT_PSEUDO): likewise.
11660         (SQL_POS_add): likewise.
11661         (SQL_POS_DELETE): likewise.
11662         (SQL_POS_OPERATIONS): likewise.
11663         (SQL_POS_POSITION): likewise.
11664         (SQL_POS_REFRESH): likewise.
11665         (SQL_POS_UPDATE): likewise.
11666         (SQL_POSITIONED_STATEMENTS): likewise.
11667         (SQL_PROCEDURE_TERM): likewise.
11668         (SQL_PROCEDURES): likewise.
11669         (SQL_PS_POSITIONED_DELETE): likewise.
11670         (SQL_PS_POSITIONED_UPDATE): likewise.
11671         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11672         (SQL_QL_END): likewise.
11673         (SQL_QL_START): likewise.
11674         (SQL_QU_DML_STATEMENTS): likewise.
11675         (SQL_QU_INDEX_DEFINITION): likewise.
11676         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11677         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11678         (SQL_QU_TABLE_DEFINITION): likewise.
11679         (SQL_QUALIFIER_LOCATION): likewise.
11680         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11681         (SQL_QUALIFIER_TERM): likewise.
11682         (SQL_QUALIFIER_USAGE): likewise.
11683         (SQL_QUERY_TIMEOUT): likewise.
11684         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11685         (SQL_QUICK): likewise.
11686         (SQL_QUIET_MODE): likewise.
11687         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11688         (SQL_RD_DEFAULT): likewise.
11689         (SQL_RD_OFF): likewise.
11690         (SQL_RD_ON): likewise.
11691         (SQL_RETRIEVE_DATA): likewise.
11692         (SQL_ROW_NUMBER): likewise.
11693         (SQL_ROW_UPDATES): likewise.
11694         (SQL_ROWSET_SIZE): likewise.
11695         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11696         (SQL_ROWVER): likewise.
11697         (SQL_SC_NON_UNIQUE): likewise.
11698         (SQL_SC_TRY_UNIQUE): likewise.
11699         (SQL_SC_UNIQUE): likewise.
11700         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11701         (SQL_SCROLL_DYNAMIC): likewise.
11702         (SQL_SCROLL_FORWARD_ONLY): likewise.
11703         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11704         (SQL_SCROLL_OPTIONS): likewise.
11705         (SQL_SCROLL_STATIC): likewise.
11706         (SQL_SEARCHABLE): likewise.
11707         (SQL_SIGNED_OFFSET): likewise.
11708         (SQL_SIMULATE_CURSOR): likewise.
11709         (SQL_SO_DYNAMIC): likewise.
11710         (SQL_SO_FORWARD_ONLY): likewise.
11711         (SQL_SO_KEYSET_DRIVEN): likewise.
11712         (SQL_SO_MIXED): likewise.
11713         (SQL_SO_STATIC): likewise.
11714         (SQL_SPEC_MAJOR): likewise.
11715         (SQL_SPEC_MINOR): likewise.
11716         (SQL_SPEC_STRING): likewise.
11717         (SQL_SQ_COMPARISON): likewise.
11718         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11719         (SQL_SQ_EXISTS): likewise.
11720         (SQL_SQ_IN): likewise.
11721         (SQL_SQ_QUANTIFIED): likewise.
11722         (SQL_SQLSTATE_SIZE): likewise.
11723         (SQL_SS_addITIONS): likewise.
11724         (SQL_SS_DELETIONS): likewise.
11725         (SQL_SS_UPDATES): likewise.
11726         (SQL_STATIC_SENSITIVITY): likewise.
11727         (SQL_STMT_OPT_MAX): likewise.
11728         (SQL_STMT_OPT_MIN): likewise.
11729         (SQL_STRING_FUNCTIONS): likewise.
11730         (SQL_SUBQUERIES): likewise.
11731         (SQL_SYSTEM_FUNCTIONS): likewise.
11732         (SQL_TABLE_STAT): likewise.
11733         (SQL_TABLE_TERM): likewise.
11734         (SQL_TIME): likewise.
11735         (SQL_TIMEDATE_add_INTERVALS): likewise.
11736         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11737         (SQL_TIMEDATE_FUNCTIONS): likewise.
11738         (SQL_TIMESTAMP): likewise.
11739         (SQL_TINYINT): likewise.
11740         (SQL_TRANSLATE_DLL): likewise.
11741         (SQL_TRANSLATE_OPTION): likewise.
11742         (SQL_TXN_ISOLATION): likewise.
11743         (SQL_TXN_VERSIONING): likewise.
11744         (SQL_TYPE_DRIVER_END): likewise.
11745         (SQL_TYPE_DRIVER_START): likewise.
11746         (SQL_TYPE_MAX): likewise.
11747         (SQL_TYPE_MIN): likewise.
11748         (SQL_TYPE_NULL): likewise.
11749         (SQL_U_UNION): likewise.
11750         (SQL_U_UNION_ALL): likewise.
11751         (SQL_UB_DEFAULT): likewise.
11752         (SQL_UB_OFF): likewise.
11753         (SQL_UB_ON): likewise.
11754         (SQL_UNICODE): likewise.
11755         (SQL_UNICODE_CHAR): likewise.
11756         (SQL_UNICODE_LONGVARCHAR): likewise.
11757         (SQL_UNICODE_VARCHAR): likewise.
11758         (SQL_UNION): likewise.
11759         (SQL_UNSEARCHABLE): likewise.
11760         (SQL_UNSIGNED_OFFSET): likewise.
11761         (SQL_USE_BOOKMARKS): likewise.
11762         (SQL_VARBINARY): likewise.
11763         (SQL_TRUE): add define for ODBC3.x.
11764         (SQL_FALSE): likewise.
11765         (SQL_AM_CONNECTION): likewise.
11766         (SQL_AM_NONE): likewise.
11767         (SQL_AM_STATEMENT): likewise.
11768         (SQL_API_SQLALLOCHANDLE): likewise.
11769         (SQL_API_SQLBINDPARAM): likewise.
11770         (SQL_API_SQLCLOSECURSOR): likewise.
11771         (SQL_API_SQLCOLATTRIBUTE): likewise.
11772         (SQL_API_SQLCOPYDESC): likewise.
11773         (SQL_API_SQLENDTRAN): likewise.
11774         (SQL_API_SQLFETCHSCROLL): likewise.
11775         (SQL_API_SQLFREEHANDLE): likewise.
11776         (SQL_API_SQLGETCONNECTATTR): likewise.
11777         (SQL_API_SQLGETDESCFIELD): likewise.
11778         (SQL_API_SQLGETDESCREC): likewise.
11779         (SQL_API_SQLGETDIAGFIELD): likewise.
11780         (SQL_API_SQLGETDIAGREC): likewise.
11781         (SQL_API_SQLGETENVATTR): likewise.
11782         (SQL_API_SQLGETSTMTATTR): likewise.
11783         (SQL_API_SQLSETCONNECTATTR): likewise.
11784         (SQL_API_SQLSETDESCFIELD): likewise.
11785         (SQL_API_SQLSETDESCREC): likewise.
11786         (SQL_API_SQLSETENVATTR): likewise.
11787         (SQL_API_SQLSETSTMTATTR): likewise.
11788         (SQL_ARD_TYPE): likewise.
11789         (SQL_AT_add_CONSTRAINT): likewise.
11790         (SQL_ATTR_APP_PARAM_DESC): likewise.
11791         (SQL_ATTR_APP_ROW_DESC): likewise.
11792         (SQL_ATTR_AUTO_IPD): likewise.
11793         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11794         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11795         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11796         (SQL_ATTR_IMP_ROW_DESC): likewise.
11797         (SQL_ATTR_METADATA_ID): likewise.
11798         (SQL_ATTR_OUTPUT_NTS): likewise.
11799         (SQL_CATALOG_NAME): likewise.
11800         (SQL_CODE_DATE): likewise.
11801         (SQL_CODE_TIME): likewise.
11802         (SQL_CODE_TIMESTAMP): likewise.
11803         (SQL_COLLATION_SEQ): likewise.
11804         (SQL_CURSOR_SENSITIVITY): likewise.
11805         (SQL_DATE_LEN): likewise.
11806         (SQL_DATETIME): likewise.
11807         (SQL_DEFAULT): likewise.
11808         (SQL_DESC_ALLOC_AUTO): likewise.
11809         (SQL_DESC_ALLOC_TYPE): likewise.
11810         (SQL_DESC_ALLOC_USER): likewise.
11811         (SQL_DESC_COUNT): likewise.
11812         (SQL_DESC_DATA_PTR): likewise.
11813         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11814         (SQL_DESC_INDICATOR_PTR): likewise.
11815         (SQL_DESC_LENGTH): likewise.
11816         (SQL_DESC_NAME): likewise.
11817         (SQL_DESC_NULLABLE): likewise.
11818         (SQL_DESC_OCTET_LENGTH): likewise.
11819         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11820         (SQL_DESC_PRECISION): likewise.
11821         (SQL_DESC_SCALE): likewise.
11822         (SQL_DESC_TYPE): likewise.
11823         (SQL_DESC_UNNAMED): likewise.
11824         (SQL_DESCRIBE_PARAMETER): likewise.
11825         (SQL_DIAG_ALTER_DOMAIN): likewise.
11826         (SQL_DIAG_ALTER_TABLE): likewise.
11827         (SQL_DIAG_CALL): likewise.
11828         (SQL_DIAG_CLASS_ORIGIN): likewise.
11829         (SQL_DIAG_CONNECTION_NAME): likewise.
11830         (SQL_DIAG_CREATE_ASSERTION): likewise.
11831         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11832         (SQL_DIAG_CREATE_COLLATION): likewise.
11833         (SQL_DIAG_CREATE_DOMAIN): likewise.
11834         (SQL_DIAG_CREATE_INDEX): likewise.
11835         (SQL_DIAG_CREATE_SCHEMA): likewise.
11836         (SQL_DIAG_CREATE_TABLE): likewise.
11837         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11838         (SQL_DIAG_CREATE_VIEW): likewise.
11839         (SQL_DIAG_DELETE_WHERE): likewise.
11840         (SQL_DIAG_DROP_ASSERTION): likewise.
11841         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11842         (SQL_DIAG_DROP_COLLATION): likewise.
11843         (SQL_DIAG_DROP_DOMAIN): likewise.
11844         (SQL_DIAG_DROP_INDEX): likewise.
11845         (SQL_DIAG_DROP_SCHEMA): likewise.
11846         (SQL_DIAG_DROP_TABLE): likewise.
11847         (SQL_DIAG_DROP_TRANSLATION): likewise.
11848         (SQL_DIAG_DROP_VIEW): likewise.
11849         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
11850         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
11851         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
11852         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
11853         (SQL_DIAG_GRANT): likewise.
11854         (SQL_DIAG_INSERT): likewise.
11855         (SQL_DIAG_MESSAGE_TEXT): likewise.
11856         (SQL_DIAG_NATIVE): likewise.
11857         (SQL_DIAG_NUMBER): likewise.
11858         (SQL_DIAG_RETURNCODE): likewise.
11859         (SQL_DIAG_REVOKE): likewise.
11860         (SQL_DIAG_ROW_COUNT): likewise.
11861         (SQL_DIAG_SELECT_CURSOR): likewise.
11862         (SQL_DIAG_SERVER_NAME): likewise.
11863         (SQL_DIAG_SQLSTATE): likewise.
11864         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
11865         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
11866         (SQL_DIAG_UPDATE_WHERE): likewise.
11867         (SQL_FALSE): likewise.
11868         (SQL_FETCH_ABSOLUTE): likewise.
11869         (SQL_FETCH_LAST): likewise.
11870         (SQL_FETCH_PRIOR): likewise.
11871         (SQL_FETCH_RELATIVE): likewise.
11872         (SQL_HANDLE_DBC): likewise.
11873         (SQL_HANDLE_DESC): likewise.
11874         (SQL_HANDLE_ENV): likewise.
11875         (SQL_HANDLE_STMT): likewise.
11876         (SQL_INSENSITIVE): likewise.
11877         (SQL_INTEGRITY): likewise.
11878         (SQL_MAX_CATALOG_NAME_LEN): likewise.
11879         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
11880         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
11881         (SQL_MAX_IDENTIFIER_LEN): likewise.
11882         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
11883         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
11884         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
11885         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
11886         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
11887         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
11888         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
11889         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
11890         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
11891         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
11892         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
11893         (SQL_MAXIMUM_INDEX_SIZE): likewise.
11894         (SQL_MAXIMUM_ROW_SIZE): likewise.
11895         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
11896         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
11897         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
11898         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
11899         (SQL_NAMED): likewise.
11900         (SQL_NONSCROLLABLE): likewise.
11901         (SQL_NTSL): likewise.
11902         (SQL_NULL_HANDLE): likewise.
11903         (SQL_NULL_HDESC): likewise.
11904         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
11905         (SQL_PRED_BASIC): likewise.
11906         (SQL_PRED_CHAR): likewise.
11907         (SQL_PRED_NONE): likewise.
11908         (SQL_ROW_IDENTIFIER): likewise.
11909         (SQL_SCROLLABLE): likewise.
11910         (SQL_SENSITIVE): likewise.
11911         (SQL_SUCCEEDED(rc)): likewise.
11912         (SQL_TIME_LEN): likewise.
11913         (SQL_TIMESTAMP_LEN): likewise.
11914         (SQL_TRANSACTION_CAPABLE): likewise.
11915         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
11916         (SQL_TRANSACTION_READ_COMMITTED): likewise.
11917         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
11918         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
11919         (SQL_TRANSACTION_SERIALIZABLE): likewise.
11920         (SQL_TYPE_DATE): likewise.
11921         (SQL_TYPE_TIME): likewise.
11922         (SQL_TYPE_TIMESTAMP): likewise.
11923         (SQL_UNKNOWN_TYPE): likewise.
11924         (SQL_UNNAMED): likewise.
11925         (SQL_UNSPECIFIED): likewise.
11926         (SQL_XOPEN_CLI_YEAR): likewise.
11927         (SQLAllocConnect): add comment marking as deperecated.
11928         (SQLAllocEnv): likewise.
11929         (SQLAllocStmt): likewise.
11930         (SQLFreeConnect): likewise.
11931         (SQLFreeEnv): likewise.
11932         (SQLGetConnectOption): likewise.
11933         (SQLGetStmtOption): likewise.
11934
11935         * include/sqlext.h (#include <sqlucode.h>): add directive.
11936         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
11937         (SQLColAttributes): likewise.
11938         (SQLBulkOperations): add function prototype.
11939         (SQLAllocHandleStd): likewise
11940         (TraceReturn): add Trace API prototype.
11941         (TraceVersion): likewise.
11942         (ODBCGetTryWaitValue):likewise.
11943         (ODBCSetTryWaitValue): likewise.
11944         (SQL_LOCK_RECORD): correct function macro.
11945         (SQL_REFRESH_RECORD): likewise.
11946         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11947         _WIN64 compatability.
11948         move defines for non-core functions from sql.h to sqlext.h (refer
11949         changes for sql.h)
11950         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
11951         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
11952         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11953         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11954         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
11955         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
11956         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
11957         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
11958         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
11959         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
11960         (SQL_AF_ALL): likewise.
11961         (SQL_AF_AVG): likewise.
11962         (SQL_AF_COUNT): likewise.
11963         (SQL_AF_DISTINCT): likewise.
11964         (SQL_AF_MAX): likewise.
11965         (SQL_AF_MIN): likewise.
11966         (SQL_AF_SUM): likewise.
11967         (SQL_AGGREGATE_FUNCTIONS): likewise.
11968         (SQL_ALL_CATALOGS): likewise.
11969         (SQL_ALL_SCHEMAS): likewise.
11970         (SQL_ALL_TABLE_TYPES): likewise.
11971         (SQL_ALTER_DOMAIN): likewise.
11972         (SQL_AM_CONNECTION): likewise.
11973         (SQL_AM_NONE): likewise.
11974         (SQL_AM_STATEMENT): likewise.
11975         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
11976         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
11977         (SQL_API_SQLALLOCHANDLESTD): likewise.
11978         (SQL_API_SQLBULKOPERATIONS): likewise.
11979         (SQL_ASYNC_MODE): likewise.
11980         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
11981         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
11982         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
11983         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
11984         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
11985         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
11986         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
11987         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
11988         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
11989         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
11990         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
11991         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
11992         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
11993         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
11994         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
11995         (SQL_ATTR_ACCESS_MODE): likewise.
11996         (SQL_ATTR_ASYNC_ENABLE): likewise.
11997         (SQL_ATTR_AUTOCOMMIT): likewise.
11998         (SQL_ATTR_CONCURRENCY): likewise.
11999         (SQL_ATTR_CONNECTION_POOLING): likewise.
12000         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
12001         (SQL_ATTR_CP_MATCH): likewise.
12002         (SQL_ATTR_CURRENT_CATALOG): likewise.
12003         (SQL_ATTR_CURSOR_TYPE): likewise.
12004         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
12005         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
12006         (SQL_ATTR_ENLIST_IN_DTC): likewise.
12007         (SQL_ATTR_ENLIST_IN_XA): likewise.
12008         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
12009         (SQL_ATTR_KEYSET_SIZE): likewise.
12010         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
12011         (SQL_ATTR_MAX_LENGTH): likewise.
12012         (SQL_ATTR_MAX_ROWS): likewise.
12013         (SQL_ATTR_NOSCAN): likewise.
12014         (SQL_ATTR_ODBC_CURSORS): likewise.
12015         (SQL_ATTR_ODBC_VERSION): likewise.
12016         (SQL_ATTR_PACKET_SIZE): likewise.
12017         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
12018         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
12019         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
12020         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
12021         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
12022         (SQL_ATTR_PARAMSET_SIZE): likewise.
12023         (SQL_ATTR_QUERY_TIMEOUT): likewise.
12024         (SQL_ATTR_QUIET_MODE): likewise.
12025         (SQL_ATTR_RETRIEVE_DATA): likewise.
12026         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
12027         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
12028         (SQL_ATTR_ROW_BIND_TYPE): likewise.
12029         (SQL_ATTR_ROW_NUMBER): likewise.
12030         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
12031         (SQL_ATTR_ROW_STATUS_PTR): likewise.
12032         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
12033         (SQL_ATTR_SIMULATE_CURSOR): likewise.
12034         (SQL_ATTR_TRACE): likewise.
12035         (SQL_ATTR_TRACEFILE): likewise.
12036         (SQL_ATTR_TRANSLATE_LIB): likewise.
12037         (SQL_ATTR_TRANSLATE_OPTION): likewise.
12038         (SQL_ATTR_TXN_ISOLATION): likewise.
12039         (SQL_ATTR_USE_BOOKMARKS): likewise.
12040         (SQL_BATCH_ROW_COUNT): likewise.
12041         (SQL_BATCH_SUPPORT): likewise.
12042         (SQL_BRC_EXPLICIT): likewise.
12043         (SQL_BRC_PROCEDURES): likewise.
12044         (SQL_BRC_ROLLED_UP): likewise.
12045         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
12046         (SQL_BS_ROW_COUNT_PROC): likewise.
12047         (SQL_BS_SELECT_EXPLICIT): likewise.
12048         (SQL_BS_SELECT_PROC): likewise.
12049         (SQL_C_INTERVAL_DAY): likewise.
12050         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
12051         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
12052         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
12053         (SQL_C_INTERVAL_HOUR): likewise.
12054         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
12055         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
12056         (SQL_C_INTERVAL_MINUTE): likewise.
12057         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
12058         (SQL_C_INTERVAL_MONTH): likewise.
12059         (SQL_C_INTERVAL_SECOND): likewise.
12060         (SQL_C_INTERVAL_YEAR): likewise.
12061         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
12062         (SQL_C_NUMERIC): likewise.
12063         (SQL_C_SBIGINT): likewise.
12064         (SQL_C_TYPE_DATE): likewise.
12065         (SQL_C_TYPE_TIME): likewise.
12066         (SQL_C_TYPE_TIMESTAMP): likewise.
12067         (SQL_C_UBIGINT): likewise.
12068         (SQL_C_VARBOOKMARK): likewise.
12069         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
12070         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12071         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12072         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
12073         (SQL_CA_CREATE_ASSERTION): likewise.
12074         (SQL_CA1_ABSOLUTE): likewise.
12075         (SQL_CA1_BOOKMARK): likewise.
12076         (SQL_CA1_BULK_ADD): likewise.
12077         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
12078         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
12079         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
12080         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
12081         (SQL_CA1_LOCK_NO_CHANGE): likewise.
12082         (SQL_CA1_LOCK_UNLOCK): likewise.
12083         (SQL_CA1_NEXT): likewise.
12084         (SQL_CA1_POS_DELETE): likewise.
12085         (SQL_CA1_POS_POSITION): likewise.
12086         (SQL_CA1_POS_REFRESH): likewise.
12087         (SQL_CA1_POS_UPDATE): likewise.
12088         (SQL_CA1_POSITIONED_DELETE): likewise.
12089         (SQL_CA1_POSITIONED_UPDATE): likewise.
12090         (SQL_CA1_RELATIVE): likewise.
12091         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
12092         (SQL_CA2_CRC_APPROXIMATE): likewise.
12093         (SQL_CA2_CRC_EXACT): likewise.
12094         (SQL_CA2_LOCK_CONCURRENCY): likewise.
12095         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
12096         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
12097         (SQL_CA2_MAX_ROWS_DELETE): likewise.
12098         (SQL_CA2_MAX_ROWS_INSERT): likewise.
12099         (SQL_CA2_MAX_ROWS_SELECT): likewise.
12100         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
12101         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
12102         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
12103         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
12104         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
12105         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
12106         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
12107         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
12108         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
12109         (SQL_CA2_SIMULATE_UNIQUE): likewise.
12110         (SQL_CATALOG_LOCATION): likewise.
12111         (SQL_CATALOG_NAME_SEPARATOR): likewise.
12112         (SQL_CATALOG_TERM): likewise.
12113         (SQL_CATALOG_USAGE): likewise.
12114         (SQL_CCOL_CREATE_COLLATION): likewise.
12115         (SQL_CCS_COLLATE_CLAUSE): likewise.
12116         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
12117         (SQL_CCS_LIMITED_COLLATION): likewise.
12118         (SQL_CDO_COLLATION): likewise.
12119         (SQL_CDO_CONSTRAINT): likewise.
12120         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
12121         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12122         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12123         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
12124         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
12125         (SQL_CDO_CREATE_DOMAIN): likewise.
12126         (SQL_CDO_DEFAULT): likewise.
12127         (SQL_CL_END): likewise.
12128         (SQL_CL_START): likewise.
12129         (SQL_COL_PRED_BASIC): likewise.
12130         (SQL_COL_PRED_CHAR): likewise.
12131         (SQL_COLUMN_DRIVER_START): likewise.
12132         (SQL_COLUMN_IGNORE): likewise.
12133         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
12134         (SQL_CONVERT_GUID): likewise.
12135         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
12136         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
12137         (SQL_CONVERT_WCHAR): likewise.
12138         (SQL_CONVERT_WLONGVARCHAR): likewise.
12139         (SQL_CONVERT_WVARCHAR): likewise.
12140         (SQL_CP_DEFAULT): likewise.
12141         (SQL_CP_MATCH_DEFAULT): likewise.
12142         (SQL_CP_OFF): likewise.
12143         (SQL_CP_ONE_PER_DRIVER): likewise.
12144         (SQL_CP_ONE_PER_HENV): likewise.
12145         (SQL_CP_RELAXED_MATCH): likewise.
12146         (SQL_CP_STRICT_MATCH): likewise.
12147         (SQL_CREATE_ASSERTION): likewise.
12148         (SQL_CREATE_CHARACTER_SET): likewise.
12149         (SQL_CREATE_COLLATION): likewise.
12150         (SQL_CREATE_DOMAIN): likewise.
12151         (SQL_CREATE_SCHEMA): likewise.
12152         (SQL_CREATE_TABLE): likewise.
12153         (SQL_CREATE_TRANSLATION): likewise.
12154         (SQL_CREATE_VIEW): likewise.
12155         (SQL_CS_AUTHORIZATION): likewise.
12156         (SQL_CS_CREATE_SCHEMA): likewise.
12157         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
12158         (SQL_CT_COLUMN_COLLATION): likewise.
12159         (SQL_CT_COLUMN_CONSTRAINT): likewise.
12160         (SQL_CT_COLUMN_DEFAULT): likewise.
12161         (SQL_CT_COMMIT_DELETE): likewise.
12162         (SQL_CT_COMMIT_PRESERVE): likewise.
12163         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
12164         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12165         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12166         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
12167         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
12168         (SQL_CT_CREATE_TABLE): likewise.
12169         (SQL_CT_GLOBAL_TEMPORARY): likewise.
12170         (SQL_CT_LOCAL_TEMPORARY): likewise.
12171         (SQL_CT_TABLE_CONSTRAINT): likewise.
12172         (SQL_CTR_CREATE_TRANSLATION): likewise.
12173         (SQL_CU_DML_STATEMENTS): likewise.
12174         (SQL_CU_INDEX_DEFINITION): likewise.
12175         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
12176         (SQL_CU_PROCEDURE_INVOCATION): likewise.
12177         (SQL_CU_TABLE_DEFINITION): likewise.
12178         (SQL_CVT_GUID): likewise.
12179         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
12180         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
12181         (SQL_CVT_WCHAR): likewise.
12182         (SQL_CVT_WLONGVARCHAR): likewise.
12183         (SQL_CVT_WVARCHAR): likewise.
12184         (SQL_DA_DROP_ASSERTION): likewise.
12185         (SQL_DATETIME_LITERALS): likewise.
12186         (SQL_DB_DEFAULT): likewise.
12187         (SQL_DB_DISCONNECT): likewise.
12188         (SQL_DB_RETURN_TO_POOL): likewise.
12189         (SQL_DC_DROP_COLLATION): likewise.
12190         (SQL_DCS_DROP_CHARACTER_SET): likewise.
12191         (SQL_DD_CASCADE): likewise.
12192         (SQL_DD_DROP_DOMAIN): likewise.
12193         (SQL_DD_RESTRICT): likewise.
12194         (SQL_DDL_INDEX): likewise.
12195         (SQL_DELETE_BY_BOOKMARK): likewise.
12196         (SQL_DESC_ARRAY_SIZE): likewise.
12197         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
12198         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
12199         (SQL_DESC_BASE_COLUMN_NAME): likewise.
12200         (SQL_DESC_BASE_TABLE_NAME): likewise.
12201         (SQL_DESC_BIND_OFFSET_PTR): likewise.
12202         (SQL_DESC_BIND_TYPE): likewise.
12203         (SQL_DESC_CASE_SENSITIVE): likewise.
12204         (SQL_DESC_CATALOG_NAME): likewise.
12205         (SQL_DESC_CONCISE_TYPE): likewise.
12206         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
12207         (SQL_DESC_DISPLAY_SIZE): likewise.
12208         (SQL_DESC_FIXED_PREC_SCALE): likewise.
12209         (SQL_DESC_LABEL): likewise.
12210         (SQL_DESC_LITERAL_PREFIX): likewise.
12211         (SQL_DESC_LITERAL_SUFFIX): likewise.
12212         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
12213         (SQL_DESC_MAXIMUM_SCALE): likewise.
12214         (SQL_DESC_MINIMUM_SCALE): likewise.
12215         (SQL_DESC_NUM_PREC_RADIX): likewise.
12216         (SQL_DESC_PARAMETER_TYPE): likewise.
12217         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
12218         (SQL_DESC_SCHEMA_NAME): likewise.
12219         (SQL_DESC_SEARCHABLE): likewise.
12220         (SQL_DESC_TABLE_NAME): likewise.
12221         (SQL_DESC_TYPE_NAME): likewise.
12222         (SQL_DESC_UNSIGNED): likewise.
12223         (SQL_DESC_UPDATABLE): likewise.
12224         (SQL_DI_CREATE_INDEX): likewise.
12225         (SQL_DI_DROP_INDEX): likewise.
12226         (SQL_DIAG_COLUMN_NUMBER): likewise.
12227         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
12228         (SQL_DIAG_ROW_NUMBER): likewise.
12229         (SQL_DL_SQL92_DATE): likewise.
12230         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
12231         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
12232         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
12233         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
12234         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
12235         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
12236         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
12237         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
12238         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
12239         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
12240         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
12241         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
12242         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
12243         (SQL_DL_SQL92_TIME): likewise.
12244         (SQL_DL_SQL92_TIMESTAMP): likewise.
12245         (SQL_DM_VER): likewise.
12246         (SQL_DRIVER_HDESC): likewise.
12247         (SQL_DROP_ASSERTION): likewise.
12248         (SQL_DROP_CHARACTER_SET): likewise.
12249         (SQL_DROP_COLLATION): likewise.
12250         (SQL_DROP_DOMAIN): likewise.
12251         (SQL_DROP_SCHEMA): likewise.
12252         (SQL_DROP_TABLE): likewise.
12253         (SQL_DROP_TRANSLATION): likewise.
12254         (SQL_DROP_VIEW): likewise.
12255         (SQL_DS_CASCADE): likewise.
12256         (SQL_DS_DROP_SCHEMA): likewise.
12257         (SQL_DS_RESTRICT): likewise.
12258         (SQL_DT_CASCADE): likewise.
12259         (SQL_DT_DROP_TABLE): likewise.
12260         (SQL_DT_RESTRICT): likewise.
12261         (SQL_DTC_DONE): likewise.
12262         (SQL_DTR_DROP_TRANSLATION): likewise.
12263         (SQL_DV_CASCADE): likewise.
12264         (SQL_DV_DROP_VIEW): likewise.
12265         (SQL_DV_RESTRICT): likewise.
12266         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
12267         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
12268         (SQL_EXT_API_LAST): likewise.
12269         (SQL_EXT_API_START): likewise.
12270         (SQL_FETCH_BY_BOOKMARK): likewise.
12271         (SQL_FETCH_FIRST_SYSTEM): likewise.
12272         (SQL_FETCH_FIRST_USER): likewise.
12273         (SQL_FN_CVT_CAST): likewise.
12274         (SQL_FN_STR_BIT_LENGTH): likewise.
12275         (SQL_FN_STR_CHAR_LENGTH): likewise.
12276         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
12277         (SQL_FN_STR_OCTET_LENGTH): likewise.
12278         (SQL_FN_STR_POSITION): likewise.
12279         (SQL_FN_TD_CURRENT_DATE): likewise.
12280         (SQL_FN_TD_CURRENT_TIME): likewise.
12281         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
12282         (SQL_FN_TD_EXTRACT): likewise.
12283         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
12284         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
12285         (SQL_FUNC_EXISTS(exists,api)): likewise.
12286         (SQL_GB_COLLATE): likewise.
12287         (SQL_HANDLE_SENV): likewise.
12288         (SQL_IK_ALL): likewise.
12289         (SQL_IK_ASC): likewise.
12290         (SQL_IK_DESC): likewise.
12291         (SQL_IK_NONE): likewise.
12292         (SQL_INDEX_KEYWORDS): likewise.
12293         (SQL_INFO_DRIVER_START): likewise.
12294         (SQL_INFO_LAST): likewise.
12295         (SQL_INFO_SCHEMA_VIEWS): likewise.
12296         (SQL_INITIALLY_DEFERRED): likewise.
12297         (SQL_INITIALLY_IMMEDIATE): likewise.
12298         (SQL_INSERT_STATEMENT): likewise.
12299         (SQL_INTERVAL): likewise.
12300         (SQL_IS_INSERT_LITERALS): likewise.
12301         (SQL_IS_INSERT_SEARCHED): likewise.
12302         (SQL_IS_INTEGER): likewise.
12303         (SQL_IS_POINTER): likewise.
12304         (SQL_IS_SELECT_INTO): likewise.
12305         (SQL_IS_SMALLINT): likewise.
12306         (SQL_IS_UINTEGER): likewise.
12307         (SQL_IS_USMALLINT): likewise.
12308         (SQL_ISV_ASSERTIONS): likewise.
12309         (SQL_ISV_CHARACTER_SETS): likewise.
12310         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12311         (SQL_ISV_COLLATIONS): likewise.
12312         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12313         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12314         (SQL_ISV_COLUMNS): likewise.
12315         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12316         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12317         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12318         (SQL_ISV_DOMAINS): likewise.
12319         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12320         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12321         (SQL_ISV_SCHEMATA): likewise.
12322         (SQL_ISV_SQL_LANGUAGES): likewise.
12323         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12324         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12325         (SQL_ISV_TABLES): likewise.
12326         (SQL_ISV_TRANSLATIONS): likewise.
12327         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12328         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12329         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12330         (SQL_ISV_VIEWS): likewise.
12331         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12332         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12333         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12334         (SQL_NO_COLUMN_NUMBER): likewise.
12335         (SQL_NO_ROW_NUMBER): likewise.
12336         (SQL_NOT_DEFERRABLE): likewise.
12337         (SQL_NUM_EXTENSIONS): likewise.
12338         (SQL_NUM_FUNCTIONS): likewise.
12339         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12340         (SQL_OIC_CORE): likewise.
12341         (SQL_OIC_LEVEL1): likewise.
12342         (SQL_OIC_LEVEL2): likewise.
12343         (SQL_OV_ODBC2): likewise.
12344         (SQL_OV_ODBC3): likewise.
12345         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12346         (SQL_PARAM_ARRAY_SELECTS): likewise.
12347         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12348         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12349         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12350         (SQL_PARAM_ERROR): likewise.
12351         (SQL_PARAM_IGNORE): likewise.
12352         (SQL_PARAM_PROCEED): likewise.
12353         (SQL_PARAM_SUCCESS): likewise.
12354         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12355         (SQL_PARAM_UNUSED): likewise.
12356         (SQL_PARC_BATCH): likewise.
12357         (SQL_PARC_NO_BATCH): likewise.
12358         (SQL_PAS_BATCH): likewise.
12359         (SQL_PAS_NO_BATCH): likewise.
12360         (SQL_PAS_NO_SELECT): likewise.
12361         (SQL_ROW_IGNORE): likewise.
12362         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12363         (SQL_ROW_PROCEED): likewise.
12364         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12365         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12366         (SQL_SC_SQL92_ENTRY): likewise.
12367         (SQL_SC_SQL92_FULL): likewise.
12368         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12369         (SQL_SCC_ISO92_CLI): likewise.
12370         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12371         (SQL_SCHEMA_TERM): likewise.
12372         (SQL_SCHEMA_USAGE): likewise.
12373         (SQL_SDF_CURRENT_DATE): likewise.
12374         (SQL_SDF_CURRENT_TIME): likewise.
12375         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12376         (SQL_SFKD_CASCADE): likewise.
12377         (SQL_SFKD_NO_ACTION): likewise.
12378         (SQL_SFKD_SET_DEFAULT): likewise.
12379         (SQL_SFKD_SET_NULL): likewise.
12380         (SQL_SFKU_CASCADE): likewise.
12381         (SQL_SFKU_NO_ACTION): likewise.
12382         (SQL_SFKU_SET_DEFAULT): likewise.
12383         (SQL_SFKU_SET_NULL): likewise.
12384         (SQL_SG_DELETE_TABLE): likewise.
12385         (SQL_SG_INSERT_COLUMN): likewise.
12386         (SQL_SG_INSERT_TABLE): likewise.
12387         (SQL_SG_REFERENCES_COLUMN): likewise.
12388         (SQL_SG_REFERENCES_TABLE): likewise.
12389         (SQL_SG_SELECT_TABLE): likewise.
12390         (SQL_SG_UPDATE_COLUMN): likewise.
12391         (SQL_SG_UPDATE_TABLE): likewise.
12392         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12393         (SQL_SG_USAGE_ON_COLLATION): likewise.
12394         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12395         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12396         (SQL_SG_WITH_GRANT_OPTION): likewise.
12397         (SQL_SNVF_BIT_LENGTH): likewise.
12398         (SQL_SNVF_CHAR_LENGTH): likewise.
12399         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12400         (SQL_SNVF_EXTRACT): likewise.
12401         (SQL_SNVF_OCTET_LENGTH): likewise.
12402         (SQL_SNVF_POSITION): likewise.
12403         (SQL_SP_BETWEEN): likewise.
12404         (SQL_SP_COMPARISON): likewise.
12405         (SQL_SP_EXISTS): likewise.
12406         (SQL_SP_IN): likewise.
12407         (SQL_SP_ISNOTNULL): likewise.
12408         (SQL_SP_ISNULL): likewise.
12409         (SQL_SP_LIKE): likewise.
12410         (SQL_SP_MATCH_FULL): likewise.
12411         (SQL_SP_MATCH_PARTIAL): likewise.
12412         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12413         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12414         (SQL_SP_OVERLAPS): likewise.
12415         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12416         (SQL_SP_UNIQUE): likewise.
12417         (SQL_SQL_CONFORMANCE): likewise.
12418         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12419         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12420         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12421         (SQL_SQL92_GRANT): likewise.
12422         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12423         (SQL_SQL92_PREDICATES): likewise.
12424         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12425         (SQL_SQL92_REVOKE): likewise.
12426         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12427         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12428         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12429         (SQL_SR_CASCADE): likewise.
12430         (SQL_SR_DELETE_TABLE): likewise.
12431         (SQL_SR_GRANT_OPTION_FOR): likewise.
12432         (SQL_SR_INSERT_COLUMN): likewise.
12433         (SQL_SR_INSERT_TABLE): likewise.
12434         (SQL_SR_REFERENCES_COLUMN): likewise.
12435         (SQL_SR_REFERENCES_TABLE): likewise.
12436         (SQL_SR_RESTRICT): likewise.
12437         (SQL_SR_SELECT_TABLE): likewise.
12438         (SQL_SR_UPDATE_COLUMN): likewise.
12439         (SQL_SR_UPDATE_TABLE): likewise.
12440         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12441         (SQL_SR_USAGE_ON_COLLATION): likewise.
12442         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12443         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12444         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12445         (SQL_SRJO_CROSS_JOIN): likewise.
12446         (SQL_SRJO_EXCEPT_JOIN): likewise.
12447         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12448         (SQL_SRJO_INNER_JOIN): likewise.
12449         (SQL_SRJO_INTERSECT_JOIN): likewise.
12450         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12451         (SQL_SRJO_NATURAL_JOIN): likewise.
12452         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12453         (SQL_SRJO_UNION_JOIN): likewise.
12454         (SQL_SRVC_DEFAULT): likewise.
12455         (SQL_SRVC_NULL): likewise.
12456         (SQL_SRVC_ROW_SUBQUERY): likewise.
12457         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12458         (SQL_SSF_CONVERT): likewise.
12459         (SQL_SSF_LOWER): likewise.
12460         (SQL_SSF_SUBSTRING): likewise.
12461         (SQL_SSF_TRANSLATE): likewise.
12462         (SQL_SSF_TRIM_BOTH): likewise.
12463         (SQL_SSF_TRIM_LEADING): likewise.
12464         (SQL_SSF_TRIM_TRAILING): likewise.
12465         (SQL_SSF_UPPER): likewise.
12466         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12467         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12468         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12469         (SQL_SU_DML_STATEMENTS): likewise.
12470         (SQL_SU_INDEX_DEFINITION): likewise.
12471         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12472         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12473         (SQL_SU_TABLE_DEFINITION): likewise.
12474         (SQL_SVE_CASE): likewise.
12475         (SQL_SVE_CAST): likewise.
12476         (SQL_SVE_COALESCE): likewise.
12477         (SQL_SVE_NULLIF): likewise.
12478         (SQL_UB_FIXED): likewise.
12479         (SQL_UB_VARIABLE): likewise.
12480         (SQL_UNION_STATEMENT): likewise.
12481         (SQL_UPDATE_BY_BOOKMARK): likewise.
12482         (SQL_US_UNION): likewise.
12483         (SQL_US_UNION_ALL): likewise.
12484         (SQL_DESC_ROWVER): likewise.
12485         (SQL_GUID): likewise.
12486         (SQL_C_GUID): likewise.
12487         (ODBC_STD): likewise.
12488         (SQLAllocHandle): likewise.
12489         (SQLAllocEnv(p)): likewise.
12490         (SQL_YEAR): likewise.
12491         (SQL_MONTH): likewise.
12492         (SQL_DAY): likewise.
12493         (SQL_HOUR): likewise.
12494         (SQL_MINUTE): likewise.
12495         (SQL_SECOND): likewise.
12496         (SQL_YEAR_TO_MONTH): likewise.
12497         (SQL_DAY_TO_HOUR): likewise.
12498         (SQL_DAY_TO_MINUTE): likewise.
12499         (SQL_DAY_TO_SECOND): likewise.
12500         (SQL_HOUR_TO_MINUTE): likewise.
12501         (SQL_HOUR_TO_SECOND): likewise.
12502         (SQL_MINUTE_TO_SECOND): likewise.
12503         (SQL_ATTR_ANSI_APP): likewise.
12504         (SQL_AA_TRUE): likewise.
12505         (SQL_AA_FALSE): likewise.
12506
12507         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12508         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12509         (struct tagSQL_DAY_SECOND): likewise.
12510         (struct tagSQL_INTERVAL_STRUCT): likewise.
12511         (struct tagSQL_NUMERIC_STRUCT): likewise.
12512         (struct tagSQLGUID): add for 0DBC3.50.
12513         (enum SQLINTERVAL): add for ODBC3.x.
12514         (SQLWCHAR): add typedef.
12515         (SQLTCHAR): add typedef, conditional on UNICODE.
12516         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12517         (SQLULEN): likewise.
12518         (SQLROWOFFSET): likewise.
12519         (SQLROWCOUNT): likewise.
12520         (SQLTRANSID): likewise.
12521         (SQLSETPOSIROW): likewise.
12522         (SQLHANDLE): add ODBC3.x typedef.
12523         (SQLHDESC): likewise.
12524         (SQLDATE): likewise.
12525         (SQLDECIMAL): likewise.
12526         (SQLDOUBLE): likewise.
12527         (SQLFLOAT): likewise.
12528         (SQLNUMERIC): likewise.
12529         (SQLREAL): likewise.
12530         (SQLTIME): likewise.
12531         (SQLTIMESTAMP): likewise.
12532         (SQLVARCHAR): likewise.
12533         (SQLBIGINT): likewise.
12534         (SQLUBIGINT): likewise.
12535         (SQL_DATE_STRUCT): likewise.
12536         (SQL_TIME_STRUCT): likewise.
12537         (SQL_TIMESTAMP_STRUCT): likewise.
12538         (ODBCINT64): add ODBC3.x define.
12539
12540         * lib/odbc32.def : regenerate.
12541
12542 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12543
12544         * Apply Danny Smith patch 102275
12545         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12546         * include/objbase.h: (COM_RIGHTS): Add definition.
12547         (tagSTDMSHLFLAGS): add enumeration.
12548         (CoInitializeEx): Add prototypes.
12549         (CoGetStdMarshalEx): ditto.
12550         (CoCreateInstanceEx): ditto.
12551         (CoInitializeSecurity): ditto.
12552         (CoGetCallContext): ditto.
12553         (CoQueryProxyBlanket): ditto.
12554         (CoSetProxyBlanket): ditto.
12555         (CoCopyProxy): ditto.
12556         (CoQueryClientBlanket): ditto.
12557         (CoImpersonateClient): ditto.
12558         (CoRevertToSelf): ditto.
12559         (CoQueryAuthenticationServices): ditto.
12560         (CoSwitchCallContext): ditto.
12561         (CoGetInstanceFromFile): ditto.
12562         (CoGetInstanceFromIStorage): ditto.
12563         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12564         (SOLE_AUTHENTICATION_INFO): ditto.
12565         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12566         (COLE_DEFAULT_PRINCIPAL): Add definition.
12567         (COLE_DEFAULT_AUTHINFO): Ditto.
12568         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12569         (RPC_PROTSEQ_VECTOR) Fix typo.
12570         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12571         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12572         attribute.
12573
12574 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12575
12576         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12577         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12578         New file.
12579
12580 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12581
12582         * include/winnt.h: Add PTOKEN_USER.
12583
12584 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12585
12586         * include/sqlucode.h: Apply Danny Smith patch 102443
12587         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12588         New file.
12589
12590 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12591
12592         * lib/odbccp32.def: Apply Danny Smith patch 102442
12593         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12594         New file.
12595
12596 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12597
12598         * include/odbcinst.h: Apply Danny Smith patch 102441
12599         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12600         New file.
12601
12602 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12603
12604         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12605
12606 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12607
12608         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12609
12610 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12611
12612         * lib/Makefile.in: Install headers and libraries in tooldir.
12613
12614 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12615
12616         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12617         SORT_STRINGSORT: ditto.
12618         CMAP*: ditto.
12619         CTRY_*: add new defines.
12620         LGRPID_*: ditto.
12621         LCMAP*: change defines to hex notation.
12622         CALID: change from ULONG to DWORD.
12623         CALTYPE: ditto.
12624         _cpinfoex[AW]: add structure.
12625         FoldString: correct Unicode mappings.
12626         GetCPInfoEx[AW]: add prototypes.
12627         EnumCalendarInfoEx[AW]: ditto.
12628         EnumDateFormatsEx[AW]: ditto.
12629         EnumSystemLanguageGroups[AW]: ditto.
12630         EnumLanguageGroupLocales[AW]: ditto.
12631         EnumUILanguages[AW]: ditto.
12632         GetSystemDefaultUILanguage[AW]: ditto.
12633         GetUserDefaultUILanguage[AW]: ditto.
12634         IsValidLanguageGroup[AW]: ditto.
12635         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12636         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12637         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12638         UILANGUAGE_ENUMPROC[AW]: ditto
12639         DATEFMT_ENUMPROCEX[AW]: ditto
12640         LPCURRENCYFMT[AW]: add structure pointer typedef
12641         LPNUMBERFMT[AW]: ditto
12642
12643 2000-12-02  Matt Hargett  <matt@use.net>
12644
12645         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12646         possible return code for the SetFilePointer() win32 API call.
12647
12648 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12649
12650         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12651
12652 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12653
12654         * Makefile.in: increment VERSION.
12655         (dist:) Rename to srcdist.  Create new dist target to call
12656         srcdist and bindist targets.
12657         (srcdist:) New target.
12658         (clean-top:) add call to mostlyclean-top and add rm of distribution
12659         tarballs.
12660         * lib/Makefile.in: (uninstall:) modify to remove files from the
12661         new w32api subdirectory and to remove w32api subdirectory.
12662         (xuninstall:) Ditto.
12663         TODO: Add a task to redo the clean targets of Makefile.in
12664
12665 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12666
12667         * lib/Makefile.in: Install header files in w32api subdirectory.
12668
12669 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12670
12671         * CONTRIBUTIONS: New file.
12672         * README: Change the maintained by header.
12673         * TODO: Add a note about checking the TODO.
12674
12675 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12676
12677         * Merge in accepted changes from
12678         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12679         * include/basetyps.h: add comment for GUID_DEFINED
12680         * include/lm.h: add includes for lmerr.h and lmserver.h
12681         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12682         * include/lmerr.h:  add error codes
12683         * include/lmserver.h: replace LPTSTR with LPWSTR,
12684         LPTCSTR with LPWCSTR in structures and prototypes
12685         * include/lmshare.h: ditto
12686         * include/lmuse.h: ditto
12687         * include/lmstats.h: ditto
12688         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12689         * include/winbase.h: change first argument of CommConfigDialog to const
12690         * include/windowsx.h: add macros  defining FAR versions of
12691         mem and string functions for porting from Win16 code
12692         * include/winioctl.h:  added IOCTL_STORAGE defines
12693         * include/winnetwk.h:  added WNNC_NET flags
12694         * include/winnt.h: add include of <basetsd.h>;
12695         add structs; add pointer typedefs  for TOKEN structs
12696         * include/winsock.h: add guard around BSD-ish typedefs
12697         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12698         * include/basetsd.h: new file
12699         * include/raserror.h: ditto
12700         * include/rassapi.h: ditto
12701         * include/ras.h: ditto
12702         comment from Earnie: replaced original ras.h contribution with Danny's
12703         contribution as it is more complete.
12704         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12705
12706 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12707
12708         * Makefile.in: increment VERSION.  Change tar file name for dist and
12709         bindist targets to be more standard.
12710         * config.guess: Update with the currently published file.
12711         * config.sub: ditto.
12712         * configure.in: Use value of build_alias instead of testing for
12713         directory names to set BUILDENV.
12714         * configure: ditto.
12715         * lib/Makefile.in: Change the name of the targets install,
12716         install-headers and install-libraries to xinstall, xinstall-headers
12717         and xinstall-libraries for system target specified installation.
12718         Recreate targets install, install-headers and install-libraries for
12719         exec-prefix specified installation.  Ditto for the uninstall targets of
12720         the same name.
12721
12722 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12723
12724         * include/iprtrmib.h: Further layout changes according to standard.
12725         * include/iptypes.h: Ditto.
12726         * include/ntdef.h: Ditto.
12727         * include/ntsecapi.h: Ditto.
12728         * include/subauth.h: Ditto.
12729
12730 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12731
12732         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12733
12734 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12735
12736         * include/ntsecapi.h: New file.
12737         * include/subauth.h: Ditto.
12738         * include/ipexport.h: Fix global header define not to contain
12739         trailing underscore. Change layout according to standard.
12740         * include/iphlpapi.h: Ditto.
12741         * include/ipifcons.h: Ditto.
12742         * include/iprtrmib.h: Ditto.
12743         * include/iptypes.h: Ditto.
12744         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12745         of inclusion of ntsecapi.h and subauth.h.
12746         * lib/secur32.def: New stub for secur32.dll.
12747
12748 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12749
12750         * include/ras.h: New file.
12751         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12752         RasEnumDevicesW.
12753
12754 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12755
12756         * include/ntdef.h: Add define for NTAPI.
12757
12758 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12759
12760         * include/ipexport.h: Add missing `extern "C"' directives.
12761         * include/iphlpapi.h: Ditto.
12762         * include/iprtrmib.h: Ditto.
12763         * include/iptypes.h: Ditto.
12764
12765 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12766
12767         * include/ipifcons.h: New header file.
12768         * include/iprtrmib.h: Move operational states to ipifcons.h.
12769         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12770         declaration.
12771
12772 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12773
12774         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12775
12776 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12777
12778         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12779         * include/iptypes.h: New header file.
12780         * include/ipexport.h: Ditto.
12781         * include/iphlpapi.h: Ditto.
12782         * include/iprtrmib.h: Ditto.
12783
12784 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12785
12786         * include/ntdef.h: New file.
12787
12788 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12789
12790         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12791         to TOKEN_INFORMATION_CLASS type.
12792         Add QUOTA_LIMITS type.
12793
12794 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12795
12796         * include/userenv.h: New header file.
12797         * lib/userenv.def: New stub for userenv.dll.
12798
12799 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12800
12801         * include/winuser.h: Correct PCWPSTRUCT typo.
12802         (discovered by Axel Riese)
12803
12804 2000-07-27  DJ Delorie  <dj@redhat.com>
12805
12806         * include/windows.h: optimize non-inclusion of repeat headers
12807
12808 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12809
12810         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12811         LPTOKEN_SOURCE.
12812
12813 2000-07-11  DJ Delorie  <dj@cygnus.com>
12814
12815         * include/shlobj.h: add CSIDL_COMMON_*
12816
12817 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12818
12819         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12820         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12821         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12822         FILE_FLAG_OPEN_NO_RECALL.
12823         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12824         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12825         * winnt.h: Add typedef for GUID.
12826         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12827         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12828         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12829         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12830         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12831         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12832         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12833         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12834         * lib/psapi.def: New file.
12835
12836 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12837
12838         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12839         previously defined.
12840         * windef.h : Ditto.
12841
12842 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12843
12844         * include/winnt.h: Add some missing defines related to locale
12845         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12846
12847 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12848
12849         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
12850
12851 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
12852
12853         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
12854
12855 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
12856
12857         * include/wininet.h: Add another "INTERNET_OPTIONS".
12858
12859 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
12860
12861         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
12862
12863 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
12864
12865         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
12866         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
12867         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
12868         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
12869
12870 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
12871
12872         * include/winbase.h: Change first argument of ENUMRES* types to
12873         coincide with Microsoft usage.
12874
12875 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
12876
12877         * include/wininet.h: Add three more "INTERNET_OPTIONS".
12878
12879 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
12880
12881         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
12882         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
12883         * include/winnt.h (SEC_*): Add macros.
12884         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
12885         * include/ole.h: Workaround for C++ parser bug.
12886         * include/rpcdcep.h: Likewise.
12887         * include/winsock.h: Likewise.
12888
12889 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
12890
12891         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
12892
12893 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
12894
12895         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12896         * include/wtypes.h (PBLOB, LPBLOB): Define.
12897         * include/winsock2.h: Much more complete version.
12898         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
12899
12900         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
12901         * include/winsock.h (FD_CLR): Add missing ')'.
12902         (timercmp): Fix macro to handle all 6 comparison operators.
12903         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
12904         (AF_MAX): Update.
12905         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
12906
12907         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
12908         namespace pollution.
12909         * include/rpcndr.h: Likewise.
12910         * include/winnt.h: Likewise.
12911         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
12912         (SHGetSpecialFolderPath{A,W}): Add prototypes.
12913         * lib/ole32.def: Add missing exports.
12914         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
12915         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
12916         (NT_TIB): Define.
12917         * include/tlhelp32.h: New file.
12918
12919 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
12920
12921         * include/rapi.h: New file.
12922         * lib/rapi.def: New file.
12923
12924 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
12925
12926         * oaidl.h (LPTYPECOMP): Remove multiple definition.
12927
12928 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
12929
12930         * Snapshot 2000-02-03.
12931
12932 2000-01-21  Chris Faylor  <cgf@cygnus.com>
12933
12934         * include/winnt.h: Add ARM support.
12935
12936 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
12937
12938         From Greg Primes <gregory.l.priem@intel.com>:
12939         * include/oaidl.h (DESCKIND): Define macro.
12940         (ITypeComp): Define interface.
12941         (ITypeComp): Likewise.
12942         * rpcndr.h (DECLSPEC_UUID): Define macro.
12943         (MIDL_INTERFACE): Likewise.
12944
12945         * include/psapi.h: New file.
12946         * include/imagehlp.h: New file.
12947         * lib/imagehlp.def: New file.
12948
12949         * include/oaidl.h (tagVARIANT): Update fields.
12950
12951         From Craig Lanning <CraigL@DyCon.com>:
12952         * include/commctrl.h: Add some TCS_* macros.
12953         * include/winnls.h (IsValidLocale): Add prototype.
12954
12955 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
12956
12957         * include/oaidl.h: OLE Patches from "Fifer, Eric"
12958         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
12959         * include/objbase.h: Likewise.
12960         * include/objidl.h: Likewise.
12961         * include/ocidl.h: New file.
12962         * include/oleauto.h: Likewise.
12963         * include/wtypes.h: Likewise.
12964         * lib/oleaut32.def: Likewise.
12965
12966         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
12967         Thanks to "Jon Leichter" <jon@symas.com>.
12968         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
12969         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
12970         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
12971         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
12972         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
12973         Dorsselaer" <frans@bia-bv.demon.nl>.
12974         * include/httpext.h: New file. Thanks to Jan Nijtmans
12975         <j.nijtmans@chello.nl>.
12976         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
12977         redefinition of LPCWAVEFORMATEX in DirectX headers.
12978         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
12979         <krzych00@priv7.onet.pl>.
12980         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
12981         * include/windef.h (HRESULT): Guard definition to avoid
12982         redefinition in DirectX headers.
12983         * include/winnt.h: Add target macros from windows.h.
12984         * include/windows.h: Update synch comment for target macros.
12985         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
12986         (_ANONYMOUS_UNION): Likewise.
12987         * include/wingdi.h (AbortPrinter): Move from here ...
12988         * include/winspool.h (AbortPrinter): to here and fix linkage.
12989         (MONITOR_INFO_2{A,W}): Define.
12990         * include/winsock.h (htons): Fix argument.
12991         (htonl): Likewise.
12992         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
12993         (GROUP): Define.
12994         (GUID): Define conditionally.
12995         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
12996         (WSASocket*): Declare.
12997         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
12998
12999         * lib/dsetup.def: Remove leading underscore.
13000         * lib/dsound.def: Likewise.
13001         * lib/ws2_32.def: Likewise.
13002
13003 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
13004
13005         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
13006         handles.
13007
13008         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
13009         * lib/dinput.c: Include windows.h for GCC.
13010         * lib/dxguid.c: Likewise.
13011         (INITGUID): Define macro.
13012
13013         * include/objidl.h (ISequentialStream): Define interface.
13014         (IStream): Derive from ISequentialStream.
13015
13016         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
13017         Clone}): Mark as PURE.
13018         (IDataObject::EnumDAdvise): Likewise.
13019         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
13020         (IViewObject::Unfreeze): Likewise.
13021         (IViewObject2::Unfreeze): Likewise.
13022
13023         * include/objidl.h: Add various IID_ declarations.
13024         * include/olectl.h: Likewise.
13025         * include/oleidl.h: Likewise.
13026
13027 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
13028
13029         * Snapshot 1999-12-21.
13030
13031         * include/winbase.h (CancelIO): Rename to CancelIo.
13032         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
13033         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
13034
13035         * Merge with winsup-19991218.
13036         * include/winnt.h: Add defines for W2K ACL control flags.
13037
13038         * Merge with Anders Norlander's 19991130 snapshot.
13039
13040         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
13041         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
13042
13043         Patch from Harold Weissfield
13044         * include/shellapi.h: Added some ABN_* defines.
13045
13046         * include/commctrl.h (_TrackMouseEvent): Add prototype.
13047         * lib/comctl32.def (_TrackMouseEvent): Import.
13048         * include/winuser.h: Misc. fixes from Sang Cho
13049         <sangcho@alpha94.chongju.ac.kr>.
13050         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
13051         value of _WIN32_WINNT.
13052         * include/winuser.h: Reorganize SM_* defines in numerical order.
13053
13054 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
13055
13056         * include/windef.h: Make RECTL a distinct type from RECT.
13057         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
13058         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
13059         (COMPAREITEMSTRUCT): Fix fields.
13060         (SERIALKEYSA): Likewise.
13061         (SERIALKEYSW): Likewise..
13062         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
13063         (WIN32_FIND_DATAA): Likewise.
13064         (WIN32_FIND_DATAW): Likewise.
13065         * include/commdlg.h (SNDMSG): Define.
13066         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
13067         (SO_CONNECT_TIME): Likewise.
13068         (AcceptEx): Declare.
13069         (GetAcceptExSockaddrs): Likewise.
13070         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
13071         * include/winspool.h: Add RC_INVOKED guard.
13072         * lib/wsock32.def (AcceptEx@32): Export.
13073         (GetAcceptExSockaddrs@32): Likewise.
13074
13075 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
13076
13077         * Snapshot 1999-11-18.
13078
13079         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
13080         Octopod C++ IDE (and MSVC compatibility).
13081         * include/oleauto.h (V_BOOLREF(X)): Likewise.
13082         * include/shellapi.h (ShellAbout*): Fix typo.
13083         * wingdi.h (FW_ULTRABOLD): Likewise.
13084         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
13085         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
13086         Add packing directives for various structures. All structure
13087         sizes now conform to MSVC.
13088
13089 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
13090
13091         Released 1999-11-07.
13092
13093 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
13094
13095         * include/winsock2.h: New file. Mostly a stub for now.
13096         * include/winbase.h (DllMain): Delete prototype.
13097         * include/commctrl.h (Header_SetItem): Fix macro.
13098         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
13099         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
13100         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
13101
13102         Merge in changes from wxWindows.
13103         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
13104         * include/oaidl.h (DISPID_*): Add macros.
13105         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
13106         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
13107         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
13108         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
13109
13110         Merge in changes from Octopod C++ IDE group.
13111         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
13112         (Header_InsertItem): Fix macro.
13113         * include/oaidl.h (IID_IDispatch): Declare.
13114         (IID_ISupportErrorInfo): Likewise.
13115         (IDispatch): Rename Invoked to Invoke.
13116         * include/objidl.h (IPersist): Fix GetClassID.
13117         * include/oleauto.h (VectorFromBstr): Declare.
13118         (BstrFromVector): Likewise.
13119         * include/olectl.h (OLEMISC_*): Update.
13120         * include/olectlid.h (IID_IDispatch): Declare.
13121         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
13122         (IOleInPlaceFrame): Fix.
13123         (ISupportErrorInfo): Define.
13124         (IErrorInfo): Define.
13125         * include/winuser.h (SIF_TRACKPOS): Define.
13126
13127 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
13128
13129         Fix Merge errors:
13130         * include/winnt.h (PSID): Uncomment definition.
13131         (PISID): Rename from PSID.
13132         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
13133         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
13134
13135         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
13136         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
13137         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
13138         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
13139         include/shellapi.h, include/winbase.h, include/wingdi.h,
13140         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
13141
13142 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
13143
13144         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
13145         Marius Kjeldahl <kjeldahl@hotmail.com>.
13146
13147 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
13148
13149         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
13150         (ERROR_SEVERITY_*): Likewise.
13151
13152 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
13153
13154         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
13155         (DllMain): Fix prototype.
13156
13157 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
13158
13159         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
13160         (cderr.h): Don't include.
13161         * include/winuser.h: Fix macro definitions.
13162
13163 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13164
13165         Merge with winsup 1999-07-29:
13166         * include/wincon.h (MOUSE_WHEELED): Define.
13167         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
13168         (SECURITY_DESCRIPTOR): Add struct type.
13169         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
13170         is equal to PVOID in the Platform SDK! So don't depend on accessing
13171         members through ->.
13172
13173 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13174
13175         * lib/Makefile.in (install-headers): Don't @ commands.
13176         (install-libraries): Ditto.
13177
13178 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13179
13180         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
13181
13182 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13183
13184         Patch from Mumit Khan:
13185         * include/windows.h: Fix typo in winsock.h include guard and add
13186         _UWIN to the list.
13187         * include/winnt.h (__int64): Undefine first.
13188         (struct _SID): Declare.
13189
13190 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13191
13192         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
13193
13194 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13195
13196         Patch from Mumit Khan:
13197         * Makefile.in: Do the right thing when cross-compiling.
13198         * include/windef.h: Don't define _export and __export if already
13199         defined.
13200
13201 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13202
13203         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
13204         (DECLARE_INTERFACE_): Ditto.
13205
13206 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13207
13208         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
13209
13210         Reported by Brad Porter
13211         * include/wingdi.h (FW_ULTRALIGHT): Add.
13212         (FW_DEMIBOLD): Add.
13213         (FW_ULTRABOLD): Add.
13214         (FW_BLACK): Add.
13215         (JOHAB_CHARSET): Add.
13216         (VIETNAMESE_CHARSET): Add.
13217
13218
13219 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
13220
13221         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
13222         * lib/Makefile.in (Makefile): Regenerate.
13223         * include/pshpack[1248].h: New files, if a program would use any of
13224         them.
13225         * include/poppack.h: Ditto.
13226         * include/windef.h (_WIN32_WINNT): Define
13227         * include/windows.h: Remove DUMMYUNIONNAME[45].
13228         * include/windows.h: Correctly define _M_IX86 to reflect the target
13229         processor.
13230         * include/windows.h: Add preliminary support for other architectures.
13231         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
13232         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
13233         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
13234         issue with LARGE_INTEGER.
13235         (ANSI_NULL): Define.
13236         (PSZ): Define.
13237         (ACL_REVISION[1234]): Define.
13238         (MIN/MAX_ACL_REVISION): Define.
13239         (PTCHAR): Define.
13240         (LANG_USER_DEFAULT): Define.
13241         (LANG_SYSTEM_DEFAULT): Define.
13242         (LOCALE_NEUTRAL): Define.
13243         (SORTVERSIONFROMLCID): Define.
13244         * include/windef.h (UNREFERENCED_PARAMETER): Define.
13245         (UNREFERENCED_LOCAL_VARIABLE): Define.
13246         (DBG_UNREFERENCED_PARAMETER): Define.
13247         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
13248         * lib/mswsock.def: New file. Imports for mswsock.dll.
13249         * include/custcntl.h: New file. Necessary to compile some SDK
13250         samples.
13251         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
13252         (WM_MOUSEWHEEL): Define.
13253         (WHEEL_DELTA): Define.
13254         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
13255         (WM_NEXTMENU): Define.
13256         (CharNextA): Fix prototype.
13257         (CharNextW): Ditto.
13258
13259 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
13260
13261         * include/winsock.h: Enclose in extern "C" if C++, huh?
13262         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
13263
13264 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
13265
13266         * include/windef.h (NULL): Define only ifndef
13267         (TRUE): Ditto, was previously only defined ifndef FALSE
13268         (PASCAL): Define as _pascal
13269         (__pascal): Define
13270         (WINAPIV): Define
13271         (min,max): Define only ifndef NOMINMAX
13272
13273 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13274
13275         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
13276         You must define _WIN32_IE if you want support for it.
13277         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
13278
13279 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
13280
13281         * include/wincon.h: Add some ButtonState flags and EventFlags.
13282
13283 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13284
13285         * include/basetyps.h: Don't support COM when __OBJC__ defined because
13286         interface define causes mayhem.
13287         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
13288         defined.
13289         * include/windows.h: Undefine BOOL if __OBJC__ defined
13290
13291 1999-05-09  Chris Faylor  <cgf@cygnus.com>
13292
13293         * include/winnls.h: Define additional code pages.
13294
13295 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13296
13297         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13298         order, corrected.
13299         (RtlZeroMemory): Use RtlFillMemory
13300
13301 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13302
13303         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13304         to get the correct size when used in some structs.
13305         (ULARGE_INTEGER): Ditto.
13306         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13307         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13308
13309 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13310
13311         * include/wininet.h: Enclose in extern "C" if c++
13312         (INTERNET_BUFFERSA/W): Define struct
13313         * include/wininet.h: Add some HSR_* defines
13314
13315 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13316
13317         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13318         * include/winnt.h (UNALIGNED): Define
13319         * include/windef.h (DECLSPEC_NORETURN): Define
13320
13321         * include/wininet.h (INTERNET_MAX_NAME): Remove
13322         (INTERNET_MAX_SCHEME_LENGTH): Define
13323         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13324         * include/wininet.def: Completely redone, it was losing badly.
13325
13326 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13327
13328         * lib/dplayx.def: Remove '_' prefixes
13329         * lib/shell32.def: Remove imports for IID_ContextMenu
13330
13331 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13332
13333         * Makefile.in (dist): Support dist target
13334         * lib/Makefile.in (dist): Likewise
13335         * lib/Makefile.in (uninstall-headers): Fix command
13336         * Makefile.in (bindist): Target to build a prebuilt dist
13337
13338         * lib/ws2_32.def: Winsock2 implib
13339
13340         * include/largeint.h: New header
13341         * include/largeint.c: Large integer support library
13342         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13343         (EXTRA_OBJS): Add largeint.o
13344
13345         * include/Makefile: Remove
13346         * lib/Makefile: Remove
13347         * Makefile: Remove
13348         * configure.in: New autoconf script
13349         * configure: generated configure script
13350         * Makefile.in: autoconf makefile template
13351         * lib/Makefile.in: Ditto
13352         * include/test.c: mv to lib/test.c
13353         * include/res.rc: mv to lib/res.rc
13354         * include/TODO: mv to .
13355         * include/Notes: mv to ./NOTES
13356
13357 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13358
13359         * include/zmouse.h (WHEEL_DELTA): Define
13360
13361 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13362
13363         * include/ddeml.h (HSZPAIR): Declare.
13364         * include/zmouse.h: New file.
13365
13366 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13367
13368         * lib/d3dim.def: New implib
13369         * lib/d3drm.def: Ditto
13370         * lib/d3dxof.def: Ditto
13371         * lib/ddraw.def: Ditto
13372         * lib/dinput.def: Ditto
13373         * lib/dplayx.def: Ditto
13374         * lib/dsetup.def: Ditto
13375         * lib/dsound.def: Ditto
13376         * lib/dinput.c: Guid library for DirectInput
13377         * lib/dxguid.c: Guid library for DirectX
13378
13379 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13380
13381         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13382         by Ron Aaron).
13383         * include/windowsx.h (GET_Y_LPARAM): Also missing
13384         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13385         by Mumit Khan).
13386
13387 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13388
13389         * include/scrnsave.h: New header file for screen saver library
13390         * lib/scrnsave.c: New file: screen saver library
13391
13392 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13393
13394         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13395         works well in when UNICODE is defined
13396
13397 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13398
13399         * include/winuser.h(STYLESTRUCT): New struct
13400         * include/wingdi.h:(GOBJENUMPROC): This function type should
13401         return void.
13402
13403 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13404
13405         * include/basetyps.h (LPGUID): New typedef
13406         * lib/glut.def: Import library defintions for glut.dll
13407         * lib/glu32.def: Ditto for glut32.dll
13408         * include/winnt.h: Fixed handling of wchar_t typedef
13409         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13410         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13411
13412 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13413
13414         * include/winbase.h(AbnormalTermination): Define as FALSE
13415         * include/commctrl.h: Support for new progress bar messages/styles
13416
13417 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13418
13419         * include/commdlg.h(PageSetupDlg): New define
13420         * include/richedit.h: Missing SCF_* defines
13421         * include/winnt.h: Lots o' defines
13422         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13423
13424 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13425
13426         * include/commdlg.h: Removed pack pragma
13427         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13428
13429 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13430
13431         * Makefile: Set version to 0.1.5
13432         * lib/Makefile (clean): Fix typo
13433
13434         * include/commctrl.h: Removed pack pragma
13435         * include/cpl.h: Likewise
13436         * include/dbt.h: Likewise
13437         * include/dde.h: Likewise
13438         * include/nddeapi.h: Likewise
13439         * include/shellapi.h: Likewise
13440         * include/wincrypt.h: Likewise
13441         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13442
13443         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13444         (servent): Likewise
13445         (protoent): Likewise
13446
13447         * include/windows.h: Prevent inclusion of winsock.h if we are
13448         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13449
13450 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13451
13452         * include/winbase.h (CREATE_FORCEDOS): New define
13453
13454 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13455
13456         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13457         (COORD): Likewise
13458         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13459         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13460         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13461         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13462
13463         * include/ddeml.h: Removed unnecessary `#pragma pack'
13464         * include/imm.h: Likewise
13465         * include/nddeapi.h: Likewise
13466         * include/nspapi.h: Likewise
13467         * include/regstr.h: Likewise
13468         * include/wincon.h: Likewise
13469         * include/windef.h: Likewise
13470         * include/winioctl.h: Likewise
13471         * include/winnls.h: Likewise
13472         * include/winsvc.h: Likewise
13473         * include/winuser.h: Likewise
13474         * include/winver.h: Likewise
13475         * include/wtypes.h: Likewise
13476
13477 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13478
13479         * Makefile (VERSION): Set to 0.1.4
13480         * include/basetyps.h: Check for NOCOMOBJECT
13481         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13482         on comobject attribute.
13483         * lib/kernel32.def: Added a few functions
13484         * include/windef.h (DWORD): Changed back to unsigned long
13485
13486         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13487         winresrc.h in turn includes the necessary headers. This makes things
13488         much simpler, no need to protect blocks of code in headers that
13489         should not be seen by the resource compiler.
13490
13491 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13492
13493         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13494         * include/wincon.h: Added console event type flags
13495         * include/winnt.h (FILE_SHARE_DELETE): Added
13496           (SECURITY_DESCRIPTOR): typedef as DWORD
13497
13498         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13499         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13500         define u_* types only if _SYS_TYPES_H is not defined.
13501
13502 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13503
13504         * COPYING.LIB: Deleted
13505         * README: Updated to reflect license changes
13506         * include/shlobj.h: Remove extra comma on some enums
13507         * include/windef.h: Changed DWORD typedef from unsigned long to
13508         unsigned int in order to avoid warnings on bit fields that
13509         use DWORD.
13510         * include/Makefile (test): Compile with all warnings
13511         * include/unknwn.h: Include objfwd.h
13512         * include/winsock.h: Added missing copyright notices.
13513
13514 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13515
13516         * lib/winmm.def: Corrected LIBRARY statement
13517         * include/mmsystem.h: Define mmioSeek codes if not already defined
13518         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13519         (CreateStatusWindowW): Likewise
13520
13521         * include/winresrc.h: Include only files necessary instead of windows.h
13522         * include/dde.h: Allow inclusion in resource scripts.
13523         * include/winnt.h: Likewise
13524         * include/commctrl.h: Likewise
13525         * include/prsht.h: Likewise
13526         * README: Updated
13527
13528 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13529
13530         * include/sqltypes.h (SQLHANDLE): Added this type
13531         (SQLHDESC): Likewise
13532         * include/sql.h (SQLFreeHandle): Added this prototype
13533         (SQLAllocHandle): Likewise
13534
13535 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13536
13537         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13538         conflicts with cygwin headers.
13539
13540 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13541
13542         * Makefile: Changed VERSION to 0.1.3
13543         * Makefile (dist-lib): New target to make import library only
13544         distribution
13545         * Makefile (dist-hdr): New target to make headers only distribution
13546         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13547         building one single distribution file.
13548         * dist.mak: Deleted
13549
13550         * include/lm.h: New file
13551         * include/lmcons.h: New file
13552         * include/lmalert.h: New file
13553         * include/lmaudit.h: New file
13554         * include/lmconfig.h: New file
13555         * include/lmapibuf.h: New file
13556         * include/lmaccess.h: New file
13557         * include/lmchdev.h: New file
13558         * include/lmremutl.h: New file
13559         * include/lmrepl.h: New file
13560         * include/lmerrlog.h: New file
13561         * include/lmat.h: New file
13562         * include/lmuse.h: New file
13563         * include/lmuseflg.h: New file
13564         * include/lmserver.h: New file
13565         * include/lmerr.h: New file
13566         * include/lmsname.h: New file
13567         * include/lmstats.h: New file
13568         * include/lmsvc.h: New file
13569         * include/lmwksta.h: New file
13570         * include/lmbrowsr.h: New file
13571
13572 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13573
13574         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13575         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13576
13577         * include/initguid.h: New file
13578
13579         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13580         int not supported
13581
13582         * include/winnt.h: Added USN
13583         * include/winnt.h: Changed handling of 64 bit int support
13584
13585         * include/windows.h: Added support for BC,LCC and MSVC
13586
13587         * include/windows.h: Changed handling machine architecture defines
13588
13589         * include/olectl.h: New file
13590
13591 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13592
13593         * include/oleidl.h: Added IViewObject and IViewObject2
13594
13595         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13596         IStorage::MoveElement
13597
13598         * include/oledlg.h: New file
13599
13600         * include/winresrc.h: New file
13601
13602         * include/wingdi.h: Added LPDOCINFO
13603
13604         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13605         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13606         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13607         TabCtrl_SetImageList and TabCtrl_GetItemCount
13608         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13609
13610         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13611
13612         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13613         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13614
13615         * include/commdlg.h: Added LPDEVNAMES
13616
13617         * include/windows.h: Include excpt.h
13618
13619         * include/excpt.h: New file. This file just contains some
13620         stubs for SEH that do nothing.
13621
13622         * include/commctrl.h: Added general WM_NOTIFY codes
13623
13624         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13625         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13626         not be in the headers.
13627         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13628         * include/winuser.h: Added old WM_SIZE parameter names so
13629         wxWindows compiles.
13630         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13631         * include/winuser.h: Added LPDLGITEMTEMPLATE
13632         * include/winuser.h: HTCAPTION was missing value
13633         * include/winuser.h: Added WM_ACTIVE flags
13634
13635         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13636         _fxx defines for memmove, memset and memcmp
13637
13638         * include/windef.h: Changed _export and __export to empty defines
13639
13640         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13641         String parameters were not const and ExtractAssociatedIcon takes
13642         a WORD pointer not DWORD pointer as last parameter.
13643
13644         * Makefile: Changed VERSION to 0.1.2
13645
13646         * include/ole2ver.h: New file
13647
13648         * Makefile: Removed all dependencies on GLUT
13649
13650         * include/GL/glut.h: Removed file because of decision to remove
13651         files that are not part of the library.
13652         * lib/glut.def: Likewise
13653         * lib/glut32.def: Likewise
13654
13655         * include/windows.h: Include winperf.h
13656
13657         * include/winperf.h: New file
13658
13659         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13660
13661         * include/winnls.h: Added calendar types
13662         * include/winnls.h: Added country codes
13663
13664 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13665
13666         * include/windef.h: Added PROC and NEARPROC
13667
13668         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13669         * include/wingdi.h: Added OpenGL types and prototypes
13670         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13671         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13672         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13673         * include/wingdi.h: Added truetype character outline types
13674         * include/wingdi.h: Added DEVMODE initialization flags
13675         * include/wingdi.h: Added panose codes
13676         * include/wingdi.h: Added missing character sets
13677         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13678         NONANTIALIASED_QUALITY
13679         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13680         * include/wingdi.h: Added pointer types for EXTLOGPEN
13681         * include/wingdi.h: Added PATTERN type
13682         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13683         * include/wingdi.h: Added new text metric flags
13684         * include/wingdi.h: Added pitch and family flags
13685         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13686         * include/wingdi.h: Added METAHEADER
13687         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13688         * include/wingdi.h: Added TA_MASK
13689         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13690         * include/wingdi.h: Added error codes
13691
13692         * include/winuser.h: Added missing winhelp structures
13693         * include/winuser.h: Added dialog flags/styles/messages
13694         * include/winuser.h: Added EM_SETMARGIN codes
13695         * include/winuser.h: Made it possiblie to use IDI_XX values
13696         in resource files.
13697         * include/winuser.h: Added missing LoadImage load flags
13698         * include/winuser.h: Added missing message box flags
13699         * include/winuser.h: Added ScrollWindow codes
13700         * include/winuser.h: Added DT_WORD_ELLIPSIS
13701         * include/winuser.h: Added drag and drop support
13702         * include/winuser.h: Added WM_MENUCHAR return codes
13703         * include/winuser.h: Added DLGWINDOWEXTRA
13704         * include/winuser.h: Added missing SetWindowPos flags.
13705         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13706         * include/winuser.h: Added IDHOT_xx defines
13707         * include/winuser.h: Added MOD_WIN
13708         * include/winuser.h: Added missing defines and structs for owner draw
13709         controls.
13710         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13711         WPF_SETMINPOSITION
13712         * include/winuser.h: Added DrawAnimatedRects flags
13713         * include/winuser.h: Added WM_PRINT codes
13714         * include/winuser.h: Added CS_IME class style
13715         * include/winuser.h: Added WM_SIZE codes
13716         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13717         * include/winuser.h: Added WM_NCHITTEST return codes
13718         * include/winuser.h: Added WM_SIZING parameters
13719         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13720         * include/winuser.h: Added menu loop codes.
13721         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13722         NF_REQUERY
13723         * include/winuser.h: Added WM_POWER flags
13724         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13725         * include/winuser.h: Added missing message filter codes
13726         * include/winuser.h: Added WM_KEYXX message flags
13727         * include/winuser.h: Added WM_SHOWMESSAGE flags
13728         * include/winuser.h: Added old ShowWindow commands
13729         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13730         structures.
13731
13732         * include/mciavi.h: New file for the MCI AVI driver that for some
13733         reason is not in mmsystem.h.
13734
13735         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13736         * include/winbase.h: Added SECURITY_xx for CreateFile
13737         * include/winbase.h: Added RTS and DTS control values
13738         * include/winbase.h: Fixed SYSTEM_INFO structure
13739         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13740         * include/winbase.h: Added FILE_TYPE_REMOTE
13741         * include/winbase.h: Added modem status flags
13742         * include/winbase.h: Added HINSTANCE_ERROR
13743         * include/winbase.h: Added DefineDosDevice defines
13744         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13745         * include/winbase.h: Added STARTF_XX flags
13746         * include/winbase.h: Fixed typo on _lcreat prototype.
13747         * include/winbase.h: Moved DBG_XX to winnt.h
13748         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13749         winnt.h
13750
13751         * include/unknwn.h: Added extern declaration of IID_IUnknown
13752
13753         * include/windowsx.h: Added hmemcpy.
13754
13755         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13756         * include/winnt.h: Added PACCESS_TOKEN
13757         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13758         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13759         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13760         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13761         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13762         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13763
13764         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13765         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13766         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13767
13768         * include/winsvc.h: Removed conflicting defines which were supposed
13769         to be in winnt.h
13770
13771         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13772         and SERVICE_ERROR_TYPE.
13773
13774         * include/winnt.h: Added SERVICE_XX defines.
13775         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13776         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13777
13778         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13779         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13780         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13781         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13782
13783 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13784
13785         * include/winbase.h: Corrected prototype for CreateProcessA
13786
13787         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13788         driver extensions.
13789
13790         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13791         be LPSHELLFOLDER* not LPSHELLFOLDER.
13792
13793         * include/windows.h: Include commdlg.h
13794
13795         * include/winuser.h: Added MDICREATESTRUCT
13796
13797         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13798         CB_ERRSPACE, and CB_OKAY
13799
13800         * include/wingdi.h: Added LPBITMAPINFOHEADER
13801
13802         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13803         are meaningless.
13804         * include/rpcdce2.h: Likewise.
13805
13806         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13807
13808         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13809         * include/olectlid.h: Likewise
13810         * include/shlguid.h: Likewise
13811
13812         * include/coguid.h: Delete file since it was for 16 bit windows only.
13813
13814         * lib/*.def: Appended .dll to library name where needed.
13815
13816         * include/windef.h: Define _stdcall and __stdcall only if not
13817         previously defined instead of undefining first.
13818
13819         * include/dlgs.h: Put RC_INVOKED around structure defs
13820
13821         * include/intshcut.h: New file
13822         * include/isguids.h: New file
13823
13824         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13825
13826 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13827
13828         * include/winnt.h: Added check if _T is defined before defining it
13829
13830         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13831
13832         * include/dlgs.h: New file
13833
13834         * include/winbase.h: Removed DllEntryPoint define
13835
13836         * include/winbase.h: Added SetupComm prototype
13837
13838         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13839         supported anyway.
13840
13841         * include/basetyps.h: Removed use of COMOBJECT define, instead
13842         DECLARE_INTERFACE directly uses comobject attribute when GCC
13843         is used.
13844
13845         * include/wtypes.h: STGC enum was missing typedef
13846
13847         * include/objidl.h: ADVC enum was missing typedef
13848
13849         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
13850         they are nested within the VOID definition.
13851
13852         * include/winbase.h: Added stream ids and attributes
13853
13854         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
13855         to an ANYSIZE_ARRAY array.
13856
13857 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
13858
13859         * include/windef.h: defined _declspec as __declspec since
13860         some programs (like VWCL) use _declspec instead of __declspec
13861
13862         * include/winnt.h: added COMPRESS_FORMAT defines
13863
13864         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
13865
13866         * include/winnt.h: added HEAP_XXXX defines
13867
13868         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
13869
13870         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
13871         specification.
13872
13873         * include/winnt.h: added NTAPI define
13874
13875 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
13876
13877         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
13878         instead of CHAR or WCHAR.
13879
13880         * include/winnt.h: added _T define
13881
13882         * include/winnt.h: added test for _TCHAR_DEFINED
13883
13884         * include/winnt.h: included string.h for memory macros
13885
13886         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
13887
13888         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
13889
13890         * include/prsht.h: added PropSheet_XXX macros
13891
13892
13893 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
13894
13895         * include/winspool.h: Changed DeletePrinterProcessor and
13896         DeletePrinterProvidor to DeletePrintXX.
13897
13898         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
13899         LOGCOLORSPACEW.
13900
13901         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
13902         variants
13903
13904         * include/wingdi.h: Likewise for GetLogColorSpace
13905
13906         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
13907
13908         * include/richedit.h: Added missing defines and structures
13909
13910         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
13911
13912         * include/winuser.h: Added HWND_DESKTOP
13913
13914 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
13915
13916         * Makefile: Include ChangeLog when building source
13917         distribution (srcdist)
13918
13919         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
13920         are always defined as STDAPI and STDAPI_
13921
13922         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
13923         are always defined as STDAPI and STDAPI_
13924
13925         * include/objidl.h: Removed extra ';' on IStorage SetClass method
13926
13927         * include/rpcndr.h: Removed all IN and OUT from function prototypes
13928
13929         * ChangeLog started