OSDN Git Service

Update to add Win10 pseudo-console support.
[mingw/mingw-org-wsl.git] / w32api / ChangeLog
1 2021-06-13  Keith Marshall  <keith@users.osdn.me>
2
3         Update to add Win10 pseudo-console support.
4
5         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
6         (PROC_THREAD_ATTRIBUTE_PROTECTION_LEVEL, PROTECTION_LEVEL_SAME)
7         (EXTENDED_STARTUPINFO_PRESENT, PROC_THREAD_ATTRIBUTE_PARENT_PROCESS)
8         (PROC_THREAD_ATTRIBUTE_HANDLE_LIST): Define them.
9         (LPPROC_THREAD_ATTRIBUTE_LIST): Typedef as pointer to opaque struct.
10         (STARTUPINFOEXA, STARTUPINFOEXW): Typedef as struct...
11         (LPSTARTUPINFOEXA, LPSTARTUPINFOEXW): ...and pointers thereto.
12         (STARTUPINFOEX, LPSTARTUPINFOEX) [UNICODE vs. !UNICODE]: Alias to
13         STARTUPINFOEXW or STARTUPINFOEXA, respectively.
14         (InitializeProcThreadAttributeList, UpdateProcThreadAttribute)
15         (DeleteProcThreadAttributeList): Declare function prototypes.
16
17         [_WIN32_WINNT >= _WIN32_WINNT_WIN7]
18         (PROC_THREAD_ATTRIBUTE_PREFERRED_NODE)
19         (PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY)
20         (PROCESS_CREATION_MITIGATION_POLICY_DEP_ENABLE)
21         (PROCESS_CREATION_MITIGATION_POLICY_DEP_ATL_THUNK_ENABLE)
22         (PROCESS_CREATION_MITIGATION_POLICY_SEHOP_ENABLE)
23         (PROC_THREAD_ATTRIBUTE_GROUP_AFFINITY)
24         (PROC_THREAD_ATTRIBUTE_IDEAL_PROCESSOR)
25         (PROC_THREAD_ATTRIBUTE_UMS_THREAD): Define them.
26
27         [_WIN32_WINNT >= _WIN32_WINNT_WIN8]
28         (PROCESS_CREATION_MITIGATION_POLICY_FORCE_RELOCATE_IMAGES_ALWAYS_ON)
29         (PROCESS_CREATION_MITIGATION_POLICY_FORCE_RELOCATE_IMAGES_ALWAYS_OFF)
30         (PROCESS_CREATION_MITIGATION_POLICY_FORCE_RELOCATE_IMAGES_ALWAYS_ON_REQ_RELOCS)
31         (PROCESS_CREATION_MITIGATION_POLICY_HEAP_TERMINATE_ALWAYS_ON)
32         (PROCESS_CREATION_MITIGATION_POLICY_HEAP_TERMINATE_ALWAYS_OFF)
33         (PROCESS_CREATION_MITIGATION_POLICY_BOTTOM_UP_ASLR_ALWAYS_ON)
34         (PROCESS_CREATION_MITIGATION_POLICY_BOTTOM_UP_ASLR_ALWAYS_OFF)
35         (PROCESS_CREATION_MITIGATION_POLICY_HIGH_ENTROPY_ASLR_ALWAYS_ON)
36         (PROCESS_CREATION_MITIGATION_POLICY_HIGH_ENTROPY_ASLR_ALWAYS_OFF)
37         (PROCESS_CREATION_MITIGATION_POLICY_STRICT_HANDLE_CHECKS_ALWAYS_ON)
38         (PROCESS_CREATION_MITIGATION_POLICY_STRICT_HANDLE_CHECKS_ALWAYS_OFF)
39         (PROCESS_CREATION_MITIGATION_POLICY_WIN32K_SYSTEM_CALL_DISABLE_ALWAYS_ON)
40         (PROCESS_CREATION_MITIGATION_POLICY_WIN32K_SYSTEM_CALL_DISABLE_ALWAYS_OFF)
41         (PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_ON)
42         (PROCESS_CREATION_MITIGATION_POLICY_EXTENSION_POINT_DISABLE_ALWAYS_OFF)
43         (PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_ALWAYS_ON)
44         (PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_ALWAYS_OFF)
45         (PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_ALWAYS_ON_ALLOW_OPT_OUT)
46         (PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_DEFER)
47         (PROCESS_CREATION_MITIGATION_POLICY_PROHIBIT_DYNAMIC_CODE_MASK)
48         (PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_DEFER)
49         (PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_ALWAYS_ON)
50         (PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_ALWAYS_OFF)
51         (PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_EXPORT_SUPPRESSION)
52         (PROCESS_CREATION_MITIGATION_POLICY_CONTROL_FLOW_GUARD_MASK)
53         (PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_DEFER)
54         (PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_ALWAYS_ON)
55         (PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_ALWAYS_OFF)
56         (PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_RESERVED)
57         (PROCESS_CREATION_MITIGATION_POLICY2_STRICT_CONTROL_FLOW_GUARD_MASK)
58         (PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_DEFER)
59         (PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALWAYS_ON)
60         (PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALWAYS_OFF)
61         (PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALLOW_STORE)
62         (PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_MASK)
63         (PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_DEFER)
64         (PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_ON)
65         (PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_ALWAYS_OFF)
66         (PROCESS_CREATION_MITIGATION_POLICY_AUDIT_NONSYSTEM_FONTS)
67         (PROCESS_CREATION_MITIGATION_POLICY_FONT_DISABLE_MASK)
68         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_DEFER)
69         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_ALWAYS_ON)
70         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_ALWAYS_OFF)
71         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_RESERVED)
72         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_REMOTE_MASK)
73         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_DEFER)
74         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_ALWAYS_ON)
75         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_ALWAYS_OFF)
76         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_RESERVED)
77         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_LOW_LABEL_MASK)
78         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_PREFER_SYSTEM32_DEFER)
79         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_PREFER_SYSTEM32_ALWAYS_ON)
80         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_PREFER_SYSTEM32_ALWAYS_OFF)
81         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_PREFER_SYSTEM32_RESERVED)
82         (PROCESS_CREATION_MITIGATION_POLICY_IMAGE_LOAD_NO_PREFER_SYSTEM32_MASK):
83         Define them.
84
85         [_WIN32_WINNT >= _WIN32_WINNT_WIN10 && NTDDI_VERSION >= NTDDI_WIN10_RS3]
86         (PROCESS_CREATION_MITIGATION_POLICY2_RESTRICT_INDIRECT_BRANCH_PREDICTION_ALWAYS_ON)
87
88         [_WIN32_WINNT >= _WIN32_WINNT_WIN10 && NTDDI_VERSION >= NTDDI_WIN10_RS5]
89         (PROCESS_CREATION_MITIGATION_POLICY2_SPECULATIVE_STORE_BYPASS_DISABLE_ALWAYS_ON)
90         (PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE): Define them.
91
92         * include/wincon.h [NTDDI_VERSION >= NTDDI_WIN10_RS5]
93         (HPCON): Typedef as Windows handle type.
94         (PSEUDOCONSOLE_INHERIT_CURSOR): Define it.
95         (CreatePseudoConsole, ResizePseudoConsole, ClosePseudoConsole):
96         Declare function prototypes.
97
98         * lib/kernel32.def (CreatePseudoConsole, ResizePseudoConsole)
99         (ClosePseudoConsole): Add references.
100
101 2021-05-25  Keith Marshall  <keith@users.osdn.me>
102
103         Add "legacy-safe" emulation of Microsoft's version helpers API.
104
105         * include/versionhelpers.h: New file; it defines the API, as specified
106         in Microsoft's official "Version Helper" on-line documentation.
107
108         * lib/osvercmp.c: New file; it implements...
109         (__mingw_osver_at_least, __mingw_osver_server): ...these "legacy-safe"
110         helper functions; deployed as regular object modules, included in...
111         (libkernel32.a): ...this W32API import library, they wrap calls to...
112         (VerSetConditionMask, VerifyVersionInfoA): ...these KERNEL32.DLL
113         functions, forwarding calls only if supported.
114
115         * Makefile.in (kernel32.a): Add osvercmp.$OBJEXT dependency.
116
117 2021-05-25  Keith Marshall  <keith@users.osdn.me>
118
119         Correct an entry-point look-up logic defect.
120
121         * lib/availapi.c (__bound_dll_entry_point) [dll == NULL]: Should be...
122         [dll != NULL]: ...this; correct it.
123
124 2021-05-23  Keith Marshall  <keith@users.osdn.me>
125
126         Implement a generic legacy platform support infrastructure.
127
128         * lib/availapi.c: New file; it implements...
129         (__kernel32_entry_point, __bound_dll_entry_point)
130         (__unbound_dll_entry_point): ...these run-time link helper functions.
131
132         * include/legacy.h: New file.
133         (__kernel32_entry_point, __bound_dll_entry_point)
134         (__unbound_dll_entry_point): Declare them.
135         (__legacy_support): New inline error notifier; implement it.
136         (API_UNCHECKED, API_UNSUPPORTED): Define them.
137         (ERROR_OLD_WIN_VERSION): Duplicate.
138
139         * Makefile.in (libkernel32.a): Integrate...
140         (k32entry.$OBJEXT, bound.$OBJECT): ...these; they provide...
141         (__kernel32_entry_point, __bound_dll_entry_point): ...these; add
142         build rules, as appropriate, incorporating...
143         (NO_ALIGN_FLAGS): ...this new macro.
144
145 2021-05-09  Keith Marshall  <keith@users.osdn.me>
146
147         Correct TreeView_GetItemRect() syntax; cf. MinGW-Issue #41041.
148
149         * include/commctrl.h (TreeView_GetItemRect): Correct placement of
150         parentheses around typecast pointer reference assignment.
151
152 2021-04-11  Keith Marshall  <keith@users.osdn.me>
153
154         Prepare and publish MinGW.org WSL-5.4.2 release.
155
156         * All files (wsl-5.4.2-release): Tag assigned.
157
158 2021-02-19  Keith Marshall  <keith@users.osdn.me>
159
160         Make <winnetwk.h> header effectively self-contained.
161
162         * include/winnetwk.h: Tidy layout; assert copyright.
163         (GCC system_header) [__GNUC__ >= 3]: Remove prerequisite condition.
164         (windef.h): Include this, to support stand-alone use.
165         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
166         [UNICODE vs. ! UNICODE] (__AW_ALIAS__): Use it to declare...
167         (NETRESOURCE, LPNETRESOURCE, CONNECTDLGSTRUCT, LPCONNECTDLGSTRUCT)
168         (DISCDLGSTRUCT, LPDISCDLGSTRUCT, UNIVERSAL_NAME_INFO)
169         (LPUNIVERSAL_NAME_INFO, REMOTE_NAME_INFO)
170         (LPREMOTE_NAME_INFO): ...these.
171         [UNICODE vs. ! UNICODE] (__AW_SUFFIXED__): Use it to declare...
172         (PFNGETPROFILEPATH, PFNRECONCILEPROFILE, PFNPROCESSPOLICIES)
173         (WNetAddConnection, WNetAddConnection2, WNetAddConnection3)
174         (WNetCancelConnection, WNetCancelConnection2, WNetGetConnection)
175         (WNetUseConnection, WNetSetConnection, WNetConnectionDialog1)
176         (WNetDisconnectDialog1, WNetOpenEnum, WNetEnumResource)
177         (WNetGetUniversalName, WNetGetUser, WNetGetProviderName)
178         (WNetGetNetworkInformation, WNetGetResourceInformation)
179         (WNetGetResourceParent, WNetGetLastError)
180         (MultinetGetConnectionPerformance): ...these.
181
182 2021-02-13  Keith Marshall  <keith@users.osdn.me>
183
184         Update support for Internet Explorer features selection macros.
185
186         * include/sdkddkver.h (_WIN32_IE_IE90)
187         (_WIN32_IE_IE100, _WIN32_IE_IE110): Define.
188
189 2021-02-13  Keith Marshall  <keith@users.osdn.me>
190
191         Add support for Windows-10 features selection macros.
192
193         * include/sdkddkver.h (_WIN32_WINNT_WIN10): Define.
194         (NTDDI_WIN10, NTDDI_WINTHRESHOLD, NTDDI_WIN10_TH2, NTDDI_WIN10_RS1)
195         (NTDDI_WIN10_RS2, NTDDI_WIN10_RS3, NTDDI_WIN10_RS4, NTDDI_WIN10_RS5)
196         (NTDDI_WIN10_19H1): Likewise.
197
198 2021-02-12  Keith Marshall  <keith@users.osdn.me>
199
200         Make <winperf.h> header effectively self-contained.
201
202         * include/winperf.h: Tidy layout; assert copyright.
203         (GCC system_header) [__GNUC__ >= 3]: Remove prerequisite condition.
204         (winbase.h): Include this, to support stand-alone use.
205         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
206
207 2021-02-12  Keith Marshall  <keith@users.osdn.me>
208
209         Make <winspool.h> header effectively self-contained.
210
211         * include/winspool.h: Tidy layout; assert copyright.
212         (GCC system_header) [__GNUC__ >= 3]: Remove prerequisite condition.
213         (winbase.h, wingdi.h): Include these, to support stand-alone use.
214         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: Always test symbolically.
215         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
216         [UNICODE vs. ! UNICODE] (__AW_ALIAS__): Use it to declare...
217         (ADDJOB_INFO_1), PADDJOB_INFO_1, LPADDJOB_INFO_1)
218         (DATATYPES_INFO_1, PDATATYPES_INFO_1, LPDATATYPES_INFO_1)
219         (JOB_INFO_1, PJOB_INFO_1, LPJOB_INFO_1)
220         (JOB_INFO_2, PJOB_INFO_2, LPJOB_INFO_2)
221         (DOC_INFO_1, PDOC_INFO_1, LPDOC_INFO_1)
222         (DOC_INFO_2, PDOC_INFO_2, LPDOC_INFO_2)
223         (DRIVER_INFO_1, PDRIVER_INFO_1, LPDRIVER_INFO_1)
224         (DRIVER_INFO_2, PDRIVER_INFO_2, LPDRIVER_INFO_2)
225         (DRIVER_INFO_3, PDRIVER_INFO_3, LPDRIVER_INFO_3)
226         (DRIVER_INFO_4, PDRIVER_INFO_4, LPDRIVER_INFO_4)
227         (DRIVER_INFO_5, PDRIVER_INFO_5, LPDRIVER_INFO_5)
228         (DRIVER_INFO_6, PDRIVER_INFO_6, LPDRIVER_INFO_6)
229         (MONITOR_INFO_1, PMONITOR_INFO_1, LPMONITOR_INFO_1)
230         (PORT_INFO_1, PPORT_INFO_1, LPPORT_INFO_1)
231         (MONITOR_INFO_2, PMONITOR_INFO_2, LPMONITOR_INFO_2)
232         (PORT_INFO_2, PPORT_INFO_2, LPPORT_INFO_2)
233         (PORT_INFO_3, PPORT_INFO_3, LPPORT_INFO_3)
234         (PRINTER_ENUM_VALUES, PPRINTER_ENUM_VALUES)
235         (PRINTER_INFO_1, PPRINTER_INFO_1, LPPRINTER_INFO_1)
236         (PRINTER_INFO_2, PPRINTER_INFO_2, LPPRINTER_INFO_2)
237         (PRINTER_INFO_4, PPRINTER_INFO_4, LPPRINTER_INFO_4)
238         (PRINTER_INFO_5, PPRINTER_INFO_5, LPPRINTER_INFO_5)
239         (PRINTER_INFO_7, PPRINTER_INFO_7, LPPRINTER_INFO_7)
240         (PRINTPROCESSOR_INFO_1, PPRINTPROCESSOR_INFO_1)
241         (FORM_INFO_1, PFORM_INFO_1, LPFORM_INFO_1)
242         (PRINTER_DEFAULTS, PPRINTER_DEFAULTS, LPPRINTER_DEFAULTS)
243         (PROVIDOR_INFO_1, PPROVIDOR_INFO_1, LPROVIDOR_INFO_1)
244         (PROVIDOR_INFO_2, PPROVIDOR_INFO_2, LPROVIDOR_INFO_2): ...these.
245         [UNICODE vs. ! UNICODE] (__AW_SUFFIXED__): Use it to declare...
246         (AddForm, AddJob, AddMonitor, AddPort, AddPrinter)
247         (AddPrinterConnection, AddPrinterDriver, AddPrintProcessor)
248         (AddPrintProvidor, AdvancedDocumentProperties, ConfigurePort)
249         (DeleteForm, DeleteMonitor, DeletePort, DeletePrinterConnection)
250         (DeletePrinterData, DeletePrinterDriver, DeletePrintProcessor)
251         (DeletePrintProvidor, DocumentProperties, EnumForms, EnumJobs)
252         (EnumMonitors, EnumPorts, EnumPrinterData, EnumPrinterDrivers)
253         (EnumPrinters, EnumPrintProcessorDatatypes, EnumPrintProcessors)
254         (GetDefaultPrinter, GetForm, GetJob, GetPrinter, GetPrinterData)
255         (GetPrinterDriver, GetPrinterDriverDirectory, OpenPrinter)
256         (GetPrintProcessorDirectory, PrinterMessageBox, ResetPrinter)
257         (SetForm, SetJob, SetPrinter, SetPrinterData)
258         (StartDocPrinter): ...these.
259
260 2021-02-09  Alexei Podtelezhnikov  <apodtele@gmail.com>
261
262         Add missing <wingdi.h> definitions.
263
264         * include/wingdi.h (BI_ALPHABITFIELDS, BI_CMYK, BI_CMYKRLE4)
265         (BI_CMYKRLE8, DIB_PAL_INDICES, OUT_SCREEN_OUTLINE_PRECIS)
266         (BS_MONOPATTERN, LAYOUT_LTR, LCS_sRGB, LCS_WINDOWS_COLOR_SPACE)
267         (PROFILE_EMBEDDED, LCS_PROFILE_EMBEDDED, PROFILE_LINKED)
268         (LCS_PROFILE_LINKED, LCS_GM_ABS_COLORIMETRIC): Define.
269
270 2021-01-25  Keith Marshall  <keith@users.osdn.me>
271
272         Represent <winbase.h> file creation bit-flags in hexadecimal.
273
274         * include/winbase.h (FILE_FLAG_OVERLAPPED)
275         (FILE_FLAG_NO_BUFFERING, FILE_FLAG_RANDOM_ACCESS)
276         (FILE_FLAG_SEQUENTIAL_SCAN, FILE_FLAG_DELETE_ON_CLOSE)
277         (FILE_FLAG_BACKUP_SEMANTICS, FILE_FLAG_POSIX_SEMANTICS)
278         (FILE_FLAG_OPEN_REPARSE_POINT, FILE_FLAG_OPEN_NO_RECALL): Use of
279         decimal-value definitions needlessly obfuscates bit-mapped intent;
280         convert all to their hexadecimal equivalents.
281
282 2020-07-23  Keith Marshall  <keith@users.osdn.me>
283
284         Prepare and publish MinGW.org WSL-5.4.1 release.
285
286         * All files (wsl-5.4.1-release): Tag assigned.
287
288 2020-07-08  Keith Marshall  <keith@users.osdn.me>
289
290         Prepare and publish MinGW.org WSL-5.4 release.
291
292         * All files (wsl-5.4-release): Tag assigned.
293
294 2020-07-06  Keith Marshall  <keith@users.osdn.me>
295
296         Prepare and publish MinGW.org WSL-5.3.4 release.
297
298         * All files (wsl-5.3.4-release): Tag assigned.
299
300 2020-07-05  Keith Marshall  <keith@users.osdn.me>
301
302         Revert typedef of socklen_t to signed int type.
303
304         * include/ws2tcpip.h (socklen_t): Change from unsigned int to int.
305
306         * include/wspiapi.h (__wspiapi_getnameinfo): In comparison...
307         [len < sizeof(struct sockaddr)]: ...cast RHS to socklen_t, which is
308         the type of len, to ensure type consistency.
309
310 2020-06-03  Keith Marshall  <keith@users.osdn.me>
311
312         Prepare and publish MinGW.org WSL-5.3.3 release.
313
314         * All files (wsl-5.3.3-release): Tag assigned.
315
316 2020-05-28  Keith Marshall  <keith@users.osdn.me>
317
318         Prepare and publish MinGW.org WSL-5.3.2 release.
319
320         * All files (wsl-5.3.2-release): Tag assigned.
321
322 2020-04-30  Keith Marshall  <keith@users.osdn.me>
323
324         Prepare and publish MinGW.org WSL-5.3.1 release.
325
326         * All files (wsl-5.3.1-release): Tag assigned.
327
328 2020-03-28  Keith Marshall  <keith@users.osdn.me>
329
330         Make <winsvc.h> header effectively self-contained.
331
332         * include/winsvc.h: Tidy layout; assert copyright.
333         Include <windef.h>, so supporting stand-alone inclusion.
334         (pragma GCC system_header): Remove redundant GCC version guard.
335         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
336         (__AW_ALIAS__): Use it to selectively typedef...
337         [UNICODE vs. ! UNICODE] (LPSERVICE_MAIN_FUNCTION)
338         (SERVICE_FAILURE_ACTIONS, LPSERVICE_FAILURE_ACTIONS)
339         (ENUM_SERVICE_STATUS_PROCESS, LPENUM_SERVICE_STATUS_PROCESS)
340         (QUERY_SERVICE_LOCK_STATUS, LPQUERY_SERVICE_LOCK_STATUS)
341         (QUERY_SERVICE_CONFIG, LPQUERY_SERVICE_CONFIG)
342         (SERVICE_TABLE_ENTRY, LPSERVICE_TABLE_ENTRY)
343         (SERVICE_DESCRIPTION, LPSERVICE_DESCRIPTION)
344         (ENUM_SERVICE_STATUS, LPENUM_SERVICE_STATUS): ...these.
345         (__AW_SUFFIXED__): Likewise, use it to selectively define...
346         [UNICODE vs. ! UNICODE] (SERVICES_ACTIVE_DATABASE)
347         (SERVICES_FAILED_DATABASE, SC_GROUP_IDENTIFIER)
348         (CreateService, ChangeServiceConfig, ChangeServiceConfig2)
349         (EnumDependentServices, EnumServicesStatus, EnumServicesStatusEx)
350         (GetServiceDisplayName, GetServiceKeyName, OpenSCManager)
351         (OpenService, QueryServiceConfig, QueryServiceConfig2)
352         (QueryServiceLockStatus, RegisterServiceCtrlHandler)
353         (StartService, StartServiceCtrlDispatcher)
354         (RegisterServiceCtrlHandlerEx): ...these.
355         (__AW_STRING_W__): Use it to derive definitions for...
356         (SERVICES_ACTIVE_DATABASEW, SERVICES_FAILED_DATABASEW)
357         (SC_GROUP_IDENTIFIERW): ...each of these, from...
358         (SERVICES_ACTIVE_DATABASEA, SERVICES_FAILED_DATABASEA)
359         (SC_GROUP_IDENTIFIERA): ...these, respectively.
360
361 2020-03-05  Keith Marshall  <keith@users.osdn.me>
362
363         Prepare and publish MinGW.org WSL-5.3 release.
364
365         * All files (wsl-5.3-release): Tag assigned.
366
367 2020-01-20  Keith Marshall  <keith@users.osdn.me>
368
369         Implement <wspiapi.h> sockets fall-back API.
370
371         * tests/headers.at: Add...
372         * include/wspiapi.h: ...this new file; it implements...
373         (WspiapiGetAddrInfo, WspiapiGetNameInfo, WspiapiFreeAddrInfo):
374         ...these inline fall-back replacement implementations for...
375         (getaddrinfo, getnameinfo, freeaddrinfo): ...these IETF RFC 3493
376         functions, respectively, per hints in Microsoft online docs.
377
378         * include/ws2tcpip.h: Tidy layout; assert copyright.
379         (pragma GCC system_header): Remove redundant GCC version guard.
380         (EAI_SYSTEM, EAI_OVERFLOW): New symbolic error codes; define them.
381         (socklen_t): Correct typedef; was signed but negative is meaningless.
382         (getnameinfo): Adjust prototype declaration to conform to RFC 3493.
383         (__AW_SUFFIXED__): Use it to selectively map definitions for...
384         [UNICODE vs. ! UNICODE] (gai_strerror): ...this function.
385         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
386
387 2020-01-17  Keith Marshall  <keith@users.osdn.me>
388
389         Preserve order of tests for integrity of header files.
390
391         * tests/Makefile.in: Explicitly sort $wildcard output, within...
392         (list_headers): ...this new function-style macro.
393         (enum_headers, enum_header_subdirs): Use it.
394
395         * tests/headers.at: Adjust to recent GNU make $sort order.
396
397 2020-01-15  Keith Marshall  <keith@users.osdn.me>
398
399         Incorporate <winnls.h> updates for Vista and Windows-7.
400
401         * include/winnls.h: Reorganize into logical definition groups.
402         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (LOCALE_CUSTOM_DEFAULT)
403         (LOCALE_CUSTOM_UI_DEFAULT, LOCALE_CUSTOM_UNSPECIFIED, LOCALE_SNAME)
404         (LOCALE_SDURATION, LOCALE_SKEYBOARDSTOINSTALL, LOCALE_SSCRIPTS)
405         (LOCALE_SNAN, LOCALE_SPOSINFINITY, LOCALE_SNEGINFINITY)
406         (LOCALE_SISO3166CTRYNAME2, LOCALE_SISO639LANGNAME2)
407         (LOCALE_SSHORTESTDAYNAME1, LOCALE_SSHORTESTDAYNAME2)
408         (LOCALE_SSHORTESTDAYNAME3, LOCALE_SSHORTESTDAYNAME4)
409         (LOCALE_SSHORTESTDAYNAME5, LOCALE_SSHORTESTDAYNAME6)
410         (LOCALE_SSHORTESTDAYNAME7, CAL_SSHORTESTDAYNAME1)
411         (CAL_SSHORTESTDAYNAME2, CAL_SSHORTESTDAYNAME3, CAL_SSHORTESTDAYNAME4)
412         (CAL_SSHORTESTDAYNAME5, CAL_SSHORTESTDAYNAME6, CAL_SSHORTESTDAYNAME7)
413         (CAL_UMALQURA, C3_HIGHSURROGATE, C3_LOWSURROGATE): New symbolic
414         constants; define each as a manifest constant macro.
415         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (CAL_SMONTHDAY)
416         (CAL_SABBREVERASTRING): Likewise.
417         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (GetCalendarInfoEx): New
418         function; declare its prototype.
419
420 2020-01-14  Keith Marshall  <keith@users.osdn.me>
421
422         Make <winnls.h> header effectively self-contained.
423
424         * include/winnls.h: Tidy layout; assert copyright.
425         Include <winbase.h>, so supporting stand-alone inclusion.
426         (pragma GCC system_header): Remove redundant GCC version guard.
427         (WINVER, _WIN32_WINNT): Always use symbolic version comparisons.
428         (__AW_ALIAS__): Use it to selectively typedef...
429         [UNICODE vs. ! UNICODE] (CPINFOEX, LPCPINFOEX, CURRENCYFMT)
430         (LPCURRENCYFMT, NUMBERFMT, LPNUMBERFMT): ...each of these generic data
431         types; delete redundant UNICODE vs. non-UNICODE variants.
432         (__AW_SUFFIXED__): Likewise, use it to selectively define...
433         [UNICODE vs. ! UNICODE] (CALINFO_ENUMPROC, CALINFO_ENUMPROCEX)
434         (LANGUAGEGROUP_ENUMPROC, LANGGROUPLOCALE_ENUMPROC, LOCALE_ENUMPROC)
435         (CODEPAGE_ENUMPROC, DATEFMT_ENUMPROC, DATEFMT_ENUMPROCEX)
436         (TIMEFMT_ENUMPROC, UILANGUAGE_ENUMPROC, CompareString)
437         (EnumCalendarInfo, EnumDateFormats, EnumSystemCodePages)
438         (EnumSystemLocales, EnumTimeFormats, FoldString, GetCalendarInfo)
439         (GetCPInfoEx, GetCurrencyFormat, GetDateFormat, GetGeoInfo)
440         (GetLocaleInfo, GetNumberFormat, GetStringTypeEx, GetTimeFormat)
441         (LCMapString, SetCalendarInfo, SetLocaleInfo, EnumCalendarInfoEx)
442         (EnumDateFormatsEx, EnumSystemLanguageGroups, EnumLanguageGroupLocales)
443         (EnumUILanguages): ...these generic names; delete redundant variants.
444         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
445
446 2019-07-06  Keith Marshall  <keith@users.osdn.me>
447
448         Prepare and publish MinGW.org WSL-5.2.2 release.
449
450         * All files (wsl-5.2.2-release): Tag assigned.
451
452 2019-06-07  Keith Marshall  <keith@users.osdn.me>
453
454         Add missing definitions; fix MinGW-Bug #39129
455
456         * include/winnt.h (PAGE_TARGETS_INVALID): Define it.
457         (PAGE_TARGETS_NO_UPDATE): Likewise.
458
459 2019-05-03  Keith Marshall  <keith@users.osdn.me>
460
461         Correct a typographic error; fix MinGW-Bug #39193
462
463         * include/commctrl.h (ListView_SubItemHitTest): Balance parentheses;
464         add a missing closing parenthesis.
465
466 2019-04-08  Keith Marshall  <keith@users.osdn.me>
467
468         Correct a typographic error; fix MinGW-Bug #39117
469
470         * include/commctrl.h (STATUSCUASSNAME): Correct misspelling...
471         (STATUSCLASSNAME): ...to this.
472
473 2019-02-03  Keith Marshall  <keith@users.osdn.me>
474
475         Clean up winsock default version selection stratagem.
476
477         * include/winsock.h [_WINSOCK_H]: Defer definition until within new
478         internal recursion breaking retest block; following evaluation of...
479         [__USE_MINGW_WINSOCK_DEFAULT]: ...this, whence <winsock2.h> may be
480         included, reproducing the original version selection logic from...
481         * include/_winsock.h: ...here; file is now obsolete; delete it.
482
483         * include/winsock2.h (__USE_MINGW_WINSOCK_DEFAULT): Undefine it,
484         before including <winsock.h>
485
486         * include/windows.h include/nspapi.h include/wsnetbs.h: Define...
487         (__USE_MINGW_WINSOCK_DEFAULT): ...this, and then include <winsock.h>
488         instead of deleted file <_winsock.h>
489
490         * tests/headers.at: Regenerated.
491
492 2019-01-22  Keith Marshall  <keith@users.osdn.me>
493
494         Prepare and publish MinGW.org WSL-5.2.1 release.
495
496         * All files (wsl-5.2.1-release): Tag assigned.
497
498 2019-01-22  Keith Marshall  <keith@users.osdn.me>
499
500         Incorporate user-customized <features.h> configuration.
501
502         * tests/Makefile.in (install-mingwrt-headers): Create <features.h>
503         stub; this is an empty file, yielding the default configuration.
504
505 2018-12-23  Keith Marshall  <keith@users.osdn.me>
506
507         Prepare and publish MinGW.org WSL-5.2 release.
508
509         * All files (wsl-5.2-release): Tag assigned.
510
511 2018-12-18  Keith Marshall  <keith@users.osdn.me>
512
513         Make <winver.h> header effectively self-contained.
514
515         * include/winver.h: Include <windef.h>
516
517 2018-11-23  Keith Marshall  <keith@users.osdn.me>
518
519         Fix MinGW-Bug #2248 (SF ticket).
520
521         * include/commctrl.h (NMPGSCROLL): Set packing to 1-byte alignment.
522         (NMPGSCROLL.fwKeys): Change type from BOOL to WORD.
523
524 2018-11-23  Keith Marshall  <keith@users.osdn.me>
525
526         Apply some more cosmetic layout adjustments.
527
528         * include/commctrl.h: Keep 'typedef' and 'struct' on a single line,
529         for each untagged aggregate type definition.
530
531 2018-11-18  Jelle Geerts  <heisenbug@users.osdn.me>
532
533         Fix MinGW-Bug #38736 (OSDN ticket).
534
535         * include/commctrl.h (DTM_SETFORMATW): Correct definition; was 0x1050,
536         but should be equivalent to 0x1000 + 50, which is actually 0x1032.
537
538 2018-11-18  Keith Marshall  <keith@users.osdn.me>
539
540         Make <commctrl.h> header effectively self-contained.
541
542         * include/commctrl.h: Tidy layout; assert copyright.
543         Include <winbase.h> and <prsht.h>; both are required to resolve
544         inter-header dependencies, so achieving effective self-containment.
545         Correctly parenthesize argument references in macro definitions.
546         (pragma GCC system_header): Remove redundant GCC version guard.
547         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
548         (SNDMSG): Remove definition; it is inherited from <prsht.h> anyway.
549         (__AW_ALIAS__, __AW_SUFFIXED__, __AW_STRING_A__, __AW_STRING_W__):
550         Use them; they facilitate maintenance of robust definitions for...
551         [UNICODE vs. ! UNICODE]: ...generic symbols and strings.
552         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
553
554 2018-11-16  Keith Marshall  <keith@users.osdn.me>
555
556         Make <prsht.h> header effectively self-contained.
557
558         * include/prsht.h: Tidy layout; assert copyright.
559         Include <winuser.h> to resolve inter-header dependencies.
560         Correctly parenthesize argument references in macro definitions.
561         (pragma GCC system_header): Remove redundant GCC version guard.
562         (_WIN32_WINNT, _WIN32_IE): Always use symbolic version comparisons.
563         (SNDMSG, POSTMSG) [ifndef]: Remove guard condition; it prevents GCC
564         from checking consistency of alternative definition sources.
565         (__AW_SUFFIXED__): Use it; it improves robustness of...
566         [UNICODE vs. ! UNICODE]: ...generic definitions.
567         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
568
569 2018-10-29  Keith Marshall  <keith@users.osdn.me>
570
571         Clean up <wincon.h>; consolidate its version dependencies.
572
573         * include/wincon.h: Tidy layout; assert copyright.
574         [_WIN32_WINNT]: Always compare it symbolically, with respect to...
575         [_WIN32_WINNT_WIN2K, _WIN32_WINNT_WINXP, _WIN32_WINNT_VISTA]: ...each
576         of these; group and consolidate respective version dependencies.
577         (FOREGROUND_BLUE, FOREGROUND_GREEN, FOREGROUND_RED)
578         (FOREGROUND_INTENSITY, BACKGROUND_BLUE, BACKGROUND_GREEN)
579         (BACKGROUND_RED, BACKGROUND_INTENSITY, COMMON_LVB_LEADING_BYTE)
580         (COMMON_LVB_TRAILING_BYTE, COMMON_LVB_GRID_HORIZONTAL)
581         (COMMON_LVB_GRID_LVERTICAL, COMMON_LVB_GRID_RVERTICAL)
582         (COMMON_LVB_REVERSE_VIDEO, COMMON_LVB_UNDERSCORE, CTRL_C_EVENT)
583         (CTRL_BREAK_EVENT, CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT)
584         (CTRL_SHUTDOWN_EVENT, ENABLE_LINE_INPUT, ENABLE_ECHO_INPUT)
585         (ENABLE_PROCESSED_INPUT, ENABLE_WINDOW_INPUT, ENABLE_MOUSE_INPUT)
586         (ENABLE_INSERT_MODE, ENABLE_QUICK_EDIT_MODE, ENABLE_EXTENDED_FLAGS)
587         (ENABLE_AUTO_POSITION, ENABLE_VIRTUAL_TERMINAL_INPUT)
588         (ENABLE_PROCESSED_OUTPUT, ENABLE_WRAP_AT_EOL_OUTPUT)
589         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
590         (ENABLE_LVB_GRID_WORLDWIDE, KEY_EVENT, MOUSE_EVENT)
591         (WINDOW_BUFFER_SIZE_EVENT, MENU_EVENT, FOCUS_EVENT, CAPSLOCK_ON)
592         (ENHANCED_KEY, RIGHT_ALT_PRESSED, LEFT_ALT_PRESSED)
593         (RIGHT_CTRL_PRESSED, LEFT_CTRL_PRESSED, SHIFT_PRESSED, NUMLOCK_ON)
594         (SCROLLLOCK_ON, FROM_LEFT_1ST_BUTTON_PRESSED)
595         (FROM_LEFT_2ND_BUTTON_PRESSED, FROM_LEFT_3RD_BUTTON_PRESSED)
596         (FROM_LEFT_4TH_BUTTON_PRESSED, RIGHTMOST_BUTTON_PRESSED, MOUSE_MOVED)
597         (DOUBLE_CLICK, MOUSE_WHEELED, MOUSE_HWHEELED, CONSOLE_FULLSCREEN)
598         (CONSOLE_FULLSCREEN_HARDWARE, CONSOLE_FULLSCREEN_MODE)
599         (CONSOLE_WINDOWED_MODE, CONSOLE_NO_SELECTION)
600         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_SELECTION_NOT_EMPTY)
601         (CONSOLE_MOUSE_SELECTION, CONSOLE_MOUSE_DOWN, HISTORY_NO_DUP_FLAG):
602         Redefine, expressing all values in hexadecimal rather than decimal;
603         this is consistent with Microsoft documentation, and it is also more
604         logical, since all represent bit-flags, bit-fields, or bit-masks.
605
606 2018-10-24  Keith Marshall  <keith@users.osdn.me>
607
608         Make <wincon.h> header effectively self-contained.
609
610         * include/wincon.h [_WIN32_WINNT < 0x0600]: Include <windef.h>...
611         [_WIN32_WINNT >= 0x0600]: ...but, Vista and later need <wingdi.h>
612         [__GNUC__ >= 3]: Remove condition; used only in association with...
613         (#pragma GCC system_header): ...this, it is redundant in this context.
614         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them as appropriate.
615
616 2018-10-24  David Gressett  <texasgaidheal@users.osdn.me>
617
618         Improve WinXP/Vista console I/O support.
619
620         * include/wincon.h (AddConsoleAlias, GetConsoleAlias)
621         (GetConsoleAliases, GetConsoleAliasExes, GetConsoleAliasesLength)
622         (GetConsoleAliasExesLength, GetConsoleOriginalTitle): New function
623         name aliases; define them, mapping them conditionally to represent...
624         [UNICODE]: ...their corresponding UTF-16LE function names, else...
625         [!UNICODE]: ...their corresponding ASCII/DBCS function names.
626         (COMMON_LVB_LEADING_BYTE, COMMON_LVB_TRAILING_BYTE
627         (COMMON_LVB_GRID_HORIZONTAL, COMMON_LVB_GRID_LVERTICAL)
628         (COMMON_LVB_GRID_RVERTICAL, COMMON_LVB_REVERSE_VIDEO)
629         (COMMON_LVB_UNDERSCORE, ENABLE_VIRTUAL_TERMINAL_INPUT)
630         (ENABLE_VIRTUAL_TERMINAL_PROCESSING, DISABLE_NEWLINE_AUTO_RETURN)
631         (ENABLE_LVB_GRID_WORLDWIDE,(MOUSE_HWHEELED): Define them.
632         (GetConsoleAliasA, GetConsoleAliasW, HandlerRoutine): Declare.
633         (CONSOLE_FULLSCREEN, CONSOLE_FULLSCREEN_HARDWARE): Define when...
634         [_WIN32_WINNT >= 0x0500]: ...this prevails; additionally...
635         (GetConsoleFontSize): ...declare function.
636         (CONSOLE_NO_SELECTION, CONSOLE_SELECTION_NOT_EMPTY)
637         (CONSOLE_SELECTION_IN_PROGRESS, CONSOLE_MOUSE_SELECTION)
638         (CONSOLE_MOUSE_DOWN): Define them; make them visible only when...
639         [_WIN32_WINNT >= 0x0501]: ...this prevails.
640         (struct _CONSOLE_FONT_INFO): Make it visible, only when...
641         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
642         (CONSOLE_FONT_INFO, PCONSOLE_FONT_INFO): ...these typedefs.
643         (struct _CONSOLE_SELECTION_INFO): Declare it; visible only when...
644         [_WIN32_WINNT >= 0x0501]: ...this prevails; when visible, map it to...
645         (CONSOLE_SELECTION_INFO, PCONSOLE_SELECTION_INFO): ...these typedefs.
646         [_WIN32_WINNT >= 0x0501] (AddConsoleAliasA, AddConsoleAliasW)
647         (GetConsoleAliasesA, GetConsoleAliasesW, GetConsoleAliasExesA)
648         (GetConsoleAliasExesW, GetConsoleAliasesLengthA)
649         (GetConsoleAliasesLengthW, GetConsoleAliasExesLengthA)
650         (GetConsoleAliasExesLengthW, GetConsoleSelectionInfo)
651         (GetCurrentConsoleFont): Declare functions.
652         [_WIN32_WINNT >= 0x0600] (HISTORY_NO_DUP_FLAG): Define it.
653         (struct _CONSOLE_FONT_INFOEX): New structure; declare it only when...
654         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
655         (CONSOLE_FONT_INFOEX, PCONSOLE_FONT_INFOEX): ...these typedefs.
656         (CONSOLE_HISTORY_INFO, PCONSOLE_HISTORY_INFO): New typedefs; they
657         map to an anonymous structure, and are visible only when...
658         [_WIN32_WINNT >= 0x0600]: ...this prevails.
659         (struct _CONSOLE_READCONSOLE_CONTROL): New structure; declare when...
660         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
661         (CONSOLE_READCONSOLE_CONTROL, PCONSOLE_READCONSOLE_CONTROL): ...these.
662         (struct _CONSOLE_SCREEN_BUFFER_INFOEX): New structure; declare when...
663         [_WIN32_WINNT >= 0x0600]: ...this prevails; when declared, map to...
664         (CONSOLE_SCREEN_BUFFER_INFOEX, PCONSOLE_SCREEN_BUFFER_INFOEX):
665         ...these typedefs.
666         [_WIN32_WINNT >= 0x0600] (GetConsoleHistoryInfo)
667         (GetConsoleOriginalTitleA, GetConsoleOriginalTitleW)
668         (GetConsoleScreenBufferInfoEx, GetCurrentConsoleFontEx)
669         (SetConsoleHistoryInfo, SetConsoleScreenBufferInfoEx)
670         (SetCurrentConsoleFontEx): Declare functions.
671
672 2018-09-03  Keith Marshall  <keith@users.osdn.me>
673
674         Prepare and publish MinGW.org WSL-5.1.1 release.
675
676         * All files (wsl-5.1.1-release): Tag assigned.
677
678 2018-07-29  Keith Marshall  <keith@users.osdn.me>
679
680         Don't restrict <winerror.h> exposure when including <winsock.h>
681
682         * include/winerror.h [__WINSOCK_H_SOURCED__]: Remove filters.
683         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): Do not define; delete
684         all dependent filter references.
685
686 2018-07-11  Keith Marshall  <keith@users.osdn.me>
687
688         Make <wincrypt.h> header effectively self-contained.
689
690         * include/wincrypt.h: Include <winbase.h>
691
692 2018-07-11  Keith Marshall  <keith@users.osdn.me>
693
694         Correct <wincrypt.h> typographic errors; fix issue [#38391]
695
696         * include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
697         (ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
698         (ALG_CLASS_HASH): ...this, which represents the correct reference.
699         (struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
700         struct definition is not directly associated with any type name.
701         (struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.
702
703 2018-02-26  Keith Marshall  <keith@users.osdn.me>
704
705         Prepare and publish MinGW.org WSL-5.1 release.
706
707         * All files (wsl-5.1-release): Tag assigned.
708
709 2018-02-24  Keith Marshall  <keith@users.osdn.me>
710
711         Make <iptypes.h> header effectively self-contained.
712
713         * include/iptypes.h: Assert copyright; tidy layout.
714         Include <windef.h>; it is required for self-containment.
715         (__need_time_t): Define for selective inclusion of <sys/types.h>
716         (_BEGIN_C_DECLS, _END_C_DECLS): Use them as appropriate.
717         (_WIN32_WINNT): Always compare it symbolically.
718         (__dhcp_time_t): New temporary data type macro; define it...
719         [_WIN64]: ...as equivalent to __time64_t, otherwise...
720         [!_WIN64]: ...equivalent to __time32_t, and then...
721         (struct _IP_ADAPTER_INFO): ...use it as the data type for...
722         (LeaseObtained, LeaseExpires): ...these fields.
723
724 2017-12-20  Keith Marshall  <keith@users.osdn.me>
725
726         Make <winreg.h> header effectively self-contained.
727
728         * include/winreg.h: Include <winbase.h>, thus achieving effective
729         self-containment; since this also indirectly includes <_mingw.h>,
730         there is no longer any need to include it directly.
731
732 2017-12-20  Keith Marshall  <keith@users.osdn.me>
733
734         Clean up, following issue [#2262] patch application.
735
736         * include/winreg.h: Tidy layout; correct copyright assertion.
737         (_BEGIN_C_DECLS, _END_C_DECLS): Use them, as appropriate.
738         [UNICODE] (__AW): Do not use deleted macro; replace it with...
739         [UNICODE] (__AW_ALIAS__): ...this, for conditional typedef mapping...
740         [UNICODE] (VALENT, PVALENT): ...of these; similarly replace with...
741         [UNICODE] (__AW_SUFFIXED__): ...this, to define function mappings...
742         [UNICODE] (AbortSystemShutdown, InitiateSystemShutdown)
743         (RegConnectRegistry, RegCreateKey, RegCreateKeyEx, RegDeleteKey)
744         (RegDeleteValue, RegEnumKey, RegEnumKeyEx, RegEnumValue, RegLoadKey)
745         (RegOpenKey, RegOpenKeyEx, RegQueryInfoKey, RegQueryMultipleValues)
746         (RegQueryValue, RegQueryValueEx, RegReplaceKey, RegRestoreKey)
747         (RegSaveKey, RegSetValue, RegSetValueEx, RegUnLoadKey, RegSaveKeyEx)
748         (RegDeleteKeyTransacted, RegDeleteKeyValue, RegDeleteTree, RegGetValue)
749         (RegLoadMUIString, RegOpenKeyTransacted, RegSetKeyValue)
750         (RegDeleteKeyEx, RegCopyTree, RegCreateKeyTransacted): ...for these.
751         (RegDeleteKeyEx, RegDeleteKeyExA, RegDeleteKeyExW): Fix regression;
752         all "4.x" branches specified these incorrectly, dependent on...
753         [_WIN32_WINNT >= _WIN32_WINNT_WIN2K]: ...this condition, whereas the
754         "legacy" branch, whence the "5.x" branches are propagated, correctly
755         required an alternative condition which is the equivalent of...
756         [_WIN32_WINNT >= _WIN32_WINNT_WS03]: ...this; revert it.
757
758 2017-12-20  Sebastián Puebla  <spuebla@users.sourceforge.net>
759
760         Update registry management API, per issue [#2262].
761
762         * include/winreg.h: Merge changes from 4.1-dev branch.
763         (REG_LATEST_FORMAT, REG_NO_COMPRESSION, REG_OPTION_BACKUP_RESTORE)
764         (REG_STANDARD_FORMAT, RRF_RT_ANY, RRF_RT_DWORD, RRF_RT_QWORD)
765         (RRF_RT_REG_BINARY, RRF_RT_REG_DWORD, RRF_RT_REG_EXPAND_SZ)
766         (RRF_RT_REG_MULTI_SZ, RRF_RT_REG_NONE, RRF_RT_REG_QWORD, RRF_RT_REG_SZ)
767         (RRF_NOEXPAND, RRF_SUBKEY_WOW6464KEY, RRF_SUBKEY_WOW6432KEY)
768         (RRF_ZEROONFAILURE): New manifest constants; define them.
769         (RegDisablePredefinedCache, RegOpenCurrentUser, RegOpenUserClassesRoot)
770         (RegOverridePredefKey): Add previously omitted function prototypes.
771         [_WIN32_WINNT >= _WIN32_WINNT_WINXP] (RegSaveKeyEx): Define...
772         [!defined UNICODE] (__AW): ...mapping it for SBCS/MBCS case, or...
773         [defined UNICODE] (__AW): ...for UTF-16LE case to either one of...
774         (RegSaveKeyExA, RegSaveKeyExW): ...these, respectively, and...
775         [_WIN32_WINNT >= _WIN32_WINNT_WINXP]: ...declare function prototypes.
776         [_WIN32_WINNT >= _WIN32_WINNT_WS03] (RegDisableReflectionKey)
777         (RegEnableReflectionKey, RegQueryReflectionKey): Declare prototypes.
778         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTreeA, RegCopyTreeW)
779         (RegCreateKeyTransactedA, RegCreateKeyTransactedW)
780         (RegDeleteKeyTransactedA, RegDeleteKeyTransactedW)
781         (RegDeleteKeyValueA, RegDeleteKeyValueW)
782         (RegDeleteTreeA, RegDeleteTreeW, RegDisablePredefinedCacheEx)
783         (RegGetValueA, RegGetValueW, RegLoadMUIStringA, RegLoadMUIStringW)
784         (RegOpenKeyTransactedA, RegOpenKeyTransactedW)
785         (RegSetKeyValueA, RegSetKeyValueW): Declare prototypes.
786         [_WIN32_WINNT >= _WIN32_WINNT_VISTA] (RegCopyTree)
787         (RegCreateKeyTransacted, RegDeleteKeyTransacted, RegDeleteKeyValue)
788         (RegDeleteTree, RegGetValue, RegLoadMUIString, RegOpenKeyTransacted)
789         (RegSetKeyValue): Define, mapping each to its respective function...
790         [!defined UNICODE] (__AW): ...for the SBCS/MBCS case, or...
791         [defined UNICODE] (__AW): ...for the UTF-16LE case.
792
793         * lib/kernel32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
794         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
795         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
796         (RegSaveKeyExW@16): Remove them; relocate them to...
797         * lib/advapi32.def (RegDeleteTreeA@8, RegDeleteTreeW@8)
798         (RegDisablePredefinedCacheEx@0, RegGetValueA@28, RegGetValueW@28)
799         (RegLoadMUIStringA@28, RegLoadMUIStringW@28, RegSaveKeyExA@16)
800         (RegSaveKeyExW@16): ...their correct location, here.
801         (RegCopyTreeA@12, RegCopyTreeW@12, RegQueryReflectionKey@8)
802         (RegCreateKeyTransactedA@44, RegCreateKeyTransactedW@44)
803         (RegDeleteKeyTransactedA@24, RegDeleteKeyTransactedW@24)
804         (RegDeleteKeyValueA@12, RegDeleteKeyValueW@12)
805         (RegDisableReflectionKey@4, RegEnableReflectionKey@4)
806         (RegOpenKeyTransactedA@28, RegOpenKeyTransactedW@28)
807         (RegSetKeyValueA@24, RegSetKeyValueW@24): Add these.
808
809 2017-12-16  Keith Marshall  <keith@users.osdn.me>
810
811         Provide default definition for _WIN32_IE feature test macro.
812
813         * include/sdkddkver.h [!defined _WIN32_IE]: Define it, with...
814         (_WIN32_IE_IE50): ...this default value.
815
816         * include/commctrl.h (_WIN32_IE): Delete definition hint; it offered
817         a conflicting proposal for the default value.
818
819 2017-12-06  Keith Marshall  <keith@users.osdn.me>
820
821         Prepare and publish MinGW.org WSL-5.0.2 release.
822
823         * All files (wsl-5.0.2-release): Tag assigned.
824
825 2017-11-28  Keith Marshall  <keith@users.osdn.me>
826
827         Make <wsnetbs.h> header effectively self-contained.
828
829         * include/wsnetbs.h: Assert copyright; tidy layout; include
830         "_winsock.h", so making this header effectively self-contained, and
831         thus relieving the user of a responsibility for ensuring that some
832         other appropriate WinSock header has been included first.
833
834 2017-11-28  Keith Marshall  <keith@users.osdn.me>
835
836         Factor <winsock.h> duplicate content out of <winsock2.h>
837
838         * include/winsock2.h: Remove all declarations and definitions which
839         are identically specified in <winsock.h>, but keep them in scope by...
840         [! defined _WINSOCK_H]: ...including <winsock.h> itself; override any
841         declarations and definitions therefrom, which introduce conflicts.
842         [defined _WINSOCK_H]: Diagnose misuse; suppress all further
843         definitions and declarations.
844
845         * include/winsock.h (SOMAXCONN): Add comment; note disparity between
846         WinSock v1.1 and WinSock v2, the latter of which will override when
847         correctly included by <winsock2.h>
848
849 2017-11-24  Keith Marshall  <keith@users.osdn.me>
850
851         Make <winsock.h> and <winsock2.h> duplicate code congruent.
852
853         * include/winsock.h (SOMAXCONN): Move definition into...
854         [!__INSIDE_MSYS__]: ...this guarded scope.
855
856         * include/winsock2.h: Rearrange as necessary.
857         [_BEGIN_C_DECLS, _END_C_DECLS]: Keep them balanced.
858         (_USE_SYS_TYPES_FD_SET): Define and use, as in <winsock.h>
859         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): Declare function, not type.
860         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (PFD_SET, LPFD_SET): Suppress typedefs.
861         (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Reimplement, as in <winsock.h>
862         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT)
863         (FD_CONNECT_BIT, FD_CLOSE_BIT, FD_QOS_BIT, FD_GROUP_QOS_BIT)
864         (FD_ROUTING_INTERFACE_CHANGE_BIT, FD_ADDRESS_LIST_CHANGE_BIT)
865         (FD_MAX_EVENTS): Enumerate them, as in <winsock.h>
866         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
867         [!defined __INSIDE_MSYS__]: ...as this, throughout.
868         (gethostname): Update function prototype, adding...
869         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
870
871         * include/ws2spi.h: Tidy layout; assert copyright.
872         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
873         (LPFD_SET): Delete all type references; use...
874         (fd_set *): ...this instead.
875
876 2017-11-14  Keith Marshall  <keith@users.osdn.me>
877
878         Establish default selection for WinSock API declaration.
879
880         * include/windows.h include/nspapi.h: Include...
881         * include/_winsock.h: ...this new system private header; it selects...
882         [_WIN32_WINNT >= _WIN32_WINNT_NT4]: ...WinSock v2 API declarations, as
883         provided by conditional inclusion of <winsock2.h>, otherwise...
884         [_WIN32_WINNT < _WIN32_WINNT_NT4]: ...WinSock v1.1 API declarations,
885         as provided by inclusion of <winsock.h>
886
887         * tests/headers.at <_winsock.h>: Add reference.
888
889 2017-11-14  Keith Marshall  <keith@users.osdn.me>
890
891         Update gethostname() declaration; drop Cygwin specificity.
892
893         * include/winsock.h (gethostname): Declare unconditionally; add...
894         (WINSOCK_API_LINKAGE): ...this DLL import control attribute.
895         [!(defined __INSIDE_CYGWIN__ || defined __INSIDE_MSYS__)]: Recast...
896         [!defined __INSIDE_MSYS__]: ...as this, throughout.
897
898 2017-11-09  Keith Marshall  <keith@users.osdn.me>
899
900         Normalize fd_set event macros for <winsock2.h> compatibility.
901
902         * include/winsock.h (FD_READ, FD_WRITE, FD_OOB, FD_ACCEPT, FD_CONNECT)
903         (FD_CLOSE): Redefine them, deriving respective values as shifts by...
904         (FD_READ_BIT, FD_WRITE_BIT, FD_OOB_BIT, FD_ACCEPT_BIT, FD_CONNECT_BIT)
905         (FD_CLOSE_BIT): ...this new enumerated count sequence, applying each
906         count to a bit flag with value of 1, in each case respectively.
907         [_WINSOCK2_H]: Extend shift count enumeration, to include...
908         (FD_QOS_BIT, FD_GROUP_QOS_BIT, FD_ROUTING_INTERFACE_CHANGE_BIT)
909         (FD_ADDRESS_LIST_CHANGE_BIT): ...these additional counts; hence...
910         [_WINSOCK2_H] (FD_QOS, FD_GROUP_QOS, FD_ROUTING_INTERFACE_CHANGE)
911         [_WINSOCK2_H] (FD_ADDRESS_LIST_CHANGE): ...define each of these.
912         (FD_MAX_EVENTS): Define unconditionally; it represents a shift count
913         of 1 greater than the offset of the last defined flag; hence...
914         (FD_ALL_EVENTS): ...derive this mask for all event flags.
915
916 2017-11-09  Keith Marshall  <keith@users.osdn.me>
917
918         Filter potential WinSock v2 conflicts out of <winsock.h>
919
920         * include/winsock.h [_WINSOCK2_H] <mswsock.h>: Do not include it.
921         [_WINSOCK2_H] (IP_MULTICAST_IF, IP_MULTICAST_TTL, IP_MULTICAST_LOOP)
922         (IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_DEFAULT_MULTICAST_TTL)
923         (IP_DEFAULT_MULTICAST_LOOP, IP_MAX_MEMBERSHIPS, struct ip_mreq): Do
924         not define any of these; they are not compatible with WinSock v2.
925         [_WINSOCK2_H] (SOMAXCONN): Do not define it; it will be defined
926         appropiately in <winsock2.h>
927
928 2017-11-09  Keith Marshall  <keith@users.osdn.me>
929
930         Filter out <winsock.h> typedef anomalies.
931
932         * include/winsock.h (FD_SET, PFD_SET, LPFD_SET): If user defines...
933         [_WINSOCK_ANOMALOUS_TYPEDEFS]: ...this new feature test macro, expose
934         them as type definitions, but warn of potential conflict with...
935         [!_WINSOCK_ANOMALOUS_TYPEDEFS] (FD_SET): ...this POSIX.1 mandated
936         function; declare its prototype.
937
938 2017-11-08  Keith Marshall  <keith@users.osdn.me>
939
940         Overhaul WinSock fd_set content management macros.
941
942         * include/winsock.h (FD_SET, FD_ISSET, FD_CLR, FD_ZERO): Replace the
943         original implementations of each of these macros, redirecting to...
944         (__FD_SET, __FD_ISSET, __FD_CLR, __FD_ZERO): ...these new, equivalent
945         inline functions, respectively; these are more robust, and correct a
946         defect in the original FD_SET macro implementation, whereby duplicate
947         descriptors could be added to an fd_set array, but would not then be
948         removed by the corresponding FD_CLR macro.
949
950         * tests/winsock.at (MINGW_AT_CHECK_WINSOCK): Ensure that all test
951         programs are linked with -lwsock32 or -lws2_32, as appropriate; the
952         __FD_SET and __FD_ISSET functions are dependent on the __WSAFDIsSet()
953         function, which is implemented in each of these libraries.
954
955 2017-11-07  Keith Marshall  <keith@users.osdn.me>
956
957         Identify features which have been deprecated in WinSock v2.
958
959         * include/winsock.h (__WINSOCK2_DEPRECATED): Define as nothing.
960         * include/winsock2.h (__WINSOCK2_DEPRECATED): Define as equivalent...
961         (__MINGW_ATTRIB_DEPRECATED): ...to this.
962
963         * include/winsock.h include/winsock2.h: Qualify...
964         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
965         (WSACancelBlockingCall): ...each of these function prototypes, with...
966         (__WINSOCK2_DEPRECATED): ...this attribute.
967
968 2017-11-07  Keith Marshall  <keith@users.osdn.me>
969
970         Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.
971
972         * include/winsock.h (USE_SYS_TYPES_FD_SET): Deprecate it; use...
973         (_USE_SYS_TYPES_FD_SET): ...this alternative; it is named to conform
974         with preferred convention for system feature test macros.
975
976 2017-11-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
977
978         Use WINSOCK_API_LINKAGE consistently in WinSock headers.
979
980         * include/winsock.h (WINSOCK_API_LINKAGE): Define, and prefix to...
981         (accept, bind, closesocket, connect, ioctlsocket, inet_addr, inet_ntoa)
982         (getpeername, getsockname, getsockopt, listen, recv, recvfrom, send)
983         (sendto, setsockopt, shutdown, socket, gethostbyaddr, gethostbyname)
984         (getservbyport, getservbyname, getprotobynumber, getprotobyname)
985         (WSAStartup, WSACleanup, WSASetLastError, WSAGetLastError)
986         (WSAIsBlocking, WSAUnhookBlockingHook, WSASetBlockingHook)
987         (WSACancelBlockingCall, WSAAsyncGetServByName, WSAAsyncGetServByPort)
988         (WSAAsyncGetProtoByName, WSAAsyncGetProtoByNumber, WSAAsyncSelect)
989         (WSAAsyncGetHostByName, WSAAsyncGetHostByAddr, WSACancelAsyncRequest)
990         (htonl, ntohl, htons, ntohs, select): ...these function prototypes.
991
992         * include/winsock2.h (WINSOCK_API_LINKAGE): Remove it from...
993         (LPFN_WSASTARTUP): ...this typedef; it is inappropriate.
994
995 2017-10-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
996
997         Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
998
999         * include/wtypes.h: Tidy layout; assert copyright.
1000         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
1001         [__NSPAPI_H_SOURCED__]: Restrict exposure of declared content to...
1002         [!__BLOB_DATA_TYPE_DEFINED] (BLOB, PBLOB, LPBLOB): ...these; define...
1003         (__BLOB_DATA_TYPE_DEFINED__): ...this internal guard; it renames...
1004         (__BLOB_T_DEFINED): ...this; do not define...
1005         (_WTYPES_H): ...this external guard.
1006
1007         * include/nspapi.h: Tidy layout; assert copyright.
1008         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
1009         (__CSADDR_T_DEFINED): Do not define; it is no longer required.
1010         [__WINSOCK2_H_SOURCED__]: Restrict exposure of declared content to...
1011         (struct _CSADDR_INFO): ...this, as an incomplete type, along with...
1012         (CSADDR_INFO, PCSADDR_INFO, LPCSADDR_INFO): ...these typedefs; also...
1013         (SOCKET_ADDRESS, PSOCKET_ADDRESS, LPSOCKET_ADDRESS): ...define fully.
1014         [__WINSOCK2_H_SOURCED__] (_NSPAPI_H): Do not define external guard.
1015         [!__WINSOCK2_H_SOURCED__] (struct _CSADDR_INFO): Define fully.
1016         (__BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define; instead...
1017         (__NSPAPI_H_SOURCED__): ...define this, temporarily; include wtypes.h
1018         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT >= WIN2K]: Include winsock2.h
1019         [!__WINSOCK2_H_SOURCED__ && _WIN32_WINNT < WIN2K]: Include winsock.h
1020         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
1021         (__AW_SUFFIXED__): ...this, to facilitate definition of each of...
1022         (SetService, GetAddressByName, _SERVICE_INFO): ...these, and...
1023         (__AW_ALIAS__): ...this, for definition of each of...
1024         (SERVICE_INFO, LPSERVICE_INFO): ...these.
1025
1026         * include/winsock2.h (__WINSOCK2_H_SOURCED__): Define it temporarily.
1027         (__CSADDR_T_DEFINED, struct _CSADDR_INFO, CSADDR_INFO, PCSADDR_INFO)
1028         (LPCSADDR_INFO, __BLOB_T_DEFINED, BLOB, PBLOB, LPBLOB): Do not define;
1029         include nspapi.h selectively, to acquire them.
1030
1031 2017-09-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1032
1033         Factor <winerror.h> duplicate content out of winsock headers.
1034
1035         * include/winsock.h include/winsock2.h [!defined WSABASEERR]: Delete
1036         conditional block, and all of its content; selectively include...
1037         * include/winerror.h [__WINSOCK_H_SOURCED__]: ...this instead.
1038         [__WINSOCK_H_SOURCED__] (_WINERROR_H): Do not define it.
1039         (__WINSOCK_V1_ERRORS__, __WINSOCK_V2_ERRORS__): New temporary macros;
1040         define them, to segregate WSA error messages applicable to WinSock v2
1041         only, from those applicable to both WinSock v1.1 and WinSock v2.
1042         (__WSA_ERRNO): New macro; use it to redefine all WSA specific error
1043         codes, except WSABASEERR, relative to WSABASEERR itself.
1044
1045 2017-09-15  Keith Marshall  <keithmarshall@users.sourceforge.net>
1046
1047         Factor <sys/time.h> duplicate content out of winsock headers.
1048
1049         * include/winsock.h include/winsock2.h [_TIMEVAL_DEFINED]: Delete
1050         conditional block, and all its content; include <sys/time.h> instead.
1051         (__WINSOCK_H_SOURCED__): New macro; define it temporarily, only while
1052         processing this header, such that only selected content from other
1053         internally referenced headers is exposed.
1054
1055 2017-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
1056
1057         Source BSD non-standard type definitions from mingwrt header.
1058
1059         * include/winsock.h include/winsock2.h [_BSDTYPES_DEFINED]: Delete
1060         conditional block, and its entire type definition content; include...
1061         * include/sys/bsdtypes.h: ...this common file instead; it defines...
1062         (u_char, u_int, u_long, u_short): ...these non-standard data types.
1063
1064 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
1065
1066         Correct misuse of __INSIDE_MSYS__ feature test.
1067
1068         * include/winsock2.h [!__INSIDE_MSYS__]: One of several instances
1069         omits "defined" operator; it should be expressed consistently as...
1070         [! defined __INSIDE_MSYS__]: ...this; correct it.
1071
1072 2017-09-07  Keith Marshall  <keithmarshall@users.sourceforge.net>
1073
1074         Prepare for <winsock.h> vs. <winsock2.h> refactoring.
1075
1076         * include/winsock.h: Tidy layout; assert copyright.
1077         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
1078
1079         * include/winsock2.h: Assert copyright; tidy layout, ensuring that all
1080         sections, which are common with <winsock.h>, are laid out congruently.
1081         (_BEGIN_C_DECLS, _END_C_DECLS): Use them to avoid C++ name mangling.
1082         (SD_RECEIVE, SD_SEND, SD_BOTH): Delete duplicate constant definitions.
1083         (SO_DONTLINGER, MSG_MAXIOVLEN): Likewise, delete duplicate definitions.
1084         (__AW_ALIAS__, __AW_SUFFIXED__): Use them, to avoid reproduction of...
1085         [UNICODE]: ...alternative typedefs, and function name aliases...
1086         [!UNICODE]: ...versus this case.
1087
1088 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
1089
1090         Resolve secondary issue arising from MinGW-Bug [#2350]
1091
1092         * include/winuser.h (GetTitleBarInfo)
1093         [_WIN32_WINDOWS >= _WIN32_WINDOWS_98]: Remove exposure restriction;
1094         it conflicted with current MSDN documentation, so now falls within...
1095         [_WIN32_WINNT >= Win2K || _WIN32_WINDOWS >= Win98]: ...this.
1096
1097 2017-08-28  Keith Marshall  <keithmarshall@users.sourceforge.net>
1098
1099         Resolve MinGW-Bug [#2350]
1100
1101         * include/winuser.h (GetTitleBarInfo): Move prototype after...
1102         (PTITLEBARINFO): ...this type definition; it is used as a function
1103         argument type, so must be defined beforehand.
1104
1105 2017-08-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1106
1107         Extend testsuite to cover winsock fd_set macro operations.
1108
1109         * tests/winsock.at: New file; it implements appropriate tests, and
1110         enables use of "-k winsock", "-k winsock2", and "-k fd_set" autotest
1111         keywords to invoke them, (e.g. make check TESTSUITEFLAGS='-k fd_set').
1112
1113         * tests/testsuite.at.in (winsock.at): Integrate it.
1114         (MINGW_AT_CHECK_RUN): Accept a variant list of libraries when linking.
1115         (MINGW_AT_LINK_LIBS_DEFAULT): New macro; it establishes the initial
1116         default list of libraries, or resets the list to this initial default.
1117         (MINGW_AT_LINK_LIBS): New macro; it establishes an augmented list of
1118         library specifications, to be used until subsequently reset.
1119
1120 2017-07-30  Keith Marshall  <keithmarshall@users.sourceforge.net>
1121
1122         Prepare and tag for release of MinGW.org WSL-5.0.1
1123
1124         * All files (wsl-5.0.1-release): Tag assigned.
1125
1126 2017-07-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1127
1128         Automate testsuite dependency generation.
1129
1130         * tests/Makefile.in (testsuite) [$srcdir/*.at]: Automatically
1131         enumerate all such wildcard matches as prerequisites, instead of...
1132         (headers.at): ...this sole explicit dependency.
1133
1134 2017-06-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
1135
1136         Make <winnt.h> header effectively self-contained.
1137
1138         * include/winnt.h (_WINNT_H): Defer definition unless included via...
1139         (windef.h): ...this; include it, to enforce inclusion order, then...
1140         [_WINNT_H]: ...re-evaluate it, to avoid recursive inclusion loop.
1141
1142 2017-06-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1143
1144         Consolidate <winuser.h> version specific conditionals.
1145
1146         * include/winuser.h: Reorganize file content; group manifest constant
1147         definitions into one nested collection of conditional blocks, with one
1148         block per Windows version evolution; do likewise for type definitions
1149         and function prototypes which are always exposed, and separately...
1150         [! defined NOGDI]: ...for those which may be suppressed, when GDI
1151         support is not required.
1152
1153 2017-06-06  Keith Marshall  <keithmarshall@users.sourceforge.net>
1154
1155         Make <winuser.h> header effectively self-contained.
1156
1157         * include/winuser.h (stdarg.h): Include it, in addition to...
1158         [NOGDI] (windef.h): ...this, directly or otherwise indirectly via...
1159         [!NOGDI] (wingdi.h): ...this, for effective self-containment.
1160
1161 2017-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1162
1163         Consolidate <wingdi.h> version specific conditionals.
1164
1165         * include/wingdi.h: Reorganize file content; group manifest constant
1166         definitions into a single nested collection of conditional blocks, for
1167         those definitions which are common to both Win9x and WinNT, with one
1168         block per Windows version evolution, sorting alphabetically within
1169         each block; do likewise for additional manifest constant definitions
1170         which are specific to WinNT, and also for data type definitions and
1171         function prototypes.
1172
1173 2017-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1174
1175         Tidy, and make <wingdi.h> header effectively self-contained.
1176
1177         * include/wingdi.h: Tidy layout; assert copyright.
1178         (windef.h): Include it; this achieves self-containment.
1179         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them.
1180         [UNICODE vs. !UNICODE]: Discriminate generic symbol names, using...
1181         (__AW_ALIAS__): ...this, when defining each of...
1182         (DEVMODE, PDEVMODE, LPDEVMODE, DOCINFO, LPDOCINFO, LOGCOLORSPACE)
1183         (LOGFONT, PLOGFONT, LPLOGFONT, EXTLOGFONT, PEXTLOGFONT, LPEXTLOGFONT)
1184         (LPLOGCOLORSPACE, TEXTMETRIC, PTEXTMETRIC, LPTEXTMETRIC, GCP_RESULTS)
1185         (PPOLYTEXT, LPPOLYTEXT, NEWTEXTMETRIC, PNEWTEXTMETRIC, LPNEWTEXTMETRIC)
1186         (LPENUMLOGFONTEX, ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV)
1187         (OUTLINETEXTMETRIC, POUTLINETEXTMETRIC, LPOUTLINETEXTMETRIC, POLYTEXT)
1188         (LPGCP_RESULTS, DISPLAY_DEVICE, PDISPLAY_DEVICE, LPDISPLAY_DEVICE)
1189         (NEWTEXTMETRICEX, ENUMLOGFONT, LPENUMLOGFONT, ENUMLOGFONTEX): ...these.
1190         (__AW_SUFFIXED__): Similarly, use this when declaring each of...
1191         (FONTENUMPROC, ICMENUMPROC, AddFontResource, AddFontResourceEx,
1192         (CopyEnhMetaFile, CopyMetaFile, CreateColorSpace, CreateEnhMetaFile)
1193         (CreateDC, CreateFont, CreateFontIndirect, CreateIC, CreateMetaFile)
1194         (CreateScalableFontResource, DeviceCapabilities, EnumFontFamilies)
1195         (EnumFontFamiliesEx, EnumFonts, EnumICMProfiles, ExtTextOut)
1196         (GetCharABCWidths, GetCharABCWidthsFloat, GetCharacterPlacement)
1197         (GetCharWidth32, GetCharWidth, GetCharWidthFloat, GetEnhMetaFile)
1198         (GetEnhMetaFileDescription, GetGlyphOutline, GetICMProfile)
1199         (GetKerningPairs, GetLogColorSpace, GetMetaFile, GetObject)
1200         (GetOutlineTextMetrics, GetTextExtentExPoint, GetTextExtentPoint)
1201         (GetTextExtentPoint32, GetTextFace, GetTextMetrics, PolyTextOut,
1202         (RemoveFontResource, RemoveFontResourceEx, ResetDC, SetICMProfile)
1203         (StartDoc, TextOut, UpdateICMRegKey, wglUseFontBitmaps)
1204         (wglUseFontOutlines, GetGlyphIndices): ...these.
1205
1206 2017-05-31  Keith Marshall  <keithmarshall@users.sourceforge.net>
1207
1208         Declare CONDITION_VARIABLE API, per feature request [#2314]
1209
1210         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
1211         (CONDITION_VARIABLE, PCONDITION_VARIABLE): Define data types, and...
1212         (InitializeConditionVariable, SleepConditionVariableCS)
1213         (SleepConditionVariableSRW, WakeAllConditionVariable)
1214         (WakeConditionVariable): ...declare prototypes.
1215
1216 2017-05-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1217
1218         Declare SRWLOCK API, to support feature request [#2314]
1219
1220         * include/winbase.h [_WIN32_WINNT >= _WIN32_WINNT_VISTA]
1221         (SRWLOCK, *PSRWLOCK): Define these data types, and declare...
1222         (InitializeSRWLock, AcquireSRWLockExclusive, AcquireSRWLockShared)
1223         (ReleaseSRWLockExclusive, ReleaseSRWLockShared): ...these prototypes.
1224         [_WIN32_WINNT >= _WIN32_WINNT_WIN7] (TryAcquireSRWLockExclusive)
1225         (TryAcquireSRWLockShared): Declare additional prototypes.
1226
1227 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
1228
1229         Resolve potential <winbase.h> vs. <winerror.h> inconsistency.
1230
1231         * include/winerror.h: Tidy layout; assert copyright.
1232
1233         * include/winbase.h (WAIT_TIMEOUT): Redefine; make it identical to...
1234         * include/winerror.h (WAIT_TIMEOUT): ...this equivalent; remove...
1235         [!defined WAIT_TIMEOUT]: ...this conditional redefinition guard from
1236         both locations; it permitted inconsistency between the two.
1237
1238 2017-03-24  Keith Marshall  <keithmarshall@users.sourceforge.net>
1239
1240         Consolidate <winbase.h> version specific conditionals.
1241
1242         * include/winbase.h: Reorganize file content; group manifest constant
1243         definitions into one nested collection of conditional blocks, with one
1244         block per Windows version evolution, sorting alphabetically within each
1245         block; do likewise for data type definitions and function prototypes.
1246
1247 2017-03-20  Keith Marshall  <keithmarshall@users.sourceforge.net>
1248
1249         Tidy, and make <winbase.h> header effectively self-contained.
1250
1251         * include/w32api.h (__AW_ALIAS__): Rename original implementation...
1252         (__AW_ALIAS_EX__): ...as this, retaining its encapsulation of...
1253         (__AW_EXTENDED__): ...this; subsequently reimplement...
1254         (__AW_ALIAS__): ...this, with original name, now encapsulating...
1255         (__AW_SUFFIXED__): ...this.
1256
1257         * include/dbt.h (__AW_ALIAS__): Replace all references with...
1258         (__AW_ALIAS_EX__): ...this renamed alternative, when defining...
1259         (DEV_BROADCAST_DEVICEINTERFACE, PDEV_BROADCAST_DEVICEINTERFACE)
1260         (DEV_BROADCAST_PORT, PDEV_BROADCAST_PORT): ...these.
1261
1262         * include/winbase.h: Tidy layout; assert copyright.
1263         (stdarg.h, windef.h): Include them, to achieve self-containment.
1264         [_BEGIN_C_DECLS, _END_C_DECLS]: Use them, as appropriate.
1265         [UNICODE vs. ! UNICODE]: Replace separated declarations; use...
1266         [__AW_ALIAS__]: ...this, to correctly specify each of...
1267         (STARTUPINFO, LPSTARTUPINFO, WIN32_FIND_DATA, PWIN32_FIND_DATA)
1268         (LPWIN32_FIND_DATA, HW_PROFILE_INFO, LPHW_PROFILE_INFO, ACTCTX)
1269         (PACTCTX, PCACTCTX): ...these generic typedefs, and...
1270         [__AW_SUFFIXED__]: ...this, to correctly map each of...
1271         (ENUMRESLANGPROC, ENUMRESNAMEPROC, ENUMRESTYPEPROC, AddAtom)
1272         (AccessCheckAndAuditAlarm, BackupEventLog, BeginUpdateResource)
1273         (BuildCommDCB, BuildCommDCBAndTimeouts, CheckNameLegalDOS8Dot3)
1274         (CallNamedPipe, ClearEventLog, CommConfigDialog, CopyFile, CopyFileEx)
1275         (CreateActCtx, CreateDirectory, CreateDirectoryEx, CreateEvent)
1276         (CreateFile, CreateFileMapping, CreateHardLink, CreateJobObject)
1277         (CreateMailslot, CreateMutex, CreateNamedPipe, CreateProcess)
1278         (CreateProcessAsUser, CreateSemaphore, CreateSymbolicLink)
1279         (CreateWaitableTimer, DefineDosDevice, DeleteFile, EncryptFile)
1280         (DeleteVolumeMountPoint, DnsHostnameToComputerName, EndUpdateResource)
1281         (EnumResourceLanguages, EnumResourceNames, EnumResourceTypes)
1282         (ExpandEnvironmentStrings, FatalAppExit, FileEncryptionStatus)
1283         (FindActCtxSectionString, FindAtom, FindFirstChangeNotification)
1284         (FindFirstFile, FindFirstFileEx, FindFirstVolume, FindNextFile)
1285         (FindFirstVolumeMountPoint, FindNextVolume, FindNextVolumeMountPoint)
1286         (FindResource, FindResourceEx, FormatMessage, FreeEnvironmentStrings)
1287         (GetAtomName, GetBinaryType, GetCommandLine, GetCompressedFileSize)
1288         (GetComputerName, GetComputerNameEx, GetCurrentDirectory)
1289         (GetDefaultCommConfig, GetDiskFreeSpace, GetDiskFreeSpaceEx)
1290         (GetDllDirectory, GetDriveType, GetEnvironmentStrings)
1291         (GetEnvironmentVariable, GetFileAttributes, GetFileAttributesEx)
1292         (GetFileSecurity, GetFinalPathNameByHandle, GetFullPathName)
1293         (GetLogicalDriveStrings, GetLongPathName, GetModuleFileName)
1294         (GetModuleHandle, GetModuleHandleEx, GetNamedPipeHandleState)
1295         (GetPrivateProfileInt, GetPrivateProfileSection)
1296         (GetPrivateProfileSectionNames, GetPrivateProfileString)
1297         (GetPrivateProfileStruct, GetProfileInt, GetProfileSection)
1298         (GetProfileString, GetShortPathName, GetStartupInfo)
1299         (GetSystemDirectory, GetSystemWindowsDirectory, GetTempFileName)
1300         (GetSystemWow64Directory, GetTempPath, GetUserName, GetVersionEx)
1301         (GetVolumeInformation, GetVolumeNameForVolumeMountPoint)
1302         (GetVolumePathName, GetVolumePathNamesForVolumeName, GlobalAddAtom)
1303         (GetWindowsDirectory, GlobalFindAtom, GlobalGetAtomName)
1304         (IsBadStringPtr, LoadLibrary, LoadLibraryEx, LogonUser)
1305         (LookupAccountName, LookupAccountSid, LookupPrivilegeDisplayName)
1306         (LookupPrivilegeName, LookupPrivilegeValue, lstrcat, lstrcmp)
1307         (lstrcmpi, lstrcpy, lstrcpyn, lstrlen, MoveFile, MoveFileEx)
1308         (MoveFileWithProgress, ObjectCloseAuditAlarm, ObjectDeleteAuditAlarm)
1309         (ObjectOpenAuditAlarm, ObjectPrivilegeAuditAlarm, OpenBackupEventLog)
1310         (OpenEvent, OpenEventLog, OpenFileMapping, OpenMutex, OpenSemaphore)
1311         (OutputDebugString, PrivilegedServiceAuditAlarm, QueryDosDevice)
1312         (ReadEventLog, RegisterEventSource, RemoveDirectory, ReplaceFile)
1313         (ReportEvent, SearchPath, SetComputerName, SetCurrentDirectory)
1314         (SetDefaultCommConfig, SetDllDirectory, SetEnvironmentVariable)
1315         (SetFileAttributes, SetFileSecurity, SetFileShortName, SetVolumeLabel)
1316         (SetFirmwareEnvironmentVariable, SetVolumeMountPoint, UpdateResource)
1317         (VerifyVersionInfo, WaitNamedPipe, WritePrivateProfileSection)
1318         (WritePrivateProfileString, WritePrivateProfileStruct)
1319         (WriteProfileSection, WriteProfileString): ...these, and add...
1320         (GetCurrentHwProfile, OpenWaitableTimer, SetComputerNameEx)
1321         (GetFirmwareEnvironmentVariable): ...these previously missing generic
1322         function name aliases.
1323
1324 2017-03-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1325
1326         Refactor mingwrt and w32api common makefile content.
1327
1328         * Makefile.in (w32api-srcdist-config-files): Rename it...
1329         (w32api-srcdist-common-files): ...as this phoney build rule.
1330         (shared_include_file): New macro; define it, and include named file.
1331         (configure, config.status, Makefile, config.status.missing, _mingw.h)
1332         (w32api.h, PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): Factor
1333         out; relocate them to new file in common parent directory...
1334         * ../Makefile.comm: ...here.
1335
1336 2017-03-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1337
1338         Correct a copyright notice update omission.
1339
1340         * configure.ac: Extend copyright date range to include 2017.  Also
1341         clean up superfluous trailing whitespace.
1342
1343 2017-03-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
1344
1345         Fix generated header file dependencies.
1346
1347         * Makefile.in (_mingw.h, w32api): Make them depend on changes in...
1348         [VERSION.m4]: ...this; package version changes are no longer made...
1349         [configure.ac]: ...here; delete associated prerequisite reference.
1350         (distclean-local): Delete them.
1351
1352 2017-03-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1353
1354         Prepare and tag for release of w32api-5.0 package set.
1355
1356         * All files (wsl-5.0-release): Tag assigned.
1357
1358 2017-02-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1359
1360         Implement basic test suite infrastructure.
1361
1362         * tests: New subdirectory; it hosts...
1363         * tests/Makefile.in tests/testsuite.at.in tests/atlocal.in
1364         * tests/headers.at: ...these new files; they implement the basic test
1365         suite infrastructure, initially comprising header integrity checks.
1366
1367         * configure.ac (AC_PROG_CXX): Check it.
1368         (AC_CONFIG_TESTDIR): Configure tests subdirectory.
1369         (AC_CHECK_PROG): Check for autom4te; configure fall back if missing.
1370         (AC_CONFIG_FILES): Generate tests/atlocal, tests/testsuite.at.tmp, and
1371         tests/Makefile.
1372
1373         * Makefile.in (check test tests): New rules; all are synonymous.
1374         (check-recursive): New rule; invoked by each of the preceding three.
1375         (w32api-srcdist-testsuite-files): New rule; implement and use it...
1376         (w32api-srcdist-files): ...here.
1377
1378 2017-02-14  Alexander Krisak  <akrisak@users.sourceforge.net>
1379
1380         Add missing constant definition, per issue [#2249].
1381
1382         * include/winnt.h (JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE): Define it.
1383
1384 2017-02-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
1385
1386         Avoid unnecessary duplication of configuration files.
1387
1388         * Makefile.in (vpath install-sh): Define it; it matches...
1389         (vpath %.m4): ...this; add $top_srcdir/..; search it first; delete
1390         rule for creating duplicate file reference links in $top_srcdir.
1391         (configure): Add '-I ..' option, when running autoconf.
1392         (w32api-srcdist-files): Rename it as...
1393         (w32api-srcdist-package-files): ...this; remove dependencies on...
1394         (aclocal.m4 VERSION.m4 install-sh): ...these; reinstate them in...
1395         (w32api-srcdist-config-files): ...this new distributable files
1396         enumeration goal; add it as one new prerequisite of...
1397         (w32api-srcdist-files): ...this repurposed goal; also depends on...
1398         (w32api-srcdist-package-files): ...this; populate it using...
1399         (SRCDIST_ADD): ...this macro; redefine it accordingly.
1400
1401 2016-12-08  Jerzy Tarasiuk  <jz_fuw@users.sourceforge.net>
1402
1403         Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]
1404
1405         * include/ddk/ntdddisk.h (IOCTL_DISK_BASE): Correct definition;
1406         it was previously transcribed incorrectly, as being equivalent to...
1407         (FILE_TYPE_DISK): ...this, but it should have been equivalent to...
1408         (FILE_DEVICE_DISK): ...this.
1409
1410 2016-12-08  Keith Marshall  <keithmarshall@users.sourceforge.net>
1411
1412         Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.
1413
1414         * include/winuser.h [UNICODE, !UNICODE]: Replace individual pairs of
1415         alternative generic symbol mapping definitions, and typedefs, with...
1416         (__AW_SUFFIXED__): ...one such macro expansion per pair; collate with
1417         their respective ANSI and UNICODE specific references.
1418
1419 2016-11-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
1420
1421         Deprecate obsolete <winable.h> and <pbt.h> headers.
1422
1423         * Makefile.in (%.h.in): Generalize vpath definition.
1424         (obsolete_headers, obsolete_header_script, w32api_dist_headers)
1425         (w32api_generated_headers, replace_headers, macro_name): New macros.
1426         (install-w32api-headers): Add dependency on w32api_dist_headers.
1427         (%.h): New static pattern rule; it generates generic dependants of...
1428         * include/obsolete.h.in: ...this new template for obsolete headers.
1429
1430         * include/winable.h include/pbt.h: Delete them; they are obsolete;
1431         replace them by install-time generated generic stubs.
1432
1433 2016-11-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
1434
1435         Update <winuser.h> and <dbt.h>; fix issue [#2317].
1436
1437         * include/winuser.h: Tidy layout; add copyright notice.
1438         [WINVER, _WIN32_WINDOWS, _WIN32_WINNT]: Compare them symbolically.
1439         (__WINUSER_H_SOURCED__): New internal macro; define it, to facilitate
1440         selective inclusion of content from other headers; delete when done.
1441         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1442         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1443         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1444         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1445         (BSF_SENDNOTIFYMESSAGE): Delete; do not define them locally; retrieve
1446         them selectively from <dbt.h>, where they are properly defined.
1447         [WINVER >= WIN2K/WIN98] (BlockInput): Add missing declaration.
1448         (KillTimer, TIMERPROC): Declare timer event parameters as UINT_PTR;
1449         formerly UINT, which doesn't match 64-bit size required for Win64.
1450         (SetTimer): Likewise; also declare similar return type.
1451         (WINEVENTPROC): Add missing CALLBACK attribute.
1452         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1453
1454         * include/w32api.h (__AW_ALIAS__): New macro; define it.
1455         * include/sdkddkver.h (_WIN32_WINNT_NT4SP3): New macro; define it.
1456
1457         * include/dbt.h: Tidy layout; add copyright notice.
1458         (_BEGIN_C_DECLS, _END_C_DECLS): Also prefer them here.
1459         [__WINUSER_H_SOURCED__] (_DBT_H): Do not define; expose only...
1460         (BSM_ALLCOMPONENTS, BSF_ALLOWSFW, BSM_APPLICATIONS, BSM_ALLDESKTOPS)
1461         (BSM_INSTALLABLEDRIVERS, BSM_NETDRIVER, BSM_VXDS, BSF_FLUSHDISK)
1462         (BSF_FORCEIFHUNG, BSF_IGNORECURRENTTASK, BSF_LUID, BSF_NOHANG)
1463         (BSF_NOTIMEOUTIFNOTHUNG, BSF_POSTMESSAGE, BSF_QUERY, BSF_RETURNHDESK)
1464         (BSF_SENDNOTIFYMESSAGE): ...these, to be duplicated in <winuser.h>
1465         (__AW_ALIAS__): Use it to define ANSI/UNICODE specific aliases for...
1466         (DEV_BROADCAST_PORT, DEV_BROADCAST_DEVICEINTERFACE): ...these generic
1467         structure typedef names, and their respectively corresponding...
1468         (PDEV_BROADCAST_PORT, PDEV_BROADCAST_DEVICEINTERFACE): ...pointer
1469         type names.
1470
1471 2016-09-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1472
1473         Fix a minor ISO-C++11 conformity issue.
1474
1475         * include/winnt.h (GetCurrentFiber): Insert spaces, as required
1476         by ISO-C++11, between concatenated string literal elements.
1477         (GetFiberData, NtCurrentTeb): Likewise.
1478
1479 2016-08-01  Keith Marshall  <keithmarshall@users.sourceforge.net>
1480
1481         Merge w32api-3.18.1 legacy updates to 5.0-active branch.
1482
1483         * include/ddk/winddk.h: Update per issue [#2307] resolution.
1484         * include/ddk/ntdddisk.h include/ddk/ntddstor.h: Likewise.
1485
1486 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1487
1488         Prepare and tag all files for release of w32api-3.18.1
1489
1490         * configure.ac (AC_INIT): Increment patch level to 3.18.1
1491
1492 2016-07-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
1493
1494         Resolve improper macro expansion issue [#2307].
1495
1496         * include/ddk/winddk.h (__FILE_AM_BUFFERED, __FILE_RD_BUFFERED)
1497         (__FILE_RW_BUFFERED): Redefine, encapsulating the expansion of each
1498         dependent macro WITHIN the expansion of each of these; hence...
1499
1500         * include/ddk/ntdddisk.h (IOCTL_DISK_GET_DRIVE_GEOMETRY)
1501         (IOCTL_DISK_FORMAT_TRACKS_EX, IOCTL_DISK_REASSIGN_BLOCKS)
1502         (IOCTL_DISK_GET_MEDIA_TYPES, IOCTL_DISK_CONTROLLER_NUMBER)
1503         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1504         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1505         (IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_UPDATE_DRIVE_SIZE)
1506         (IOCTL_DISK_VERIFY, IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_PERFORMANCE)
1507         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_RESERVE, IOCTL_DISK_IS_WRITABLE)
1508         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1509         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1510         (IOCTL_DISK_INTERNAL_SET_VERIFY, IOCTL_DISK_INTERNAL_CLEAR_VERIFY)
1511         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1512         (IOCTL_DISK_GROW_PARTITION, IOCTL_DISK_DELETE_DRIVE_LAYOUT)
1513         (IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF)
1514         (IOCTL_DISK_CHECK_VERIFY, IOCTL_DISK_FIND_NEW_DEVICES)
1515         (SMART_GET_VERSION, SMART_RCV_DRIVE_DATA, SMART_SEND_DRIVE_COMMAND):
1516         ...adjust these dependent macro definitions accordingly.
1517
1518         * include/ddk/ntddstor.h (IOCTL_STORAGE_CHECK_VERIFY)
1519         (IOCTL_STORAGE_CHECK_VERIFY2, IOCTL_STORAGE_MEDIA_REMOVAL)
1520         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_MCN_CONTROL)
1521         (IOCTL_STORAGE_GET_DEVICE_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1522         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1523         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_QUERY_PROPERTY)
1524         (IOCTL_STORAGE_RELEASE, IOCTL_STORAGE_FIND_NEW_DEVICES)
1525         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1526         (IOCTL_STORAGE_EJECT_MEDIA, IOCTL_STORAGE_LOAD_MEDIA)
1527         (IOCTL_STORAGE_LOAD_MEDIA2, IOCTL_STORAGE_RESERVE): Likewise.
1528
1529 2016-07-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
1530
1531         Update install-sh to match mingw.org/build-aux package.
1532
1533         * install-sh: Delete it; use version in parent directory instead,
1534         recreating local copy, (as symlink, if supported), on demand.
1535
1536 2016-07-17  Keith Marshall  <keithmarshall@users.sourceforge.net>
1537
1538         Eliminate redundant configuration files.
1539
1540         * aclocal.m4 VERSION.m4: Delete them; restore them on demand, via...
1541         * Makefile.in ($top_srcdir/../%): ...this symlink dependency rule.
1542
1543         * configure.ac (AC_PROG_LN_S): Add configuration check.
1544
1545 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1546
1547         Discard redundant config.guess and config.sub files.
1548
1549         * config.guess config.sub: Delete them; they are no longer required.
1550         * Makefile.in (SRCDIST_ADD): Remove related references.
1551
1552 2016-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
1553
1554         Merge recent legacy branch updates to 5.0-active branch.
1555
1556         * Makefile.in include/ddk/ntifs.h include/ddk/winddk.h
1557         * include/sdkddkver.h include/setupapi.h include/windows.h
1558         * include/winnt.h include/winuser.h include/winver.h
1559         * include/wtsapi32.h lib/wtsapi32.def: Updated.
1560
1561 2016-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1562
1563         Prepare and tag all files for release of w32api-3.18.
1564
1565 2016-07-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1566
1567         Do not pass MAKEFLAGS explicitly, when invoking recursive make.
1568
1569         * Makefile.in (install-strip, uninstall): Delete explicit $(MAKEFLAGS)
1570         references from $(MAKE) command lines; make passes them implicitly.
1571
1572 2016-06-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1573
1574         Backport MemoryBarrier() implementation from 4.0-dev branch.
1575
1576         * include/winnt.h (MemoryBarrier): Implement it; this is a rework of
1577         Earnie's original inline implementation, but declared 'static' to fix
1578         issue [#1661]; it is further modified, to avoid the broken pre-Vista
1579         fallback identified by issue [#2131], and to remove references to...
1580         (__faststorefence, __mf): ...these MSVC intrinsics, replaced by...
1581         [defined __ATOMIC_SEQ_CST] (__atomic_thread_fence): ...this, or...
1582         [GCC >= 4.4] (__sync_synchronize): ...this, as appropriate, falling
1583         back to inline assembly code when necessary.
1584
1585         * include/ddk/winddk.h (KeMemoryBarrier): Delegate it to...
1586         (MemoryBarrier): ...this, so avoiding the potential to emit invalid
1587         code, for hosts which do not support the SSE2 'mfence' instruction.
1588
1589 2016-06-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1590
1591         Merge further W32API updates from Cygwin CVS.
1592         Incorporated selected changes from 2012-08-01 to 2012-08-04.
1593
1594         * include/setupapi.h include/winuser.h include/winver.h
1595         * include/wtsapi32.h lib/wtsapi32.def: Merged and updated.
1596
1597 2016-06-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1598
1599         Update mapping of GCC to MSVC host identification macros.
1600
1601         * include/windows.h: Assert copyright; tidy layout.
1602         (_M_IX86, _ALPHA_, _PPC_, _MIPS_, _68K_): Delete duplicate defines.
1603         [!_WINUSER_H, !_WINNLS_H, !_WINVER_H, !_WINNETWK_H, !_WINREG_H]
1604         [!_WINSVC_H]: Do not explicitly test these here; they are properly
1605         managed implicitly, by GCC, when including the associated headers.
1606
1607         * include/winnt.h: Assert copyright; tidy layout.
1608         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1609         (__aligned__, __always_inline__, __selectany__): Prefer these...
1610         (aligned, always_inline, selectany): ...to these attribute forms.
1611         (CONTEXT) [_ALPHA_, _PPC_, MIPS, ARM]: Change selector macros to...
1612         [_M_ALPHA, _M_PPC, _M_MRX000, _M_ARM]: ...these, respectively.
1613         (GetCurrentFiber, GetFiberData, NtCurrentTeb): Redefine in terms of...
1614         (__tib_fiber_data__, __tib_self_refptr__): ...these adaptive macros...
1615         [!_WIN64]: ...to accommodate 32-bit, or otherwise 64-bit Windows.
1616         (_ALPHA_, _PPC_, _MIPS_, _68K_): Delete these redundant macros...
1617         (_M_IX86): ...also removing this, but relocate it to...
1618         * include/sdkddkver.h (_M_IX86): ...here; augment it with...
1619         (_M_IX86_FP, _M_X64, _M_AMD64, _M_IA64): ...these; define them as
1620         appropriate.
1621
1622         * include/ddk/ntifs.h [!_ALPHA_]: Augment test; rather consider...
1623         [!_ALPHA_ && !_M_ALPHA]: ...this, for structure alignment control.
1624
1625 2016-05-23  Keith Marshall  <keithmarshall@users.sourceforge.net>
1626
1627         Merge W32API updates, from Cygwin CVS, into legacy branch.
1628         Incorporate changes since release of w32api-3.17, until 2012-07-06.
1629
1630         * include/shobjidl.h lib/shobjidl-uuid.c: New files, added per LRN's
1631         2012-04-28 commit to Cygwin CVS.
1632
1633         * include/gdiplus/gdiplustypes.h include/imagehlp.h
1634         * include/routprot.h include/shlwapi.h include/userenv.h
1635         * include/winbase.h include/wincon.h include/windef.h
1636         * include/winerror.h include/wingdi.h include/winnt.h
1637         * include/winsock.h include/winsock2.h include/winuser.h: Updated to
1638         match Cygwin CVS state, as of 2012-07-06.
1639
1640         * include/wincrypt.h: Updated to remove duplicate manifest constant
1641         definitions, as identified per Chris Sutcliffe's 2012-01-03 commit to
1642         Cygwin CVS; merge with my 2015-09-29 commit; additionally, remove...
1643         (szOID_RSA_emailAddr, szOID_RSA_unstructAddr, szOID_RSA_unstructName)
1644         (CRYPT_ARCHIVABLE, CRYPT_NOHASHOID, CRYPT_VERIFYCONTEXT): ...extra
1645         copies of these further duplicated definitions, identified during
1646         the merging operation.
1647
1648 2016-05-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
1649
1650         Synchronize package version management with MinGW Runtime.
1651
1652         * VERSION.m4: New file; link it to keep in sync with identically named
1653         file in top level composite package source directory; it defines...
1654         (__VERSION__): ...this new composite package version macro.
1655
1656         * aclocal.m4: Link it, to keep in sync with identically named files in
1657         top level composite source and sibling mingwrt sub-package directories.
1658         (__VERSION__): New macro; include VERSION.m4 to define it.
1659         (__BUG_REPORT_URL__): New macro; define it.
1660
1661         * configure.ac (AC_INIT): Assign package version and bug report URL...
1662         (__VERSION__, __BUG_REPORT_URL__): ...from these, as defined through
1663         automatic inclusion of aclocal.m4
1664
1665         * Makefile.in (configure): Add dependency on VERSION.m4
1666
1667 2016-05-04  Keith Marshall  <keithmarshall@users.sourceforge.net>
1668
1669         Eliminate redundant <parts/winioctl.h> header.
1670
1671         * include/parts/winioctl.h: Delete it; distribute its content...
1672         * include/ddk/winddk.h include/ddk/ntddstor.h include/ddk/ntdddisk.h:
1673         ...among these, separating it into discrete sections based on...
1674         [__need_ddk_winddk_includes, __need_ddk_ntddstor_includes]
1675         [__need_ddk_ntdddisk_includes]: ...these selectors, respectively.
1676         [__WINIOCTL_H_SOURCED__]: Expose only those sections; do not define...
1677         (_DDK_WINDDK_H, _DDK_NTDDSTOR_H, _DDK_NTDDDISK_H): ...these.
1678
1679         * include/winioctl.h (__WINIOCTL_H_SOURCED__): Define it; include each
1680         of <ddk/winddk.h>, <ddk/ntddstor.h>, and <ddk/ntdddisk.h>
1681
1682 2016-05-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
1683
1684         Enforce consistent specification of package version.
1685
1686         * include/w32api.h: Rename as...
1687         * include/w32api.h.in: ...this build-time template file.
1688         (__W32API_VERSION): Redefine it, in terms of...
1689         (%PACKAGE_VERSION_LONG%): ...this substitution template.
1690         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION)
1691         (__W32API_PATCHLEVEL): Likewise, redefine them in terms of...
1692         (%PACKAGE_VERSION_MAJOR%, %PACKAGE_VERSION_MINOR%)
1693         (%PACKAGE_VERSION_PATCH%): ...these.
1694
1695         * configure.ac (AC_CONFIG_SRCDIR): Adjust for renamed file.
1696         (MINGW_AC_CONFIG_EXTRA_SRCDIR): Likewise, for similarly renamed
1697         mingwrt/include/_mingw.h.in file.
1698
1699         * Makefile.in (all-w32api-libs): Add dependency on...
1700         (w32api.h, _mingw.h): ...these; add rule to generate them, using...
1701         (PACKAGE_VERSION_SCRIPT, PACKAGE_VERSION_FORMAT): ...these new macros;
1702         they apply appropriate substitutions to the renamed template files.
1703         (install-w32api-headers): Explicitly add w32api.h
1704
1705 2015-11-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
1706
1707         Refactor for Windows DDK synchronization; fix MinGW-Bug [#1954].
1708
1709         * include/parts/winioctl.h: New file; it provides infrastructure for
1710         sharing of common code between DDK headers and primary <winioctl.h>
1711         (__IOCTL_STORAGE_, __IOCTL_DISK_, __FILE_RW_ACCESS, __FILE_AM_BUFFERED)
1712         (__FILE_RD_BUFFERED, __FILE_RW_BUFFERED): New internal convenience
1713         macros; they facilitate more consise expression of factored out IOCTL
1714         and FSCTL macros; define them.
1715
1716         * include/ddk/ntddk.h: Assert copyright; tidy layout.
1717         (__NTDDK_H): Multiple inclusion guard macro, renamed to...
1718         (_DDK_NTDDK_H): ...this; it provides better indication of location.
1719         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1720
1721         * include/ddk/winddk.h: Assert copyright; tidy layout.
1722         (__WINDDK_H): Multiple inclusion guard macro, renamed to...
1723         (_DDK_WINDDK_H): ...this; it provides better indication of location.
1724         [!defined _DDK_NTDDK_H]: Forbid direct inclusion; emit diagnostic.
1725         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1726         (METHOD_BUFFERED, METHOD_IN_DIRECT, METHOD_OUT_DIRECT)
1727         (METHOD_NEITHER): Redefine as enumeration; factor it out.
1728         (FILE_ANY_ACCESS, FILE_SPECIAL_ACCESS, FILE_READ_ACCESS)
1729         (FILE_WRITE_ACCESS): Likewise.
1730         (CTL_CODE, DEVICE_TYPE_FROM_CTL_CODE): Factor out.
1731         [defined _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED]: Delete guard.
1732         (struct _DRIVE_LAYOUT_INFORMATION_MBR, DRIVE_LAYOUT_INFORMATION_MBR)
1733         (PDRIVE_LAYOUT_INFORMATION_MBR): Factor out, without guard.
1734         (struct _DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_GPT)
1735         (PDRIVE_LAYOUT_INFORMATION_GPT): Factor out.
1736         (struct _PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_MBR)
1737         (PPARTITION_INFORMATION_MBR): Likewise.
1738         (FILE_DEVICE_BEEP, FILE_DEVICE_CD_ROM, FILE_DEVICE_CD_ROM_FILE_SYSTEM)
1739         (FILE_DEVICE_CONTROLLER, FILE_DEVICE_DATALINK, FILE_DEVICE_DFS)
1740         (FILE_DEVICE_DISK, FILE_DEVICE_DISK_FILE_SYSTEM)
1741         (FILE_DEVICE_FILE_SYSTEM, FILE_DEVICE_INPORT_PORT)
1742         (FILE_DEVICE_KEYBOARD, FILE_DEVICE_MAILSLOT, FILE_DEVICE_MIDI_IN)
1743         (FILE_DEVICE_MIDI_OUT, FILE_DEVICE_MOUSE)
1744         (FILE_DEVICE_MULTI_UNC_PROVIDER, FILE_DEVICE_NAMED_PIPE)
1745         (FILE_DEVICE_NETWORK, FILE_DEVICE_NETWORK_BROWSER)
1746         (FILE_DEVICE_NETWORK_FILE_SYSTEM, FILE_DEVICE_NULL)
1747         (FILE_DEVICE_PARALLEL_PORT, FILE_DEVICE_PHYSICAL_NETCARD)
1748         (FILE_DEVICE_PRINTER, FILE_DEVICE_SCANNER)
1749         (FILE_DEVICE_SERIAL_MOUSE_PORT, FILE_DEVICE_SERIAL_PORT)
1750         (FILE_DEVICE_SCREEN, FILE_DEVICE_SOUND, FILE_DEVICE_STREAMS)
1751         (FILE_DEVICE_TAPE, FILE_DEVICE_TAPE_FILE_SYSTEM, FILE_DEVICE_TRANSPORT)
1752         (FILE_DEVICE_UNKNOWN, FILE_DEVICE_VIDEO, FILE_DEVICE_VIRTUAL_DISK)
1753         (FILE_DEVICE_WAVE_IN, FILE_DEVICE_WAVE_OUT, FILE_DEVICE_8042_PORT)
1754         (FILE_DEVICE_NETWORK_REDIRECTOR, FILE_DEVICE_BATTERY)
1755         (FILE_DEVICE_BUS_EXTENDER, FILE_DEVICE_MODEM, FILE_DEVICE_VDM)
1756         (FILE_DEVICE_MASS_STORAGE, FILE_DEVICE_SMB, FILE_DEVICE_KS)
1757         (FILE_DEVICE_CHANGER, FILE_DEVICE_SMARTCARD, FILE_DEVICE_ACPI)
1758         (FILE_DEVICE_DVD, FILE_DEVICE_FULLSCREEN_VIDEO)
1759         (FILE_DEVICE_DFS_FILE_SYSTEM, FILE_DEVICE_DFS_VOLUME)
1760         (FILE_DEVICE_SERENUM, FILE_DEVICE_TERMSRV, FILE_DEVICE_KSEC)
1761         (FILE_DEVICE_FIPS): Redefine as enumeration; factor it out.
1762         (enum _PARTITION_STYLE, PARTITION_STYLE): Factor out; add...
1763         (PARTITION_STYLE_RAW): ...this new enumeration state; previously, it
1764         was defined only when including this enumeration from winioctl.h
1765         (struct _CREATE_DISK_MBR, CREATE_DISK_MBR, PCREATE_DISK_MBR)
1766         (struct _CREATE_DISK_GPT, CREATE_DISK_GPT, PCREATE_DISK_GPT)
1767         (struct _CREATE_DISK, CREATE_DISK, PCREATE_DISK): Factor out;
1768         include parts/winioctl.h
1769
1770         * include/ddk/ntddstor.h: Assert copyright; tidy layout.
1771         (__NTDDSTOR_H): Multiple inclusion guard macro, renamed to...
1772         (_DDK_NTDDSTOR_H): ...this; to provide better indication of location.
1773         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1774         (struct _STORAGE_BUS_TYPE, STORAGE_BUS_TYPE, PSTORAGE_BUS_TYPE)
1775         (IOCTL_STORAGE_BASE, IOCTL_STORAGE_RESERVE, IOCTL_STORAGE_RELEASE)
1776         (IOCTL_STORAGE_CHECK_VERIFY, IOCTL_STORAGE_CHECK_VERIFY2)
1777         (IOCTL_STORAGE_MEDIA_REMOVAL, IOCTL_STORAGE_EJECT_MEDIA)
1778         (IOCTL_STORAGE_LOAD_MEDIA, IOCTL_STORAGE_LOAD_MEDIA2)
1779         (IOCTL_STORAGE_EJECTION_CONTROL, IOCTL_STORAGE_FIND_NEW_DEVICES)
1780         (IOCTL_STORAGE_GET_MEDIA_TYPES, IOCTL_STORAGE_GET_MEDIA_TYPES_EX)
1781         (IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER, IOCTL_STORAGE_PREDICT_FAILURE)
1782         (IOCTL_STORAGE_QUERY_PROPERTY, IOCTL_STORAGE_GET_DEVICE_NUMBER)
1783         (IOCTL_STORAGE_RESET_BUS, IOCTL_STORAGE_RESET_DEVICE)
1784         (IOCTL_STORAGE_MCN_CONTROL): Factor out; include parts/winioctl.h
1785
1786         * include/ddk/ntdddisk.h: Assert copyright; tidy layout.
1787         (__NTDDDISK_H): Multiple inclusion guard macro, renamed to...
1788         (_DDK_NTDDDISK_H): ...this; to provide better indication of location.
1789         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1790         (IOCTL_DISK_BASE, IOCTL_DISK_GET_LENGTH_INFO)
1791         (IOCTL_DISK_IS_WRITABLE, IOCTL_DISK_REASSIGN_BLOCKS)
1792         (IOCTL_DISK_FIND_NEW_DEVICES, IOCTL_DISK_GET_MEDIA_TYPES)
1793         (IOCTL_DISK_GET_DRIVE_LAYOUT, IOCTL_DISK_SET_DRIVE_LAYOUT)
1794         (IOCTL_DISK_GET_PARTITION_INFO, IOCTL_DISK_SET_PARTITION_INFO)
1795         (IOCTL_DISK_GET_DRIVE_LAYOUT_EX, IOCTL_DISK_SET_DRIVE_LAYOUT_EX)
1796         (IOCTL_DISK_GET_DRIVE_GEOMETRY, IOCTL_DISK_GET_DRIVE_GEOMETRY_EX)
1797         (IOCTL_DISK_CREATE_DISK, IOCTL_DISK_VERIFY, IOCTL_DISK_CHECK_VERIFY)
1798         (IOCTL_DISK_GET_PARTITION_INFO_EX, IOCTL_DISK_SET_PARTITION_INFO_EX)
1799         (IOCTL_DISK_GET_CACHE_INFORMATION, IOCTL_DISK_SET_CACHE_INFORMATION)
1800         (IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_GROW_PARTITION)
1801         (IOCTL_DISK_FORMAT_TRACKS, IOCTL_DISK_FORMAT_TRACKS_EX)
1802         (IOCTL_DISK_PERFORMANCE, IOCTL_DISK_PERFORMANCE_OFF)
1803         (IOCTL_DISK_UPDATE_DRIVE_SIZE, IOCTL_DISK_RESERVE): Factor out; all of
1804         these macros are now defined in parts/winioctl.h; include it.
1805         (PARTITION_ENTRY_UNUSED, PARTITION_FAT_12, PARTITION_XENIX_1)
1806         (PARTITION_XENIX_2, PARTITION_FAT_16, PARTITION_EXTENDED)
1807         (PARTITION_HUGE, PARTITION_IFS, PARTITION_OS2BOOTMGR, PARTITION_FAT32)
1808         (PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED)
1809         (PARTITION_PREP, PARTITION_LDM, PARTITION_UNIX, PARTITION_NTFT)
1810         (VALID_NTFT): Redefine as enumeration; factor it out.
1811         (IsRecognizedPartition, IsContainerPartition): Factor out.
1812         (enum _MEDIA_TYPE, MEDIA_TYPE, PMEDIA_TYPE): Factor out, adding...
1813         (F3_200Mb_512, F3_240M_512, F3_32M_512): ...these new state values.
1814         (enum _DETECTION_TYPE, DETECTION_TYPE): Factor out.
1815         (struct _DISK_INT13_INFO, DISK_INT13_INFO, PDISK_INT13_INFO)
1816         (struct _DISK_EX_INT13_INFO, DISK_EX_INT13_INFO, PDISK_EX_INT13_INFO)
1817         (struct _DISK_DETECTION_INFO, DISK_DETECTION_INFO, PDISK_DETECTION_INFO)
1818         (struct _DISK_GEOMETRY_EX, DISK_GEOMETRY_EX, PDISK_GEOMETRY_EX)
1819         (struct _DISK_GEOMETRY, DISK_GEOMETRY, PDISK_GEOMETRY)
1820         (DiskGeometryGetPartition, DiskGeometryGetDetect): Factor out.
1821         (struct _PARTITION_INFORMATION): Change field data types for...
1822         (HiddenSectors, PartitionNumber): ...these, from DWORD to ULONG...
1823         (PartitionType): ...and this from BYTE to UCHAR, to keep consistent
1824         with Windows DDK convention, then factor out struct, together with...
1825         (PARTITION_INFORMATION, PPARTITION_INFORMATION): ...these.
1826         (struct _PARTITION_INFORMATION_GPT, struct _DISK_PARTITION_INFO)
1827         (PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT)
1828         (DISK_PARTITION_INFO, *PDISK_PARTITION_INFO): Factor out.
1829         (struct _GET_LENGTH_INFORMATION)
1830         (GET_LENGTH_INFORMATION, PGET_LENGTH_INFORMATION)
1831         (struct _DISK_PERFORMANCE, DISK_PERFORMANCE, PDISK_PERFORMANCE)
1832         (struct _DISK_PERFORMANCE_EX, DISK_PERFORMANCE_EX, PDISK_PERFORMANCE_EX)
1833         (struct _FORMAT_PARAMETERS, struct _FORMAT_EX_PARAMETERS)
1834         (FORMAT_PARAMETERS, PFORMAT_PARAMETERS, FORMAT_EX_PARAMETERS)
1835         (PFORMAT_EX_PARAMETERS): Factor out.
1836         (struct _REASSIGN_BLOCKS): Change field data types for...
1837         (Reserved, Count): ...these fields, from WORD to USHORT, and...
1838         (BlockNumber): ...this from DWORD to ULONG, per Windows DDK
1839         convention, then factor out the struct definition, together with...
1840         (REASSIGN_BLOCKS, PREASSIGN_BLOCKS): ...these associated typedefs.
1841         (struct _SET_PARTITION_INFORMATION, SET_PARTITION_INFORMATION)
1842         (PSET_PARTITION_INFORMATION): Factor out.
1843         (struct _VERIFY_INFORMATION): Change field data type for...
1844         (Length): ...this field, from DWORD to ULONG, per DDK convention, then
1845         factor out the entire struct definition, together with...
1846         (VERIFY_INFORMATION, PVERIFY_INFORMATION): ...these associated typedefs.
1847         (DISK_CACHE_RETENTION_PRIORITY): Factor out enumerated typedef.
1848         (struct _DISK_CACHE_INFORMATION, struct _DISK_GROW_PARTITION)
1849         (DISK_CACHE_INFORMATION, PDISK_CACHE_INFORMATION, DISK_GROW_PARTITION)
1850         (PDISK_GROW_PARTITION): Factor out.
1851
1852         * include/winioctl.h: Assert copyright; tidy layout; incorporate
1853         definitions from Windows DDK headers, by including parts/winioctl.h;
1854         delete duplicate definitions already identified as having been factored
1855         out from ddk/winddk.h, ddk/ntddstor.h, and ddk/ntdddisk.h; accept type
1856         compatible changes from DWORD to ULONG, WORD to USHORT, and BYTE to
1857         UCHAR, resulting in no significant changes, except that...
1858         (struct _DISK_PERFORMANCE): ...this is extended, by addition of...
1859         (IdleTime, SplitCount, QueryTime, StorageDeviceNumber)
1860         (StorageManagerName): ...these previously missing fields, originally
1861         appropriately defined in ddk/ntdddisk.h, thus fixing bug [#1954].
1862         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
1863
1864 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1865
1866         Windows application module version information API updates.
1867
1868         * include/winver.h: Assert copyright; tidy layout.
1869         (_BEGIN_C_DECLS, _END_C_DECLS): Use these, as appropriate.
1870         (__AW_SUFFIXED__): Use throughout, to identify generic functions
1871         having both ANSI and UTF-16LE specific alternative implementations.
1872         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoEx): New function.
1873         [NTDDI_VERSION >= NTDDI_VISTA] (GetFileVersionInfoSizeEx): Likewise;
1874         note that both are generic, with ANSI and UTF-16LE implementations,
1875         but the ANSI implementations are missing from MSVCRT.DLL when...
1876         [NTDDI_VERSION < NTDDI_WIN8]: ...this.
1877
1878         * lib/version.def (GetFileVersionInfoExA, GetFileVersionInfoExW)
1879         (GetFileVersionInfoSizeExA, GetFileVersionInfoSizeExW): Add symbols.
1880
1881 2015-10-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1882
1883         Revert a failed experimental macro construct.
1884
1885         * include/w32api.h (__W32API_DEPRECATED_ALIAS): Delete this; it bloats
1886         code, and doesn't work in the C preprocessor conditional context where
1887         its associated constant definitions are most likely to be required.
1888         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
1889         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
1890         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): Redefine as macros,
1891         now in terms of their preferred equivalents from <sdkddkver.h>
1892
1893 2015-09-29  Keith Marshall  <keithmarshall@users.sourceforge.net>
1894
1895         Code clean-up; fix MinGW-Bug [#2263].
1896
1897         * include/w32api.h (__AW_SUFFIXED__): New macro; define it.
1898         (__AW_EXTENDED__, __AW_STRING_A__, __AW_STRING_W__): Likewise.
1899         (__AW__WCHAR_T__): Likewise; this is a helper for __AW_STRING_W__.
1900
1901         * include/wincrypt.h: Assert copyright; tidy layout; replace all C++
1902         style comments, using ISO-C conforming style; remove all redundant
1903         parameter names from function prototype declarations, throughout.
1904         (pragma GCC system_header): Remove pointless conditional guard.
1905         (_BEGIN_C_DECLS, _END_C_DECLS): Use to wrap extern "C" declarations.
1906         [WINVER >= 0x500, WINVER >= 0x501]: Replace conditionals with...
1907         [WINVER >= _WIN32_WINNT_WIN2K, WINVER >= _WIN32_WINNT_WINXP]: ...these
1908         alternatives, respectively; they offer improved self-documentation.
1909         (MS_DEF_PROV, MS_ENHANCED_PROV, MS_STRONG_PROV, MS_SCARD_PROV)
1910         (MS_DEF_RSA_SIG_PROV, MS_DEF_RSA_SCHANNEL_PROV, MS_DEF_DSS_PROV)
1911         (MS_DEF_DSS_DH_PROV, MS_ENH_DSS_DH_PROV, MS_DEF_DH_SCHANNEL_PROV)
1912         (MS_ENH_RSA_AES_PROV): Redefine as __AW_EXTENDED__ derivatives.
1913         (MS_DEF_PROV_W, MS_ENHANCED_PROV_W, MS_STRONG_PROV_W, MS_SCARD_PROV_W)
1914         (MS_DEF_RSA_SIG_PROV_W, MS_DEF_RSA_SCHANNEL_PROV_W, MS_DEF_DSS_PROV_W)
1915         (MS_DEF_DSS_DH_PROV_W, MS_ENH_DSS_DH_PROV_W, MS_DEF_DH_SCHANNEL_PROV_W)
1916         (MS_ENH_RSA_AES_PROV_W): Redefine; use __AW_STRING_W__ to derive them
1917         from their __AW_STRING_A__ equivalent string constant definitions.
1918         (GET_ALG_CLASS): Redefine, expressing result in terms of...
1919         (ALG_CLASS_ALL): ...this manifest bit mask; also redefined, preferring
1920         a hexadecimal expression of the mask value over the former decimal.
1921         (GET_ALG_TYPE, GET_ALG_SID): Similarly, use hexadecimal mask values.
1922         (ALG_CLASS_SIGNATURE, ALG_CLASS_MSG_ENCRYPT, ALG_CLASS_DATA_ENCRYPT)
1923         (ALG_CLASS_HASH, ALG_CLASS_KEY_EXCHANGE, ALG_TYPE_DSS, ALG_TYPE_RSA)
1924         (ALG_TYPE_BLOCK, ALG_TYPE_STREAM, ALG_TYPE_DH, ALG_TYPE_SECURECHANNEL)
1925         (CRYPT_UPDATE_KEY, CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_SILENT)
1926         (CRYPT_MACHINE_KEYSET, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT)
1927         (CRYPT_EXPORTABLE, CRYPT_ENCRYPT, CRYPT_DECRYPT, CRYPT_EXPORT)
1928         (CRYPT_READ, CRYPT_WRITE, CRYPT_MAC, CERT_TRUST_IS_NOT_TIME_VALID)
1929         (CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_IS_REVOKED)
1930         (CERT_TRUST_IS_NOT_SIGNATURE_VALID, CERT_TRUST_IS_NOT_VALID_FOR_USAGE)
1931         (CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_REVOCATION_STATUS_UNKNOWN)
1932         (CERT_TRUST_IS_CYCLIC, CERT_TRUST_CTL_IS_NOT_SIGNATURE_VALID)
1933         (CERT_TRUST_IS_PARTIAL_CHAIN, CERT_TRUST_CTL_IS_NOT_TIME_VALID)
1934         (CERT_TRUST_CTL_IS_NOT_VALID_FOR_USAGE, CERT_TRUST_IS_SELF_SIGNED)
1935         (CERT_TRUST_HAS_EXACT_MATCH_ISSUER, CERT_TRUST_HAS_KEY_MATCH_ISSUER)
1936         (CERT_TRUST_HAS_NAME_MATCH_ISSUER, CERT_TRUST_IS_COMPLEX_CHAIN)
1937         (CERT_CHAIN_POLICY_BASE, CERT_CHAIN_POLICY_AUTHENTICODE)
1938         (CERT_CHAIN_POLICY_AUTHENTICODE_TS, CERT_CHAIN_POLICY_SSL)
1939         (CERT_CHAIN_POLICY_BASIC_CONSTRAINTS, CERT_CHAIN_POLICY_NT_AUTH)
1940         (CERT_NAME_STR_REVERSE_FLAG, CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG)
1941         (CERT_NAME_STR_CRLF_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG)
1942         (CERT_NAME_STR_ENABLE_T61_UNICODE_FLAG, CERT_NAME_STR_NO_PLUS_FLAG)
1943         (CERT_NAME_STR_NO_QUOTING_FLAG, CERT_NAME_STR_SEMICOLON_FLAG)
1944         (CERT_FIND_CERT_ID, CERT_FIND_CTL_USAGE, CERT_FIND_ENHKEY_USAGE)
1945         (CERT_FIND_EXISTING, CERT_FIND_HASH, CERT_FIND_ISSUER_ATTR)
1946         (CERT_FIND_ISSUER_NAME, CERT_FIND_ISSUER_OF, CERT_FIND_KEY_IDENTIFIER)
1947         (CERT_FIND_KEY_SPEC, CERT_FIND_MD5_HASH, CERT_FIND_PROPERTY)
1948         (CERT_FIND_PUBLIC_KEY, CERT_FIND_SHA1_HASH, CERT_FIND_SIGNATURE_HASH)
1949         (CERT_FIND_SUBJECT_ATTR, CERT_FIND_SUBJECT_CERT, CERT_FIND_SUBJECT_NAME)
1950         (CERT_FIND_SUBJECT_STR_A, CERT_FIND_SUBJECT_STR_W)
1951         (CERT_FIND_ISSUER_STR_A, CERT_FIND_ISSUER_STR_W)
1952         (CERT_FIND_OR_ENHKEY_USAGE_FLAG, CERT_FIND_OPTIONAL_ENHKEY_USAGE_FLAG)
1953         (CERT_FIND_NO_ENHKEY_USAGE_FLAG, CERT_FIND_VALID_ENHKEY_USAGE_FLAG)
1954         (CERT_FIND_EXT_ONLY_ENHKEY_USAGE_FLAG, CERT_UNICODE_IS_RDN_ATTRS_FLAG)
1955         (CERT_CASE_INSENSITIVE_IS_RDN_ATTRS_FLAG, CERT_CHAIN_FIND_BY_ISSUER)
1956         (CERT_CHAIN_FIND_BY_ISSUER_COMPARE_KEY_FLAG)
1957         (CERT_CHAIN_FIND_BY_ISSUER_COMPLEX_CHAIN_FLAG)
1958         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_FLAG)
1959         (CERT_CHAIN_FIND_BY_ISSUER_CACHE_ONLY_URL_FLAG)
1960         (CERT_CHAIN_FIND_BY_ISSUER_LOCAL_MACHINE_FLAG)
1961         (CERT_CHAIN_FIND_BY_ISSUER_NO_KEY_FLAG)
1962         (CERT_SYSTEM_STORE_LOCAL_MACHINE): All represent bit-mapped values;
1963         express them in hexadecimal, in preference to original decimal form.
1964         (CERT_FIND_SUBJECT_STR, CERT_FIND_ISSUER_STR): Redefine them as
1965         __AW_EXTENDED__ macros, for UNICODE/non-UNICODE cases respectively.
1966         (szOID_CRL_DIST_POINTS): Correct defective definition; value should be
1967         a string literal, but was missing delimiting quotes; insert them.
1968         (CertNameToStr, CertOpenSystemStore, CertGetNameString, CryptSignHash)
1969         (CryptAcquireContext, CryptVerifySignature, CryptGetDefaultProvider)
1970         (CryptEnumProviders, CryptSetProvider): Define as __AW_SUFFIXED__
1971         aliases for each of the UNICODE/non-UNICODE cases respectively.
1972         (CryptEnumProvidersA): Correct prototype declaration; 5th parameter
1973         was declared as type LPTSTR, but should be type LPSTR.
1974         (CryptEnumProvidersW): Likewise; 5th parameter should be type LPWSTR.
1975         (CryptGetDefaultProviderW): Likewise; 4th parameter was declared as
1976         type LPSTR, but should be type LPWSTR.
1977         [defined MINGW_TENTATIVE_ASSUMPTIONS] (X509_ANY_STRING)
1978         (X509_CRL_REASON_CODE, X509_DSS_PUBLICKEY, X509_UNICODE_ANY_STRING)
1979         (struct _CERT_ALT_NAME_ENTRY): Add tentative definitions.
1980
1981 2015-09-22  Keith Marshall  <keithmarshall@users.sourceforge.net>
1982
1983         Correct defect in build system compilation rule.
1984
1985         * Makefile.in (scrnsavw.$OBJEXT): Do not use $^ to represent the
1986         source file; it expands to also include prerequisite header files,
1987         which should not appear on the compilation command line.  Rewrite
1988         rule in static pattern format, and use $< instead.
1989
1990 2015-08-02  Keith Marshall  <keithmarshall@users.sourceforge.net>
1991
1992         Build system corrections for GCC build time support.
1993
1994         * configure.ac (AC_PROG_CC): Don't use this; we need...
1995         (MINGW_AC_PROG_CC_COMPILE_ONLY): ...this alternative, to support
1996         building with only a stage 1 partially built GCC installation.
1997
1998         * Makefile.in (install-headers): New make objective; map it to...
1999         (install-w32api-headers): ...this, for which it is a logical alias.
2000
2001 2015-07-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
2002
2003         Overhaul and streamline build system configuration.
2004
2005         * configure.in: Delete obsolete file; replace with...
2006         * configure.ac: New file; rewritten per current autoconf conventions.
2007
2008         * Makefile.in: Rewritten; adapted from current mingwrt configuration,
2009         it now processes the entire build without using separate sub-makes.
2010
2011         * lib/Makefile.in: Sub-make configuration not required now; delete it.
2012         * lib/ddk/Makefile.in lib/directx/Makefile.in: Likewise; delete them.
2013
2014 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2015
2016         Remove unused aclocal.m4 configuration file.
2017
2018         * aclocal.m4: Delete it; it provides no content used by this package.
2019
2020 2015-07-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
2021
2022         Adapt platform feature checks to NTDDI_VERSION conventions.
2023
2024         * include/sdkddkver.h: New file; merge from 4.0-dev branch.
2025         (_WIN32_WINNT_WINBLUE): New manifest constant for Windows-8.1.
2026         (WINNTVER): Prefer bitwise shift to division; adjust accordingly.
2027         [_WIN32_WINNT != OSVER(NTDDI_VERSION)]: Bad comparison; correct to...
2028         [_WIN32_WINNT != WINNTVER(NTDDI_VERSION)]: ...this.
2029
2030         * include/w32api.h: Assert copyright; include sdkddkver.h.
2031         (__W32API_VERSION): Increment to 3.18; adopt new encoding format.
2032         (__W32API_MAJOR_VERSION, __W32API_MINOR_VERSION): Adjust consistently.
2033         (__W32API_PATCH_LEVEL): New macro; define with initial value of zero.
2034         (__W32API_DEPRECATED_ALIAS): New macro; define it; use to redefine...
2035         (Windows95, Windows98, WindowsME, WindowsNT4, Windows2000, WindowsXP)
2036         (Windows2003, WindowsVista, IE3, IE301, IE302, IE4, IE401, IE5, IE5a)
2037         (IE5b, IE501, IE55, IE56, IE6, IE601, IE602, IE7): ...these; replace
2038         macro definitions by long integer constants, and mark as deprecated.
2039         (UNICODE, _UNICODE): Keep these consistent; use logic factored out of
2040         mingwrt/include/_mingw.h, whence we similarly relocate...
2041         (_EXTERN_C, _BEGIN_C_DECLS, _END_C_DECLS): ...these.
2042
2043         * include/windef.h: Assert copyright; include w32api.h, whence we
2044         infer default assignments, per included sdkddkver.h, for each of...
2045         (WINVER, _WIN32_WINNT): ...these; delete local defines.
2046         (_BEGIN_C_DECLS, _END_C_DECLS): Use them.
2047
2048 2015-06-16  Keith Marshall  <keithmarshall@users.sourceforge.net>
2049
2050         Remove generated configure script from revision control.
2051
2052         * configure: Delete from SCM; maintainer must regenerate it, when
2053         required, as SCM will now ignore it.
2054
2055 2012-08-04  Earnie Boyd  <earnie@users.sourceforge.net>
2056
2057         Cosmetic adjustment to match MSDN documentation.
2058
2059         * include/winver.h (VerQueryValueA, VerQueryValueW): Declare type
2060         of parameter #1 to be LPCVOID, in preference to formerly specified,
2061         and functionally equivalent, 'const LPVOID'.
2062
2063 2012-08-01  Stephan Jorek  <sjorek@users.sourceforge.net>
2064
2065         Correct typos, as identified by issue [#1534].
2066
2067         * include/setupapi.h (SetupCancelTemporary): Should be...
2068         (SetupCancelTemporarySourceList): ...this; complete truncated name.
2069         (SetupFreeA, SetupFreeW): Likewise, complete these respectively to...
2070         (SetupFreeSourceListA, SetupFreeSourceListW): ...these, and...
2071         (SetupQueryA, SetupQueryW): ...these respectively to...
2072         (SetupQuerySourceListA, SetupQuerySourceListW): ...these.
2073         (SetupDiGetWizardage): Misspelled; correct it to...
2074         (SetupDiGetWizardPage): ...this.
2075
2076 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
2077
2078         Declare WTSVirtualChannel API functions per issue [#1342].
2079
2080         * include/wtsapi32.h [_WIN32_WINNT >= 0x500]
2081         (WTSVirtualChannelOpen, WTSVirtualChannelQuery, WTSVirtualChannelRead)
2082         (WTSVirtualChannelPurgeInput, WTSVirtualChannelPurgeOutput)
2083         (WTSVirtualChannelWrite, WTSVirtualChannelClose): Declare them.
2084         [_WIN32_WINNT >= 0x600] (WTSVirtualchannelOpenEx): Likewise.
2085
2086         * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add reference.
2087
2088 2012-08-01  Earnie Boyd  <earnie@users.sourceforge.net>
2089
2090         Correct MENUITEMINFO structure definition per issue [#1659].
2091
2092         * include/winuser.h (tagMENUITEMINFOA, tagMENUITEMINFOW): dwItemData
2093         field was defined as type DWORD; correct it to type ULONG_PTR.
2094
2095 2012-07-06  Corinna Vinschen  <corinna@vinschen.de>
2096
2097         Extend visibility of winsock definitions when building Cygwin.
2098
2099         * include/winsock.h [__INSIDE_CYGWIN__]: Expose definitions of...
2100         (IP_OPTIONS, SO_DEBUG, SO_ACCEPTCONN, SO_REUSEADDR, SO_KEEPALIVE)
2101         (SO_DONTROUTE, SO_BROADCAST, SO_USELOOPBACK, SO_LINGER, SO_OOBINLINE)
2102         (SO_DONTLINGER, SO_SNDBUF, SO_RCVBUF, SO_SNDLOWAT, SO_RCVLOWAT)
2103         (SO_SNDTIMEO, SO_RCVTIMEO, SO_ERROR, SO_TYPE): ...these; however...
2104         [__INSIDE_MSYS__]: ...keep them hidden.
2105
2106         * include/winsock2.h [__INSIDE_CYGWIN__]: Likewise, expose...
2107         (AF_MAX, _SS_MAXSIZE, _SS_ALIGNSIZE, _SS_PAD1SIZE, _SS_PAD2SIZE)
2108         (struct sockaddr, struct sockaddr_storage): ...these, whereas...
2109         [__INSIDE_MSYS__]: ...also keep them hidden.
2110
2111 2012-04-29  Jan Ringos  <tringi@users.sf.net>
2112
2113         Correct version guard for WinXP minimum requirement.
2114
2115         * include/winbase.h (GetModuleHandleEx): Function unsupported for...
2116         [_WIN32_WINNT >= 0x500]: ...this; it isn't in Win2K, so should be...
2117         [_WIN32_WINNT >= 0x501]: ...this; correct it accordingly.
2118         (GetModuleHandleExA, GetModuleHandleExW): Likewise.
2119
2120 2012-04-28  LRN  <l_r_nightmare@users.sf.net>
2121
2122         Add missing <shobjidl.h> and associated UUID implementation.
2123
2124         * include/shobjidl.h lib/shobjidl-uuid.c: New files.
2125         * lib/Makefile.in (UUID_SOURCES, UUID_OBJS): Add references.
2126
2127 2012-03-19  Ben Greear  <greear@users.sf.net>
2128
2129         Adjust header file definition order, to fix issue [#1570].
2130
2131         * include/routprot.h (IP_LOCAL_BINDING): Must be defined before...
2132         (IP_ADAPTER_BINDING_INFO): ...this; adjust order of definition.
2133
2134 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2135
2136         Add missing return value, flagged by 'make test'.
2137
2138         * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort):
2139         Return NO_ERROR in virtual definition.
2140
2141 2012-01-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2142
2143         Remove duplicate definitions, identified by 'make test'.
2144
2145         * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET)
2146         (CRYPT_MACHINE_KEYSET, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED)
2147         (CRYPT_SILENT, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT)
2148         (CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE)
2149         (CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY)
2150         (CRYPT_VOLATILE, CRYPT_SGCKEY): Delete second instance of each.
2151
2152         * include/winerror.h (CRYPT_E_REVOKED): Delete; it is already
2153         correctly defined (per MSDN) in <wincrypt.h>
2154
2155 2012-01-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
2156
2157         Correct misuse of #ifdef, identified by 'make test'.
2158
2159         * include/shlwapi.h (enum ASSOCSTR, enum ASSOCDATA): Fix typos;
2160         /#ifdef _WIN32_IE >= 0x0600/s/#ifdef/#if/
2161
2162 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
2163
2164         Replace more incorrectly named manifest constants.
2165
2166         * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK)
2167         (JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define; make aliases for...
2168         (JOB_OBJECT_BREAKAWAY_OK, JOB_OBJECT_SILENT_BREAKAWAY): ...these old
2169         definitions respectively; retain for backward compatibility only.
2170
2171 2011-12-22  Corinna Vinschen  <corinna@vinschen.de>
2172
2173         Add missing PROCESS_QUERY_LIMITED_INFORMATION.
2174
2175         * include/winnt.h (PROCESS_QUERY_LIMITED_INFORMATION): Define it.
2176
2177 2011-08-19  Corinna Vinschen  <corinna@vinschen.de>
2178
2179         Add missing MAPVK manifest constant definitions.
2180
2181         * include/winuser.h (MAPVK_VK_TO_VSC, MAPVK_VSC_TO_VK): Define them.
2182         (MAPVK_VK_TO_CHAR, MAPVK_VSC_TO_VK_EX, MAPVK_VK_TO_VSC_EX): Likewise.
2183
2184 2011-08-05  Corinna Vinschen  <corinna@vinschen.de>
2185
2186         Correct some misspelled manifest constant names.
2187
2188         * include/winnt.h (IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Should be...
2189         (IMAGE_DLLCHARACTERISTICS_NX_COMPAT): ...this; define correctly; also
2190         alias to original misspelling, to maintain backward compatibility.
2191         (IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY): Likewise; should be...
2192         (IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY): ...this; define and alias.
2193         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE): Likewise; should be...
2194         (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE): ...this; define and alias.
2195
2196 2011-07-29  Corinna Vinschen  <corinna@vinschen.de>
2197
2198         Add a missing Win2K sockets IOCTL feature.
2199
2200         * include/winsock2.h (SIO_UDP_CONNRESET): Define.
2201
2202 2011-05-22  Albrecht Schlosser  <vms-news@go4more.de>
2203
2204         Fix an incorrectly typed structure member.
2205
2206         * include/wingdi.h (GCP_RESULTSW): lpClass field defined as LPWSTR;
2207         should be LPSTR; correct it.
2208
2209 2011-05-15  Corinna Vinschen  <corinna@vinschen.de>
2210
2211         Add another missing manifest constant definition.
2212
2213         * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.
2214
2215 2011-04-21  Keith Marshall  <keithmarshall@users.sourceforge.net>
2216
2217         Avoid pollution of user namespace; fix MinGW-Bug [#1531].
2218
2219         * include/windef.h (PACKED): Delete macro definition; its name is not
2220         reserved, and may thus conflict with a user defined name; replace it...
2221         * include/wincon.h (KEY_EVENT_RECORD): ...at this sole point of use;
2222         use __attribute__((packed)) directly instead.
2223
2224 2011-04-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2225
2226         Fix bad typedef, per MinGW-Bug [#1529].
2227
2228         * include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Corrected, to
2229         conform with MSDN reference, as identified by Safety0ff.
2230
2231 2011-04-04  Corinna Vinschen  <corinna@vinschen.de>
2232
2233         Add a missing manifest constant definition.
2234
2235         * include/winnt.h (DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS): Define.
2236
2237 2011-03-29  Corinna Vinschen  <corinna@vinschen.de>
2238
2239         Win2K and Vista userenv updates.
2240
2241         * include/userenv.h [_WIN32_WINNT >= 0x0500] (DeleteProfile)
2242         (GetAllUsersProfileDirectory, GetDefaultUserProfileDirectory)
2243         (ExpandEnvironmentStringsForUser): Define function aliases.
2244         [_WIN32_WINNT >= 0x0500] (DeleteProfileA, DeleteProfileW)
2245         (GetAllUsersProfileDirectoryA, GetAllUsersProfileDirectoryW)
2246         (GetDefaultUserProfileDirectoryA, GetDefaultUserProfileDirectoryW
2247         (ExpandEnvironmentStringsForUserA, ExpandEnvironmentStringsForUserW)
2248         (GetProfileType): Declare function prototypes.
2249         [_WIN32_WINNT >= 0x0600] (CreateProfile): Declare function prototype.
2250         [_WIN32_WINNT >= 0x0500] (PT_TEMPORARY, PT_ROAMING, PT_MANDATORY):
2251         New manifest constants; define them.
2252
2253 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2254
2255         * Makefile.in: Increment CYGRELEASE to 2.
2256
2257 2011-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2258
2259         * lib/Makefile.in: Include GDIPLUS_HEADERS in dist target.
2260
2261 2011-03-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2262
2263         * include/w32api.h: Increment version to 3.17.
2264         * Makefile.in: Ditto.
2265
2266 2011-03-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2267
2268         * include/winbase.h (PSAPI_WORKING_SET_BLOCK)
2269         (PSAPI_WORKING_SET_INFORMATION): Move from here...
2270         * include/psapi.h (PSAPI_WORKING_SET_BLOCK)
2271         (PSAPI_WORKING_SET_INFORMATION): ...to here.
2272
2273 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2274
2275         * include/w32api.h: Increment version to 3.16.
2276         * Makefile.in: Ditto.
2277
2278 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2279
2280         * include/commctrl.h (NMTCKEYDOWN): Define.
2281
2282 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2283
2284         * include/wtsapi32.h (WTSSendMessageA, WTSSendMessageW, WTSSendMessage):
2285         Define.
2286
2287 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2288
2289         * include/winbase.h (PSAPI_WORKING_SET_BLOCK,
2290         PSAPI_WORKING_SET_INFORMATION): Define.
2291
2292 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2293
2294         * include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
2295
2296 2011-03-05  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2297
2298         * lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
2299
2300 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2301
2302         * include/winbase.h (FILE_ENCRYPTABLE, FILE_IS_ENCRYPTED, FILE_READ_ONLY,
2303         FILE_ROOT_DIR, FILE_SYSTEM_ATTR, FILE_SYSTEM_DIR, FILE_SYSTEM_NOT_SUPPORT,
2304         FILE_UNKNOWN, FILE_USER_DISALLOWED): Define.
2305
2306 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2307
2308         * include/winioctl.h (_DRIVE_LAYOUT_INFORMATION_MBR): Add
2309         _DRIVE_LAYOUT_INFORMATION_MBR_DEFINED guard.
2310         * include/ddk/winddk.h (_DRIVE_LAYOUT_INFORMATION_MBR): Ditto.
2311
2312 2011-03-04  Seth Jackson  <sethj@users.sourceforge.net>
2313
2314         * include/winnt.h (PAGE_WRITECOMBINE): Define.
2315         * include/winbase.h (THREAD_MODE_BACKGROUND_BEGIN, THREAD_MODE_BACKGROUND_END): Define.
2316
2317 2011-03-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2318
2319         * include/winbase.h (__MINGW_EXTENSION): Define.
2320         (OVERLAPPED): Add __MINGW_EXTENSION around nameless union /
2321         struct to correct issue with -std=c99.
2322
2323 2011-03-02  Corinna Vinschen  <corinna@vinschen.de>
2324
2325         * include/ddk/winddk.h (TIMER_INFORMATION_CLASS): Define.
2326         (TIMER_BASIC_INFORMATION): Define.
2327         (NtQueryTimer): Define.
2328         (ZwQueryTimer): Define.
2329
2330 2010-12-27  David Byron  <dbyron0@users.sourceforge.net>
2331
2332         * include/winioctl.h (STORAGE_BUS_TYPE): Define.
2333
2334 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2335
2336         * include/winbase.h (GetComputerNameEx): Define.
2337
2338 2010-12-27  Ryan Lortie  <desrt@desrt.ca>
2339
2340         * include/winbase.h (TzSpecificLocalTimeToSystemTime): Define.
2341
2342 2010-12-27  Markus Koenig  <basilo@users.sourceforge.net>
2343
2344         * include/gdiplus/gdipluspixelformats.h (PixelFormatIndexed,
2345         PixelFormatGDI, PixelFormatAlpha, PixelFormatPAlpha,
2346         PixelFormatExtended, PixelFormatCanonical, PixelFormatUndefined,
2347         PixelFormatDontCare, PixelFormat1bppIndexed, PixelFormat4bppIndexed,
2348         PixelFormat8bppIndexed, PixelFormat16bppGrayScale,
2349         PixelFormat16bppRGB555, PixelFormat16bppRGB565, PixelFormat16bpp1555,
2350         PixelFormat24bppRGB, PixelFormat32bppRGB, PixelFormat32bppARGB,
2351         PixelFormat32bppPARGB, PixelFormat48bppRGB, PixelFormat64bppARGB,
2352         PixelFormat64bppPARGB, PixelFormatMax): Fix definition.
2353
2354 2010-10-20  Seth Jackson  <sethj@users.sourceforge.net>
2355
2356         * include/commctrl.h (TC_ITEMHEADER[AW]): Rename to TCITEMHEADER[AW].
2357         Add defines for backward compatibility.
2358
2359 2010-12-27  Johann Hanne  <jonnyh33@users.sourceforge.net>
2360
2361         * include/oaidl.h (GetTypeComp, GetTypeComp, IsMatchingType): Fix defintion.
2362         * include/objidl.h (AddConnection, ReleaseConnection): Ditto.
2363         * include/winbase.h (EnumResourceLanguagesA, EnumResourceLanguagesW,
2364         EnumResourceNamesA, EnumResourceNamesW, EnumResourceTypesA,
2365         EnumResourceTypesW): Ditto.
2366         * include/winnt.h (_SYSTEM_POWER_CAPABILITIES): Ditto.
2367
2368 2010-12-27  Seth Jackson  <sethj@users.sourceforge.net>
2369
2370         * include/basetsd.h: (INT8, UINT8, INT16, UINT16): Define.
2371
2372 2010-12-27  Paul Sokolovsky  <pfalcon@users.sf.net>
2373
2374         * include/bdatypes.h: Add missing semicolons.
2375
2376 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2377
2378         * include/w32api.h: Increment version to 3.15.
2379         * Makefile.in: Ditto.
2380
2381 2010-08-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2382
2383         * Makefile.in: Update naming convention and compression format (lzma),
2384         leaving existing naming convention and compression format as is for Cygwin.
2385
2386 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2387
2388         * include/oleacc.h (STATE_SYSTEM_HASPOPUP, STATE_SYSTEM_NORMAL,
2389         STATE_SYSTEM_PROTECTED): Define.
2390
2391         Thank you to Marcus von Appen for reporting the issue.
2392
2393 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2394
2395         * include/winuser.h (CF_DIBV5): Define.
2396         (CF_MAX): Adjust accordingly.
2397
2398         Thank you to Lenard Lindstrom for reporting the issue.
2399
2400 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2401
2402         * include/sspi.h (QuerySecurityContextToken): Define.
2403         * lib/secur32.def: Regenerate using gendef on a Win7 machine.
2404
2405         Thank you to Magnus Hagander for reporting the issue.
2406
2407 2010-08-25  Ali Sabil  <asabil@users.sourceforge.net>
2408
2409         * include/ocidl.h: Define COBJMACROS for IPropertyBag and IPropertyBag2.
2410
2411 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2412
2413         * include/shlwapi (ASSOCDATA): Update definition.
2414
2415         Thank you to Frederic Deschamps for reporting the issue.
2416
2417 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2418
2419         * include/winbase.h (COPY_FILE_OPEN_SOURCE_FOR_WRITE,
2420         COPY_FILE_ALLOW_DECRYPTED_DESTINATION, COPY_FILE_COPY_SYMLINK,
2421         COPY_FILE_NO_BUFFERING): Define.
2422
2423         Thank you to Roland Schwingel for reporting the issue.
2424
2425 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2426
2427         * include/winuser.h (HHOOK): Move definition from here...
2428         * include/windef.h: ...to here, as per MSDN.
2429
2430         Thank you to Samuel Thibault for reporting the issue.
2431
2432 2010-08-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2433
2434         * include/winbase.h (GetEnvironmentStrings, GetEnvironmentStringsA): Per
2435         MSDN, change return type to LPCH.
2436         (GetEnvironmentStringsW): Per MSDN, change return type to LPWCH.
2437
2438         Thank you to Emmanuel Stapf for reporting the issue.
2439
2440 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2441
2442         * include/prsht.h (SNDMDG, POSTMSG): Fix typo.
2443         * include/windowsx.h (SNDMSG): Ditto.
2444
2445 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2446
2447         * include/prsht.h (SNDMSG, POSTMSG): Define macros and use throughout.
2448
2449         Thank you to Ozkan Sezer for reporting the issue.
2450
2451 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2452
2453         * include/windowsx.h (SNDMSG): Define macro and use throughout.
2454
2455         Thank you to Chris Oldwood for reporting the issue.
2456
2457 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2458
2459         * include/oleacc.h (AccessibleObjectFromEvent): Correct definition.
2460
2461         Thank you to Rick Walsh for reporting the issue.
2462
2463 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2464
2465         * include/winbase.h (MoveFileWithProcessA, MoveFileWithProgressW): Define.
2466
2467 2010-08-24  Vinky  <rabbit_vinky@users.sourceforge.net>
2468
2469         * include/winbase.h (OVERLAPPED): Correct definition.
2470
2471 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2472
2473         * include/winnt.h (IMAGE_NT_HEADERS32, IMAGE_NT_HEADERS64): Correct
2474         definition.
2475
2476         Thank you to Pasi Ruokola for reporting the issue.
2477
2478 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2479
2480         * include/exdisp.h (get_RegisterAsBrowser): Fix typo.
2481
2482         Thank you to cheznonnon for reporting the issue.
2483
2484 2010-08-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2485
2486         * lib/ws2_32.def: Regenerate using gendef on a Win7 machine.
2487
2488 2010-08-24  Ozkan Sezer  <sezero@users.sourceforge.net>
2489
2490         * winnt.h: Fix several SUBLANG ID errors (ref:
2491         http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx).
2492         (SUBLANG_UI_CUSTOM_DEFAULT): 0x05, not 0x03.
2493         (SUBLANG_HAUSA_NIGERIA): Bad ID name, correct one is ...
2494         (SUBLANG_HAUSA_NIGERIA_LATIN): ... this.
2495         (SUBLANG_INUKTITUT_CANADA_LATIN): 0x02, not 0x01.
2496         (SUBLANG_IRISH_IRELAND): 0x02, not 0x01.
2497         (SUBLANG_LAO_LAO_PDR): Bad ID name, correct one is ...
2498         (SUBLANG_LAO_LAO): ... this.
2499         (SUBLANG_LOWER_SORBIAN_GERMANY): 0x02, not 0x01.
2500         (SUBLANG_SAMI_SKOLT_FINLAND): 0x08, not 0x03.
2501         (SUBLANG_SAMI_INARI_FINLAND): 0x09, not 0x03.
2502         (SUBLANG_SYRIAC_SYRIA): define as SUBLANG_SYRIAC (what MSDN mentions).
2503         (SUBLANG_TIGRIGNA_ERITREA): 0x02, not 0x01.
2504         (SUBLANG_BENGALI_INDIA): 0x01, not 0x00.
2505         (SUBLANG_BENGALI_BANGLADESH): 0x02, not 0x01.
2506         (SUBLANG_PUNJABI_INDIA): 0x01, not 0x00.
2507         (SUBLANG_PUNJABI_PAKISTAN): not defined in MSDN.
2508         (SUBLANG_ROMANIAN_ROMANIA): 0x01, not 0x00.
2509         (SUBLANG_ROMANIAN_MOLDOVA): not defined in MSDN.
2510
2511 2010-08-24  LRN  <lrn1986@gmail.com>
2512
2513         * include/mmreg.h (MPEGLAYER3WAVEFORMAT, WAVE_FORMAT_UNKNOWN,
2514         WAVE_FORMAT_PCM, WAVE_FORMAT_ADPCM, WAVE_FORMAT_IEEE_FLOAT,
2515         WAVE_FORMAT_VSELP, WAVE_FORMAT_IBM_CVSD, WAVE_FORMAT_ALAW,
2516         WAVE_FORMAT_MULAW, WAVE_FORMAT_OKI_ADPCM, WAVE_FORMAT_DVI_ADPCM,
2517         WAVE_FORMAT_MEDIASPACE_ADPCM, WAVE_FORMAT_SIERRA_ADPCM,
2518         WAVE_FORMAT_G723_ADPCM, WAVE_FORMAT_DIGIFIX, WAVE_FORMAT_DIALOGIC_OKI_ADPCM,
2519         WAVE_FORMAT_MEDIAVISION_ADPCM, WAVE_FORMAT_CU_CODEC,
2520         WAVE_FORMAT_YAMAHA_ADPCM, WAVE_FORMAT_SONARC,
2521         WAVE_FORMAT_DSPGROUP_TRUESPEECH, WAVE_FORMAT_ECHOSC1,
2522         WAVE_FORMAT_AUDIOFILE_AF36, WAVE_FORMAT_APTX, WAVE_FORMAT_AUDIOFILE_AF10,
2523         WAVE_FORMAT_PROSODY_1612, WAVE_FORMAT_LRC, WAVE_FORMAT_DOLBY_AC2,
2524         WAVE_FORMAT_GSM610, WAVE_FORMAT_MSNAUDIO, WAVE_FORMAT_ANTEX_ADPCME,
2525         WAVE_FORMAT_CONTROL_RES_VQLPC, WAVE_FORMAT_DIGIREAL, WAVE_FORMAT_DIGIADPCM,
2526         WAVE_FORMAT_CONTROL_RES_CR10, WAVE_FORMAT_NMS_VBXADPCM,
2527         WAVE_FORMAT_ROLAND_RDAC, WAVE_FORMAT_ECHOSC3, WAVE_FORMAT_ROCKWELL_ADPCM,
2528         WAVE_FORMAT_ROCKWELL_DIGITALK, WAVE_FORMAT_XEBEC, WAVE_FORMAT_G721_ADPCM,
2529         WAVE_FORMAT_G728_CELP, WAVE_FORMAT_MSG723, WAVE_FORMAT_MPEG,
2530         WAVE_FORMAT_RT24, WAVE_FORMAT_PAC, WAVE_FORMAT_MPEGLAYER3,
2531         WAVE_FORMAT_LUCENT_G723, WAVE_FORMAT_CIRRUS, WAVE_FORMAT_ESPCM,
2532         WAVE_FORMAT_VOXWARE, WAVE_FORMAT_CANOPUS_ATRAC, WAVE_FORMAT_G726_ADPCM,
2533         WAVE_FORMAT_G722_ADPCM, WAVE_FORMAT_DSAT, WAVE_FORMAT_DSAT_DISPLAY,
2534         WAVE_FORMAT_VOXWARE_BYTE_ALIGNED, WAVE_FORMAT_VOXWARE_AC8,
2535         WAVE_FORMAT_VOXWARE_AC10, WAVE_FORMAT_VOXWARE_AC16,
2536         WAVE_FORMAT_VOXWARE_AC20, WAVE_FORMAT_VOXWARE_RT24,
2537         WAVE_FORMAT_VOXWARE_RT29, WAVE_FORMAT_VOXWARE_RT29HW,
2538         WAVE_FORMAT_VOXWARE_VR12, WAVE_FORMAT_VOXWARE_VR18,
2539         WAVE_FORMAT_VOXWARE_TQ40, WAVE_FORMAT_SOFTSOUND, WAVE_FORMAT_VOXWARE_TQ60,
2540         WAVE_FORMAT_MSRT24, WAVE_FORMAT_G729A, WAVE_FORMAT_MVI_MV12,
2541         WAVE_FORMAT_DF_G726, WAVE_FORMAT_DF_GSM610, WAVE_FORMAT_ISIAUDIO,
2542         WAVE_FORMAT_ONLIVE, WAVE_FORMAT_SBC24, WAVE_FORMAT_DOLBY_AC3_SPDIF,
2543         WAVE_FORMAT_ZYXEL_ADPCM, WAVE_FORMAT_PHILIPS_LPCBB, WAVE_FORMAT_PACKED,
2544         WAVE_FORMAT_RHETOREX_ADPCM, WAVE_FORMAT_IRAT, WAVE_FORMAT_VIVO_G723,
2545         WAVE_FORMAT_VIVO_SIREN, WAVE_FORMAT_DIGITAL_G723,
2546         WAVE_FORMAT_CREATIVE_ADPCM, WAVE_FORMAT_CREATIVE_FASTSPEECH8,
2547         WAVE_FORMAT_CREATIVE_FASTSPEECH10, WAVE_FORMAT_QUARTERDECK,
2548         WAVE_FORMAT_FM_TOWNS_SND, WAVE_FORMAT_BTV_DIGITAL, WAVE_FORMAT_VME_VMPCM,
2549         WAVE_FORMAT_OLIGSM, WAVE_FORMAT_OLIADPCM, WAVE_FORMAT_OLICELP,
2550         WAVE_FORMAT_OLISBC, WAVE_FORMAT_OLIOPR, WAVE_FORMAT_LH_CODEC,
2551         WAVE_FORMAT_NORRIS, WAVE_FORMAT_ISIAUDIO,
2552         WAVE_FORMAT_SOUNDSPACE_MUSICOMPRESS, WAVE_FORMAT_DVM, WAVE_FORMAT_RAW_AAC1,
2553         WAVE_FORMAT_MPEG_HEAAC, WAVE_FORMAT_MPEG_ADTS_AAC, WAVE_FORMAT_DRM,
2554         WAVE_FORMAT_DTS, WAVE_FORMAT_WMAVOICE9, WAVE_FORMAT_WMASPDIF,
2555         WAVE_FORMAT_WMAUDIO_LOSSLESS, WAVE_FORMAT_WMAUDIO2, WAVE_FORMAT_WMAUDIO3,
2556         WAVE_FORMAT_MPEG_LOAS, WAVE_FORMAT_RAW_SPORT, WAVE_FORMAT_ESST_AC3,
2557         WAVE_FORMAT_DTS2): Define.
2558         * include/msacm.h (HACMDRIVERID, HACMDRIVER, HACMSTREAM, HACMOBJ,
2559         ACMSTREAMHEADER, WAVEFILTER, acmDriverAddA, acmDriverAddW, acmDriverRemove,
2560         acmMetrics, acmStreamOpen, acmStreamSize, acmStreamPrepareHeader,
2561         acmStreamUnprepareHeader, acmStreamReset, acmStreamClose, acmStreamConvert):
2562         Define.
2563
2564 2010-08-23  LRN  <lrn1986@gmail.com>
2565
2566         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, FILE_NAME_NORMALIZED,
2567         FILE_NAME_OPENED, VOLUME_NAME_DOS, VOLUME_NAME_GUID, VOLUME_NAME_NONE,
2568         VOLUME_NAME_NT, FILE_BASIC_INFO, FILE_STANDARD_INFO, FILE_NAME_INFO,
2569         FILE_STREAM_INFO, FILE_COMPRESSION_INFO, FILE_ATTRIBUTE_TAG_INFO,
2570         FILE_ID_BOTH_DIR_INFO, FILE_REMOTE_PROTOCOL_INFO, FILE_INFO_BY_HANDLE_CLASS,
2571         GetFileInformationByHandleEx, GetFinalPathNameByHandleA,
2572         GetFinalPathNameByHandleW): Define.
2573
2574 2010-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2575
2576         * lib/CheckConflicts.sh: New file.
2577
2578 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2579
2580         * lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose,
2581         LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken,
2582         OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW,
2583         RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW,
2584         RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey,
2585         RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue,
2586         RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot,
2587         RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW,
2588         RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA,
2589         RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace,
2590         RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove
2591         conflicting definition.
2592         * lib/th32.def: Remove.
2593         * lib/ntdll.def (RtlUnwind): Remove conflicting definition.
2594         * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting
2595         definition.
2596
2597 2010-08-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2598
2599         * lib/kernel32.def (CreateProcessAsUserW): Remove definition.
2600
2601 2010-08-20  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2602
2603         * lib/kernel32.def: Regenerate using gendef on a Win7 machine.
2604
2605 2010-08-19  Corinna Vinschen  <corinna@vinschen.de>
2606
2607         * include/winnt.h: Define FILE_ATTRIBUTE_VIRTUAL.  Change
2608         FILE_ATTRIBUTE_VALID_FLAGS accordingly.
2609         * include/ddk/winddk.h: Ditto.
2610
2611 2010-08-18  Ladislav Michl  <ladis@users.sourceforge.net>
2612
2613         * include/winbase.h (SYMBOLIC_LINK_FLAG_DIRECTORY, CreateSymbolicLinkW,
2614         CreateSymbolicLinkA, CreateSymbolicLink): Define
2615
2616 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2617
2618         * lib/kernel32.def(FatalExit): Correct definiton.
2619
2620 2010-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2621
2622         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Revert change
2623         from 2010-07-17 since it breaks several applications.
2624
2625 2010-07-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2626
2627         * lib/kernel32.def: Regenerate using gendef.
2628
2629 2010-07-20  Ozkan Sezer  <sezero@users.sourceforge.net>
2630
2631         * include/commctrl.h (LVIF_GROUPID): Fix definition.
2632
2633 2010-07-20  Michael James  <james.me@gmail.com>
2634
2635         * include/commctrl.h (LVIF_COLUMNS): Fix definition.
2636
2637 2010-07-17  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2638
2639         * include/winnt.h (HEAP_MAKE_TAG_FLAGS, VALID_INHERIT_FLAGS): Correct
2640         definition.
2641         * include/rpcndr.h (NdrUnMarshConfStringHdr, NdrUnMarshCCtxtHdl,
2642         NdrMarshSCtxtHdl): Ditto.
2643         * include/basetyps.h (REFGUID, REFIID, REFCLSID, REFFMTID): Remove macro
2644         definition in favour of typedef definition.
2645
2646         Thank you to Yuta Tomino for reporting the issues.
2647
2648 2010-07-08  Markus Koenig  <basilo@users.sourceforge.net>
2649
2650         * include/gdiplus.h: New file.
2651         * include/gdiplus/gdiplus.h: New file.
2652         * include/gdiplus/gdiplusbase.h: New file.
2653         * include/gdiplus/gdiplusbrush.h: New file.
2654         * include/gdiplus/gdipluscolor.h: New file.
2655         * include/gdiplus/gdipluscolormatrix.h: New file.
2656         * include/gdiplus/gdipluseffects.h: New file.
2657         * include/gdiplus/gdiplusenums.h: New file.
2658         * include/gdiplus/gdiplusflat.h: New file.
2659         * include/gdiplus/gdiplusgpstubs.h: New file.
2660         * include/gdiplus/gdiplusgraphics.h: New file.
2661         * include/gdiplus/gdiplusheaders.h: New file.
2662         * include/gdiplus/gdiplusimageattributes.h: New file.
2663         * include/gdiplus/gdiplusimagecodec.h: New file.
2664         * include/gdiplus/gdiplusimaging.h: New file.
2665         * include/gdiplus/gdiplusimpl.h: New file.
2666         * include/gdiplus/gdiplusinit.h: New file.
2667         * include/gdiplus/gdipluslinecaps.h: New file.
2668         * include/gdiplus/gdiplusmatrix.h: New file.
2669         * include/gdiplus/gdiplusmem.h: New file.
2670         * include/gdiplus/gdiplusmetafile.h: New file.
2671         * include/gdiplus/gdiplusmetaheader.h: New file.
2672         * include/gdiplus/gdipluspath.h: New file.
2673         * include/gdiplus/gdipluspen.h: New file.
2674         * include/gdiplus/gdipluspixelformats.h: New file.
2675         * include/gdiplus/gdiplusstringformat.h: New file.
2676         * include/gdiplus/gdiplustypes.h: New file.
2677         * lib/gdiplus.c: New file containing GDI+ variable definitions
2678         and GUIDs.
2679         * lib/gdiplus.def: New file.
2680         * lib/Makefile.in: Add gdiplus.o to EXTRA_OBJS,
2681         add gdiplus.c to SOURCES.
2682         * lib/test.c: Include gdiplus.h.
2683
2684 2010-06-28  Rick Rankin  <rrankin1424-mingw@yahoo.com>
2685
2686         * include/psapi.h (PROCESS_MEMORY_COUNTERS_EX, PERFORMANCE_INFORMATION,
2687         GetPerformanceInfo): Define.
2688         * lib/psapi.def (GetPerformanceInfo): Define.
2689         * include/wincrypt.h (CryptEnumProvidersA, CryptEnumProvidersW,
2690         CryptEnumProviders): Define.
2691
2692 2010-02-17  LRN  <lrn1986@gmail.com>
2693
2694         * include/shlguid.h (IID_IFolderView): Define.
2695         * include/shlobj.h (IFolderView interface): Define.
2696         * lib/shell32.c (IID_IFolderView): Export.
2697
2698 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2699
2700         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add version guard around
2701         ACO_WORD_FILTER and ACO_NOPREFIXFILTERING.
2702
2703 2010-01-26  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2704
2705         * include/shldisp.h (AUTOCOMPLETEOPTIONS): Add enum.
2706
2707 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2708
2709         * include/shlobj.h (SHParseDisplayName): Fix definition.
2710
2711 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2712
2713         * include/w32api.h: Increment version to 3.14.
2714         * Makefile.in: Ditto.
2715
2716 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2717
2718         * include/shlobj.h (SHParseDisplayName): Define.
2719
2720         Thanks to James Roberts-Thomson for the report.
2721
2722 2009-20-10  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
2723
2724         * include/wingdi.h (ENHMFENUMPROC): Correct definition.
2725
2726         Thanks to Alexander Vassilev for the report.
2727
2728 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2729
2730         * include/iprtrmib.h (MIB_IPADDRROW): Correct definition.
2731
2732         Thanks to Thomas Denk for the report.
2733
2734 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2735
2736         * include/winbase.h (UnmapViewOfFile): Correct definition.
2737
2738         Thanks to Dimitry Sibiryakov for the report.
2739
2740 2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
2741
2742         * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
2743
2744 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
2745
2746         * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
2747         * lib/comctl32.def (GetMUILanguage, InitMUILanguage): Define.
2748
2749 2009-20-10  Michael James  <james.me@gmail.com>
2750
2751         * include/wingdi.h (CLEARTYPE_QUALITY): Define.
2752         * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT
2753         >= 0x0501.
2754         (WM_UNICHAR,UNICODE_NOCHAR): Define.
2755         * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16,
2756         RemoveWindowSubclass@12): Add exports.
2757         * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
2758
2759 2009-20-10  Jarkko Sakkinen  <jarkko.sakkinen@iki.fi>
2760
2761         * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,
2762         TOUCHEVENTF_DOWN, TOUCHEVENTF_INRANGE, TOUCHEVENTF_MOVE,
2763         TOUCHEVENTF_NOCOALESCE, TOUCHEVENTF_PALM, TOUCHEVENTF_PEN,
2764         TOUCHEVENTF_PRIMARY, TOUCHEVENTF_UP, TOUCHEVENTMASKF_CONTACTAREA,
2765         TOUCHEVENTMASKF_EXTRAINFO, TOUCHEVENTMASKF_TIMEFROMSYSTEM, TOUCHINPUT,
2766         CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2767         RegisterTouchWindow, UnregisterTouchWindow): Define.
2768         * lib/user32.def (CloseTouchInputHandle, GetTouchInputInfo, IsTouchWindow,
2769         RegisterTouchWindow, UnregisterTouchWindow): Define.
2770
2771 2009-20-10  Dmitry Potapov  <dpotapov@users.sourceforge.net>
2772
2773         * include/winver.h (VerQueryValue[AW]): Correct definition.
2774
2775 2009-20-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2776
2777         * include/shlobj.h (SHARD): Add enum.
2778         (SHARD_PATH): Define based on UNICODE.
2779
2780         Thanks to Jacek Caban for the report.
2781
2782 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2783
2784         * include/wingdi.h (_devicemodeW, _devicemodeA): Correct definition.
2785
2786         Thanks to Bruno Martinez for the report.
2787
2788 2009-14-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2789
2790         * include/shlobj.h (IDO_SHGIOI_SHARE, IDO_SHGIOI_LINK, IDO_SHGIOI_SLOWFILE,
2791         IDO_SHGIOI_DEFAULT, SHGetIconOverlayIndexW, SHGetIconOverlayIndexA,
2792         SHGetIconOverlayIndex): Define.
2793
2794         Thanks to Tim Kosse for the report.
2795
2796 2009-13-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2797
2798         * include/wincon.h (AttachConsole): Correct guard.
2799
2800         Thanks to Alexander Shaduri for the report.
2801
2802 2009-13-09  Robert Moerland  <rjmoerland@users.sourceforge.net>
2803
2804         * include/wininet.h (NTERNET_CACHE_ENTRY_INFOW): Correct definition.
2805         (DeleteUrlCacheEntryW, DeleteUrlCacheEntryA): Define.
2806
2807 2009-13-09  Jacky Lai  <crazyjacky@users.sourceforge.net>
2808
2809         * include/winerror.h: Fix typos in macro names.
2810
2811 2009-13-09  Jan Nijtmans  <nijtmans@users.sourceforge.net>
2812
2813         * include/winuser.h (SendMessageTimeoutA, SendMessageTimeoutW): Correct
2814         definition.
2815
2816 2009-11-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2817
2818         * include/winnt.h (PROCESS_SUSPEND_RESUME): Define.
2819
2820 2009-10-29  Charles Wilson  <mingw@cwilson.fastmail.fm>
2821
2822         Honor DESTDIR for winsup/mingw and winsup/w32api.
2823         Detect and report error if installation paths are win32
2824         format, but DESTDIR is non-empty.
2825
2826         * Makefile.in (install, uninstall): Use FLAGS_TO_PASS
2827         when invoking make in subdirs.
2828         * lib/Makefile.in (DESTDIR): Honor per convention.
2829         (need-DESTDIR-compatibility): New macro; define it and a
2830         corresponding rule.
2831         (fail-DESTDIR-compatibility): New dependency goal.
2832         (install-libraries, install-headers, uninstall-libraries,
2833         uninstall-headers): Require need-DESTDIR-compatibility.
2834         * lib/ddk/Makefile.in: Ditto.
2835         * lib/directx/Makefile.in: Ditto.
2836
2837 2009-10-04  Corinna Vinschen  <corinna@vinschen.de>
2838
2839         * include/winbase.h (CreateRestrictedToken): Declare for >= Win 2000.
2840         _WIN32_WINNT >= 0x0500.
2841         (DISABLE_MAX_PRIVILEGE, SANDBOX_INERT, LUA_TOKEN,
2842         WRITE_RESTRICTED): Define.
2843         (IsTokenRestricted): Declare for >= Win 2000.
2844
2845 2009-08-30  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2846
2847         * include/wtsapi32.h (WTSQuerySessionInformationA,
2848         WTSQuerySessionInformationW, WTSQuerySessionInformation, WTSFreeMemory):
2849         Moved to (_WIN32_WINNT >= 0x0500) guard.
2850         (thanks to Pierre Ossman)
2851
2852 2009-08-09  Andy Koppe  <andy.koppe@gmail.com>
2853
2854         * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2855         IS_SURROGATE_PAIR): Define.
2856
2857 2009-07-27  Corinna Vinschen  <corinna@vinschen.de>
2858
2859         * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
2860         FILE_SUPPORTS_EXTENDED_ATTRIBUTES, FILE_SUPPORTS_OPEN_BY_FILE_ID,
2861         FILE_SUPPORTS_USN_JOURNALS): Define.  Add comment.
2862         * include/ddk/ntifs.h: Ditto.
2863         (FILE_SEQUENTIAL_WRITE_ONCE, FILE_SUPPORTS_TRANSACTIONS): Define.
2864
2865 2009-07-21  Corinna Vinschen  <corinna@vinschen.de>
2866
2867         * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
2868         from here...
2869         * lib/gdo32.dll: ...to here.
2870
2871 2009-07-01  Corinna Vinschen  <corinna@vinschen.de>
2872
2873         * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
2874         StrChrIA@8, StrChrIW@8, StrChrW@8, StrCmpNA@12, StrCmpNIA@12,
2875         StrCmpNIW@12, StrCmpNW@12, StrRChrA@12, StrRChrIA@12, StrRChrW@12,
2876         StrRStrIA@12, StrRStrIW@12, StrStrA@8, StrStrIA@8, StrStrIW@8,
2877         StrStrW@8, StrToIntA@4, StrToIntW@4): Remove erroneously defined
2878         entry points.
2879
2880 2009-06-24  Corinna Vinschen  <corinna@vinschen.de>
2881
2882         * include/wtsapi32.h (WTSQueryUserToken, WTSEnumerateSessionsW,
2883         WTSEnumerateSessionsA): Add function prototypes.
2884         (struct _WTS_SESSION_INFOW, struct _WTS_SESSION_INFOA): Add typedefs.
2885         (WTS_SESSION_INFO, PWTS_SESSION_INFO, WTSEnumerateSessions): Add
2886         defines dependent on UNICODE setting.
2887
2888 2009-06-07  Corinna Vinschen  <corinna@vinschen.de>
2889
2890         * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missing
2891         and vice versa.
2892         * include/ddk/ntifs.h: Ditto.
2893         * include/ddk/winddk.h: Ditto.
2894         * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage,
2895         ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined
2896         in header, but missing in lib.  Omit NT4-only entry points.
2897
2898 2009-05-01  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
2899
2900         * include/shellapi.h (SHIL_LARGE, SHIL_SMALL, SHIL_EXTRALARGE,
2901         SHIL_SYSSMALL, SHIL_JUMBO, SHIL_LAST SHIL_JUMBO, SHGetImageList): Define.
2902         * lib/shell32.def (SHGetImageList): Define.
2903
2904 2009-02-18  Corinna Vinschen  <corinna@vinschen.de>
2905
2906         * winnt.h: Add Vista token security extensions.
2907         (SID_HASH_SIZE): Define.
2908         (TOKEN_MANDATORY_POLICY_OFF, TOKEN_MANDATORY_POLICY_NO_WRITE_UP,
2909         TOKEN_MANDATORY_POLICY_NEW_PROCESS_MIN,
2910         TOKEN_MANDATORY_POLICY_VALID_MASK): Define.
2911         (SID_HASH_ENTRY): Define.
2912         (struct _SID_AND_ATTRIBUTES_HASH): Define.
2913         (struct _TOKEN_LINKED_TOKEN): Define.
2914         (struct _TOKEN_MANDATORY_LABEL): Define.
2915         (struct _TOKEN_MANDATORY_POLICY): Define.
2916         (struct _TOKEN_ELEVATION): Define.
2917         (struct _TOKEN_ACCESS_INFORMATION): Define.
2918         (enum _TOKEN_INFORMATION_CLASS): Conditionally define new Vista token
2919         information enumeration values.
2920
2921 2009-02-09  Corinna Vinschen  <corinna@vinschen.de>
2922
2923         * include/winioctl.h (FSCTL_ALLOW_EXTENDED_DASD_IO): Copy definition
2924         from ddk/ntifs.h.
2925
2926 2009-02-06  Linton Miller  <Linton.Miller@trivininc.com>
2927
2928         * include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2929
2930 2009-01-19  Corinna Vinschen  <corinna@vinschen.de>
2931
2932         * include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
2933
2934 2009-01-11  Henry Nestler  <henry@bigfoot.de>
2935
2936         * lib/ddk/ntoskrnl.def: Enable ZwQueryEaFile, ZwSetEaFile, NtQueryEaFile,
2937         NtSetEaFile.
2938
2939 2009-01-07  Corinna Vinschen  <corinna@vinschen.de>
2940
2941         * include/winbase.h (SCS_64BIT_BINARY): Define.
2942
2943 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2944
2945         * include/w32api.h: Increment version to 3.13.
2946         * Makefile.in: Ditto.
2947
2948 2008-12-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2949
2950         * lib/glut.def: remove.
2951         * lib/glut32.def: ditto.
2952
2953 2008-11-11  Corinna Vinschen  <corinna@vinschen.de>
2954
2955         * include/winbase.h (PROCESS_DEP_ENABLE,
2956         PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION): Define for >= Vista SP1.
2957         (enum _DEP_SYSTEM_POLICY_TYPE): Ditto.
2958         (GetProcessDEPPolicy, GetSystemDEPPolicy, SetProcessDEPPolicy): Ditto.
2959
2960 2008-10-09  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2961
2962         * include/mmsystem.h (sndAlias): Correct GCC4 warning.
2963
2964 2008-10-04  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2965
2966         * include/shellapi.h (NOTIFYICON_VERSION_4): Define.
2967
2968 2008-09-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2969
2970         * include/vfw.h (capSendMessage): Rename to __capSendMessage.
2971
2972 2008-09-24  Chris Sutcliffe  <ir0nh34d@users.sf.net>
2973
2974         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
2975         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
2976         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
2977         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
2978         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
2979         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
2980         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
2981         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
2982         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
2983         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
2984         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
2985         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
2986         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
2987         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
2988         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
2989         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
2990         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
2991         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
2992         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
2993         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
2994         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
2995         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
2996         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
2997         WM_CAP_SET_CALLBACK_CAPCONTROL): Define using WM_USER.
2998         (capSendMessage): Don't undef.
2999
3000 2008-09-21  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3001
3002         * incude/sspi.h: include subauth.h to fix issue of UNICODE_STRING being
3003         undefined.
3004
3005 2008-09-13  mega-squall  <mega-squall@users.sf.net>
3006
3007         * include/winnt.h (SUBLANG_BENGALI_INDIA, SUBLANG_PUNJABI_INDIA,
3008         SUBLANG_ROMANIAN_ROMANIA): Correct definition.
3009         (SUBLANG_BENGALI_BANGLADESH, SUBLANG_PUNJABI_PAKISTAN,
3010         SUBLANG_ROMANIAN_MOLDOVA): Define.
3011
3012 2008-09-11  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3013
3014         * include/shlwapi.h (ASSOCSTR): Update enum.
3015
3016 2008-09-07  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3017
3018         * include/w32api.h: Increment version to 3.12.
3019         * Makefile.in: Ditto.
3020
3021 2008-09-07  Michael Hentschel  <mikeh42@users.sourceforge.net>
3022
3023         * include/shlwapi.h (STIF_DEFAULT, STIF_SUPPORT_HEX): Define.
3024
3025 2008-09-07  alsemm  <alsemm@users.sourceforge.net>
3026
3027         * include/mlang.h (IMLangFontLink2::MapFont): Fix definition.
3028
3029 2008-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3030
3031         * include/ws2tcpip.h (IPV6_MREQ): Fix typo.
3032         Thanks to Richard Hughes for report.
3033
3034 2008-09-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3035
3036         * Makefile.in: Adjust to new naming standard for MinGW while maintaining old
3037         naming standard for Cygwin.
3038
3039 2008-08-30  Bo Yang  <techrazy@users.sourceforge.net>
3040
3041         * include/sspi.h: Fix PSecurityFunctionTableW structure.
3042
3043 2008-08-29  Andy Grover  <andy.grover@oracle.com>
3044
3045         * include/ddk/scsi.h: Define READ_TOC formats.
3046         * lib/ddk/scsiport.def (ScsiPortGetDeviceBase): Fix export.
3047
3048 2008-08-29  Andy Grover  <andy.grover@oracle.com>
3049
3050         * include/ddk/ndis.h (NDIS_MINIPORT_MAJOR_VERSION, NDIS_MINIPORT_MINOR_VERSION,
3051         struct NDIS_TASK_OFFLOAD_HEADER, PROTOCOL_RESERVED_SIZE_IN_PACKET,
3052         NdisGetFirstBufferFromPacketSafe, NdisMIndicateReceivePacket,
3053         NdisSetPacketPoolProtocolId, NdisMInitializeTimer, NdisMSetPeriodicTimer,
3054         NdisMCancelTimer): Define.
3055         (enum NDIS_ENCAPSULATION, struct NDIS_ENCAPSULATION_FORMAT): move in file.
3056         (struct _NDIS_PACKET): Define using _ANONYMOUS_UNION and ANONYMOUS_STRUCT to
3057         eliminate warnings.
3058         (NdisReinitializePacket): Rename from NdisReinitializePacketCounts.
3059         * lib/ddk/ndis.def (NdisInitAnsiString, NdisInitUnicodeString, NdisMCancelTimer,
3060         NdisMInitializeTimer, NdisMSetPeriodicTimer, NdisSetPacketPoolProtocolId):
3061         Export.
3062
3063 2008-08-29  Andy Grover  <andy.grover@oracle.com>
3064
3065         * include/ddk/winddk.h (RtlStringCbCopyA, RtlStringCbPrintfA,
3066         RtlStringCbVPrintfA): define in terms of POSIX string functions.
3067
3068 2008-08-29  Andy Grover  <andy.grover@oracle.com>
3069
3070         * include/ddk/winddk.h (KeRaiseIrql): Define.
3071         (KfRaiseIrql, KfLowerIrql): remove incorrect definitions.
3072
3073 2008-08-29  Andy Grover  <andy.grover@oracle.com>
3074
3075         * include/ddk/winddk.h (KeFlushQueuedDpcs, KeMemoryBarrier): Define.
3076         (KeGetCurrentProcessorNumber): Fix incorrect member reference.
3077         (InterlockedIncrement, InterlockedDecrement): fix warning.
3078         * lib/ddk/ntoskrnl.def (KeFlushQueuedDpcs, KeMemoryBarrier): Export.
3079         (KeNumberProcessors): Export.
3080
3081 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3082
3083         * include/shlwapi.h (ASSOCF_INIT_NOREMAPCLSID, ASSOCF_INIT_BYEXENAME,
3084         ASSOCF_OPEN_BYEXENAME, ASSOCF_INIT_DEFAULTTOSTAR,
3085         ASSOCF_INIT_DEFAULTTOFOLDER, ASSOCF_NOUSERSETTINGS, ASSOCF_NOTRUNCATE,
3086         ASSOCF_VERIFY, ASSOCF_REMAPRUNDLL, ASSOCF_NOFIXUPS, ASSOCF_IGNOREBASECLASS,
3087         ASSOCF_INIT_IGNOREUNKNOWN): Define.
3088
3089 2008-08-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3090
3091         * include/commctrl.h (LVN_MARQUEEBEGIN): Define.
3092
3093         Thanks to Tim Kosse <botg at users dot sf dot net>.
3094
3095 2008-08-22  Bo Yang  <techrazy@users.sourceforge.net>
3096
3097         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
3098         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION): Correct.
3099         * include/winnt.h (OWNER_SECURITY_INFORMATION, GROUP_SECURITY_INFORMATION,
3100         DACL_SECURITY_INFORMATION, SACL_SECURITY_INFORMATION,
3101         LABEL_SECURITY_INFORMATION, UNPROTECTED_SACL_SECURITY_INFORMATION,
3102         UNPROTECTED_DACL_SECURITY_INFORMATION, PROTECTED_SACL_SECURITY_INFORMATION,
3103         PROTECTED_DACL_SECURITY_INFORMATION): Define.
3104
3105 2008-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3106
3107         * include/wtsapi32.h (_WTS_INFO_CLASS, _WTS_CONNECTSTATE_CLASS,
3108         WTSQuerySessionInformation, WTSFreeMemory): Define.
3109
3110 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
3111
3112         * lib/gdi32.def (SetLayout): Export.
3113
3114 2008-07-25  Bo Yang  <techrazy@users.sourceforge.net>
3115
3116         * include/wincrypt.h (struct _CRYPT_KEY_PROV_PARAM,
3117         struct _CRYPT_KEY_PROV_INFO, CertGetCertificateContextProperty,
3118         CryptEnumKeyIdentifierProperties, CryptAcquireCertificatePrivateKey,
3119         CertCreateCertificateContext, CryptGetKeyIdentifierProperty,
3120         CertSetCertificateContextProperty, CertCompareCertificateName,
3121         CryptSetKeyIdentifierProperty, CertOIDToAlgId, CryptGetDefaultProviderA,
3122         CryptGetDefaultProviderW and many corresponding macroes): Define.
3123         * lib/crypt32.def (Export the above 11 functions): Export.
3124         * include/winerror.h (CRYPT_E_NOT_FOUND and other crypt related
3125         macroes): Define.
3126
3127
3128 2008-07-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3129
3130         * include/winuser.h (MENUGETOBJECTINFO, MNGO_NOINTERFACE, MNGO_NOERROR,
3131         MNGOF_TOPGAP, MNGOF_BOTTOMGAP): Define.
3132
3133 2008-07-24  techrazy  <techrazy@users.sourceforge.net>
3134
3135         * include/wingdi.h (OUT_PS_ONLY_PRECIS): Define.
3136
3137 2008-07-24  Corinna Vinschen  <corinna@vinschen.de>
3138
3139         * include/lmaccess.h (struct _USER_INFO_4): Define.
3140         (struct _USER_INFO_23): Define.
3141         (struct _GROUP_INFO_3): Define.
3142
3143 2008-07-14  Corinna Vinschen  <corinna@vinschen.de>
3144
3145         * include/iphlpapi.h (GetExtendedTcpTable): Add prototype.
3146         * include/iprtrmib.h (TCP_TABLE_CLASS, MIB_TCPROW_OWNER_PID,
3147         MIB_TCPTABLE_OWNER_PID, MIB_TCP6ROW_OWNER_PID,
3148         MIB_TCP6TABLE_OWNER_PID): Define.
3149         * lib/iphlpapi.def (GetExtendedTcpTable): Export.
3150
3151 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
3152
3153         * include/winbase.h (GetProcessHandleCount, GetSystemRegistryQuota,
3154         GetThreadIOPendingFlag): Modified to rely on _WIN32_WINNT 0x0501 instead
3155         of 0x0502.
3156         Bug reported by Thomas Denk.
3157
3158 2008-06-25  Brandon Sneed  <nivenh@sourceware.org>
3159
3160         * include/winbase.h (InterlockedIncrement, InterlockedDecrement,
3161         InterlockedCompareExchange, InterlockedExchange,
3162         InterlockedCompareExchangePointer, InterlockedExchangeAdd,
3163         InterlockedExchangePointer): Modified from PLONG to LONG volatile *.
3164         Bug reported by Erik Blake.
3165
3166 2008-06-20  Danny Smith  <dannysmith@users.sourceforge.net>
3167
3168         * lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
3169         * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
3170         Bug reported by Brian Hawley.
3171
3172 2008-06-17  Corinna Vinschen  <corinna@vinschen.de>
3173
3174         * include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
3175         DS_DIRECTORY_SERVICE_REQUIRED, DS_DIRECTORY_SERVICE_PREFERRED,
3176         DS_GC_SERVER_REQUIRED, DS_PDC_REQUIRED, DS_BACKGROUND_ONLY,
3177         DS_IP_REQUIRED, DS_KDC_REQUIRED, DS_TIMESERV_REQUIRED,
3178         DS_WRITABLE_REQUIRED, DS_GOOD_TIMESERV_PREFERRED, DS_AVOID_SELF,
3179         DS_ONLY_LDAP_NEEDED, DS_IS_FLAT_NAME, DS_IS_DNS_NAME,
3180         DS_RETURN_DNS_NAME, DS_RETURN_FLAT_NAME): Define.
3181         (DsGetDcNameW, DsGetDcNameA): Declare.
3182         (DsGetDcName): Define.
3183         * lib/netapi32.def (DsGetDcNameA, DsGetDcNameW): Export.
3184
3185 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3186
3187         * include/commctrl.h (NMLVODSTATECHANGE): Define.
3188
3189         Thanks to Tim Kosse <botg at users dot sf dot net>.
3190
3191 2008-05-28  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3192
3193         * include/winnt.h (SUBLANG_TIBETAN_BHUTAN): Fix definition.
3194
3195         Thanks to Nicola Di Nisio <nicoladinisio at users dot sf dot net>.
3196
3197 2008-05-15  Corinna Vinschen  <corinna@vinschen.de>
3198
3199         * include/winnt.h (FILE_SEQUENTIAL_WRITE_ONCE): Define.
3200         (FILE_SUPPORTS_TRANSACTIONS): Define.
3201
3202 2008-05-01  Bart Oldeman  <bartoldeman@users.sf.net>
3203
3204         * include/winuser.h (DEVICE_NOTIFY_WINDOW_HANDLE,
3205         DEVICE_NOTIFY_SERVICE_HANDLE): remove duplicate definition.
3206
3207 2008-05-02  Ramiro Polla  <ramiro@lisha.ufsc.br>
3208
3209         * include/vfw.h (WM_CAP_SET_CALLBACK_ERRORA, WM_CAP_SET_CALLBACK_ERRORW,
3210         WM_CAP_SET_CALLBACK_STATUS, WM_CAP_SET_CALLBACK_YIELD,
3211         WM_CAP_SET_CALLBACK_FRAMEA, WM_CAP_SET_CALLBACK_FRAMEW,
3212         WM_CAP_SET_CALLBACK_VIDEOSTREAM, WM_CAP_SET_CALLBACK_WAVESTREAM,
3213         WM_CAP_GET_USER_DATA, WM_CAP_SET_USER_DATA, WM_CAP_DRIVER_CONNECT,
3214         WM_CAP_DRIVER_DISCONNECT, WM_CAP_DRIVER_GET_NAMEA, WM_CAP_DRIVER_GET_NAMEW,
3215         WM_CAP_DRIVER_GET_VERSIONA, WM_CAP_DRIVER_GET_VERSIONW,
3216         WM_CAP_DRIVER_GET_CAPS, WM_CAP_FILE_SET_CAPTURE_FILEA,
3217         WM_CAP_FILE_SET_CAPTURE_FILEW, WM_CAP_FILE_GET_CAPTURE_FILEA,
3218         WM_CAP_FILE_GET_CAPTURE_FILEW, WM_CAP_FILE_ALLOCATE, WM_CAP_FILE_SAVEASA,
3219         WM_CAP_FILE_SAVEASW, WM_CAP_FILE_SET_INFOCHUNK, WM_CAP_FILE_SAVEDIBA,
3220         WM_CAP_FILE_SAVEDIBW, WM_CAP_EDIT_COPY, WM_CAP_SET_AUDIOFORMAT,
3221         WM_CAP_GET_AUDIOFORMAT, WM_CAP_DLG_VIDEOFORMAT, WM_CAP_DLG_VIDEOSOURCE,
3222         WM_CAP_DLG_VIDEODISPLAY, WM_CAP_GET_VIDEOFORMAT, WM_CAP_SET_VIDEOFORMAT,
3223         WM_CAP_DLG_VIDEOCOMPRESSION, WM_CAP_SET_PREVIEW, WM_CAP_SET_OVERLAY,
3224         WM_CAP_SET_PREVIEWRATE, WM_CAP_SET_SCALE, WM_CAP_GET_STATUS,
3225         WM_CAP_SET_SCROLL, WM_CAP_GRAB_FRAME, WM_CAP_GRAB_FRAME_NOSTOP,
3226         WM_CAP_SEQUENCE, WM_CAP_SEQUENCE_NOFILE, WM_CAP_SET_SEQUENCE_SETUP,
3227         WM_CAP_GET_SEQUENCE_SETUP, WM_CAP_SET_MCI_DEVICEA, WM_CAP_SET_MCI_DEVICEW,
3228         WM_CAP_GET_MCI_DEVICEA, WM_CAP_GET_MCI_DEVICEW, WM_CAP_STOP, WM_CAP_ABORT,
3229         WM_CAP_SINGLE_FRAME_OPEN, WM_CAP_SINGLE_FRAME_CLOSE, WM_CAP_SINGLE_FRAME,
3230         WM_CAP_PAL_OPENA, WM_CAP_PAL_OPENW, WM_CAP_PAL_SAVEA, WM_CAP_PAL_SAVEW,
3231         WM_CAP_PAL_PASTE, WM_CAP_PAL_AUTOCREATE, WM_CAP_PAL_MANUALCREATE,
3232         WM_CAP_SET_CALLBACK_CAPCONTROL, WM_CAP_SET_CALLBACK_ERROR,
3233         WM_CAP_SET_CALLBACK_FRAME, WM_CAP_DRIVER_GET_NAME,
3234         WM_CAP_DRIVER_GET_VERSION, WM_CAP_FILE_SET_CAPTURE_FILE,
3235         WM_CAP_FILE_GET_CAPTURE_FILE, WM_CAP_FILE_SAVEAS, WM_CAP_FILE_SAVEDIB,
3236         WM_CAP_SET_MCI_DEVICE, WM_CAP_GET_MCI_DEVICE, WM_CAP_PAL_OPEN,
3237         WM_CAP_PAL_SAVE, capSetCallbackOnError, capSetCallbackOnStatus,
3238         capSetCallbackOnYield, capSetCallbackOnFrame, capSetCallbackOnVideoStream,
3239         capSetCallbackOnWaveStream, capGetUserData, capSetUserData,
3240         capDriverConnect, capDriverDisconnect, capDriverGetName,
3241         capDriverGetVersion, capDriverGetCaps, capFileSetCaptureFile,
3242         capFileGetCaptureFile, capFileAlloc, capFileSaveAs, capFileSetInfoChunk,
3243         capFileSaveDIB, capEditCopy, capSetAudioFormat, capGetAudioFormat,
3244         capGetAudioFormatSize, capDlgVideoFormat, capDlgVideoSource,
3245         capDlgVideoDisplay, capGetVideoFormat, capGetVideoFormatSize,
3246         capSetVideoFormat, capDlgVideoCompression, capPreview, capOverlay,
3247         capPreviewRate, capPreviewScale, capGetStatus, capSetScrollPos,
3248         capGrabFrame, capGrabFrameNoStop, capCaptureSequence,
3249         capCaptureSequenceNoFile, capCaptureSetSetup, capCaptureGetSetup,
3250         capSetMCIDeviceName, capGetMCIDeviceName, capCaptureStop, capCaptureAbort,
3251         capCaptureSingleFrameOpen, capCaptureSingleFrameClose,
3252         capCaptureSingleFrame, capPaletteOpen, capPaletteSave, capPalettePaste,
3253         capPaletteAuto, capPaletteManual, capSetCallbackOnCapControl): Define.
3254         (CAPDRIVERCAPS, *LPCAPDRIVERCAPS, CAPINFOCHUNK, *LPCAPINFOCHUNK, CAPSTATUS,
3255         *LPCAPSTATUS, CAPTUREPARMS, *LPCAPTUREPARMS, VIDEOHDR, *LPVIDEOHDR): typedef.
3256
3257 2008-04-26  Yuval  <uvman@users.sourceforge.net>
3258
3259         * include/ntsecpkg.h (SECPKG_STATE_ENCRYPTION_PERMITTED,
3260         SECPKG_STATE_STRONG_ENCRYPTION_PERMITTED, SECPKG_STATE_DOMAIN_CONTROLLER,
3261         SECPKG_STATE_WORKSTATION, SECPKG_STATE_STANDALONE,
3262         LSA_TOKEN_INFORMATION_TYPE, SECPKG_EXTENDED_INFORMATION_CLASS,
3263         SECPKG_NAME_TYPE, SECPKG_PRIMARY_CRED, SECPKG_SUPPLEMENTAL_CRED,
3264         SECPKG_SUPPLEMENTAL_CRED_ARRAY, SECPKG_PARAMETERS,
3265         SECPKG_EVENT_DOMAIN_CHANGE, SECPKG_CLIENT_INFO, SecurityUserData,
3266         SECPKG_GSS_INFO, SECPKG_CONTEXT_THUNKS, SECPKG_MUTUAL_AUTH_LEVEL,
3267         SECPKG_CALL_INFO, SECPKG_EXTENDED_INFORMATION, PLSA_CALLBACK_FUNCTION,
3268         *PLSA_CLIENT_REQUEST, LSA_SEC_HANDLE, SEC_THREAD_START, SEC_ATTRS,
3269         *PLSA_REGISTER_CALLBACK, *PLSA_CREATE_LOGON_SESSION,
3270         *PLSA_DELETE_LOGON_SESSION, *PLSA_ADD_CREDENTIAL, *PLSA_GET_CREDENTIALS,
3271         *PLSA_DELETE_CREDENTIAL, *PLSA_ALLOCATE_LSA_HEAP, *PLSA_FREE_LSA_HEAP,
3272         *PLSA_ALLOCATE_CLIENT_BUFFER, *PLSA_FREE_CLIENT_BUFFER,
3273         *PLSA_COPY_TO_CLIENT_BUFFER, *PLSA_COPY_FROM_CLIENT_BUFFER,
3274         *PLSA_IMPERSONATE_CLIENT, *PLSA_UNLOAD_PACKAGE, *PLSA_DUPLICATE_HANDLE,
3275         *PLSA_SAVE_SUPPLEMENTAL_CREDENTIALS, *PLSA_CREATE_THREAD,
3276         *PLSA_GET_CLIENT_INFO, *PLSA_REGISTER_NOTIFICATION,
3277         *PLSA_CANCEL_NOTIFICATION, *PLSA_MAP_BUFFER, *PLSA_CREATE_TOKEN,
3278         *PLSA_AUDIT_LOGON, *PLSA_CALL_PACKAGE, *PLSA_FREE_LSA_HEAP,
3279         *PLSA_GET_CALL_INFO, *PLSA_CALL_PACKAGEEX, *PLSA_CREATE_SHARED_MEMORY,
3280         *PLSA_ALLOCATE_SHARED_MEMORY, *PLSA_FREE_SHARED_MEMORY,
3281         *PLSA_DELETE_SHARED_MEMORY, *PLSA_OPEN_SAM_USER, *PLSA_GET_USER_CREDENTIALS,
3282         *PLSA_GET_USER_AUTH_DATA, *PLSA_CLOSE_SAM_USER,
3283         *PLSA_CONVERT_AUTH_DATA_TO_TOKEN, *PLSA_CLIENT_CALLBACK,
3284         *PLSA_UPDATE_PRIMARY_CREDENTIALS, *PLSA_GET_AUTH_DATA_FOR_USER,
3285         *PLSA_CRACK_SINGLE_NAME, *PLSA_AUDIT_ACCOUNT_LOGON,
3286         *PLSA_CALL_PACKAGE_PASSTHROUGH, SECPKG_DLL_FUNCTIONS, LSA_DISPATCH_TABLE,
3287         LSA_SECPKG_FUNCTION_TABLE, *PLSA_AP_INITIALIZE_PACKAGE, *PLSA_AP_LOGON_USER,
3288         *PLSA_AP_CALL_PACKAGE, *PLSA_AP_LOGON_TERMINATED,
3289         *PLSA_AP_CALL_PACKAGE_UNTRUSTED, *PLSA_AP_CALL_PACKAGE_PASSTHROUGH,
3290         *PLSA_AP_LOGON_USER_EX, *PLSA_AP_LOGON_USER_EX2, SpInitializeFn,
3291         SpShutDownFn, SpGetInfoFn, SpAcceptCredentialsFn,
3292         SpAcquireCredentialsHandleFn, SpQueryCredentialsAttributesFn,
3293         SpFreeCredentialsHandleFn, SpSaveCredentialsFn, SpGetCredentialsFn,
3294         SpDeleteCredentialsFn, SpInitLsaModeContextFn, SpAcceptLsaModeContextFn,
3295         SpDeleteContextFn, SpApplyControlTokenFn, SpGetUserInfoFn,
3296         SpGetExtendedInformationFn, SpQueryContextAttributesFn, SpAddCredentialsFn,
3297         SpSetExtendedInformationFn, SpInstanceInitFn, SpInitUserModeContextFn,
3298         SpMakeSignatureFn, SpVerifySignatureFn, SpSealMessageFn, SpUnsealMessageFn,
3299         SpGetContextTokenFn, SpCompleteAuthTokenFn, SpFormatCredentialsFn,
3300         SpMarshallSupplementalCredsFn, SpExportSecurityContextFn,
3301         SpImportSecurityContextFn, SECPKG_FUNCTION_TABLE,
3302         SECPKG_USER_FUNCTION_TABLE, *SpLsaModeInitializeFn,
3303         *SpUserModeInitializeFn): Define.
3304         * include/sspi.h (SECURITY_STRING): Define.
3305
3306 2008-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
3307
3308         * include/specstrings.h: Add more dummy defines.
3309
3310 2008-04-22  Corinna Vinschen  <corinna@vinschen.de>
3311
3312         * include/winnt.h (SECURITY_MANDATORY_LABEL_AUTHORITY): Define.
3313         (SECURITY_MANDATORY_UNTRUSTED_RID): Define.
3314         (SECURITY_MANDATORY_LOW_RID): Define.
3315         (SECURITY_MANDATORY_MEDIUM_RID): Define.
3316         (SECURITY_MANDATORY_HIGH_RID): Define.
3317         (SECURITY_MANDATORY_SYSTEM_RID): Define.
3318         (SECURITY_MANDATORY_PROTECTED_PROCESS_RID): Define.
3319         (SECURITY_MANDATORY_MAXIMUM_USER_RID): Define.
3320         (SE_GROUP_INTEGRITY): Define.
3321         (SE_GROUP_INTEGRITY_ENABLED): Define.
3322
3323 2008-04-11  Corinna Vinschen  <corinna@vinschen.de>
3324
3325         * include/sddl.h (ConvertStringSidToSidA): Declare.
3326         (ConvertStringSidToSidW): Declare.
3327         (ConvertStringSidToSid): Define.
3328
3329 2008-03-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3330
3331         * include/mprapi.h: Add guard for MprAdminAcceptReauthentication function
3332         and MPR_INTERFACE_3 structure since they are available only in Windows
3333         Server 2008
3334
3335         Thanks to crackedmind  <crackedmind at sf dot net>.
3336
3337 2008-02-24  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3338
3339         * include/winnt.h: Update guard around KEY_WOW64_64KEY and KEY_WOW64_32KEY
3340         definitions.
3341         * include/winreg.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Remove.
3342
3343 2008-02-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3344
3345         * include/winnt.h (KEY_WOW64_64KEY, KEY_WOW64_32KEY): Define.
3346
3347 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3348
3349         * include/specstrings.h (IN, OUT, OPTIONAL): Remove.
3350         * include/windef.h (IN, OUT, OPTIONAL): Define.
3351
3352 2008-02-02  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3353
3354         * include/specstrings.h: new file, move pseudo modifiers from windef.h.
3355         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3356         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3357         __out_bcount_opt): Move to specstrings.h.
3358
3359 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3360
3361         * lib/bthprops.def: new file, bluetooth imports.
3362
3363 2008-01-30  Brandon Sneed  <nivenh@sourceware.org>
3364
3365         * include/windef.h (__in, __inout, __in_opt, __in_bcound, __in_ecount,
3366         __out, __out_ecount_part, __struct_bcount, __field_ecount_opt,
3367         __out_bcount_opt): Defined additional pseudo-modifiers.
3368
3369 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3370         * include/ras.h (RAS_MaxDnsSuffix): corrected typo, was RAX_MaxDnsSuffix.
3371         (RASENTRYA, RASENTRYW): Added members (dwfOptions2, dwfOptions3, szDnsSuffix,
3372         dwTcpWindowSize, szPrerequisitePbk, szPrerequisiteEntry, dwRedialCount,
3373         dwRedialPause.
3374
3375 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3376
3377         * include/winnt.h (SYSTEM_POWER_CONDITION): typedef.
3378         * include/winuser.h (PBT_POWERSETTINGCHANGE, DEVICE_NOTIFY_WINDOW_HANDLE,
3379         DEVICE_NOTIFY_SERVICE_HANDLE): define.
3380         * include/winuser.h (LPCGUID, HPOWERNOTIFY, POWERBROADCAST_SETTING): typedefs.
3381         * include/winuser.h (GUID_POWERSCHEME_PERSONALITY, GUID_MIN_POWER_SAVINGS,
3382         GUID_MAX_POWER_SAVINGS, GUID_TYPICAL_POWER_SAVINGS, GUID_ACDC_POWER_SOURCE,
3383         GUID_BATTERY_PERCENTAGE_REMAINING, GUID_IDLE_BACKGROUND_TASK,
3384         GUID_SYSTEM_AWAYMODE, GUID_MONITOR_POWER_ON): added externs for GUIDs.
3385         * include/winuser.h (RegisterPowerSettingNotification,
3386         UnregisterPowerSettingNotification): Add prototypes.
3387         * lib/user32.def: Added imports for the above prototypes.
3388         * lib/Makefile.in: Added build support for power-uuid.c.
3389         * lib/power-uuid.c: New file containing power GUID definitions.
3390
3391 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3392
3393         * include/ras.h (RAS_MaxDnsSuffix): define.
3394
3395 2008-01-29  Brandon Sneed  <nivenh@sourceware.org>
3396
3397         * include/psapi.h (GetProcessImageFileNameA, GetProcessImageFileNameW):
3398         Add prototypes.
3399         * lib/psapi.def (GetProcessImageFileNameA@12, GetProcessImageFileNameW@12):
3400         Add exports.
3401
3402 2007-12-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3403
3404         * include/w32api.h: Increment version to 3.11.
3405         * Makefile.in: Ditto.
3406
3407 2007-12-11  Dave Korn  <dave.korn@artimi.com>
3408
3409         * include/wincrypt.h (PCRYPT_DECODE_PARA):  Add missing typedef.
3410         (CERT_POLICY_MAPPINGS_INFO):  Move before CERT_POLICY_MAPPING.
3411
3412 2007-12-03  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3413
3414         * include/wingdi.h: Change WINVER guard to _WIN32_WINNT.
3415
3416 2007-12-03  techrazy  <techrazy@users.sourceforge.net>
3417
3418         * include/wingdi.h (NTM_NONNEGATIVE_AC, NTM_PS_OPENTYPE, NTM_TT_OPENTYPE,
3419         NTM_MULTIPLEMASTER, NTM_TYPE1, NTM_DSIG): define.
3420
3421 2007-11-21  Kevin Conaway  <kevin_conaway@users.sourceforge.net>
3422
3423         * include/wincrypt.h (CryptProtectData, CryptUnprotectData): define.
3424
3425 2007-11-21  elsapo  <elsapo@users.sourceforge.net>
3426
3427         * include/wincrypt.h (CERT_NAME_STR_COMMA_FLAG,
3428         CERT_NAME_STR_DISABLE_IE4_UTF8_FLAG, CERT_NAME_STR_ENABLE_UTF8_UNICODE_FLAG,
3429         CMC_ADD_ATTRIBUTES, CMC_ADD_EXTENSIONS, X509_CERT_PAIR,
3430         X509_CERTIFICATE_TEMPLATE, X509_CROSS_CERT_DIST_POINTS, CMC_DATA,
3431         X509_NAME_CONSTRAINTS, X509_POLICY_CONSTRAINTS, X509_POLICY_MAPPINGS,
3432         CMC_RESPONSE, CMC_STATUS, X509_ALGORITHM_IDENTIFIER, X509_ALTERNATE_NAME,
3433         PKCS_ATTRIBUTE, X509_AUTHORITY_INFO_ACCESS, X509_AUTHORITY_KEY_ID,
3434         X509_AUTHORITY_KEY_ID2, szOID_BASIC_CONSTRAINTS, X509_BASIC_CONSTRAINTS2,
3435         X509_BIOMETRIC_EXT, X509_BITS, X509_CERT, X509_CERT_CRL_TO_BE_SIGNED,
3436         X509_CERT_POLICIES, X509_CERT_REQUEST_TO_BE_SIGNED, X509_CERT_TO_BE_SIGNED,
3437         X509_CHOICE_OF_TIME, PKCS_CONTENT_INFO, PKCS_CONTENT_INFO_SEQUENCE_OF_ANY,
3438         X509_CRL_DIST_POINTS, RSA_CSP_PUBLICKEYBLOB, PKCS_CTL, X509_DSS_PARAMETERS,
3439         X509_DSS_SIGNATURE, X509_ECC_SIGNATURE, X509_ENHANCED_KEY_USAGE,
3440         X509_ENUMERATED, X509_EXTENSIONS, X509_INTEGER, X509_ISSUING_DIST_POINT,
3441         X509_KEY_ATTRIBUTES, X509_KEY_USAGE, X509_KEY_USAGE_RESTRICTION,
3442         X509_KEYGEN_REQUEST_TO_BE_SIGNED, X509_LOGOTYPE_EXT,
3443         X509_MULTI_BYTE_INTEGER, X509_MULTI_BYTE_UINT, X509_NAME, X509_NAME_VALUE,
3444         X509_OBJECT_IDENTIFIER, X509_OCTET_STRING, X509_PUBLIC_KEY_INFO,
3445         PKCS_RC2_CBC_PARAMETERS, CNG_RSA_PUBLIC_KEY_BLOB,
3446         PKCS_RSA_SSA_PSS_PARAMETERS, PKCS_RSAES_OAEP_PARAMETERS,
3447         ECC_CMS_SHARED_INFO, X509_SEQUENCE_OF_ANY, PKCS7_SIGNER_INFO,
3448         CMS_SIGNER_INFO, PKCS_SMIME_CAPABILITIES, PKCS_TIME_REQUEST,
3449         X509_UNICODE_NAME, X509_UNICODE_NAME_VALUE, PKCS_UTC_TIME,
3450         OCSP_SIGNED_REQUEST, OCSP_REQUEST, OCSP_RESPONSE,
3451         OCSP_BASIC_SIGNED_RESPONSE, OCSP_BASIC_RESPONSE, CRL_REASON_UNSPECIFIED,
3452         CRL_REASON_KEY_COMPROMISE, CRL_REASON_CA_COMPROMISE,
3453         CRL_REASON_AFFILIATION_CHANGED, CRL_REASON_SUPERSEDED,
3454         CRL_REASON_CESSATION_OF_OPERATION, CRL_REASON_CERTIFICATE_HOLD,
3455         CRL_REASON_REMOVE_FROM_CRL, CRYPT_ENCODE_ALLOC_FLAG,
3456         CRYPT_UNICODE_NAME_ENCODE_DISABLE_CHECK_TYPE_FLAG,
3457         CRYPT_UNICODE_NAME_ENCODE_ENABLE_T61_UNICODE_FLAG,
3458         CRYPT_UNICODE_NAME_ENCODE_ENABLE_UTF8_UNICODE_FLAG,
3459         CRYPT_UNICODE_NAME_ENCODE_FORCE_UTF8_UNICODE_FLAG,
3460         szOID_APPLICATION_CERT_POLICIES, szOID_APPLICATION_POLICY_CONSTRAINTS,
3461         szOID_APPLICATION_POLICY_MAPPINGS, szOID_AUTHORITY_INFO_ACCESS,
3462         szOID_AUTHORITY_KEY_IDENTIFIER, szOID_AUTHORITY_KEY_IDENTIFIER2,
3463         X509_BASIC_CONSTRAINTS, szOID_BIOMETRIC_EXT, szOID_CERT_EXTENSIONS,
3464         szOID_CERT_POLICIES, szOID_CERTIFICATE_TEMPLATE, szOID_CRL_NUMBER,
3465         szOID_CROSS_CERT_DIST_POINTS, szOID_DELTA_CRL_INDICATOR,
3466         szOID_ENROLLMENT_NAME_VALUE_PAIR, szOID_FRESHEST_CRL,
3467         szOID_ISSUING_DIST_POINT, szOID_NAME_CONSTRAINTS, szOID_CRL_DIST_POINTS,
3468         szOID_CRL_REASON_CODE, szOID_CRL_VIRTUAL_BASE, szOID_ECC_PUBLIC_KEY,
3469         szOID_ECDSA_SPECIFIED, szOID_ENHANCED_KEY_USAGE, szOID_ISSUER_ALT_NAME,
3470         szOID_ISSUER_ALT_NAME2, szOID_KEY_ATTRIBUTES, szOID_KEY_USAGE,
3471         szOID_KEY_USAGE_RESTRICTION, szOID_LOGOTYPE_EXT, szOID_POLICY_CONSTRAINTS,
3472         szOID_POLICY_MAPPINGS, szOID_RSA_SSA_PSS, szOID_RSAES_OAEP,
3473         szOID_SUBJECT_ALT_NAME, szOID_SUBJECT_ALT_NAME2,
3474         szOID_SUBJECT_KEY_IDENTIFIER, CMC_ADD_ATTRIBUTES_INFO,
3475         PCMC_ADD_ATTRIBUTES_INFO, CMC_ADD_EXTENSIONS_INFO, PCMC_ADD_EXTENSIONS_INFO,
3476         CERT_ALT_NAME_ENTRY, PCERT_ALT_NAME_ENTRY, CERT_ALT_NAME_INFO,
3477         PCERT_ALT_NAME_INFO, CERT_NAME_VALUE, PCERT_NAME_VALUE,
3478         CERT_POLICY_QUALIFIER_INFO, PCERT_POLICY_QUALIFIER_INFO,
3479         CERT_POLICY_CONSTRAINTS_INFO, PCERT_POLICY_CONSTRAINTS_INFO,
3480         CERT_POLICY_MAPPINGS_INFO, PCERT_POLICY_MAPPINGS_INFO, CERT_POLICY_MAPPING,
3481         PCERT_POLICY_MAPPING, CryptDecodeObjectEx, CryptEncodeObject,
3482         CryptEncodeObjectEx): define.
3483
3484 2007-11-21  Brian Dessent  <dessent@users.sourceforge.net>
3485
3486         * include/winbase.h (CheckTokenMembership): define.
3487
3488 2007-10-03  Jiri Malak  <Jiri.Malak@iol.cz>
3489
3490         * include/rpcndr.h: Missing NdrClientCall2 entry.
3491         * lib/rpcrt4.def: Ditto.
3492
3493 2007-10-03  Frank Fesevur  <ffes@users.sourceforge.net>
3494         * lib/scnsave.c: Multi-monitor support.
3495
3496 2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3497
3498         * include/w32api.h: Increment version to 3.10.
3499         * Makefile.in: Ditto.
3500
3501 2007-08-02  Corinna Vinschen  <corinna@vinschen.de>
3502
3503         * include/winbase.h (ReOpenFile): Add prototype.
3504         * lib/kernel32.def (ReOpenFile@16): Add export.
3505
3506 2007-07-31  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3507
3508         * include/wtsapi32.h (WTS_CURRENT_SESSION, WTSDisconnectSession): Define.
3509
3510 2007-7-30  Martijn Wargers  <martijnw22@users.sourceforge.net>
3511
3512         * include/wingdi.h (GetTextExtentExPointI): Add prototype.
3513         * lib/gdi32.def (GetTextExtentExPointI@28): Add export.
3514
3515 2007-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3516
3517         * include/wtypes.h (LPDECIMAL): Define.
3518         (DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.
3519
3520 2007-07-18  Corinna Vinschen  <corinna@vinschen.de>
3521
3522         * include/winnt.h (SE_TRUSTED_CREDMAN_ACCESS_NAME): Define.
3523
3524 2007-07-17  Corinna Vinschen  <corinna@vinschen.de>
3525
3526         * include/winnt.h (FILE_READ_ONLY_VOLUME): Define.
3527         * include/ddk/ntifs.h (FILE_READ_ONLY_VOLUME): Define.
3528
3529 2007-07-12  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3530
3531         * include/winuser.h (FE_FONTSMOOTHINGSTANDARD, FE_FONTSMOOTHINGCLEARTYPE):
3532         Define.
3533
3534 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3535
3536         * include/pbt.h (PBT_APMRESUMEAUTOMATIC) Define.
3537         * include/winuser.h: (PBT_APMQUERYSUSPEND, PBT_APMQUERYSTANDBY,
3538         PBT_APMQUERYSUSPENDFAILED, PBT_APMQUERYSTANDBYFAILED,
3539         PBT_APMSUSPEND, PBT_APMSTANDBY, PBT_APMRESUMECRITICAL,
3540         PBT_APMRESUMESUSPEND, PBT_APMRESUMESTANDBY, PBT_APMBATTERYLOW,
3541         PBT_APMPOWERSTATUSCHANGE, PBT_APMOEMEVENT, PBT_APMRESUMEAUTOMATIC):
3542         Sync with include/pbt.h.
3543
3544 2007-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
3545
3546         [mingw-Bugs-1751518]
3547         * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL,
3548         get_URL.
3549
3550         [mingw-Bugs-1751565]
3551         * include/basetyps.h (IID); Guard with __IID_DEFINED__.
3552
3553         [mingw-Bugs-1751595]
3554         * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP
3555         methods.
3556
3557         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3558
3559 2007-07-10  Danny Smith  <dannysmith@users.sourceforge.net>
3560
3561         [mingw-Bugs-1750898]
3562         * include/mmsystem.h (MIXERCONTROL): Correct UNICODE mapping.
3563         Thanks to Yuji Kuwabara  <yujikuwabara at sf dot net>.
3564
3565 2007-07-09  Danny Smith  <dannysmith@users.sourceforge.net>
3566
3567         [mingw-Bugs-1749305]
3568         * lib/kernel32.def (GetConsoleProcessList@8):  Add export.
3569
3570 2007-07-02  Przemek Czerkas  <pczerkas@gmail.com>
3571
3572         * include/shlobj.h: Add CSIDL_MYMUSIC and CSIDL_MYVIDEO.
3573
3574 2007-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
3575
3576         * include/oaidl.h: Include windows.h and ole2.h,
3577         unless COM_NO_WINDOWS_H.
3578
3579         [mingw-Bugs-1742130]
3580         * include/oaidl.h (struct tagVARIANT): Add union members
3581         LONGLONG  * pllVal and ULONGLONG * pullVal.
3582
3583 2007-07-01  Danny Smith  <dannysmith@users.sourceforge.net>
3584
3585         * include/ws2tcpip.h (s6_addr32): Correct definition.
3586         Thanks to Alfred E. Heggestad <aeh at db dot org>
3587
3588 2007-05-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3589
3590         * lib/secur32.def (InitSecurityInterfaceA, InitSecurityInterfaceW): Define.
3591
3592         Thanks to Jim Marshall (jim dot marshall at wbemsolutions dot com) for
3593         supplying the information.
3594
3595 2007-05-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3596
3597         * include/shellapi.h (NIN_POPUPOPEN, NIN_POPUPCLOSE): Define.
3598
3599 2007-04-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3600
3601         * include/shellapi.h (NOTIFYICONDATAA, NOTIFYICONDATAW): Updated to support
3602         Vista.
3603
3604 2007-04-20  Matthias Miller  <matthiasmiller@users.sourceforge.net>
3605
3606          * include/wincrypt.h (CRYPTPROTECT_PROMPTSTRUCT, CRYPTPROTECT_UI_FORBIDDEN,
3607         CRYPTPROTECT_LOCAL_MACHINE): Define.
3608
3609 2007-04-15  Piotr Wyderski  <piotr.wyderski@wp.pl>
3610
3611         * include/winbase.h (SetInformationJobObject, QueryInformationJobObject):
3612         Define.
3613
3614 2007-03-30  Brian Dessent  <brian@dessent.net>
3615
3616         * lib/kernel32.def (CreateMemoryResourceNotification@4): Define.
3617
3618 2007-03-25  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3619
3620         * include/w32api.h: Increment version to 3.9.
3621         * Makefile.in: Ditto.
3622
3623 2007-03-23  Corinna Vinschen  <corinna@vinschen.de>
3624
3625         * include/psapi.h (GetMappedFileName): Fix messed up checkin.
3626
3627 2007-03-23  Matthew Gregan  <kinetik@flim.org>
3628
3629         * include/psapi.h (GetMappedFileName): Rename from GetMappedFilenameEx.
3630
3631 2007-03-06  Brandon Sneed  <brandon@oqo.com>
3632
3633         * include/setupapi.h: Added SetupConfigureWmiFromInfSectionA
3634         Added SetupConfigureWmiFromInfSectionW
3635         Added SetupConfigureWmiFromInfSection define to unicode and non-unicode sections
3636
3637         * lib/setupapi.def: Added exports for SetupConfigureWmiFromInfSectionA and W
3638
3639         * include/winuser.h: Added PBT_APMQUERYSUSPEND
3640         Added PBT_APMQUERYSTANDBY
3641         Added PBT_APMQUERYSUSPENDFAILED
3642         Added PBT_APMQUERYSTANDBYFAILED
3643         Added PBT_APMSUSPEND
3644         Added PBT_APMSTANDBY
3645         Added PBT_APMRESUMECRITICAL
3646         Added PBT_APMRESUMESUSPEND
3647         Added PBT_APMRESUMESTANDBY
3648         Added PBT_APMBATTERYLOW
3649         Added PBT_APMPOWERSTATUSCHANGE
3650         Added PBT_APMOEMEVENT
3651         Added PBT_APMRESUMEAUTOMATIC
3652
3653         * include/wtsapi32.h: New file
3654
3655         * include/wingdi.h: Added DM_DISPLAYORIENTATION define for use with DMDO_* defines
3656
3657 2007-03-05  Jan Nijtmans  <nijtmans@users.sourceforge.net>
3658
3659         * include/ddeml.h (DdeCreateStringHandleA, DdeCreateStringHandleW): Switch
3660         argument to constant.
3661
3662 2007-02-18  Jiri Malak  <jiri.malak@iol.cz>
3663
3664         * include/windef.h [WATCOM]: Fix !NONAMELESSUNION defines.
3665         * include/winnt.h [WATCOM] (GetCurrentFiber, GetFiberData):
3666         Add prototypes.
3667         [WATCOM] (NtCurrentTeb): Add protype and inline asm definition.
3668
3669 2007-02-18  Vesa Jääskeläinen  <chaac@users.sourceforge.net>
3670
3671         * lib/user32.def (InternalGetWindowText): Add stub.
3672
3673 2007-02-11  Daniel Atallah  <datallah@users.sourceforge.net>
3674
3675         * include/winnt.h (LANG_SERBIAN_NEUTRAL, LANG_BOSNIAN,
3676         LANG_BOSNIAN_NEUTRAL): Define.
3677
3678 2007-02-11  Daniel Schlyder  <thrug@users.sourceforge.net>
3679
3680         * include/winuser.h: Add guards around TITLEBARINFO and
3681         GetTitleBarInfo().
3682
3683 2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>
3684
3685         * include/winbase.h (struct _OVERLAPPED): Change type of
3686         Internal, InternalHigh members to ULONG_PTR.
3687         (PAPCFUNC): Change DWORD parameter to ULONG_PTR.
3688         (CreateIoCompletionPort): Likewise.
3689         (PostQueuedCompletionStatus): Likewise.
3690         (QueueUserAPC): Likewise.
3691
3692 2007-01-06  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
3693
3694         * include/windns.h (DNS_TYPE_RP, DNS_TYPE_AFSDB, DNS_TYPE_X25,
3695         DNS_TYPE_ISDN, DNS_TYPE_RT, DNS_TYPE_NSAP, DNS_TYPE_NSAPPTR,
3696         DNS_TYPE_SIG, DNS_TYPE_KEY, DNS_TYPE_PX, DNS_TYPE_GPOS,
3697         DNS_TYPE_AAAA, DNS_TYPE_LOC, DNS_TYPE_NXT, DNS_TYPE_EID,
3698         DNS_TYPE_NIMLOC, DNS_TYPE_SRV, DNS_TYPE_ATMA, DNS_TYPE_NAPTR,
3699         DNS_TYPE_KX, DNS_TYPE_CERT, DNS_TYPE_A6, DNS_TYPE_DNAME,
3700         DNS_TYPE_SINK, DNS_TYPE_OPT, DNS_TYPE_UINFO, DNS_TYPE_UID,
3701         DNS_TYPE_GID, DNS_TYPE_UNSPEC, DNS_TYPE_ADDRS, DNS_TYPE_TKEY,
3702         DNS_TYPE_TSIG, DNS_TYPE_IXFR, DNS_TYPE_AXFR, DNS_TYPE_MAILB,
3703         DNS_TYPE_MAILA, DNS_TYPE_ALL, DNS_TYPE_ANY): Add enum values.
3704
3705 2006-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
3706
3707         * Makefile.in: Add aclocal.m4 to source release.
3708
3709 2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>
3710
3711         * include/w32api.h: Increment version to 3.8.
3712         * Makefile.in: Ditto.
3713
3714 2006-11-13  Daniel Schlyder  <thrug@users.sourceforge.net>
3715
3716         * include/winnt.h (VER_SUITE_EMBEDDEDNT, VER_SUITE_SINGLEUSERTS,
3717         VER_SUITE_STORAGE_SERVER, VER_SUITE_COMPUTE_SERVER): Define.
3718
3719         * include/winuser.h (SM_STARTER, SM_SERVERR2): Define.
3720
3721 2006-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
3722
3723         * include/winuser.h (LR_DEFAULTSIZE): Remove duplicate.
3724
3725         * include/winnt.h (GetCurrentFiber): Remove extern declaration.  Make
3726         inline static.
3727         (GetFiberData): Likewise.
3728         * lib/kernel32.c: Remove.
3729         * lib/Makefile.in: Remove reference to kernel32.[co].
3730
3731 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3732
3733         * include/winnt.h (SE_RELABEL_NAME): Define.
3734         (SE_INCREASE_WORKING_SET_NAME): Define.
3735         (SE_TIME_ZONE_NAME): Define.
3736         (SE_CREATE_SYMBOLIC_LINK_NAME): Define.
3737
3738 2006-10-31  Corinna Vinschen  <corinna@vinschen.de>
3739
3740         * include/winnt.h (IO_REPARSE_TAG_SYMLINK): Define.
3741         (struct _REPARSE_DATA_BUFFER): Add missing Flags field to
3742         SymbolicLinkReparseBuffer substructure.
3743
3744 2006-10-29  Daniel Atallah  <datallah@users.sourceforge.net>
3745
3746         * lib/ws2_32.def (WSANSPIoctl): Add to lib.
3747
3748 2006-10-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3749
3750         * lib/Makefile.in: Fix order for 'all' rule.
3751
3752 2006-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
3753
3754         * include/winuser.h (LR_DEFAULTSIZE, LR_VGACOLOR): Define.
3755
3756 2006-10-05  Danny Smith  <dannysmith@users.sourceforge.net>
3757
3758         * include/winreg.h (RegDeleteKeyEx{A|W}): Add prototype and UNICODE
3759         mappings.
3760         (KEY_WOW64_32KEY, KEY_WOW64_64KEY): Define.
3761         * lib/advapi.def (RegDeleteKeyEx{A|W}): Export.
3762
3763 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3764
3765         * include/rpc.h: Add whitespace.
3766         * include/winnt.h (C_ASSERT): Define.
3767
3768 2006-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
3769
3770         [mingw-Bugs-1568067]
3771         * include/winuser.h: (DISP_CHANGE_BADDUALVIEW): Define.
3772         * include/wingdi.h: (DM_POSITION): Define.
3773
3774 2006-10-03  Danny Smith  <dannysmith@users.sourceforge.net>
3775
3776         * lib/rpcrt4.def: Remove "_imp__"-prefixed export symbols.
3777         * lib/user32.def: Likewise.
3778
3779 2006-09-11  Chris Sutcliffe  <ir0n3h4d@users.sourceforge.net>
3780
3781         * lib/Makefile.in: fix typo.
3782         * lib/ddk/Makefile.in: fix typo.
3783         * lib/directx/Makefile.in: fix typo.
3784
3785         Thanks to Keith Marshall (keithmarshall at users dot sourceforge dot net)
3786         for pointing it out.
3787
3788 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3789
3790         * Makefile.in: Remove files from lib directory with distclean target
3791
3792 2006-09-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
3793
3794         * include/winuser.h (CS_DROPSHADOW): Define.
3795
3796 2006-09-08  Michael Gerdau  <mgdde@users.sourceforge.net>
3797
3798         * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
3799         TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR,
3800         TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR,
3801         TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT):
3802
3803         Increase each constant by 1.
3804
3805 2006-09-07  Danny Smith  <dannysmith@users.sourceforge.net>
3806
3807         [mingw-Bugs-1553275]
3808         * include/wingdi.h (SetLayout): Add prototype.
3809         (GetLayout): Likewise.
3810
3811 2006-09-02  Danny Smith  <dannysmith@users.sourceforge.net>
3812
3813         [mingw-Bugs-1550139]
3814         * include/oleauto.h (GetRecordInfoFromTypeInfo): Add prototype.
3815         Tanks to:  Samit Basu <samitbasu at sf dot net>
3816         (GetRecordInfoFromGuids): Add prototype.
3817
3818 2006-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
3819
3820         * include/winbase.h: Add comment about 'missing' SEM flag.
3821
3822 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
3823
3824         * configure.in: Substitute with_cross_host in depending files.
3825         * configure: Regenerate.
3826         * lib/Makefile.in: Add with_cross_host to allow more granular checks.
3827         Set installation directories accordingly.
3828         * lib/ddk/Makefile.in: Ditto.
3829         * lib/directx/Makefile.in: Ditto.
3830
3831 2006-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
3832
3833         * lib/wtsapi32.def (WTSGetActiveConsoleSessionId). Move from here...
3834         * lib/kernel32.def (WTSGetActiveConsoleSessionId). ...to here.
3835         Bug reported by: <macleone at users dot sf dot net>
3836
3837 2006-07-29  Danny Smith  <dannysmith@users.sourceforge.net>
3838
3839         Update some more IMAGE relocation type indicators
3840         to PECOFF v8 (May, 2006) specs.
3841
3842         * include/winnt.h (IMAGE_REL_SH3_ABSOLUTE,
3843         IMAGE_REL_SH3_DIRECT16, IMAGE_REL_SH3_DIRECT32,
3844         IMAGE_REL_SH3_DIRECT8, IMAGE_REL_SH3_DIRECT8_WORD,
3845         IMAGE_REL_SH3_DIRECT8_LONG, IMAGE_REL_SH3_DIRECT4,
3846         IMAGE_REL_SH3_DIRECT4_WORD, IMAGE_REL_SH3_DIRECT4_LONG,
3847         IMAGE_REL_SH3_PCREL8_WORD, IMAGE_REL_SH3_PCREL8_LONG,
3848         IMAGE_REL_SH3_PCREL12_WORD, IMAGE_REL_SH3_STARTOF_SECTION,
3849         IMAGE_REL_SH3_SIZEOF_SECTION, IMAGE_REL_SH3_SECTION,
3850         IMAGE_REL_SH3_SECREL, IMAGE_REL_SH3_DIRECT32_NB,
3851         IMAGE_REL_SH3_GPREL4_LONG, IMAGE_REL_SH3_TOKEN,
3852         IMAGE_REL_SHM_PCRELPT, IMAGE_REL_SHM_REFLO,
3853         IMAGE_REL_SHM_REFHALF, IMAGE_REL_SHM_RELLO,
3854         IMAGE_REL_SHM_RELHALF, IMAGE_REL_SHM_PAIR,
3855         IMAGE_REL_SHM_NOMODE): Add defines.
3856
3857         (IMAGE_REL_M32R_ABSOLUTE, IMAGE_REL_M32R_ADDR32,
3858         IMAGE_REL_M32R_ADDR32NB, IMAGE_REL_M32R_ADDR24,
3859         IMAGE_REL_M32R_GPREL16, IMAGE_REL_M32R_PCREL24,
3860         IMAGE_REL_M32R_PCREL16, IMAGE_REL_M32R_PCREL8,
3861         IMAGE_REL_M32R_REFHALF, IMAGE_REL_M32R_REFHI,
3862         IMAGE_REL_M32R_REFLO, IMAGE_REL_M32R_PAIR,
3863         IMAGE_REL_M32R_SECTION, IMAGE_REL_M32R_SECREL,
3864         IMAGE_REL_M32R_TOKEN): Add defines.
3865
3866         (IMAGE_REL_MIPS_JMPADDR16): Add define.
3867
3868 2006-07-27  Danny Smith  <dannysmith@users.sourceforge.net>
3869
3870         Update some IMAGE flags to PECOFF v8 (May, 2006) specs.
3871         * include/winnt.h (IMAGE_FILE_MACHINE_AM33,
3872         IMAGE_FILE_MACHINE_ARM, IMAGE_FILE_MACHINE_EBC,
3873         IMAGE_FILE_MACHINE_M32R, IMAGE_FILE_MACHINE_MIPS16,
3874         IMAGE_FILE_MACHINE_MIPSFPU, IMAGE_FILE_MACHINE_MIPSFPU16,
3875         IMAGE_FILE_MACHINE_POWERPCFP, IMAGE_FILE_MACHINE_R4000,
3876         IMAGE_FILE_MACHINE_SH3, IMAGE_FILE_MACHINE_SH3DSP,
3877         IMAGE_FILE_MACHINE_SH4, IMAGE_FILE_MACHINE_SH5,
3878         IMAGE_FILE_MACHINE_THUMB, IMAGE_FILE_MACHINE_WCEMIPSV2):
3879         Add defines.
3880
3881         (IMAGE_SUBSYSTEM_EFI_APPLICATION,
3882         IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER,
3883         IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER, IMAGE_SUBSYSTEM_EFI_ROM):
3884         Add defines.
3885
3886         (IMAGE_SYM_CLASS_CLR_TOKEN): Add define.
3887
3888         (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE,
3889         IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY,
3890         IMAGE_DLL_CHARACTERISTICS_NX_COMPAT,
3891         IMAGE_DLLCHARACTERISTICS_NO_ISOLATION, IMAGE_DLLCHARACTERISTICS_NO_SEH,
3892         IMAGE_DLLCHARACTERISTICS_NO_BIND,
3893         IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE): Add defines.
3894
3895         (IMAGE_REL_I386_TOKEN, IMAGE_REL_I386_SECREL7): Add defines.
3896
3897         (IMAGE_REL_AMD64_ABSOLUTE, IMAGE_REL_AMD64_ADDR64,
3898         IMAGE_REL_AMD64_ADDR32, IMAGE_REL_AMD64_ADDR32NB, IMAGE_REL_AMD64_REL32,
3899         IMAGE_REL_AMD64_REL32_1, IMAGE_REL_AMD64_REL32_2,
3900         IMAGE_REL_AMD64_REL32_3, IMAGE_REL_AMD64_REL32_4,
3901         IMAGE_REL_AMD64_REL32_5, IMAGE_REL_AMD64_SECTION,
3902         IMAGE_REL_AMD64_SECREL, IMAGE_REL_AMD64_SECREL7, IMAGE_REL_AMD64_TOKEN,
3903         IMAGE_REL_AMD64_SREL32, IMAGE_REL_AMD64_PAIR, IMAGE_REL_AMD64_SSPAN32):
3904         Add defines.
3905
3906         (IMAGE_REL_IA64_ABSOLUTE, IMAGE_REL_IA64_IMM14, IMAGE_REL_IA64_IMM22,
3907         IMAGE_REL_IA64_IMM64, IMAGE_REL_IA64_DIR32, IMAGE_REL_IA64_DIR64,
3908         IMAGE_REL_IA64_PCREL21B, IMAGE_REL_IA64_PCREL21M,
3909         IMAGE_REL_IA64_PCREL21F, IMAGE_REL_IA64_GPREL22, IMAGE_REL_IA64_LTOFF22,
3910         IMAGE_REL_IA64_SECTION, IMAGE_REL_IA64_SECREL22,
3911         IMAGE_REL_IA64_SECREL64I, IMAGE_REL_IA64_SECREL32,
3912         IMAGE_REL_IA64_DIR32NB, IMAGE_REL_IA64_SREL14, IMAGE_REL_IA64_SREL22,
3913         IMAGE_REL_IA64_SREL32, IMAGE_REL_IA64_UREL32, IMAGE_REL_IA64_PCREL60X,
3914         IMAGE_REL_IA64_PCREL60B, IMAGE_REL_IA64_PCREL60F,
3915         IMAGE_REL_IA64_PCREL60I, IMAGE_REL_IA64_PCREL60M,
3916         IMAGE_REL_IA64_IMMGPREL64, IMAGE_REL_IA64_TOKEN, IMAGE_REL_IA64_GPREL32,
3917         IMAGE_REL_IA64_ADDEND): Add defines.
3918
3919         (IMAGE_SCN_GPREL): Add define.
3920
3921 2006-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
3922
3923         * include/aclui.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3924         * include/basetyps.h:  Likewise.
3925         (_COM_interface): New define.
3926         (interface): Define to _COM_interface, conditional on !__OBJC__.
3927         Replace 'interface' with '_COM_interface', throughout.
3928         * include/comcat.h: Replace 'interface' with '_COM_interface', throughout.
3929         * include/commdlg.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3930         * include/docobj.h: Replace 'interface' with '_COM_interface', throughout.
3931         * include/mshtml.h: Likewise.
3932         * include/oaidl.h: Likewise.
3933         * include/objfwd.h: Likewise.
3934         * include/objidl.h: Likewise.
3935         * include/ocidl.h: Likwise.
3936         * include/olectl.h: Likewise.
3937         * include/oleidl.h: Likewise.
3938         * include/shlobj.h: Likewise.
3939         * include/shlwapi.h: Replace __OBJC__ guard with _OBJC_NO_COM.
3940         * include/vfw.h: Likewise.
3941         * include/windows.h. Likewise. Add comment.
3942         * include/directx/d3d9.h: Replace 'interface' with '_COM_interface',
3943         throughout.
3944
3945         * lib/test.c: Replace __OBJC__ guard with _OBJC_NO_COM.
3946         Add test for conflict with '@interface'
3947
3948 2006-07-22  ipsoner  <ipsoner@users.sourceforge.net>
3949
3950         * include/wincrypt.h (szOID_RSA, szOID_PKCS, szOID_RSA_HASH,
3951         szOID_RSA_ENCRYPT, szOID_PKCS_1, szOID_PKCS_2, szOID_PKCS_3,
3952         szOID_PKCS_4, szOID_PKCS_5, szOID_PKCS_6, szOID_PKCS_7,
3953         szOID_PKCS_8, szOID_PKCS_9, szOID_PKCS_10, szOID_PKCS_12,
3954         szOID_RSA_MD2, szOID_RSA_MD4, szOID_RSA_MD5, szOID_RSA_RSA,
3955         szOID_RSA_MD2RSA, szOID_RSA_MD4RSA, szOID_RSA_MD5RSA,
3956         szOID_RSA_SHA1RSA, szOID_RSA_SETOAEP_RSA, szOID_RSA_DH,
3957         szOID_RSA_data, szOID_RSA_signedData, szOID_RSA_envelopedData,
3958         szOID_RSA_signEnvData, szOID_RSA_digestedData, szOID_RSA_hashedData,
3959         szOID_RSA_encryptedData, szOID_RSA_emailAddr, szOID_RSA_unstructName,
3960         szOID_RSA_contentType, szOID_RSA_messageDigest, szOID_RSA_signingTime,
3961         szOID_RSA_counterSign, szOID_RSA_challengePwd, szOID_RSA_unstructAddr,
3962         szOID_RSA_extCertAttrs, szOID_RSA_SMIMECapabilities,
3963         szOID_RSA_preferSignedData, szOID_RSA_RC2CBC, szOID_RSA_RC4,
3964         szOID_RSA_DES_EDE3_CBC, szOID_RSA_RC5_CBCPad, szOID_ANSI_x942,
3965         szOID_ANSI_x942_DH, szOID_X957, szOID_X957_DSA, szOID_DATA STRUCTURE,
3966         szOID_DS, szOID_DSALG, szOID_DSALG_CRPT, szOID_DSALG_HASH,
3967         szOID_DSALG_SIGN, szOID_DSALG_RSA, szOID_OIW, szOID_OIWSEC,
3968         szOID_OIWSEC_md4RSA, szOID_OIWSEC_md5RSA, szOID_OIWSEC_md4RSA2,
3969         szOID_OIWSEC_desECB, szOID_OIWSEC_desCBC, szOID_OIWSEC_desOFB,
3970         szOID_OIWSEC_desCFB, szOID_OIWSEC_desMAC, szOID_OIWSEC_rsaSign,
3971         szOID_OIWSEC_dsa, szOID_OIWSEC_shaDSA, szOID_OIWSEC_mdc2RSA,
3972         szOID_OIWSEC_shaRSA, szOID_OIWSEC_dhCommMod, szOID_OIWSEC_desEDE,
3973         szOID_OIWSEC_sha, szOID_OIWSEC_mdc2, szOID_OIWSEC_dsaComm,
3974         szOID_OIWSEC_dsaCommSHA, szOID_OIWSEC_rsaXchg, szOID_OIWSEC_keyHashSeal,
3975         szOID_OIWSEC_md2RSASign, szOID_OIWSEC_md5RSASign, szOID_OIWSEC_sha1,
3976         szOID_OIWSEC_dsaSHA1, szOID_OIWSEC_dsaCommSHA1, szOID_OIWSEC_sha1RSASign,
3977         szOID_OIWDIR, szOID_OIWDIR_CRPT, szOID_OIWDIR_HASH, szOID_OIWDIR_SIGN,
3978         szOID_OIWDIR_md2, szOID_OIWDIR_md2RSA, szOID_INFOSEC,
3979         szOID_INFOSEC_sdnsSignature, szOID_INFOSEC_mosaicSignature,
3980         szOID_INFOSEC_sdnsConfidentiality, szOID_INFOSEC_mosaicConfidentiality,
3981         szOID_INFOSEC_sdnsIntegrity, szOID_INFOSEC_mosaicIntegrity,
3982         szOID_INFOSEC_sdnsTokenProtection, szOID_INFOSEC_mosaicTokenProtection,
3983         szOID_INFOSEC_sdnsKeyManagement, szOID_INFOSEC_mosaicKeyManagement,
3984         szOID_INFOSEC_sdnsKMandSig, szOID_INFOSEC_mosaicKMandSig,
3985         szOID_INFOSEC_SuiteASignature, szOID_INFOSEC_SuiteAConfidentiality,
3986         szOID_INFOSEC_SuiteAIntegrity, szOID_INFOSEC_SuiteATokenProtection,
3987         szOID_INFOSEC_SuiteAKeyManagement, szOID_INFOSEC_SuiteAKMandSig,
3988         szOID_INFOSEC_mosaicUpdatedSig, szOID_INFOSEC_mosaicKMandUpdSig,
3989         szOID_INFOSEC_mosaicUpdatedInteg, szOID_PKIX_NO_SIGNATURE,
3990         szOID_COMMON_NAME, szOID_COUNTRY_NAME, szOID_DEVICE_SERIAL_NUMBER,
3991         szOID_DOMAIN_COMPONENT, szOID_RSA_emailAddr, szOID_GIVEN_NAME,
3992         szOID_INITIALS, szOID_LOCALITY_NAME, szOID_ORGANIZATION_NAME,
3993         szOID_ORGANIZATIONAL_UNIT_NAME, szOID_STATE_OR_PROVINCE_NAME,
3994         szOID_STREET_ADDRESS, szOID_SUR_NAME, szOID_TITLE, szOID_RSA_unstructAddr,
3995         szOID_RSA_unstructName, szOID_BASIC_CONSTRAINTS2,
3996         CERT_BASIC_CONSTRAINTS2_INFO, CRYPT_ENCODE_PARA,CertDuplicateStore,
3997         CertEnumCertificatesInStore, CertDuplicateCertificateContext,
3998         CertGetNameStringA, CertGetNameStringW, CertGetNameString, PFXIsPFXBlob,
3999         CertFindExtension, CryptDecodeObject, CertAddCertificateContextToStore,
4000         CertCompareCertificate, PFXVerifyPassword, PFXImportCertStore,
4001         CertDeleteCertificateFromStore): Define.
4002         * lib/crypt32.def (CertDuplicateStore, CertEnumCertificatesInStore,
4003         CertDuplicateCertificateContext, CertGetNameStringA, CertGetNameStringW,
4004         CertGetNameString, PFXIsPFXBlob, CertFindExtension, CryptDecodeObject,
4005         CertAddCertificateContextToStore, CertCompareCertificate,
4006         PFXVerifyPassword, PFXImportCertStore, CertDeleteCertificateFromStore):
4007         Define.
4008
4009 2006-07-22  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4010
4011         * lib/uuid.c: Remove.
4012
4013 2006-07-20  Elias Naur  <elias_naur@users.sourceforge.net>
4014
4015         * include/devguid.h: Add new file with missing GUID_DEVCLASS_*
4016         declarations. They were extracted from the registry with a script.
4017         * lib/devguid.c: Add new file with the implementation of the
4018         missing GUIDs.
4019         * lib/Makefile.in: Add devguid.c to UUID_SOURCES and UUID_OBJS.
4020
4021 2006-07-19  Elias Naur  <elias_naur@users.sourceforge.net>
4022
4023         * include/winuser.h (WM_INPUT): Add missing Raw Input
4024         notification define.
4025         (RID_DEVICE_INFO_MOUSE, RID_DEVICE_INFO_KEYBOARD,
4026         RID_DEVICE_INFO_HID, RID_DEVICE_INFO): Define Raw Input structs
4027
4028 2006-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
4029
4030         [mingw-Bugs-1525021]
4031         * iptypes.h (IP_ADAPTER_ANYCAST_ADDRESS): Fix NONAMELESSUNION warnings.
4032         (IP_ADAPTER_MULTICAST_ADDRESS): Likewise.
4033         (IP_ADAPTER_UNICAST_ADDRESS): Likewise.
4034         (IP_ADAPTER_DNS_SERVER_ADDRESS): Likewise.
4035         (IP_ADAPTER_ADAPTER_PREFIX): Likewise.
4036         (IP_ADAPTER_ADDRESSES): Likewise.
4037
4038 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4039
4040         * lib/uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
4041         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
4042         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Remove.  Moved to
4043         extras-uuid.c.
4044         * lib/extras-uuid.c (CLSID_FileProtocol, CLSID_FtpProtocol, CLSID_GopherProtocol,
4045         CLSID_HttpProtocol, CLSID_HttpSProtocol, CLSID_MkProtocol,
4046         CLSID_PSUrlMonProxy, CLSID_StdURLMoniker): Added.
4047         * lib/hlguids-uuid.c: State source of CLSIDs.
4048
4049 2006-06-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4050
4051         * lib/Makefile.in: Added extras-uuid as an object and source.
4052         * lib/uuid.c (IID_IClientSiteHandler, IID_IContinue, IID_IHttpNegotiate,
4053         IID_IPersistMoniker, IID_IServerHandler, IID_ITargetEmbedding,
4054         IID_ITargetFrame, IID_ITypeComp, IID_IUrlHistoryStg, IID_IWinInetHttpInfo,
4055         IID_IWinInetInfo, IID_IEnumSTATPROPSETSTG, IID_IEnumSTATPROPSTG,
4056         IID_IEnumSTATURL): Remove.  Moved to extras-uuid.c.
4057         * lib/extras-uuid.c: New file.
4058         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
4059         net).
4060
4061 2006-06-12  Danny Smith  <dannysmith@users.sourceforge.net>
4062
4063         [mingw-Bugs-1424461]
4064         *include/imagehlp.h: Comment out IN, OUT and OPTIONAL,
4065         throughout.
4066         *include/rpcdce.h: Don't define IN, OUT or OPTIONAL if
4067         _NO_W32_PSEUDO_MODIFIERS.
4068         *include/rpcnsi.h: Comment out IN, OUT and OPTIONAL,
4069         throughout.
4070         *include/rpcnsip.h: Likewise.
4071         *include/windef.h: Don't define IN, OUT or OPTIONAL
4072         if _NO_W32_PSEUDO_MODIFIERS.
4073         *include/ddk/batclass.h: Comment out IN, OUT and OPTIONAL,
4074         throughout.
4075         *include/ddk/cfgmgr32.h: Likewise.
4076         *include/ddk/ddkmapi.h: Likewise.
4077         *include/ddk/hidclass.h: Likewise.
4078         *include/ddk/hidpi.h: Likewise.
4079         *include/ddk/kbdmou.h: Likewise.
4080         *include/ddk/mcd.h: Likewise.
4081         *include/ddk/miniport.h: Likewise.
4082         *include/ddk/minitape.h: Likewise.
4083         *include/ddk/ndis.h: Likewise.
4084         *include/ddk/ndistapi.h: Likewise.
4085         *include/ddk/ndiswan.h: Likewise.
4086         *include/ddk/ntapi.h: Likewise.
4087         *include/ddk/ntdd8042.h: Likewise.
4088         *include/ddk/ntddpcm.h: Likewise.
4089         *include/ddk/ntifs.h: Likewise.
4090         *include/ddk/ntpoapi.h: Likewise.
4091         *include/ddk/parallel.h: Likewise.
4092         *include/ddk/pfhook.h: Likewise.
4093         *include/ddk/scsiwmi.h: Likewise.
4094         *include/ddk/smbus.h: Likewise.
4095         *include/ddk/srb.h: Likewise.
4096         *include/ddk/storport.h: Likewise.
4097         *include/ddk/tdikrnl.h: Likewise.
4098         *include/ddk/upssvc.h: Likewise.
4099         *include/ddk/usbcamdi.h: Likewise.
4100         *include/ddk/usbscan.h: Likewise.
4101         *include/ddk/video.h: Likewise.
4102         *include/ddk/videoagp.h: Likewise.
4103         *include/ddk/win2k.h: Likewise.
4104         *include/ddk/winddi.h: Likewise.
4105         *include/ddk/winddk.h: Don't define IN, OUT or OPTIONAL
4106         if _NO_W32_PSEUDO_MODIFIERS.
4107         Comment out IN, OUT and OPTIONAL, throughout.
4108         *include/ddk/winnt4.h: Comment out IN, OUT and OPTIONAL,
4109         throughout.
4110         *include/ddk/ws2san.h: Likewise.
4111
4112 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4113
4114         * lib/Makefile.in:  Added hlguids-uuid as source and object.
4115
4116 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4117
4118         * lib/uuid.c (CLSID_StaticDib, CLSID_StaticMetafile, CLSID_StdHlink,
4119         CLSID_StdHlinkBrowseContext): Remove.  Moved to relevant files.
4120         * lib/cguid-uuid.c (CLSID_StaticDib, CLSID_StaticMetafile): Added.
4121         * lib/hlguids-uuid.c: New file.
4122         Thank you to Julien Lecomte (julienlecomte at users dot sourceforge dot
4123         net).
4124
4125 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4126
4127         * lib/Makefile.in: Added urlmon-uuid and hlink-uuid as sources and
4128         objects.
4129         * lib/uuid.c (IID_IAuthenticate, IID_IBindHost, IID_IBindProtocol,
4130         IID_IBindStatusCallback, IID_IBindStatusCallbackMsg, IID_IBinding,
4131         IID_IHlink, IID_IHlinkBrowseContext, IID_IHlinkFrame, IID_IHlinkSite,
4132         IID_IHlinkTarget): Remove.  Moved to new files.
4133         * lib/urlmon-uuid.c: New file.
4134         * lib/hlink-uuid.c: New file.
4135
4136 2006-06-10  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4137
4138         * lib/Makefile.in: Added ativscp-uuid as source and object.
4139         * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
4140         IID_IActiveScriptParse, IID_IActiveScriptSite,
4141         IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
4142         * lib/ativscp-uuid.c: New file.
4143
4144 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4145
4146         * lib/uuid.c (IID_IClientSecurity, IID_IMallocSpy, IID_IServerSecurity):
4147         Remove.  Moved to objidl-uuid.c
4148         * lib/objidl-uuid.c (IID_IClientSecurity, IID_IMallocSpy,
4149         IID_IServerSecurity): Defined.
4150
4151 2006-06-09  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4152
4153         * lib/Makefile.in: Add cguid-uuid and olectlid-uuid as sources and
4154         objects.
4155         * lib/uuid.c (CLSID_CColorPropPage, CLSID_CFontPropPage,
4156         CLSID_CPicturePropPage, CLSID_Picture_Dib, CLSID_Picture_Metafile,
4157         CLSID_StdFont, CLSID_StdPicture, GUID_NULL, IID_ICreateTypeInfo,
4158         IID_ICreateTypeInfo2, IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_IDebug,
4159         IID_IDebugStream, IID_IDispatch, IID_IEnumFORMATETC,IID_IEnumMoniker,
4160         IID_IEnumOLEVERB, IID_IEnumSTATDATA, IID_IEnumSTATSTG, IID_IEnumString,
4161         IID_IEnumUnknown, IID_IEnumVARIANT, IID_IOleLink, IID_IPSFactory,
4162         IID_IRpcChannel, IID_IRpcProxy, IID_IRpcStub, IID_ITypeInfo,
4163         IID_ITypeInfo2, IID_ITypeLib, IID_ITypeLib2): Remove.  Moved to relevant
4164         files.
4165         * lib/oaidl-uuid.c (IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
4166         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo, IID_ITypeInfo2,
4167         IID_ITypeLib, IID_ITypeLib2, IID_IEnumVARIANT): Define.
4168         * lib/cguid-uuid.c: New file.
4169         * lib/olectlid-uuid.c: New file.
4170
4171 2006-06-08  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4172
4173         * lib/Makefile.in: Add objsafe-uuid oaidl-uuid docobj-uuid comcat-uuid
4174         exdisp-uuid mlang-uuid objidl-uuid as sources and objects.
4175         * lib/uuid.c (CATID_Control, CATID_DocObject, CATID_Insertable,
4176         CATID_PersistsToPropertyBag, CATID_PersistsToStorage, CATID_PersistsToStream,
4177         CATID_PersistsToStreamInit, CATID_Printable, CATID_Programmable,
4178         CLSID_CMultiLanguage, CLSID_StdComponentCategoriesMgr, CLSID_WebBrowser,
4179         DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IAdviseSink,
4180         IID_IAdviseSink2, IID_IBindCtx, IID_ICatInformation, IID_ICatRegister,
4181         IID_IClassActivator, IID_IContinueCallback, IID_ICreateErrorInfo,
4182         IID_IDataAdviseHolder, IID_IDataObject, IID_IEnumCATEGORYINFO,
4183         IID_IEnumGUID, IID_IEnumOleDocumentViews, IID_IErrorInfo,
4184         IID_IExternalConnection, IID_IFillLockBytes, IID_ILockBytes, IID_IMalloc,
4185         IID_IMarshal, IID_IMessageFilter, IID_IMoniker, IID_IObjectSafety,
4186         IID_IOleCommandTarget, IID_IOleDocument, IID_IOleDocumentSite,
4187         IID_IOleDocumentView, IID_IPSFactoryBuffer, IID_IPersist,
4188         IID_IPersistFile, IID_IPersistStorage, IID_IPersistStream, IID_IPrint,
4189         IID_IProgressNotify, IID_IPropertySetStorage, IID_IPropertyStorage,
4190         IID_IROTData, IID_IRootStorage, IID_IRpcChannelBuffer,
4191         IID_IRpcProxyBuffer, IID_IRpcStubBuffer, IID_IRunnableObject,
4192         IID_IRunningObjectTable, IID_ISequentialStream, IID_IStdMarshalInfo,
4193         IID_IStorage, IID_IStream, IID_ISupportErrorInfo, IID_IWebBrowser,
4194         IID_IWebBrowser2, IID_IWebBrowserApp): Remove. Moved to new files.
4195         * lib/comcat-uuid.c: New file.
4196         * lib/docobj-uuid.c: New File.
4197         * lib/exdisp-uuid.c: New file.
4198         * lib/mlang-uuid.c: New file.
4199         * lib/oaidl-uuid.c: New file.
4200         * lib/objidl-uuid.c: New file.
4201         * lib/objsafe-uuid.c: New file.
4202
4203 2006-06-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4204
4205         * lib/Makefile.in: Add oleacc-uuid oleidl-uuid ocidl-uuid as sources and
4206         objects.
4207         * lib/uuid.c (IID_IOleCache, IID_IOleCache2, IID_IOleCacheControl, IID_IViewObject,
4208         IID_IViewObject2, IID_IDropSource, IID_IDropTarget, IID_IOleAdviseHolder,
4209         IID_IOleInPlaceUIWindow, IID_IOleInPlaceObject, IID_IOleInPlaceActiveObject,
4210         IID_IOleInPlaceFrame, IID_IOleInPlaceSite, IID_IOleContainer, IID_IOleItemContainer,
4211         IID_IOleClientSite, IID_IOleObject, IID_IOleWindow, IID_IParseDisplayName,
4212         IID_IAccessible, LIBID_Accessibility, IID_IQuickActivate, IID_IOleUndoManager,
4213         IID_IOleParentUndoUnit, IID_IOleUndoUnit, IID_IEnumOleUndoUnits, IID_IPointerInactive,
4214         IID_IAdviseSinkEx, IID_IOleInPlaceSiteEx, IID_IOleControl, IID_IOleControlSite,
4215         IID_IPersistPropertyBag, IID_IPersistPropertyBag2, IID_IPersistStreamInit,
4216         IID_IPersistMemory, IID_IPropertyBag, IID_IPropertyBag2, IID_IPropertyNotifySink,
4217         IID_IPropertyPage, IID_IPropertyPage2, IID_IPropertyPageSite, IID_IFont, IID_IFontDisp,
4218         IID_IPicture, IID_IPictureDisp, IID_IProvideClassInfo, IID_IProvideClassInfo2,
4219         IID_IEnumConnectionPoints, IID_IEnumConnections, IID_IConnectionPoint,
4220         IID_IConnectionPointContainer, IID_IClassFactory2, IID_IErrorLog,
4221         IID_IObjectWithSite, IID_IPerPropertyBrowsing, IID_ISimpleFrameSite,
4222         IID_ISpecifyPropertyPages): Remove. Moved to new files.
4223         * lib/oleidl-uuid.c: New file.
4224         * lib/oleacc-uuid.c: New file.
4225         * lib/ocidl-uuid.c: New file.
4226
4227 2006-06-04  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
4228
4229         * lib/Makefile.in: Add unknwn-uuid and servprov-uuid as sources and
4230         objects.
4231         * lib/uuid.c (IID_IUnknown, IID_IClassFactory, IID_IServiceProvider):
4232         Remove.  Moved to unknwn-uuid and servprov-uuid.
4233         * lib/unknwn-uuid.c: New file.
4234         * lib/servprov-uuid.c: New file.
4235
4236 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
4237
4238         * include/strmif.h (VMRDeinterlaceTech): Correct typedef for DeinterlaceTech_*
4239         enum.
4240
4241 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
4242
4243         * include/strmif.h (enum tagAnalogVideoStandard): Add missing ','.
4244
4245 2006-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
4246
4247         * include/winuser.h (DM_BITSPERPEL, DM_PELSWIDTH, DM_PELSHEIGHT,
4248         DM_DISPLAYFLAGS, DM_DISPLAYFREQUENCY): Remove.  Duplicates of
4249         wingdi.h defines.
4250
4251 2006-06-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4252
4253         * include/winuser.h ((SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Remove
4254         duplicate defines.
4255
4256         * include/winnt.h (SUBLANG_ARABIC_SAUDI_ARABIA): Revert accidental
4257         removal.
4258         (SUBLANG_MARATHI_INDIA): Remove duplicate define.
4259
4260 2006-05-24  Christopher Faylor  <cgf@timesys.com>
4261
4262         * configure.in: Update to newer autoconf.
4263         (thanks to Steve Ellcey)
4264         * configure: Regenerate.
4265         * aclocal.m4: New file.
4266
4267 2006-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
4268
4269         * lib/uuid.c (IID_IRpcProxyBuffer34): Remove definition.
4270
4271 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4272
4273         * include/rtutils.h (TraceDumpA,TraceDumpW,TracePutsA,TracePutsW)
4274         (TraceRegisterA,TraceRegisterW,TraceVprintfA,TraceVprintfW): Define
4275         as macros.
4276         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4277
4278 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4279
4280         * include/mprapi.h (MprAdminMIBBufferFree,MprAdminMIBEntryCreate)
4281         (MprAdminMIBEntryDelete,MprAdminMIBEntryGet,MprAdminMIBEntryGetFirst)
4282         (MprAdminMIBEntryGetNext,MprAdminMIBEntrySet,MprAdminMIBGetTrapInfo)
4283         (MprAdminMIBServerConnect,MprAdminMIBServerDisconnect)
4284         (MprAdminMIBSetTrapInfo): Declare functions.
4285         Note: MprAdminMIBSetTrapInfo is missing from mprapi.def.
4286         (MIB_SERVER_HANDLE): New typedef.
4287         (MprConfigTransportSetInfo): Declare function.
4288         * lib/mprapi.def (MprSetupIpInIpInterfaceFriendlyNameEnum)
4289         (MprSetupIpInIpInterfaceFriendlyNameFree): Fix size.
4290
4291 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4292
4293         * lib/rtutils.def: New file. Generated on Windows XP.
4294         (TracePrintf{AW},TracePrintfEx{AW}): Left out for now.
4295         * include/rtutils.h: New file.
4296         (TraceDump{AW},TracePuts{AW},TraceRegister{AW},TraceVprintf{AW}):
4297         Commented out, they're missing from rtutils.def.
4298
4299 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4300
4301         * include/mprapi.h (MprInfoBlockAdd,MprInfoBlockFind)
4302         (MprInfoBlockQuerySize,MprInfoBlockRemove,MprInfoBlockSet)
4303         (MprInfoCreate,MprInfoDelete,MprInfoDuplicate)
4304         (MprInfoRemoveAll): Declare functions.
4305
4306 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4307
4308         * include/mprapi.h (MprConfigBufferFree,MprConfigGetFriendlyName)
4309         (MprConfigGetGuidName,MprConfigInterfaceCreate)
4310         (MprConfigInterfaceDelete,MprConfigInterfaceEnum)
4311         (MprConfigInterfaceGetHandle,MprConfigInterfaceGetInfo)
4312         (MprConfigInterfaceSetInfo,MprConfigInterfaceTransportAdd)
4313         (MprConfigInterfaceTransportEnum,MprConfigInterfaceTransportGetHandle)
4314         (MprConfigInterfaceTransportGetInfo,MprConfigInterfaceTransportRemove)
4315         (MprConfigInterfaceTransportSetInfo,MprConfigServerBackup)
4316         (MprConfigServerConnect,MprConfigServerDisconnect)
4317         (MprConfigServerGetInfo,MprConfigServerInstall)
4318         (MprConfigServerRestore,MprConfigTransportCreate)
4319         (MprConfigTransportDelete,MprConfigTransportEnum)
4320         (MprConfigTransportGetHandle,MprConfigTransportGetInfo)
4321         (MprConfigTransportSetInfo): Declare functions.
4322
4323 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4324
4325         * include/mprapi.h (MprAdminBufferFree)
4326         (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
4327         (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
4328         (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
4329         (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
4330         (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
4331         (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
4332         (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
4333         (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
4334         (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
4335         (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
4336         (MprAdminInterfaceTransportSetInfo)
4337         (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
4338         (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
4339         (MprAdminServerConnect,MprAdminServerDisconnect)
4340         (MprAdminServerGetCredentials,MprAdminServerGetInfo)
4341         (MprAdminServerSetCredentials,MprAdminTransportCreate)
4342         (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
4343
4344 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4345
4346         * include/ipxtfflt.h: New file.
4347
4348 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4349
4350         * include/mprapi.h: Fix header guard. Cleanup.
4351         (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2)
4352         (MprAdminAcceptNewLink,MprAdminAcceptReauthentication)
4353         (MprAdminConnectionHangupNotification)
4354         (MprAdminConnectionHangupNotification2)
4355         (MprAdminGetIpAddressForUser,MprAdminInitializeDll)
4356         (MprAdminTerminateDll,MprAdminLinkHangupNotification)
4357         (MprAdminReleaseIpAddress): Declare functions.
4358         * lib/mprapi.def: Regenerate on Windows XP.
4359
4360 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4361
4362         * include/ipifcons.h: Cleanup.
4363         * include/ipxconst.h: Fix header guard.
4364         * include/ipxrtdef.h: include <ipxconst.h>.
4365
4366 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4367
4368         * include/ipxrtdef.h: Cleanup.
4369         (IPX_INTERFACE_INFO_TYPE,IPX_STATIC_ROUTE_INFO_TYPE)
4370         (IPX_STATIC_SERVICE_INFO_TYPE,IPX_SERVICE_FILTER_INFO_TYPE)
4371         (IPX_ROUTE_FILTER_INFO_TYPE,IPX_IN_TRAFFIC_FILTER_INFO_TYPE)
4372         (IPX_ADAPTER_INFO_TYPE,IPXWAN_INTERFACE_INFO_TYPE,IPX_GLOBAL_INFO_TYPE)
4373         (IPX_STATIC_NETBIOS_NAME_INFO_TYPE)
4374         (IPX_IN_TRAFFIC_FILTER_GLOBAL_INFO_TYPE)
4375         (IPX_OUT_TRAFFIC_FILTER_INFO_TYPE)
4376         (IPX_OUT_TRAFFIC_FILTER_GLOBAL_INFO_TYPE): Define.
4377         * include/routprot.h: Cleanup.
4378         (PROTO_IP_OTHER,PROTO_IP_LOCAL,PROTO_IP_NETMGMT,PROTO_IP_ICMP)
4379         (PROTO_IP_EGP,PROTO_IP_GGP,PROTO_IP_HELLO,PROTO_IP_RIP,PROTO_IP_IS_IS)
4380         (PROTO_IP_ES_IS,PROTO_IP_CISCO,PROTO_IP_BBN,PROTO_IP_OSPF,PROTO_IP_BGP)
4381         (PROTO_IP_BOOTP,PROTO_IP_NT_AUTOSTATIC,PROTO_IP_NT_STATIC)
4382         (PROTO_IP_NT_STATIC_NON_DOD,IPRTRMGR_PID,IPX_PROTOCOL_BASE)
4383         (IPX_PROTOCOL_RIP,IPX_PROTOCOL_SAP,IPX_PROTOCOL_NLSP): Define.
4384         * include/fltdefs.h: New file.
4385         * include/ipinfoid.h: New file.
4386
4387 2006-05-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4388
4389         * include/strmif.h (IAMAnalogVideoDecoder,IAMAudioInputMixer)
4390         (IAMAudioRendererStats,IAMBufferNegotiation,IAMCameraControl)
4391         (IAMCertifiedOutputProtection): Add interfaces.
4392         * include/adsprop.h: New file.
4393         * include/cmnquery.h: New file.
4394         * include/dsadmin.h: New file.
4395         * include/dsclient.h: New file.
4396         * include/dsgetdc.h: New file.
4397         * include/dsquery.h: New file.
4398         * include/dsrole.h: New file.
4399         * include/ntdsapi.h: New file.
4400         * include/ntdsbcli.h: New file.
4401         * include/objsel.h: New file.
4402
4403 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4404
4405         * include/qedit.h (DEXTER_PARAM,DEXTER_VALUE,SCompFmt0): Add structures.
4406         (DEXTERF_TRACK_SEARCH_FLAGS,TIMELINE_MAJOR_TYPE): Add enums.
4407         (CONNECTF_DYNAMIC_NONE,CONNECTF_DYNAMIC_SOURCES)
4408         (CONNECTF_DYNAMIC_EFFECTS,SFN_VALIDATEF_CHECK,SFN_VALIDATEF_POPUP)
4409         (SFN_VALIDATEF_TELLME,SFN_VALIDATEF_REPLACE,SFN_VALIDATEF_USELOCAL)
4410         (SFN_VALIDATEF_NOFIND,SFN_VALIDATEF_IGNOREMUTED,RESIZEF_STRETCH)
4411         (RESIZEF_CROP,RESIZEF_PRESERVEASPECTRATIO)
4412         (RESIZEF_PRESERVEASPECTRATIO_NOLETTERBOX): Define.
4413
4414 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4415
4416         * include/qedit.h: New file.
4417         * include/errors.h: Cleanup.
4418
4419 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4420
4421         * include/amvideo.h (BIT_MASKS_MATCH): Don't use memcmp to
4422         avoid dependency on <string.h>.
4423         There's no Win32 equivalent for memcmp:
4424         http://support.microsoft.com/default.aspx?scid=kb;EN-US;q99456
4425
4426 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4427
4428         * include/amvideo.h (RESET_MASKS,RESET_PALETTE): Use ZeroMemory
4429         instead of memset to avoid dependency on <string.h>.
4430         * include/dshow.h (AM_ASPECT_RATIO_MODE,AM_WST_DRAWBGMODE,AM_WST_LEVEL)
4431         (AMExtendedSeekingCapabilities,AM_WST_SERVICE,AM_WST_STATE)
4432         (AM_WST_STYLE): Add enums.
4433         (AM_WST_PAGE,AMVABeginFrameInfo,AMVACompBufferInfo,AMVAEndFrameInfo,
4434         AMVAInternalMemInfo,AMVAUncompBufferInfo,AMVAUncompDataInfo): New
4435         structures.
4436         * include/errors.h (VFW_E_DVD_CMD_CANCELLED)
4437         (VFW_E_DVD_STATE_WRONG_VERSION,VFW_E_DVD_STATE_CORRUPT)
4438         (VFW_E_DVD_STATE_WRONG_DISC,VFW_E_DVD_INCOMPATIBLE_REGION)
4439         (VFW_E_DVD_NO_ATTRIBUTES,VFW_E_DVD_NO_GOUP_PGC)
4440         (VFW_E_DVD_LOW_PARENTAL_LEVEL,VFW_E_DVD_NOT_IN_KARAOKE_MODE)
4441         (VFW_E_FRAME_STEP_UNSUPPORTED,VFW_E_DVD_STREAM_DISABLED)
4442         (VFW_E_DVD_TITLE_UNKNOWN,VFW_E_DVD_INVALID_DISC)
4443         (VFW_E_DVD_NO_RESUME_INFORMATION)
4444         (VFW_E_PIN_ALREADY_BLOCKED_ON_THIS_THREAD,VFW_E_PIN_ALREADY_BLOCKED)
4445         (VFW_E_CERTIFICATION_FAILURE,VFW_E_VMR_NOT_IN_MIXER_MODE)
4446         (VFW_E_VMR_NO_AP_SUPPLIED,VFW_E_VMR_NO_DEINTERLACE_HW)
4447         (VFW_E_VMR_NO_PROCAMP_HW,VFW_E_DVD_VMR9_INCOMPATIBLEDEC)
4448         (VFW_E_NO_COPP_HW,VFW_E_BAD_KEY): Define.
4449         * include/evcode.h (AM_WMT_EVENT_DATA): New structure.
4450         * include/mmsystem.h (WAVE_FORMAT_EXTENSIBLE): Define.
4451         * include/edevdefs.h (ED_FORMAT_SMPTE_30,ED_FORMAT_SMPTE_30DROP)
4452         (ED_FORMAT_SMPTE_25,ED_FORMAT_SMPTE_24): Move from here...
4453         * include/strmif.h: ... to here. New file.
4454         * include/aviriff.h: New file.
4455         * include/bdatypes.h: New file.
4456         * include/control.h: New file.
4457         * include/dvdmedia.h: New file.
4458         * include/il21dec.h: New file.
4459         * include/ks.h: New file.
4460         * include/ksmedia.h: New file.
4461         * include/mmreg.h: New file.
4462         * include/mpegtype.h: New file.
4463         * include/vidcap.h: New file.
4464         * include/vmr9.h: New file.
4465         * include/vptype.h: New file.
4466         * include/xprtdefs.h: New file.
4467
4468 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4469
4470         * include/winnls.h [WINVER >= 0x0500] (LOCALE_IDEFAULTEBCDICCODEPAGE):
4471         Documented as defined on Windows 2000 or later.
4472         [WINVER >= 0x0600] (LOCALE_SDURATION,LOCALE_SIETFLANGUAGE)
4473         (LOCALE_SISO3166CTRYNAME2,LOCALE_SISO639LANGNAME2)
4474         (LOCALE_SKEYBOARDSTOINSTALL,LOCALE_SNAME,LOCALE_SNAN)
4475         (LOCALE_SNEGINFINITY,LOCALE_SPOSINFINITY,LOCALE_SSCRIPTS): Documented
4476         but values unknown, Windows Vista or later.
4477         (CAL_UMALQURA): Cleanup.
4478         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4479         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4480         (CAL_SSHORTESTDAYNAME7): Cleanup.
4481         [WINVER >= 0x0410] (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX)
4482         (CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Cleanup.
4483
4484 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4485
4486         * include/wingdi.h [WINVER >= 0x0500] (DC_PERSONALITY,DC_PRINTRATE)
4487         (DC_PRINTRATEUNIT,DC_PRINTERMEM,DC_MEDIAREADY,DC_STAPLE)
4488         (DC_PRINTRATEPPM,DC_COLORDEVICE,DC_NUP,DC_MEDIATYPENAMES)
4489         (DC_MEDIATYPES,DMPAPER_DBL_JAPANESE_POSTCARD,DMPAPER_A6)
4490         (DMPAPER_JENV_KAKU2,DMPAPER_JENV_KAKU3,DMPAPER_JENV_CHOU3)
4491         (DMPAPER_JENV_CHOU4,DMPAPER_LETTER_ROTATED)
4492         (DMPAPER_A3_ROTATED,DMPAPER_A4_ROTATED,DMPAPER_A5_ROTATED)
4493         (DMPAPER_B4_JIS_ROTATED,DMPAPER_B5_JIS_ROTATED)
4494         (DMPAPER_JAPANESE_POSTCARD_ROTATED)
4495         (DMPAPER_DBL_JAPANESE_POSTCARD_ROTATED)
4496         (DMPAPER_A6_ROTATED,DMPAPER_JENV_KAKU2_ROTATED)
4497         (DMPAPER_JENV_KAKU3_ROTATED,DMPAPER_JENV_CHOU3_ROTATED)
4498         (DMPAPER_JENV_CHOU4_ROTATED,DMPAPER_B6_JIS)
4499         (DMPAPER_B6_JIS_ROTATED,DMPAPER_12X11,DMPAPER_JENV_YOU4)
4500         (DMPAPER_JENV_YOU4_ROTATED,DMPAPER_P16K,DMPAPER_P32K)
4501         (DMPAPER_P32KBIG,DMPAPER_PENV_1,DMPAPER_PENV_2)
4502         (DMPAPER_PENV_3,DMPAPER_PENV_4,DMPAPER_PENV_5)
4503         (DMPAPER_PENV_6,DMPAPER_PENV_7,DMPAPER_PENV_8)
4504         (DMPAPER_PENV_9,DMPAPER_PENV_10,DMPAPER_P16K_ROTATED)
4505         (DMPAPER_P32K_ROTATED,DMPAPER_P32KBIG_ROTATED)
4506         (DMPAPER_PENV_1_ROTATED,DMPAPER_PENV_2_ROTATED)
4507         (DMPAPER_PENV_3_ROTATED,DMPAPER_PENV_4_ROTATED)
4508         (DMPAPER_PENV_5_ROTATED,DMPAPER_PENV_6_ROTATED)
4509         (DMPAPER_PENV_7_ROTATED,DMPAPER_PENV_8_ROTATED)
4510         (DMPAPER_PENV_9_ROTATED,DMPAPER_PENV_10_ROTATED): Define.
4511         (DMPAPER_LAST): Value depends on DMPAPER_* variables actually defined.
4512         (DM_PANNINGWIDTH,DM_PANNINGHEIGHT,DM_DISPLAYFIXEDOUTPUT)
4513         (DMDO_DEFAULT,DMDO_90,DMDO_180,DMDO_270,DMDFO_DEFAULT,DMDFO_STRETCH)
4514         (DMDFO_CENTER): Define.
4515         (GetDCBrushColor,GetDCPenColor): Declare.
4516         * lib/msimg32.def (GetDCBrushColor,GetDCPenColor): Add stubs.
4517
4518 2006-05-10  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4519
4520         * include/winnt.h (LANG_PERSIAN,LANG_LOWER_SORBIAN,LANG_UPPER_SORBIAN)
4521         (LANG_TSWANA,LANG_XHOSA,LANG_ZULU,LANG_MALTESE,LANG_SAMI,LANG_IRISH)
4522         (LANG_TIBETAN,LANG_WELSH,LANG_KHMER,LANG_LAO,LANG_SINHALESE)
4523         (LANG_INUKTITUT,LANG_AMHARIC,LANG_TAMAZIGHT,LANG_FRISIAN)
4524         (LANG_PASHTO,LANG_FILIPINO,LANG_HAUSA,LANG_YORUBA,LANG_QUECHUA)
4525         (LANG_SOTHO,LANG_BASHKIR,LANG_LUXEMBOURGISH,LANG_GREENLANDIC)
4526         (LANG_IGBO,LANG_TIGRIGNA,LANG_YI,LANG_MAPUDUNGUN,LANG_MOHAWK)
4527         (LANG_BRETON,LANG_UIGHUR,LANG_MAORI,LANG_OCCITAN,LANG_CORSICAN)
4528         (LANG_ALSATIAN,LANG_YAKUT,LANG_KICHE,LANG_KINYARWANDA,LANG_WOLOF)
4529         (LANG_DARI,LANG_MALAGASY)
4530         (SUBLANG_CUSTOM_DEFAULT,SUBLANG_CUSTOM_UNSPECIFIED)
4531         (SUBLANG_UI_CUSTOM_DEFAULT,SUBLANG_AFRIKAANS_SOUTH_AFRICA)
4532         (SUBLANG_ALBANIAN_ALBANIA,SUBLANG_ALSATIAN_FRANCE)
4533         (SUBLANG_AMHARIC_ETHIOPIA,SUBLANG_ARMENIAN_ARMENIA)
4534         (SUBLANG_ASSAMESE_INDIA,SUBLANG_BASHKIR_RUSSIA,SUBLANG_BASQUE_BASQUE)
4535         (SUBLANG_BELARUSIAN_BELARUS,SUBLANG_BENGALI_INDIA)
4536         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN)
4537         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4538         (SUBLANG_BRETON_FRANCE,SUBLANG_BULGARIAN_BULGARIA)
4539         (SUBLANG_CATALAN_CATALAN,SUBLANG_CORSICAN_FRANCE)
4540         (SUBLANG_CZECH_CZECH_REPUBLIC,SUBLANG_CROATIAN_CROATIA)
4541         (SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,SUBLANG_DANISH_DENMARK)
4542         (SUBLANG_DIVEHI_MALDIVES,SUBLANG_ENGLISH_IRELAND)
4543         (SUBLANG_ENGLISH_INDIA,SUBLANG_ENGLISH_MALAYSIA)
4544         (SUBLANG_ENGLISH_SINGAPORE,SUBLANG_ESTONIAN_ESTONIA)
4545         (SUBLANG_FAEROESE_FAROE_ISLANDS,SUBLANG_FILIPINO_PHILIPPINES)
4546         (SUBLANG_FINNISH_FINLAND,SUBLANG_FRISIAN_NETHERLANDS)
4547         (SUBLANG_GALICIAN_GALICIAN,SUBLANG_GEORGIAN_GEORGIA)
4548         (SUBLANG_GREEK_GREECE,SUBLANG_GREENLANDIC_GREENLAND)
4549         (SUBLANG_GUJARATI_INDIA,SUBLANG_HAUSA_NIGERIA,SUBLANG_HEBREW_ISRAEL)
4550         (SUBLANG_HINDI_INDIA,SUBLANG_HUNGARIAN_HUNGARY)
4551         (SUBLANG_ICELANDIC_ICELAND,SUBLANG_IGBO_NIGERIA)
4552         (SUBLANG_INDONESIAN_INDONESIA,SUBLANG_INUKTITUT_CANADA)
4553         (SUBLANG_INUKTITUT_CANADA_LATIN,SUBLANG_IRISH_IRELAND)
4554         (SUBLANG_JAPANESE_JAPAN,SUBLANG_KAZAK_KAZAKHSTAN)
4555         (SUBLANG_KHMER_CAMBODIA,SUBLANG_KICHE_GUATEMALA)
4556         (SUBLANG_KINYARWANDA_RWANDA,SUBLANG_KONKANI_INDIA)
4557         (SUBLANG_KYRGYZ_KYRGYZSTAN,SUBLANG_LAO_LAO_PDR)
4558         (SUBLANG_LATVIAN_LATVIA,SUBLANG_LITHUANIAN_LITHUANIA)
4559         (SUBLANG_LOWER_SORBIAN_GERMANY,SUBLANG_LUXEMBOURGISH_LUXEMBOURG)
4560         (SUBLANG_MACEDONIAN_MACEDONIA,SUBLANG_MALAYALAM_INDIA)
4561         (SUBLANG_MALTESE_MALTA,SUBLANG_MAORI_NEW_ZEALAND)
4562         (SUBLANG_MAPUDUNGUN_CHILE,SUBLANG_MARATHI_INDIA,SUBLANG_MOHAWK_MOHAWK)
4563         (SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA,SUBLANG_MONGOLIAN_PRC)
4564         (SUBLANG_NEPALI_NEPAL,SUBLANG_OCCITAN_FRANCE,SUBLANG_ORIYA_INDIA)
4565         (SUBLANG_PASHTO_AFGHANISTAN,SUBLANG_PERSIAN_IRAN)
4566         (SUBLANG_POLISH_POLAND,SUBLANG_PORTUGUESE_PORTUGAL)
4567         (SUBLANG_PUNJABI_INDIA,SUBLANG_QUECHUA_BOLIVIA,SUBLANG_QUECHUA_ECUADOR)
4568         (SUBLANG_QUECHUA_PERU,SUBLANG_ROMANIAN_ROMANIA)
4569         (SUBLANG_ROMANSH_SWITZERLAND,SUBLANG_RUSSIAN_RUSSIA)
4570         (SUBLANG_SAMI_NORTHERN_NORWAY,SUBLANG_SAMI_NORTHERN_SWEDEN)
4571         (SUBLANG_SAMI_NORTHERN_FINLAND,SUBLANG_SAMI_LULE_NORWAY)
4572         (SUBLANG_SAMI_LULE_SWEDEN,SUBLANG_SAMI_SOUTHERN_NORWAY)
4573         (SUBLANG_SAMI_SOUTHERN_SWEDEN,SUBLANG_SAMI_SKOLT_FINLAND)
4574         (SUBLANG_SAMI_INARI_FINLAND,SUBLANG_SANSKRIT_INDIA)
4575         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_LATIN)
4576         (SUBLANG_SERBIAN_BOSNIA_HERZEGOVINA_CYRILLIC)
4577         (SUBLANG_SINDHI_AFGHANISTAN,SUBLANG_SINHALESE_SRI_LANKA)
4578         (SUBLANG_SOTHO_NORTHERN_SOUTH_AFRICA,SUBLANG_SLOVAK_SLOVAKIA)
4579         (SUBLANG_SLOVENIAN_SLOVENIA,SUBLANG_SPANISH_US,SUBLANG_SWEDISH_SWEDEN)
4580         (SUBLANG_SYRIAC,SUBLANG_TAJIK_TAJIKISTAN)
4581         (SUBLANG_TAMAZIGHT_ALGERIA_LATIN,SUBLANG_TAMIL_INDIA)
4582         (SUBLANG_TATAR_RUSSIA,SUBLANG_TELUGU_INDIA,SUBLANG_THAI_THAILAND)
4583         (SUBLANG_TIBETAN_PRC,SUBLANG_TIBETAN_BHUTAN,SUBLANG_TIGRIGNA_ERITREA)
4584         (SUBLANG_TSWANA_SOUTH_AFRICA,SUBLANG_TURKISH_TURKEY)
4585         (SUBLANG_TURKMEN_TURKMENISTAN,SUBLANG_UIGHUR_PRC)
4586         (SUBLANG_UKRAINIAN_UKRAINE,SUBLANG_UPPER_SORBIAN_GERMANY)
4587         (SUBLANG_VIETNAMESE_VIETNAM,SUBLANG_WELSH_UNITED_KINGDOM)
4588         (SUBLANG_WOLOF_SENEGAL,SUBLANG_YORUBA_NIGERIA)
4589         (SUBLANG_XHOSA_SOUTH_AFRICA,SUBLANG_YAKUT_RUSSIA,SUBLANG_YI_PRC)
4590         (SUBLANG_ZULU_SOUTH_AFRICA): Define.
4591         (SUBLANG_ARABIC_SAUDI_ARABIA): Removed by error.
4592         (SUBLANG_MARATHI_INDIA): Defined twice by error.
4593
4594 2006-05-05  Chris Sutcliffe  <ir0nh34d@users.sf.net>
4595
4596         * lib/directx/Makefile.in: Remove reference to libquartz.a since
4597         it was moved.
4598
4599 2006-05-05  Earnie Boyd  <earnie@users.sf.net>
4600
4601         * lib/scrnsave.c: Correct misspelled SPI_SCREENSAVERUNNING to
4602         SPI_SETSCREENSAVERUNNING.
4603         * include winuser.h (SPI_SCREENSAVERRUNNING): Remove again.
4604
4605 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4606
4607         * include/winuser.h (SPI_SCREENSAVERRUNNING): Define.
4608         It had been removed because it's no documented, but Cygwin needs it.
4609
4610 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4611
4612         * include/amvideo.h (IFullScreenVideo): Define.
4613         (BIT_MASKS_MATCH,PALETTISED,PALETTE_ENTRIES,RESET_MASKS,RESET_PALETTE,
4614         SIZE_EGA_PALETTE,SIZE_MASKS,SIZE_PALETTE): Added Macros.
4615
4616 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4617
4618         * include/winnls.h (CAL_SYEARMONTH,CAL_ITWODIGITYEARMAX,
4619         CAL_NOUSEROVERRIDE,CAL_RETURN_NUMBER,CAL_USE_CP_ACP): Documented
4620         as available on Windows 98 and better.
4621         (CAL_SSHORTESTDAYNAME_1,CAL_SSHORTESTDAYNAME_2,CAL_SSHORTESTDAYNAME_3)
4622         (CAL_SSHORTESTDAYNAME_4,CAL_SSHORTESTDAYNAME_5,CAL_SSHORTESTDAYNAME_6)
4623         (CAL_SSHORTESTDAYNAME7,CAL_UMALQURA): Define, Windows Vista and better.
4624
4625 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4626
4627         * include/amvideo.h: New file.
4628         * include/dshow.h: Include <amvideo.h>.
4629
4630 2006-05-04  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4631
4632         * include/winuser.h (MOUSEEVENTF_XDOWN,MOUSEEVENTF_XUP): Define.
4633         (MOUSEEVENTF_MOVE,MOUSEEVENTF_LEFTDOWN,MOUSEEVENTF_LEFTUP)
4634         (MOUSEEVENTF_RIGHTDOWN,MOUSEEVENTF_RIGHTUP,MOUSEEVENTF_MIDDLEDOWN)
4635         (MOUSEEVENTF_MIDDLEUP,MOUSEEVENTF_ABSOLUTE,MOUSEEVENTF_WHEEL): Cleanup.
4636         (HWND_BROADCAST): Cleanup.
4637         (HWND_MESSAGE): Windows 2000 only.
4638         (SMTO_ABORTIFHUNG,SMTO_BLOCK,SMTO_NORMAL): Cleanup.
4639         (SMTO_NOTIMEOUTIFNOTHUNG): Define.
4640         (SIF_DISABLENOSCROLL,SIF_PAGE,SIF_POS,SIF_RANGE,SIF_TRACKPOS)
4641         (SIF_ALL): Cleanup.
4642         (SWP_DRAWFRAME,SWP_FRAMECHANGED,SWP_HIDEWINDOW,SWP_NOACTIVATE)
4643         (SWP_NOCOPYBITS,SWP_NOMOVE,SWP_NOSIZE,SWP_NOREDRAW,SWP_NOZORDER)
4644         (SWP_SHOWWINDOW,SWP_NOOWNERZORDER,SWP_NOREPOSITION,SWP_NOSENDCHANGING)
4645         (SWP_DEFERERASE,SWP_ASYNCWINDOWPOS): Cleanup.
4646         (HSHELL_ENDTASK,HSHELL_ACCESSIBILITYSTATE,HSHELL_APPCOMMAND): Define.
4647         (SPI_GETBLOCKSENDINPUTRESETS,SPI_GETCARETWIDTH,SPI_GETDROPSHADOW)
4648         (SPI_GETFILTERKEYS,SPI_GETFLATMENU,SPI_GETFOCUSBORDERHEIGHT)
4649         (SPI_GETFOCUSBORDERWIDTH,SPI_GETFONTSMOOTHINGCONTRAST)
4650         (SPI_GETFONTSMOOTHINGTYPE,SPI_GETFOREGROUNDFLASHCOUNT)
4651         (SPI_GETMENUSHOWDELAY,SPI_GETMOUSECLICKLOCK,SPI_GETMOUSECLICKLOCKTIME)
4652         (SPI_GETMOUSEHOVERHEIGHT,SPI_GETMOUSEHOVERTIME,SPI_GETMOUSEHOVERWIDTH)
4653         (SPI_GETMOUSESONAR,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4654         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4655         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4656         (SPI_GETSCREENSAVETIMEOUT,SPI_GETMOUSEVANISH,SPI_GETNONCLIENTMETRICS)
4657         (SPI_GETPOWEROFFACTIVE,SPI_GETPOWEROFFTIMEOUT,SPI_GETSCREENREADER)
4658         (SPI_GETSCREENSAVEACTIVE,SPI_GETSCREENSAVERRUNNING)
4659         (SPI_GETSCREENSAVETIMEOUT,SPI_GETSNAPTODEFBUTTON,SPI_GETUIEFFECTS)
4660         (SPI_SETBLOCKSENDINPUTRESETS,SPI_SETCARETWIDTH,SPI_SETCURSORS)
4661         (SPI_SETDROPSHADOW,SPI_SETFILTERKEYS,SPI_SETFLATMENU)
4662         (SPI_SETFOCUSBORDERHEIGHT,SPI_SETFOCUSBORDERWIDTH)
4663         (SPI_SETFONTSMOOTHINGCONTRAST,SPI_SETFONTSMOOTHINGTYPE)
4664         (SPI_SETFOREGROUNDFLASHCOUNT,SPI_SETICONS,SPI_SETMENUSHOWDELAY)
4665         (SPI_SETMOUSECLICKLOCK,SPI_SETMOUSECLICKLOCKTIME)
4666         (SPI_SETMOUSEHOVERHEIGHT,SPI_SETMOUSEHOVERTIME)
4667         (SPI_SETMOUSEHOVERWIDTH,SPI_SETMOUSESONAR,SPI_SETMOUSEVANISH)
4668         (SPI_SETNONCLIENTMETRICS,SPI_SETPENWINDOWS,SPI_SETPOWEROFFACTIVE)
4669         (SPI_SETPOWEROFFTIMEOUT,SPI_SETSCREENREADER,SPI_SETSCREENSAVEACTIVE)
4670         (SPI_SETSCREENSAVERRUNNING,SPI_SETSCREENSAVETIMEOUT,SPI_SETSHOWIMEUI)
4671         (SPI_SETSNAPTODEFBUTTON,SPI_SETUIEFFECTS): Define.
4672         (SPI_GETACCESSTIMEOUT,SPI_GETANIMATION,SPI_GETBEEP)
4673         (SPI_GETDEFAULTINPUTLANG,SPI_GETDESKWALLPAPER,SPI_GETDRAGFULLWINDOWS)
4674         (SPI_GETFASTTASKSWITCH,SPI_GETFONTSMOOTHING,SPI_GETGRIDGRANULARITY)
4675         (SPI_GETHIGHCONTRAST,SPI_GETICONMETRICS,SPI_GETICONTITLELOGFONT)
4676         (SPI_GETICONTITLEWRAP,SPI_GETKEYBOARDDELAY,SPI_GETKEYBOARDPREF)
4677         (SPI_GETKEYBOARDSPEED,SPI_GETLOWPOWERACTIVE,SPI_GETLOWPOWERTIMEOUT)
4678         (SPI_GETMENUDROPALIGNMENT,SPI_GETMENUUNDERLINES,SPI_GETMINIMIZEDMETRICS)
4679         (SPI_GETMOUSE,SPI_GETMOUSEKEYS,SPI_GETMOUSESPEED,SPI_GETMOUSETRAILS)
4680         (SPI_GETSERIALKEYS,SPI_GETSHOWIMEUI,SPI_GETSHOWSOUNDS)
4681         (SPI_GETSOUNDSENTRY,SPI_GETSTICKYKEYS,SPI_GETTOGGLEKEYS)
4682         (SPI_GETWHEELSCROLLLINES,SPI_GETWINDOWSEXTENSION,SPI_GETWORKAREA)
4683         (SPI_ICONHORIZONTALSPACING,SPI_ICONVERTICALSPACING)
4684         (SPI_SETACCESSTIMEOUT,SPI_SETANIMATION,SPI_SETBEEP,SPI_SETBORDER)
4685         (SPI_SETDEFAULTINPUTLANG,SPI_SETDESKPATTERN,SPI_SETDESKWALLPAPER)
4686         (SPI_SETDOUBLECLICKTIME,SPI_SETDOUBLECLKHEIGHT,SPI_SETDOUBLECLKWIDTH)
4687         (SPI_SETDRAGFULLWINDOWS,SPI_SETDRAGHEIGHT,SPI_SETDRAGWIDTH)
4688         (SPI_SETFASTTASKSWITCH,SPI_SETFONTSMOOTHING,SPI_SETGRIDGRANULARITY)
4689         (SPI_SETHANDHELD,SPI_SETHIGHCONTRAST,SPI_SETICONMETRICS)
4690         (SPI_SETICONTITLELOGFONT,SPI_SETICONTITLEWRAP,SPI_SETKEYBOARDDELAY)
4691         (SPI_SETKEYBOARDPREF,SPI_SETKEYBOARDSPEED,SPI_SETLANGTOGGLE)
4692         (SPI_SETLOWPOWERACTIVE,SPI_SETLOWPOWERTIMEOUT,SPI_SETMENUDROPALIGNMENT)
4693         (SPI_SETMENUUNDERLINES,SPI_SETMINIMIZEDMETRICS,SPI_SETMOUSE)
4694         (SPI_SETMOUSEBUTTONSWAP,SPI_SETMOUSEKEYS,SPI_SETMOUSESPEED)
4695         (SPI_SETMOUSETRAILS,SPI_SETSERIALKEYS,SPI_SETSHOWSOUNDS)
4696         (SPI_SETSOUNDSENTRY,SPI_SETSTICKYKEYS,SPI_SETTOGGLEKEYS)
4697         (SPI_SETWHEELSCROLLLINES,SPI_SETWORKAREA): Cleanup.
4698         (SPI_GETMOUSETRAILS,SPI_SETMOUSETRAILS): Defined twice by error.
4699         (SPI_SCREENSAVERRUNNING): Removed.
4700         (SPIF_UPDATEINIFILE,SPIF_SENDCHANGE,SPIF_SENDWININICHANGE): Cleanup.
4701         * include/wingdi.h (ETO_NUMERICSLATIN,ETO_NUMERICSLOCAL)
4702         (ETO_IGNORELANGUAGE,ETO_PDY): Define.
4703         (ETO_CLIPPED,ETO_GLYPH_INDEX,ETO_OPAQUE,ETO_RTLREADING): Cleanup.
4704
4705 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4706
4707         * include/mprapi.h (MPR_SERVER_HANDLE): Add typedef.
4708         (MprAdminGetPDCServer): Add prototype.
4709         (MprAdminSendUserMessage): Add prototype.
4710         (MprAdminUserGetInfo): Add prototype.
4711         (MprAdminUserSetInfo): Add prototype.
4712         * lib/mprapi.def: Add stubs for above functions.
4713
4714 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4715
4716         * lib/directx/quartz.def: Move from here...
4717         * lib/quartz.def: ... to here.
4718
4719 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4720
4721         * include/amaudio.h: New file.
4722         * include/dshow.h: Include <amaudio.h>.
4723
4724 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4725
4726         * include/errors.h: New file.
4727         * include/dshow.h: Include <errors.h>.
4728
4729 2006-05-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4730
4731         * include/dshow.h: New file.
4732         * include/evcode.h: New file.
4733         * include/audevcod.h: New file.
4734         * include/dvdevcod.h: New file.
4735
4736 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4737
4738         * include/mprapi.h (RAS_SERVER_HANDLE): Add typedef.
4739         (MprAdminConnectionClearStats): Add prototype.
4740         (MprAdminConnectionEnum): Add  prototype.
4741         (MprAdminConnectionGetInfo): Add prototype.
4742         (MprAdminConnectionRemoveQuarantine): Add prototype.
4743         (MprAdminPortClearStats): Add prototype.
4744         (MprAdminPortDisconnect): Add prototype.
4745         (MprAdminPortEnum): Add prototype.
4746         (MprAdminPortGetInfo): Add prototype.
4747         (MprAdminPortReset): Add prototype.
4748         * lib/mprapi.def: New file.
4749
4750 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4751
4752         *  include/mprapi.h: #include <lmcons.h>
4753         (MAX_DEVICETYPE_NAME): Add define.
4754         (MAX_PHONE_NUMBER_LEN): Add define.
4755         (ATADDRESSLEN): Add define.
4756         (IPADDRESSLEN): Add define.
4757         (IPXADDRESSLEN): Add define.
4758         (MPR_ENABLE_RAS_ON_DEVICE): Add define.
4759         (MPR_ENABLE_ROUTING_ON_DEVICE): Add define.
4760         (RAS_FLAGS_PPP_CONNECTION): Add define.
4761         (RAS_FLAGS_MESSENGER_PRESENT): Add define.
4762         (RAS_FLAGS_RAS_CONNECTION): Add define.
4763         (RAS_FLAGS_QUARANTINE_PRESENT): Add define.
4764         (RASCCPCA_STAC): Add define.
4765         (RASCCPCA_MPPC): Add define.
4766         (PPP_CCP_COMPRESSION): Add define.
4767         (PPP_CCP_ENCRYPTION40BITOLD): Add define.
4768         (PPP_CCP_ENCRYPTION40BIT): Add define.
4769         (PPP_CCP_ENCRYPTION128BIT): Add define.
4770         (PPP_CCP_ENCRYPTION56BIT): Add define.
4771         (PPP_CCP_HISTORYLESS): Add define.
4772         (RASPRIV_NoCallback): Add define.
4773         (RASPRIV_AdminSetCallback): Add define.
4774         (RASPRIV_CallerSetCallback): Add define.
4775         (RASPRIV_DialinPrivilege): Add define.
4776         (RASPRIV_CallbackType): Add define.
4777         (RASPRIV2_DialinPolicy): Add define.
4778         (PPP_LCP_PAP): Add define.
4779         (PPP_LCP_SPAP): Add define.
4780         (PPP_LCP_CHAP): Add define.
4781         (PPP_LCP_EAP): Add define.
4782         (PPP_LCP_CHAP_MD5): Add define.
4783         (PPP_LCP_CHAP_MS): Add define.
4784         (PPP_LCP_CHAP_MSV2): Add define.
4785         (PPP_LCP_MULTILINK_FRAMING): Add define.
4786         (enum _RAS_HARDWARE_CONDITION): Add.
4787         (enum _RAS_PORT_CONDITION): Add.
4788         (struct _PPP_ATCP_INFO): Add.
4789         (struct _PPP_ATCP_INFO): Add.
4790         (struct _PPP_IPCP_INFO): Add.
4791         (struct _PPP_IPCP_INFO2): Add.
4792         (struct _PPP_IPXCP_INFO): Add.
4793         (struct _PPP_LCP_INFO): Add.
4794         (struct _PPP_NBFCP_INFO): Add.
4795         (struct _PPP_INFO): Add.
4796         (struct _PPP_INFO_2): Add.
4797         (struct _RAS_CONNECTION_0): Add.
4798         (struct RAS_CONNECTION_1): Add.
4799         (struct _RAS_CONNECTION_2): Add.
4800         (struct RAS_PORT_0): Add.
4801         (struct _RAS_PORT_1): Add.
4802         (struct _RAS_USER_0): Add.
4803         (struct _RAS_USER_1): Add.
4804
4805 2006-05-02  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4806
4807         * include/mprapi.h: New file.
4808         * include/routprot.h: New file.
4809         * include/ipxrtdef.h: New file.
4810         * include/ipxconst.h: New file.
4811         * include/stm.h: New file.
4812
4813 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4814
4815         * include/ddk/winddk.h (KAFFINITY): Fix typo.
4816         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4817
4818 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4819
4820         * include/winbase.h (ENUMRESLANGPROC,ENUMRESLANGPROCA,ENUMRESLANGPROCW)
4821         (ENUMRESNAMEPROC,ENUMRESNAMEPROCA,ENUMRESNAMEPROCW)
4822         (ENUMRESTYPEPROC,ENUMRESTYPEPROCA,ENUMRESTYPEPROCW): ANSI and Unicode
4823         versions.
4824         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4825
4826 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4827
4828         * include/ntsecapi.h (POLICY_DNS_DOMAIN_INFO): Fix typo.
4829         Thanks to:    Oliver Stoeneberg <kidkat at sf dot net>
4830
4831 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4832
4833         * include/wingdi.h (BITMAPV5HEADER): New structure definition.
4834
4835 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4836
4837         * include/basetyps.h (REFFMTID): Define properly.
4838
4839 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4840
4841         * include/winnt.h (WT_SET_MAX_THREADPOOL_THREADS): Define.
4842         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4843
4844 2006-04-28  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4845
4846         * include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_OTHER,IF_TYPE_REGULAR_1822)
4847         (IF_TYPE_HDH_1822,IF_TYPE_DDN_X25,IF_TYPE_RFC877_X25)
4848         (IF_TYPE_ETHERNET_CSMACD,IF_TYPE_IS088023_CSMACD)
4849         (IF_TYPE_ISO88024_TOKENBUS,IF_TYPE_ISO88025_TOKENRING)
4850         (IF_TYPE_ISO88026_MAN,IF_TYPE_STARLAN,IF_TYPE_PROTEON_10MBIT)
4851         (IF_TYPE_PROTEON_80MBIT,IF_TYPE_HYPERCHANNEL,IF_TYPE_FDDI)
4852         (IF_TYPE_LAP_B,IF_TYPE_SDLC,IF_TYPE_DS1,IF_TYPE_E1,IF_TYPE_BASIC_ISDN)
4853         (IF_TYPE_PRIMARY_ISDN,IF_TYPE_PROP_POINT2POINT_SERIAL,IF_TYPE_PPP)
4854         (IF_TYPE_SOFTWARE_LOOPBACK,IF_TYPE_EON,IF_TYPE_ETHERNET_3MBIT)
4855         (IF_TYPE_NSIP,IF_TYPE_SLIP,IF_TYPE_ULTRA,IF_TYPE_DS3,IF_TYPE_SIP)
4856         (IF_TYPE_FRAMERELAY,IF_TYPE_RS232,IF_TYPE_PARA,IF_TYPE_ARCNET)
4857         (IF_TYPE_ARCNET_PLUS,IF_TYPE_ATM,IF_TYPE_MIO_X25,IF_TYPE_SONET)
4858         (IF_TYPE_X25_PLE,IF_TYPE_ISO88022_LLC,IF_TYPE_LOCALTALK)
4859         (IF_TYPE_SMDS_DXI,IF_TYPE_FRAMERELAY_SERVICE,IF_TYPE_V35,IF_TYPE_HSSI)
4860         (IF_TYPE_HIPPI,IF_TYPE_MODEM,IF_TYPE_AAL5,IF_TYPE_SONET_PATH)
4861         (IF_TYPE_SONET_VT,IF_TYPE_SMDS_ICIP,IF_TYPE_PROP_VIRTUAL)
4862         (IF_TYPE_PROP_MULTIPLEXOR,IF_TYPE_IEEE80212,IF_TYPE_FIBRECHANNEL)
4863         (IF_TYPE_HIPPIINTERFACE,IF_TYPE_FRAMERELAY_INTERCONNECT)
4864         (IF_TYPE_AFLANE_8023,IF_TYPE_AFLANE_8025,IF_TYPE_CCTEMUL)
4865         (IF_TYPE_FASTETHER,IF_TYPE_ISDN,IF_TYPE_V11,IF_TYPE_V36)
4866         (IF_TYPE_G703_64K,IF_TYPE_G703_2MB,IF_TYPE_QLLC,IF_TYPE_FASTETHER_FX)
4867         (IF_TYPE_CHANNEL,IF_TYPE_IEEE80211,,IF_TYPE_IBM370PARCHAN)
4868         (IF_TYPE_ESCON,IF_TYPE_DLSW,IF_TYPE_ISDN_S,IF_TYPE_ISDN_U)
4869         (IF_TYPE_LAP_D,IF_TYPE_IPSWITCH,IF_TYPE_RSRB,IF_TYPE_ATM_LOGICAL)
4870         (IF_TYPE_DS0,IF_TYPE_DS0_BUNDLE,IF_TYPE_BSC,IF_TYPE_ASYNC,IF_TYPE_CNR)
4871         (IF_TYPE_ISO88025R_DTR,IF_TYPE_EPLRS,IF_TYPE_ARAP,IF_TYPE_PROP_CNLS)
4872         (IF_TYPE_HOSTPAD,IF_TYPE_TERMPAD,IF_TYPE_FRAMERELAY_MPI,IF_TYPE_X213)
4873         (IF_TYPE_ADSL,IF_TYPE_RADSL,IF_TYPE_SDSL,IF_TYPE_VDSL)
4874         (IF_TYPE_ISO88025_CRFPRINT,IF_TYPE_MYRINET,IF_TYPE_VOICE_EM)
4875         (IF_TYPE_VOICE_FXO,IF_TYPE_VOICE_FXS,IF_TYPE_VOICE_ENCAP)
4876         (IF_TYPE_VOICE_OVERIP,IF_TYPE_ATM_DXI,IF_TYPE_ATM_FUNI,IF_TYPE_ATM_IMA)
4877         (IF_TYPE_PPPMULTILINKBUNDLE,IF_TYPE_IPOVER_CDLC,IF_TYPE_IPOVER_CLAW)
4878         (IF_TYPE_STACKTOSTACK,IF_TYPE_VIRTUALIPADDRESS,IF_TYPE_MPC
4879         (IF_TYPE_IPOVER_ATM,IF_TYPE_ISO88025_FIBER,IF_TYPE_TDLC
4880         (IF_TYPE_GIGABITETHERNET,IF_TYPE_HDLC,IF_TYPE_LAP_F,IF_TYPE_V37)
4881         (IF_TYPE_X25_MLP,IF_TYPE_X25_HUNTGROUP,IF_TYPE_TRANSPHDLC)
4882         (IF_TYPE_INTERLEAVE,IF_TYPE_FAST,IF_TYPE_IP,IF_TYPE_DOCSCABLE_MACLAYER)
4883         (IF_TYPE_DOCSCABLE_DOWNSTREAM,IF_TYPE_DOCSCABLE_UPSTREAM)
4884         (IF_TYPE_A12MPPSWITCH,IF_TYPE_TUNNEL,IF_TYPE_COFFEE,IF_TYPE_CES)
4885         (IF_TYPE_ATM_SUBINTERFACE,IF_TYPE_L2_VLAN,IF_TYPE_L3_IPVLAN)
4886         (IF_TYPE_L3_IPXVLAN,IF_TYPE_DIGITALPOWERLINE,IF_TYPE_MEDIAMAILOVERIP)
4887         (IF_TYPE_DTM,IF_TYPE_DCN,IF_TYPE_IPFORWARD,IF_TYPE_MSDSL)
4888         (IF_TYPE_IEEE1394,IF_TYPE_RECEIVE_ONLY,MAX_IF_TYPE,IF_ACCESS_LOOPBACK)
4889         (IF_ACCESS_BROADCAST,IF_ACCESS_POINTTOPOINT)
4890         (IF_ACCESS_POINTTOMULTIPOINT,IF_CHECK_NONE,IF_CHECK_MCAST)
4891         (IF_CHECK_SEND,IF_CONNECTION_DEDICATED,IF_CONNECTION_PASSIVE)
4892         (IF_CONNECTION_DEMAND,IF_ADMIN_STATUS_UP,IF_ADMIN_STATUS_DOWN)
4893         (IF_ADMIN_STATUS_TESTING,IF_OPER_STATUS_NON_OPERATIONAL)
4894         (IF_OPER_STATUS_UNREACHABLE,IF_OPER_STATUS_DISCONNECTED)
4895         (IF_OPER_STATUS_CONNECTING,IF_OPER_STATUS_CONNECTED)
4896         (IF_OPER_STATUS_OPERATIONAL): Define.
4897         * include/winbase.h (CancelWaitableTimer,UnregisterWait):
4898         Add function declaration.
4899         * include/mgm.h: New file.
4900         * lib/rtm.def: New file.
4901         Thanks to:    Bruce M Simpson <bms_spc at sf dot net>
4902
4903 2006-04-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4904
4905         * include/ws2tcpip.h (gai_strerror): Remove thread-safety comment.
4906         This function cannot be made thread-safe, the API would have to be
4907         changed for that, just like strerror() -> strerror_r() and similar
4908         ISO C or POSIX functions...
4909
4910 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4911
4912         * include/edevdefs.h: New file.
4913
4914 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4915
4916         * include/mmsystem.h (_LPCWAVEFORMATEX_DEFINED): Define.
4917         Use as guard for the WAVEFORMATEX structure instead of
4918         _WAVEFORMATEX_ to avoid clashes with DirectSound. Keep
4919         _WAVEFORMATEX_ for compatibility.
4920         Thanks to:    Andrew Jones <guln at sf dot net>
4921
4922 2006-04-19  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
4923
4924         * include/winuser.h (CharNextEx,CharNextExW,CharPrevEx,CharPrevExW):
4925         Delete. Only CharNextExA and CharPrevExA are documented in MSDN.
4926         Thanks to:    David Golub <david_golub at sf dot net>
4927
4928 2006-04-18  Eric House  <ehouse@eehouse.org>
4929
4930         PocketPC support.
4931         * include/aygshell.h: New file [_WIN32_WCE]. Declare most common
4932         functions for using aygshell on PocketPC:
4933         SHCreateMenuBar, SHFindMenuBar, SHCreateNewItem, SHFullScreen,
4934         SHSipInfo, SHHandleWMActivate, SHHandleWMSettingChange
4935
4936         * include/commctrl.h [_WIN32_WCE] Add function prototypes for
4937         command bar API on PocketPC:
4938         CommandBar_Create, CommandBar_Show, CommandBar_AddBitmap,
4939         CommandBar_InsertComboBox, CommandBar_InsertMenubar,
4940         CommandBar_InsertMenubarEx, CommandBar_DrawMenuBar,
4941         CommandBar_GetMenu, CommandBar_AddAdornments, CommandBar_Height,
4942         CommandBar_InsertButton, CommandBar_Destroy.
4943
4944         * include/winbase.h [_WIN32_WCE] (WIN32_FIND_DATA{A|W}): Remove
4945         fields not present on PocketPC.
4946         (GetCurrentThreadId): Conditionally declare as extern function
4947         without dllimport attribute on PocketPC.
4948         (ResetEvent): Likwise.
4949         (SetEvent): Likewise.
4950
4951         * include/wingdi.h [_WIN32_WCE]  (GetTextExtentPoint32{A|W}):
4952         Conditionally declare as extern function without dllimport
4953          attribute on PocketPC.
4954         * winuser.h  [_WIN32_WCE] (DialogBoxParam{A|W}): Conditionally
4955         declare as extern function without dllimport attribute on PocketPC.
4956
4957 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4958
4959         * lib/test.c: Include icm.h.
4960
4961 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4962
4963         * include/wingdi.h (ColorCorrectPalette): Add declaration.
4964         (CreateColorSpace): Add UNICODE mappings.
4965         * lib/gdi32.def (ColorCorrectPalette): Add stub.
4966         * include/icm.h: New file.
4967         * lib/mscms.def: New file.
4968         * lib/icmui.def: New file.
4969
4970 2006-04-18  Thorsten Dahlheimer  <dahlheim@users.sf.net>
4971
4972         * include/winnt.h (IMAGE_FILE_MACHINE_IA64): New define.
4973         (IMAGE_FILE_MACHINE_AMD64): New define.
4974         (IMAGE_NT_OPTIONAL_HDR32_MAGIC,IMAGE_NT_OPTIONAL_HDR64_MAGIC):
4975         New defines.
4976         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Map to one of the above.
4977         (IMAGE_SUBSYSTEM_NATIVE_WINDOWS): New define.
4978         (IMAGE_SUBSYSTEM_WINDOWS_CE_GUI): New define.
4979         (IMAGE_DLLCHARACTERISTICS_WDM_DRIVER): New define.
4980         (IMAGE_DIRECTORY_ENTRY_ARCHITECTURE,IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT)
4981         (IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR): New defines.
4982         (IMAGE_SCN_TYPE_REG,IMAGE_SCN_TYPE_DSECT,IMAGE_SCN_TYPE_NOLOAD)
4983         (IMAGE_SCN_TYPE_GROUP,IMAGE_SCN_TYPE_COPY,IMAGE_SCN_TYPE_OVER):
4984         New defines.
4985         (IMAGE_SCN_ALIGN_128BYTES,IMAGE_SCN_ALIGN_256BYTES)
4986         (IMAGE_SCN_ALIGN_512BYTES,IMAGE_SCN_ALIGN_1024BYTES)
4987         (IMAGE_SCN_ALIGN_2048BYTES,IMAGE_SCN_ALIGN_4096BYTES)
4988         (IMAGE_SCN_ALIGN_8192BYTES): New defines.
4989         (IMAGE_DEBUG_TYPE_BORLAND): New define.
4990         (IMAGE_OPTIONAL_HEADER32,PIMAGE_OPTIONAL_HEADER32)
4991         (IMAGE_OPTIONAL_HEADER64,PIMAGE_OPTIONAL_HEADER64): New structure
4992         definitions and typedefs.
4993         (IMAGE_OPTIONAL_HEADER,PIMAGE_OPTIONAL_HEADER): Map to the above.
4994         (IMAGE_NT_HEADERS32,PIMAGE_NT_HEADERS32,IMAGE_NT_HEADERS64)
4995         (PIMAGE_NT_HEADERS64): New structure definitions and typedefs.
4996         (IMAGE_NT_HEADERS,PIMAGE_NT_HEADERS): Map to the above.
4997         (IMAGE_LOAD_CONFIG_DIRECTORY64,PIMAGE_LOAD_CONFIG_DIRECTORY64):
4998         New structure definition and typedefs.
4999         (IMAGE_CE_RUNTIME_FUNCTION_ENTRY,PIMAGE_CE_RUNTIME_FUNCTION_ENTRY):
5000         Likewise.
5001         (IMAGE_FUNCTION_ENTRY64,PIMAGE_FUNCTION_ENTRY64): Likewise.
5002
5003 2006-04-18  Bart Oldeman  <bartoldeman@users.sf.net>
5004
5005         * lib/test.c: Fix typo in #inlcude.
5006         * include/aclui.h: INTERFACE should not remain
5007         defined at the end of the header.
5008         * include/servprov.h: Ditto.
5009
5010 2006-04-16  Danny Smith  <dannysmith@users.sourceforge.net>
5011
5012         * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
5013
5014 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5015
5016         * include/ws2tcpip.h (gai_strerrorA,gai_strerrorW): Implement inline.
5017
5018 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5019
5020         * include/wsahelp.h (system_header): Add pragma.
5021         * include/ws2spi.h (system_header): Add pragma.
5022         * include/rasdlg.h (system_header): Add pragma.
5023         * include/rasdlg.h (_RASDLG_H): Define.
5024         Define instead of _RASDLG_H_, this is the w32api standard.
5025         * include/mlang.h (_MLANG_H): Define.
5026         Define instead of _MLANG_H_, this is the w32api standard.
5027         * include/setupapi.h (_SETUPAPI_H): Define.
5028         Define instead of _SETUPAPI_H_, this is the w32api standard.
5029
5030 2006-04-14  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5031
5032         * include/rpcndr.h (boolean): Add typedef.
5033         Thanks to:    James du Russel <ephelon at users dot sf dot net>
5034         * include/rpcndr.h (_RPCNDR_H): Define.
5035         Define in addition to __RPCNDR_H__, this is the w32api standard.
5036
5037 2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5038
5039         * include/w32api.h: Increment version to 3.7.
5040         * Makefile.in: Ditto.
5041
5042 2006-04-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5043
5044         * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
5045         GET_MODULE_HANDLE_EX_FLAG_PIN,
5046         GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT): Define.
5047         Thanks to:    Brandon Sneed <brandon at redf dot net>
5048
5049 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
5050
5051         * include/secext.h: Enclose function declarations in extern "C"
5052         if __cplusplus.
5053
5054 2006-04-11  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5055
5056         * include/comcat.h: INTERFACE should not remain defined
5057         at the end of the header.
5058         * include/docobj.h: Ditto.
5059         * include/exdisp.h: Ditto.
5060         * include/intshcut.h: Ditto.
5061         * include/mlang.h: Ditto.
5062         * include/mshtml.h: Ditto.
5063         * include/oaidl.h: Ditto.
5064         * include/objidl.h: Ditto.
5065         * include/objsafe.h: Ditto.
5066         * include/ocidl.h: Ditto.
5067         * include/oleacc.h: Ditto.
5068         * include/oledlg.h: Ditto.
5069         * include/oleidl.h: Ditto.
5070         * include/richole.h: Ditto.
5071         * include/shldisp.h: Ditto.
5072         * include/shlobj.h: Ditto.
5073         * include/unknwn.h: Ditto.
5074         * include/vfw.h: Ditto.
5075         Thanks to:    Brandon Sneed <brandon at redf dot net>
5076
5077 2006-04-11  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5078
5079         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (PD_CURRENTPAGE)
5080         (PD_NOCURRENTPAGE,PD_EXCLUSIONFLAGS,PD_USELARGETEMPLATE): Define.
5081         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
5082
5083 2006-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
5084
5085         * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
5086         here also.
5087
5088 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5089
5090         * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
5091         We should probably remove PROV_MS_MAIL but I'm keeping it for
5092         now for compatibility reasons.
5093         Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
5094
5095 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5096
5097         * include/commdlg.h [_WIN32_WINNT >= 0x0500] (START_PAGE_GENERAL)
5098         (PD_RESULT_PRINT,PD_RESULT_APPLY): Define.
5099         Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>
5100
5101 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5102
5103         * include/wingdi.h [WINVER >= 0x0410]
5104         (AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
5105         Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>
5106
5107 2006-04-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5108
5109         * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
5110         * include/commctrl.h (WC_LINKA,WC_LINKW,LIF_ITEMINDEX,LIF_STATE)
5111         (LIF_ITEMID,LIF_URL,LIS_FOCUSED,LIS_ENABLED,LIS_VISITED,LM_HITTEST)
5112         (LM_GETIDEALHEIGHT,LM_SETITEM,LM_GETITEM,MAX_LINKID_TEXT)
5113         (L_MAX_URL_LENGTH): Define.
5114         (LITEM,LHITTESTINFO,NMLINK): Add structures.
5115         Thanks to:    Brandon Sneed <brandon at redf dot net>
5116
5117 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5118
5119         * include/w32api.h (IE601,IE602,IE7): Define for recent versions of IE.
5120
5121 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5122
5123         * include/w32api.h (_W32API_H): Define.
5124         Define in addition to _W32API_H_, this is the w32api standard.
5125
5126 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5127
5128         * include/w32api.h (WindowsVista): Define.
5129
5130 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5131
5132         * include/iptypes.h (IP_ADAPTER_*): Define parts that depend
5133         on SOCKET_ADDRESS only if winsock2.h has already been included.
5134
5135 2006-04-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5136
5137         * include/winuser.h (WM_IME_*): Remove. Defined in imm.h.
5138
5139 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5140
5141         * include/iphlpapi.h (GAA_FLAG_*): Define.
5142         (GetAdaptersAddresses): Add function declaration.
5143         * lib/iphlpapi.def (GetAdaptersAddresses): Add function stub.
5144         Thanks to:    ross <rossboulet at users dot sf dot net>
5145
5146 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5147
5148         * include/iptypes.h (IP_INTERFACE_NAME_INFO,
5149         IP_ADAPTER_ANYCAST_ADDRESS,IP_ADAPTER_MULTICAST_ADDRESS,
5150         IP_ADAPTER_UNICAST_ADDRESS,IP_ADAPTER_DNS_SERVER_ADDRESS,
5151         IP_ADAPTER_PREFIX,IP_ADAPTER_ADDRESSES): Add structures.
5152         (IF_OPER_STATUS,IP_DAD_STATE,IP_PREFIX_ORIGIN,IP_SUFFIX_ORIGIN,
5153         SCOPE_LEVEL): Add enums.
5154         (IP_ADAPTER_*): Define.
5155
5156 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5157
5158         * include/winuser.h (GetWindowExtEx): Removed, belongs to wingdi.h.
5159         Thanks to:    Sergey Philippov <phis at users dot sf dot net>
5160
5161 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5162
5163         * include/objidl.h (PIDSI_*): Define.
5164         (PRSPEC_*): Define.
5165         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
5166
5167 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5168
5169         * include/winbase.h (LOGON32_PROVIDER_WINNT40,
5170         LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
5171         LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
5172         LOGON32_LOGON_NEW_CREDENTIALS): Define.
5173         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
5174
5175 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5176
5177         * include/mq.h: New file.
5178         * lib/mqrt.def (MQ*): Define a few missing functions.
5179
5180 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5181
5182         * lib/mqrt.def: New file.
5183         Needs the mq.h file to work properly, working on it.
5184         Thanks to:    Pascal Obry <pobry at users dot sf dot net>
5185
5186 2006-04-05  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5187
5188         * include/winerror.h (STG_E_*):  Define.
5189         Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
5190         * include/winerror.h (STG_S_*): Define.
5191         (CO_S_MACHINENAMENOTFOUND): Define.
5192         (RPC_E_*): Define.
5193         (NTE_*): Define.
5194
5195 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5196
5197         * include/commctrl.h (ListView_*):  Define and correct.
5198         (LVM_*): Define.
5199
5200 2006-04-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5201
5202         * include/winuser.h (WM_IME_*): Define (DWORD type).
5203         (EM_*IMESTATUS): Define.
5204         (WM_*): Define.
5205         (XBUTTON*): Define.
5206         Thanks to:    Steve Folly <spfolly at users dot sf dot net>
5207
5208 2006-03-31  Danny Smith  <dannysmith@users.sourceforge.net>
5209
5210         * include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
5211         Thanks to: Rene Rivera  <grafik at users dot sf dot net>
5212
5213 2006-03-29  Christopher Faylor  <cgf@timesys.com>
5214
5215         * include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper
5216         version conditional.
5217
5218 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5219
5220         * include/winspool.h (JOB_INFO_3): Add structure.
5221         (PROVIDOR_INFO_*{AW}): Add structure.
5222         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5223         (PRINTER_ENUM_VALUES{AW}): Add structure.
5224         (PRINTPROCESSOR_CAPS): Add structure.
5225
5226 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5227
5228         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5229         (PRINTER_INFO_7A): Correct definition.
5230
5231 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5232
5233         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5234         (DRIVER_INFO_*{AW}): Add structure.
5235         (PRINTER_INFO_*{AW}): Add structure.
5236         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5237
5238 2006-03-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5239
5240         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5241         (DRIVER_*MODE): Define (DWORD type).
5242         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5243
5244 2006-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
5245
5246         * include/wincon.h (GetConsoleProcessList): Declare.
5247
5248 2006-03-27  Hansres Engel  <engel@node.ch>
5249
5250         * include/mlang.h: New file.
5251
5252 2006-03-26  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5253
5254         * include/winbase.h (SetProcessWorkingSetSize): Corrected define.
5255
5256 2006-03-26  Hansres Engel  <engel@node.ch>
5257
5258          Add Uniscribe API for typography and for complex scripts.
5259         * include/usp10.h: New file.
5260         * lib/usp10.def: New file.
5261
5262         * include/winver.h:  Change first argument of GetFileVersionInfo[...] to const.
5263
5264         * include/imm.h (IMECHARPOSITION): Add structure.
5265         (RECONVERTSTRING): Likwise.
5266
5267         * include/commdlg.h (OPENFILENAME_SIZE_VERSION_400): Define.
5268
5269         * lib/uuid.c (CMultiLanguage): Add UUID definition.
5270         (IMLangFontLink2): Likewise.
5271         (IMultiLanguage): Likewise.
5272
5273 2006-03-18  Julien Lecomte  <julienlecomte@users.sourceforge.net>
5274
5275         * include/wincon.h  (ENABLE_*): Add more defines.
5276
5277 2006-03-18  Jan Nijtmans  <nijtmans@users.sourceforge.net>
5278
5279         * include/winnt.h (INHERITED_ACE): Define.
5280         (VALID_INHERIT_FLAGS): Correct definition.
5281
5282 2006-03-18  Peter Ã…strand  <astrand@cendio.se>
5283
5284          * lib/wtsapi32.def: New file.
5285
5286 2006-03-15  Christopher Faylor  <cgf@timesys.com>
5287
5288         * include/winbase.h (STATUS_DLL_INIT_FAILED): New define.
5289         (STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
5290
5291 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5292
5293         * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).
5294         (FORM_USER,FORM_PRINTER): Define (DWORD type).
5295         * include/winspool.h [_WIN32_WINNT >= 0x0500]
5296         (DSPRINT_*): Define (DWORD type).
5297         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5298
5299 2006-03-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5300
5301         * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.
5302         Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>
5303
5304 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5305
5306         * include/shellapi.h [_WIN32_IE >= 0x0600]
5307         (SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on
5308         Windows XP SP1 and Windows XP respectively.
5309
5310 2006-03-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5311
5312         * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.
5313         Thanks to:  Daniel Atallah <datallah at users dot sf dot net>
5314         * include/shellapi.h [_WIN32_IE >= 0x0500]
5315         (NIS_*): Introduced in Version 5.0.
5316
5317 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
5318
5319         * include/wingdi.h (CS_*): Correct WINVER guard on
5320         Image Color Matching colour definitions.
5321
5322 2006-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
5323
5324         * include/shlobj.h (SFGAO_ISSLOW): Define.
5325         (SFGAO_DISPLAYATTRMASK): Define in terms of preceding display
5326         attribute constants.
5327
5328 2006-03-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5329
5330         * include/wingdi.h [WINVER >= 0x0500]
5331         (GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later.
5332         Thanks to: David A. Capello <dacap at users dot sf dot net>
5333
5334 2006-03-05  Paul J. Lucas  <pauljlucas@users.sourceforge.net>
5335
5336         * include/wininet.h (INTERNET_CONNECTED_INFO): Define structure.
5337         (INTERNET_STATE_*): Define flags.
5338         (INTERNET_OPTION_CONNECTED_STATE): Define constant.
5339
5340 2006-03-05  Chris Wilson  <chris+mingw@qwirx.com>
5341
5342         * include/sddl.h: New file.
5343
5344 2006-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
5345
5346         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
5347         last change.
5348         Remove file level #pragma pack(push,4)/#pragma pop.
5349
5350 2006-02-19  Corinna Vinschen  <corinna@vinschen.de>
5351
5352         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
5353         value to force correct alignment.
5354
5355 2006-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
5356
5357         * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
5358         Thanks to: Sebastian Pipping <hartwork at users dot sf dot net>
5359         (PNM_CACHEHINT): Add backward compatibilty define.
5360         (LPNM_CACHEHINT): Likewise.
5361
5362 2006-02-06  Danny Smith  <dannysmith@users.sourceforge.net>
5363
5364         * include/shlobj.h (PathResolve): Fix typo in _WIN32_WINNT guard.
5365
5366 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5367
5368         * include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS,
5369         PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Define.
5370         * lib/shell32.def (PathResolve): Define.
5371
5372 2006-02-06  Christopher Faylor  <cgf@timesys.com>
5373
5374         * include/shlobj.h (PathResolve): Fix typo.
5375
5376 2006-02-06  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5377
5378         * include/shlobj.h (PathResolve): Define.
5379         (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF,
5380         PRF_DONTFINDLNK): Ditto.
5381         * lib/shell32.def (PathResolve): Define.
5382
5383 2006-02-04  Ron Lee  <ronl@users.sourceforge.net>
5384
5385         * include/winnls.h: Remove stray end ';' from preprocessor defines.
5386
5387 2006-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
5388
5389         * lib/iphlpapi.def: (NotifyAddrChange@8): Define.
5390         Reported by: Daniel Atallah  <datallah at users dot sf dot net>
5391         (NotifyRouteChange@8): Define.
5392
5393 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5394
5395         * include/winsock2.h (WINSOCK_API_LINKAGE): Define.  Add to
5396         prototypes.
5397
5398 2006-01-29  Danny Smith  <dannysmith@users.sourceforge.net>
5399
5400         * include/winnt.h (FORCEINLINE): Define.
5401
5402 2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5403
5404         * include/winnt.h (DECLSPEC_SELECTANY): Define.
5405
5406 2006-01-26  Filip Navara  <xnavara@volny.cz>
5407
5408         * include/winnt.h (DECLSPEC_ALIGN): Define.
5409
5410 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5411
5412         * include/commctrl.h: Correct spelling of 'compatibility' in
5413         comments.
5414         * include/setupapi.h: Likewise.
5415         * include/ws2tcpip.h: Likewise.
5416
5417 2006-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
5418
5419         * include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel.
5420
5421 2006-01-24  Jiri Malak  <Jiri.Malak@iol.cz>
5422
5423         WATCOM compatibility changes.
5424         * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec,
5425         rather than __attribute__.
5426         (DECL_EXPORT): Likewise.
5427         * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__.
5428         (DDKFASTAPI): Likewise.
5429         (DDKCDECLAPI): Likwise.
5430         (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
5431
5432 2006-01-23  Brandon Sneed  <brandon@redf.net>
5433
5434         * setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h
5435         to exports.
5436
5437 2006-01-17  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5438
5439         * include/w32api.h: Increment version to 3.6.
5440         * Makefile.in: Ditto.
5441
5442 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5443
5444         * include/wincrypt.h (WINADVAPI): Add to prototypes of
5445         advapi32.dll functions.
5446
5447 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5448
5449         * include/winsock2.h (struct sockaddr_storage):  Use RFC 2553
5450         names for padding size constants.
5451
5452 2006-01-12  Danny Smith  <dannysmith@users.sourceforge.net>
5453
5454         * include/aclapi.h (WINADVAPI): Add to prototypes.
5455         * include/winreg.h (WINADVAPI): Likewise.
5456         * include/winsvc.h (WINADVAPI): Likewise.
5457
5458 2006-01-05  Michael Gerdau  <mgd@technosis.de>
5459
5460         * include/winbase.h (WINADVAPI): Define.
5461
5462 2006-01-03  Christopher Faylor  <cgf@timesys.com>
5463
5464         * include/winuser.h (CreateWindowStation): Correctly identify first
5465         argument as constant.
5466         (CreateWindowStation@): Ditto.
5467
5468 2006-01-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5469
5470         * include/uxtheme.h [_WIN32_WINNT >= 0x0501]
5471         (TMT_*, BT_*): Add constants.
5472
5473 2005-12-31  Corinna Vinschen  <corinna@vinschen.de>
5474
5475         * include/winsock2.h: Don't define struct sockaddr_storage when
5476         building Cygwin.
5477
5478 2005-12-22  Danny Smith  <dannysmith@users.sourceforge.net>
5479
5480         * lib/ws2_32.c: New file, defining IPv6 constants.
5481         * lib/Makefile.in (SOURCES): Add ws2_32.c
5482         (EXTRA_OBJS): Add ws2_32.o.
5483
5484 2005-12-21  Michael Jung  <mjung@iss.tu-darmstadt.de>
5485
5486         * lib/user32.def (PrivateExtractIconsA@32,
5487         PrivateExtractIconsW@32): Define.
5488         * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
5489
5490 2005-12-12  Christopher Faylor  <cgf@timesys.com>
5491
5492         * include/winuser.h (WINSTA_ALL_ACCESS): Define.
5493
5494 2005-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
5495
5496         * lib/kernel32.def (CreateFiberEx): Correct suffix.
5497
5498 2005-12-09  Huw Davies  <hdavies@users.sourceforge.net>
5499             Danny Smith <dannysmith@users.sourceforge.net>
5500
5501         * lib/msxml-uuid.c: New file to generate UUIDs for
5502         MSXML interfaces.
5503         * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o.
5504
5505 2005-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5506
5507         * include/winbase.h (GetDevicePowerState): Add prototype.
5508         * lib/kernel32.def (GetDevicePowerState): Correct suffix.
5509
5510 2005-12-07  Brian Gunlogson  <gmb300@users.sourceforge.net>
5511
5512         * include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64.
5513         Define as macro if !_WIN64.
5514         (SetClassLongPtr{AW}): Likewise.
5515         (GCLP_*): Add GetClassLongPtr defines.
5516         * lib/user32.def (GetClassLongPtr{AW}): Remove stubs.
5517         (SetClassLongPtr{AW}): Likewise.
5518
5519 2005-11-18  Brian Gunlogson  <gmb300@users.sourceforge.net>
5520
5521         * include/winuser.h (GetClassLongPtr{AW}): Add prototypes.
5522         (SetClassLongPtr{AW}): Likewise.
5523         (GCLP_*): Add GetClassLongPtr defines.
5524         * lib/user32.def (GetClassLongPtr{AW}): Add stubs.
5525         (SetClassLongPtr{AW}): Likewise.
5526
5527 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5528
5529         * include/commdlg.h (OPENFILENAMEW): Add members for
5530         _WIN32_WINNT >= 0x0500.
5531         Thanks to Ricardo Dalcorsso Fodra.
5532         (OPENFILENAMEA): Modify whitespace. Ansify comment.
5533
5534 2005-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
5535
5536         * include/wingdi.h (GetICMProfileA): Correct prototype.
5537         (GetICMProfileW): Likewise.
5538         Thanks to: Paul J Lucas
5539
5540 2005-11-04  Michael Jung  <mjung@iss.tu-darmstadt.de>
5541
5542         * lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
5543
5544 2005-11-03  Danny Smith  <dannysmith@users.sourceforge.net>
5545
5546         * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,
5547         CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx,
5548         CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs.
5549         Thanks to: F Richter  <res2002 at users dot sourceforge dot net>
5550
5551 2005-10-29  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5552
5553         * include/objbase.h: Fix typo.
5554         * include/w32api.h: Increment version to 3.5.
5555         * Makefile.in: Ditto.
5556
5557 2005-10-27  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5558
5559         * include/w32api.h: Increment version to 3.4.
5560         * Makefile.in: Ditto.
5561
5562 2005-10-12  Danny Smith  <dannysmith@users.sourceforge.net>
5563
5564         * include/winbase.h (GetProcessId): Remove duplicate declaration.
5565         Use _WIN32_WINNT >= 0x0501 guard.
5566
5567 2005-10-11  Christopher Faylor  <cgf@timesys.com>
5568
5569         * include/winbase.h (GetProcessId): Declare.
5570
5571 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5572
5573         * lib/ddk/newdev.def: Added.
5574         Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
5575
5576 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5577
5578         * include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500
5579         component.
5580         Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
5581
5582 2005-09-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5583
5584         * lib/shell32.def (SHILCreateFromPath): Add stub.
5585         Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
5586
5587 2005-09-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5588
5589         * include/winbase.h (RegisterWaitForSingleObject,
5590         RegisterWaitForSingleObjectEx): Define.
5591         * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define.
5592         (RegisterWaitForSingleObject@16): Changed to
5593         RegisterWaitForSingleObject@24.
5594         Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
5595
5596 2005-09-19  Danny Smith  <dannysmith@users.sourceforge.net>
5597
5598         * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.
5599         Thanks to: Gisle Vanem  <giva at bgnett dot no>
5600
5601 2005-09-08  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
5602
5603         * include/reason.h [_WIN32_WINNT >= 0x0501]
5604         (SHTDN_REASON_*): New file.
5605         * include/objbase.h: Avoid double header guard.
5606
5607 2005-08-17  Michael Jung  <mjung@iss.tu-darmstadt.de>
5608
5609         * lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel,
5610         CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces,
5611         CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
5612
5613 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5614
5615         * include/shlobj.h (IContextMenu3): Define.
5616         * include/shlguid.h (IID_IContextMenu3): Declare.
5617         * lib/shell32.c (IID_IContextMenu3): Define.
5618
5619 2005-08-17  Martin Fuchs  <martin-fuchs@gmx.net>
5620
5621         * include/shlobj.h (SHFormatDrive): Declaration of function
5622         and associated constants.
5623
5624 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5625
5626         * include/ddk/hidsdi.h:  New file.
5627         * lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for
5628         functions declared in hidsdi.h.
5629         Thanks to:  Alex J Lennon  <ajlennon at organixconsulting dot com>
5630
5631 2005-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
5632
5633         * lib/imm32.def (ImmDisableIME): Add stub.
5634         Thanks to: "kidmin"  <kidmin at users dot sourceforge dot net>
5635
5636 2005-08-10  Chris Sutcliffe  <ir0nh34d@users.sf.net>
5637
5638         * include/w32api.h: Increment version to 3.3.
5639         * Makefile.in: Ditto.
5640
5641 2005-07-28  Earnie Boyd  <earnie@users.sf.net>
5642
5643         * include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN):
5644         Correct their values.
5645         Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
5646
5647 2005-07-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5648
5649         * include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
5650
5651 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5652
5653         * include/wingdi.h (TT_PRIM_CSPLINE): Define.
5654         Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
5655
5656 2005-07-20  Danny Smith  <dannysmith@users.sourceforge.net>
5657
5658         * include/richedit.h (SETTEXTEX): Define structure and
5659         associated constants.
5660         (GT_SELECTION): Define GETTEXTEX flag constant.
5661
5662 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5663
5664         * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
5665
5666 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5667
5668         * include/wingdi.h (WINGDIAPI): Define to DECLSPEC_DLLIMPORT
5669         if __W32API_USE_DLLIMPORT__.   Use throughout to qualify
5670         prototypes.
5671
5672 2005-07-19  Danny Smith  <dannysmith@users.sourceforge.net>
5673
5674         * include/commctrl.h (RBBS_USECHEVRON): Define.
5675         (RBBS_*): Use hex notation, group together.
5676
5677 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5678
5679         * lib/kernel32.def (GetUserGeoID): Correct suffix.
5680         Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
5681
5682 2005-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
5683
5684         * include/commctrl.h (TreeView_SetItemState): Initilise
5685         _tvi.hItem.
5686         Thanks to:  Joseph Remes <jremes at users dot sourceforge dot net>
5687
5688 2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>
5689
5690         * include/commctrl.h (NMLVFINDITEM): Add structure.
5691
5692 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5693
5694         * include/wininet.h (WININET_API_FLAG_*): Add defines.
5695
5696 2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>
5697
5698         * include/winnt.h (VER_SET_CONDITION): Define.
5699
5700 2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>
5701
5702         * include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard.
5703         (ATTACH_PARENT_PROCESS): Define.
5704         (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN
5705         documentation.
5706
5707 2005-07-17  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5708
5709         * include/winbase.h (QueueUserWorkItem): Add prototype.
5710
5711 2005-07-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5712
5713         * include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA,
5714         SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI,
5715         COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP,
5716         CM_CMYK_COLOR): Define.
5717
5718 2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
5719
5720         * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
5721         ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
5722         Thanks to: Christian  <chhd at users dot sf dot net>
5723
5724 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5725
5726         * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
5727         field.
5728         Thanks to: Saulius Menkevicius  <bobas at users dot sf dot net>
5729
5730 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
5731
5732         * include/winbase.h (GlobalDiscard): Define as macro.
5733         Thanks to: David Golub  <david_golub  at users dot sf dot net>
5734
5735 2005-05-13  Corinna Vinschen  <corinna@vinschen.de>
5736
5737         * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.
5738         (WNetGetResourceParentW): Ditto.
5739         * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
5740         (FILE_ID_BOTH_DIRECTORY_INFORMATION): Define.
5741
5742 2005-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
5743
5744         * include/wininet.h (FtpGetFileSize): Add prototype.
5745         (FtpCommand[AW]): Correct prototypes.
5746         Reported by: <siger at users dot sf dot net>
5747
5748 2005-04-25  Danny Smith  <dannysmith@users.sourceforge.net>
5749
5750         * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
5751         (capGetDriverDescription[AW]): Likewise.
5752
5753 2005-04-03  Corinna Vinschen  <corinna@vinschen.de>
5754
5755         * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.
5756         (SE_MANAGE_VOLUME_NAME TEXT): Ditto.
5757         (SE_IMPERSONATE_NAME TEXT): Ditto.
5758         (SE_ENABLE_DELEGATION_NAME TEXT): Ditto.
5759         (SE_SYNC_AGENT_NAME TEXT): Ditto.
5760
5761 2005-03-16  Christopher Faylor  <cgf@timesys.com>
5762
5763         * include/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below
5764         change.
5765
5766 2005-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
5767
5768         * include/winnt.h (_LUID): Add structure. Correct LUID typedef.
5769         Thanks to:
5770         Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
5771
5772 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5773
5774         * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):
5775         Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment.
5776         (gai_strerror[AW]): Put into #if 0 block.
5777
5778 2005-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
5779
5780         * include/basetyps.h (__int16): Correct define.
5781
5782 2005-02-10  Jiri Malak  <Jiri.Malak@iol.cz>
5783             Danny Smith  <dannysmith@users.sourceforge.net>
5784
5785         * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New
5786         define for Open Watcom portability.
5787         * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c,
5788         dinput_mouse.c, dinput_mouse2.c): Use new macro in definition
5789         of local c_rgodfDI* objects. Replace .rdata section attribute
5790         with 'const' keyword in definition of global c_dfDI* objects.
5791
5792 2005-02-07  Danny Smith  <dannysmith@users.sourceforge.net>
5793
5794         * include/winioctl.h (IOCTL_VOLUME_BASE,
5795         IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS, IOCTL_VOLUME_IS_CLUSTERED):
5796         Copy defines from include/ddk/ntdddvol.h.
5797         Bug reported to Debian by Anand Kumria  <wildfire@progsoc.org>
5798
5799 2005-01-27  Oliver Stoeneberg  <oliverst@online.de>
5800
5801         * include/winbase.h (PWIN32_FIND_DATA): Add typedef.
5802
5803 2005-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5804
5805         * include/winuser.h (SW_SMOOTHSCROLL): Add define.
5806         Reported by: Christian Ehrlicher  <chehrlic@users.sf.net>
5807
5808 2005-01-21  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5809
5810         * include/commdlg.h (OFN_DONTADDTORECENT): Added definition.
5811
5812 2005-01-18  Danny Smith  <dannysmith@users.sourceforge.net>
5813
5814         * lib/user32.def (MonitorFromPoint): Correct suffix.
5815
5816 2005-01-13  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5817
5818         * include/wininet.h (InternetCheckConnectionA,
5819         InternetCheckConnectionW) Add prototypes.
5820         (INTERNET_RAS_INSTALLED, INTERNET_CONNECTION_OFFLINE,
5821         INTERNET_CONNECTION_CONFIGURED): Add defines.
5822
5823 2005-01-07  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5824
5825         * include/commctrl.h (ComboBox_SetMinVisible,
5826         ComboBox_GetMinVisible): Added Macros.
5827         * include/winuser.h (CB_SETMINVISIBLE, CB_GETMINVISIBLE):
5828         Added definitions.
5829
5830 2005-01-02  Jiri Malak  <Jiri.Malak@geac.cz>
5831
5832         * include/winnt.h (GetCurrentFiber, GetFiberData): Make inline
5833         assembly code conditional on _X86_.
5834
5835 2005-01-02  Earnie Boyd  <earnie@users.sf.net>
5836
5837         * include/w32api.h: Increment version to 3.2.
5838         * Makefile.in: Ditto.
5839         * include/afxres.h: Remove the \r from the line ending.
5840         * include/errorrep.h: Ditto.
5841         * include/shldisp.h: Ditto.
5842         * include/tschema.h: Ditto.
5843         * lib/dhcpcsvc.def: Ditto.
5844         * lib/uxtheme.def: Ditto.
5845         * lib/wldap32.def: Ditto.
5846
5847 2005-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
5848
5849         * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
5850         Correct typo.
5851         Thanks to: Aidan France  <aidan1@users.sourceforge.net>
5852
5853 2004-12-29  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5854
5855         *include/winuser.h (MNS_*, WM_MENUCOMMAND,
5856         WM_MENUGETOBJECT, WM_MENUDRAG, WM_NCMOUSEHOVER,
5857         WM_NCMOUSELEAVE, WM_UNINITMENUPOPUP,
5858         SPI_GETFOREGROUNDLOCKTIMEOUT,
5859         SPI_SETFOREGROUNDLOCKTIMEOUT): Added definitions.
5860         *include/imm.h (WM_IME_REQUEST): Added definition.
5861         *include/shlobj.h (SLGP_RAWPATH,
5862         SLGP_UNCPRIORITY): Added definition.
5863
5864 2004-12-28  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5865
5866         *include/winuser.h (HSHELL_FLASH): Added definition.
5867
5868 2004-12-23  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
5869
5870         * include/shldisp.h (IAutoComplete): Added interface definiton.
5871         * include/shldisp.h (IAutoComplete2): Added interface definiton.
5872         * include/shldisp.h (ACO_AUTOSUGGEST): Added definition.
5873         * include/shlobj.h (IObjMgr): Added interface definiton.
5874         * lib/shell32.c (CLSID_AutoComplete, IID_AutoComplete,
5875         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5876         CLSID_ACListISF, IID_IACList): Added GUIDs.
5877         * include/shlguid.h (CLSID_AutoComplete, IID_AutoComplete,
5878         IID_AutoComplete2, CLSID_ACLMulti, IID_IObjMgr,
5879         CLSID_ACListISF, IID_IACList): Added GUIDs.
5880
5881 2004-12-23  Danny Smith  <dannysmith@users.sourceforge.net>
5882
5883         * include/commctrl.h (CDRF_NOTIFYSUBITEMDRAW): Add define.
5884         Thanks to: Chris Sutcliffe  <ironhead@walled.net>
5885         (CDRF_*): Use hex notation for constants.
5886
5887 2004-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
5888
5889         * include/sqlext.h (SQL_INTERVAL_*): Correct macros.
5890         Reported by Eric Sharkey <sharkey at netrics dot com>
5891
5892 2004-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
5893
5894         * include/winnt.h (TOKEN_INFORMATION_CLASS): Add
5895         TokenGroupsAndPrivileges, TokenSessionReference,
5896         TokenSandBoxInert, TokenAuditPolicy, TokenOrigin.
5897         Reformat.
5898         (SID_NAME_USE): Add SidTypeComputer.  Reformat.
5899         Thanks to Gabriel Linder <mingwlinder@users.sourceforge.net>
5900
5901 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5902
5903         * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
5904         ImageList_Duplicate): Add stubs.
5905
5906 2004-12-02  Danny Smith  <dannysmith@users.sourceforge.net>
5907
5908         * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
5909         Thanks to "Pete" <pross@xvid.org>
5910
5911 2004-11-21 Benoit Blanchon  <bblanchon@users.sourceforge.net>
5912
5913         * include/wingdi.h (AC_SRC_ALPHA, AC_SRC_NO_ALPHA,
5914         AC_DST_NO_ALPHA, ...): Add defines.
5915         * include/winuser.h (ULW_COLORKEY,ULW_ALPHA,
5916         ULW_OPAQUE): Add defines.
5917
5918 2004-11-21  Danny Smith  <dannysmith@users.sourceforge.net>
5919
5920         * include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
5921         guard.
5922         * lib/kernel32.def (VerSetConditionMask): Correct stdcall
5923         suffix.
5924         * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
5925
5926 2004-11-20  Danny Smith  <dannysmith@users.sourceforge.net>
5927
5928         * include/winbase.h (PPROCESS_INFORMATION): Add typedef.
5929         (CreateProcessWithLogonW): Declare.
5930         (LOGON_WITH_PROFILE, LOGON_NETCREDENTIALS_ONLY): Add defines.
5931         Thanks to: "jkmaki"  <jkmaki@users.sourceforge.net>
5932
5933 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5934
5935         * include/sspi.h (SecPkgContext_Sizes): Fix typo.
5936         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5937
5938 2004-11-19  Danny Smith  <dannysmith@users.sourceforge.net>
5939
5940         * include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
5941         Thanks to: David Leonard  <leonard@users.sourceforge.net>
5942
5943 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5944
5945         * include/winuser.h (MSLLHOOKSTRUCT): Add structure.
5946
5947 2004-11-19  Magnus Olsen  <greatlord@users.sourceforge.net>
5948
5949         * include/winuser.h (LLKHF_EXTENDED, LLKHF_INJECTED, LLKHF_UP):
5950         Add defines.
5951         (LLKHF_ALTDOWN): Define based on KF_ALTDOWN.
5952
5953 2004-11-19  Benoit Blanchon  <bblanchon@users.sourceforge.net>
5954
5955         * include/shellapi.h (NIF_GUID): Add another define.
5956
5957 2004-11-18  Earnie Boyd  <earnie@users.sf.net>
5958
5959         * include/wincon.h (AttachConsole): Correct the _WIN32_WINNT filter.
5960         Changed it twice due to inconsistent MSDN documentation.
5961         * include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
5962
5963 2004-11-13  Danny Smith  <dannysmith@users.sourceforge.net>
5964
5965         * include/shlobj.h (SHGFP_TYPE): Add enum.
5966
5967 2004-11-12  Loïc Guilloux (glx@users.sourceforge.net>
5968
5969         * include/winuser.h (WM_THEMECHANGED): Add define.
5970
5971 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5972
5973         * include/ddk/winddk.h (ExAllocateFromPagedLookasideList,
5974         ExFreeToPagedLookasideList): Guard inline versions with
5975         (__USE_NTOSKRNL__) && (_WIN32_WINNT >= 0x0501). Declare as
5976         external functions for earlier _WIN32_WINNT.
5977
5978 2004-11-11  Danny Smith  <dannysmith@users.sourceforge.net>
5979
5980         * include/ras.h (RASCONN[AW]): Remove dwSessionId field.
5981
5982 2004-11-09  Danny Smith  <dannysmith@users.sourceforge.net>
5983
5984         * include/winnls.h (WINBASEAPI): Define as DECLSPEC_IMPORT
5985         if  undefined and __W32API_USE_DLLIMPORT__.
5986         Add WINBASEAPI token to prototypes, throughout.
5987
5988 2004-11-08  Danny Smith  <dannysmith@users.sourceforge.net>
5989
5990         * include/winnt.h (GetCurrentFiber): Support -masm=intel.
5991         (GetFiberData): Likewise.
5992         (NtCurrentTeb): Likewise.
5993
5994 2004-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
5995
5996         * include/shellapi.h (NIF_INFO): Add define.
5997         (NIIF_*) Add defines..
5998         Thanks to: Benoit Blanchon <bblanchon@users.sourceforge.net>
5999         (NIF_*): Convert constants to hex.
6000
6001 2004-11-02  Danny Smith  <dannysmith@users.sourceforge.net>
6002
6003         * include/wingdi.h (GetFontUnicodeRanges,GetGlyphIndicesA,
6004         GetGlyphIndicesW): Declare.
6005         (GGI_MARK_NONEXISTING_GLYPHS): Define
6006         * lib/gdi32.def (GetFontUnicodeRanges,GetGlyphIndicesA,
6007         GetGlyphIndicesW): Add stubs.
6008
6009 2004-10-24  Dan Aloni  <da-x@colinux.org>
6010
6011         * include/ddk/ntapi.h (NtQueryFullAttributesFile,
6012         ZwQueryFullAttributesFile): Declare.
6013         * include/ddk/ntapi.h (RtlDosPathNameToNtPathName_U):
6014         Declare.
6015         lib/ntoskrnl.def (ZwQueryDirectoryFile, ZwQueryFullAttributesFile.
6016         ZwQueryVolumeInformationFile): Add stubs.
6017
6018 2004-10-18  Danny Smith  <dannysmith@users.sourceforge.net>
6019
6020         * include/wsahelp.h (WINSOCK_MAPPING, WSHGetWinsockMapping,
6021         PWSH_GET_WINSOCK_MAPPING): Don't define if __OBJC__.
6022
6023 2004-10-15  Robert Wruck  <wruck@tweerlei.de>
6024             Danny Smith  <dannysmith@users.sourceforge.net>
6025
6026         * include/winbase.h (InitializeSListHead, Interlocked*):
6027         Guard with !__USE_NTOSKRNL__.
6028
6029         * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
6030         * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
6031         Guard with  __USE_NTOSKRNL__.
6032         (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
6033         Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
6034         && _WIN32_WINNT >= 0x0501
6035         (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
6036         ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
6037         Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
6038         with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
6039
6040         * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
6041         ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
6042         (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
6043         ExWindowStationObjectType, IoAdapterObjectType,
6044         IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
6045         IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
6046         LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
6047         Uncomment stubs.
6048
6049 2004-10-11  Robert Wruck  <wruck@tweerlei.de>
6050
6051         * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix
6052         definition
6053         (IoReleaseRemoveLock): Add definition.
6054
6055 2004-10-10  Danny Smith  <dannysmith@users.sourceforge.net>
6056
6057         * include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
6058         Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong);
6059         Add prototypes.
6060         * include/winddk.h (ExInterlockedAddUlong,
6061         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
6062         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
6063         ExInterlockedPushEntryList): Change calling convention to
6064         DDKAPI.
6065         (ExfInterlockedAddUlong,ExInterlockedInsertHeadList,
6066         ExInterlockedInsertTailList, ExInterlockedRemoveHeadList,
6067         ExInterlockedPopEntryList, ExInterlockedPushEntryList):
6068         Add prototypes for DDKFASTAPI versions.
6069         Thanks to Vadim Yegor0v <zg at bmg dot lv> for report.
6070         * lib/ntoskrnl.def (ExInterlockedAddUlong,
6071         ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
6072         ExInterlockedRemoveHeadList, ExInterlockedPopEntryList,
6073         ExInterlockedPushEntryList): Remove lead '@' from stubs.
6074         (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList,
6075         ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList,
6076         ExfInterlockedPopEntryList, ExfInterlockedPushEntryList):
6077         Add fastcall stubs.
6078         (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong,
6079         Exi386InterlockedIncrementLong); Add stdcall stubs.
6080
6081 2004-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
6082
6083         * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only
6084          if __W32API_USE_DLLIMPORT__ is defined.
6085         * include/winuser.h (WINUSERAPI): Likewise.
6086
6087 2004-09-29  Filip Navara  <xnavara@volny.cz>
6088
6089         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
6090         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, mcd.h, miniport.h,
6091         mountdev.h, mountmgr.h, ndis.h, ndistapi.h, ndiswan.h, netpnp.h,
6092         newdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h, ntddcdvd.h,
6093         ntddchgr.h, ntdddisk.h, ntddkbd.h, ntddmou.h, ntddpar.h, ntddpcm.h,
6094         ntddscsi.h, ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h,
6095         ntddvdeo.h, ntddvol.h, ntpoapi.h, parallel.h, pfhook.h, poclass.h,
6096         scsi.h, scsiscan.h, smbus.h, srb.h, storport.h, tdiinfo.h,
6097         tdikrnl.h, tvout.h, upssvc.h, usb.h, usb100.h, usbdi.h, usbioctl.h,
6098         usbiodef.h, usbscan.h, usbuser.h, videoagp.h, winddi.h, winddk.h,
6099         winnt4.h, ws2san.h): Fixed packing.
6100         * include/ddk/atm.h (ATM_TRAFFIC_DESCRIPTOR_IE): Fixed declaration.
6101         * include/ddk/hidclass.h (HID_INTERFACE_HIDPARSE,
6102         HID_INTERFACE_NOTIFY_PNP): Likewise.
6103         * include/ddk/ndis.h (NDIS_DMA_BLOCK, CO_FLOW_PARAMETERS): Likewise.
6104         (NdisQueryPacketLength): Added macro. Thanks to Art Yerkes
6105         <ayerkes@speakeasy.net>.
6106         * include/ddk/usb100.h (USB_CONFIGURATION_DESCRIPTOR): Fixed
6107         declaration.
6108         * include/ddk/winddi.h (PATHDATA, GLYPHPOS): Likewise.
6109         * include/ddk/winddk.h (PDRIVER_CONTROL, PDRIVER_LIST_CONTROL,
6110         PDRIVER_ADD_DEVICE, PIO_COMPLETION_ROUTINE, PDRIVER_CANCEL,
6111         PKDEFERRED_ROUTINE, PDRIVER_DISPATCH, PIO_DPC_ROUTINE,
6112         PMM_DLL_INITIALIZE, PMM_DLL_UNLOAD, PDRIVER_ENTRY,
6113         PDRIVER_INITIALIZE, PKSERVICE_ROUTINE, PIO_TIMER_ROUTINE,
6114         PDRIVER_REINITIALIZE, PDRIVER_STARTIO, PKSYNCHRONIZE_ROUTINE,
6115         PDRIVER_UNLOAD, DRIVER_OBJECT): Fixed callback declarations.
6116         (struct FILE_BASIC_INFORMATION): Renamed to _FILE_BASIC_INFORMATION.
6117         (SYNCH_LEVEL): Added definition.
6118         (KPCR, KPCR_TIB): Fixed declaration.
6119         (Interlocked[Push/Pop]EntrySList): Declare only if winbase.h isn't
6120         included and _WIN32_WINNT >= 0x0501.
6121         (RtlEqualLuid): Fixed macro definition.
6122         (KfLowerIrql, KfRaiseIrql): Declare and use instead of KeLowerIrql and
6123         KeRaiseIrql on i386 architectures.
6124
6125 2004-09-06  Hosaka Yuji  <hos@tamanegi.org>
6126
6127         * include/mshtml.h (IHTMLDocument2): Correct get_selection
6128         declaration.
6129         (IHTMLSelectionObject): Correct get_type declaration.
6130         (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase,
6131         IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement,
6132         IHTMLBodyElement2): Add interfaces.
6133         (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN,
6134         LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add
6135         typedefs.
6136         * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3):
6137         Add IIDs.
6138
6139 2004-09-05  Earnie Boyd  <earnie@users.sf.net>
6140
6141         * include/w32api.h: Increment version to 3.1.
6142         * Makefile.in: Ditto.
6143
6144 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
6145
6146         * include/winuser.h (MonitorFromPoint, MonitorFromRect,
6147         MonitorFromWindow): Add prototypes.
6148         * lib/user32.def (MonitorFromPoint, MonitorFromRect,
6149         MonitorFromWindowMonitorFromWindow): Add stubs.
6150         * include/shellapi.h (DuplicateIcon): Add prototype.
6151
6152 2004-09-05   Danny Smith  <dannysmith@users.sourceforge.net>
6153
6154         * include/winuser.h (WINUSERAPI): New define.
6155         Use it to mark user32.dll imports, throughout.
6156
6157 2004-09-05  Hosaka Yuji  <hos@tamanegi.org>
6158
6159         * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData,
6160         HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature,
6161         HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport,
6162         HidD_GetManufacturerString, HidD_GetMsGenreDescriptor,
6163         HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor,
6164         HidD_GetPreparsedData, HidD_GetProductString,
6165         HidD_GetSerialNumberString, HidD_SetConfiguration,
6166         HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport,
6167         HidP_GetButtonCaps, HidP_GetValueCaps): Add exports.
6168
6169 2004-08-25  Lars Rune Nøstdal  <daysleper@users.sourceforge.net>
6170
6171         * include/wincon.h (CONSOLE_FULLSCREEN_MODE, CONSOLE_WINDOWED_MODE):
6172         Add XP defines.
6173         (PCOORD): Add typedef.
6174         (GetConsoleDisplayMode, SetConsoleDisplayMode): Add prototypes.
6175
6176 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6177
6178         * include/winldap.h: Don't check value of UNICODE.
6179         Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
6180
6181 2004-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
6182
6183         * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
6184
6185 2004-08-24  Sam Robb  <samrobb@users.sourceforge.net>
6186
6187         * include/winbase.h (GetFileSizeEx): Add _WIN32_WINNT >= 0x0500
6188         guard.
6189
6190 2004-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
6191
6192         * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.
6193
6194 2004-08-15  Ken Fitlike  <kenfitlike@users.sourceforge.net>
6195
6196         * include/commctrl.h (WC_TREEVIEWA): Remove parenthenses.
6197
6198 2004-08-10  Sebastian Nowak  <snowak1@users.sourceforge.net>
6199
6200         * include/ws2spi.h (LPWSPSELECT): Correct typedef.
6201
6202 2004-08-10   Danny Smith  <dannysmith@users.sourceforge.net>
6203
6204         * include/wincrypt.h: Correct _WIN32_WINNT typo.
6205
6206 2004-08-10  Ed Schaller  <schallee@darkmist.net>
6207
6208         * include/wincrypt.h (MS_ENH_RSA_AES_PROV_A, MS_ENH_RSA_AES_PROV_W)
6209         (ALG_SID_AES_128, ALG_SID_AES_192, ALG_SID_AES_256, ALG_SID_AES 17)
6210         (CALG_AES_128, CALG_AES_192, CALG_AES_256, CALG_AES,PROV_RSA_AES):
6211         Add defines.
6212         (CALG_SHA1): Add define.
6213         (HP_HMAC_INFO): Add define.
6214         (HMAC_INFO): Add struct.
6215         (BLOBHEADER): Add typedef.
6216
6217 2004-07-26  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6218
6219         * include/commctrl.h (TreeView_SetItemState): Define macro.
6220
6221 2004-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
6222
6223         * include/wingdi.h (CMYK): Correct macro. Group CMYK/RGB
6224         macros together.
6225
6226 2004-07-24  Brodie Thiesfield  <brofield@users.sourceforge.net>
6227
6228         * include/shlobj.h (FILEDESCRIPTOR): Unicode it.
6229         (FILEGROUPDESCRIPTOR): LIkewise.
6230
6231 2004-07-06  Corinna Vinschen  <corinna@vinschen.de>
6232
6233         * winbase.h (IsWow64Process): Add missing WINAPI qualifier.
6234
6235 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
6236
6237         * include/winnt.h (IMAGE_ORDINAL_FLAG): Map to ...
6238         (IMAGE_ORDINAL_FLAG{32,64}: New defines.
6239         (IMAGE_SNAP_BY_ORDINAL): Map to ...
6240         (IMAGE_SNAP_BY_ORDINAL{32,64}: New defines.
6241         (IMAGE_ORDINAL): Map to ...
6242         (IMAGE_ORDINAL{32,64}: New defines.
6243         (IMAGE_THUNK_DATA):  Map to ...
6244         (IMAGE_THUNK_DATA{32,64}: New structures.
6245         (IMAGE_THUNK_DATA): Map to ...
6246         (IMAGE_THUNK_DATA{32,64}: New structures.
6247         (IMAGE_IMPORT_DESCRIPTOR):  Map to ...
6248         (IMAGE_IMPORT_DESCRIPTOR{32,64}: New structures.
6249         (IMAGE_IMAGE_TLS_DIRECTORY)  Map to ...
6250         (IMAGE_IMAGE_TLS_DIRECTORY{32,64}: New structures.
6251
6252 2004-06-16  Bang Jun-Young  <junyoung@NetBSD.org>
6253
6254         * w32api/include/winnt.h (WAITORTIMERCALLBACKFUNC): Protect with
6255         _WIN32_WINNT >= 0x0500.
6256
6257 2004-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
6258
6259         * include/winbase.h (GetWriteWatch): Correct prototype.
6260         (WRITE_WATCH_FLAG_RESET): Define.
6261         Thanks to Sergey Philippov <phis@users.sourceforge.net>.
6262
6263 2004-06-02  Rocher Laurent  <lrocher@users.sourceforge.net>
6264
6265         * include/commctrl.h (Animate_OpenEx): Define.
6266         (DateTime_GetSystemTime, DateTime_SetSystemTime): Correct names.
6267         (ListView_GetNumberOfWorkAreas): Correct macro.
6268         (ListView_SetUnicodeFormat, ListView_GetUnicodeFormat,
6269         ListView_SetItemCountEx, ListView_GetISearchString,
6270         TreeView_GetLastVisible, Header_CreateDragImage,
6271         Header_SetImageList, Header_GetImageList): Define.
6272         (LVM_SETUNICODEFORMAT, LVM_GETUNICODEFORMAT,
6273         MCM_GETUNICODEFORMAT, MCM_SETUNICODEFORMAT,
6274         TBSTATE_ELLIPSES): Define.
6275         (MonthCal_SetRange): Correct macro.
6276         (ImageList_Duplicate): Declare.
6277
6278 2004-05-29  Filip Navara  <xnavara@volny.cz>
6279
6280         * include/winnt.h (IMAGE_EXPORT_DIRECTORY): Fixed declaration.
6281
6282 2004-05-25  Al Slater  <al.slater@scluk.com>
6283
6284         * include/httpext.h (HSE_SEND_HEADER_EX_INFO,
6285         HSE_REQ_SEND_RESPONSE_HEADER_EX): Define.
6286
6287 2004-05-15  Filip Navara  <xnavara@volny.cz>
6288
6289         * include/ddk/kbdmou.h: New file.
6290         * lib/ddk/videoprt.def (VideoPortMapBankedMemory,
6291         VideoPortMapDmaMemory, VideoPortMapMemory): Correct suffix.
6292         * lib/ddk/ntoskrnl.def (_snprintf, _snwprintf, _vsnprintf,
6293         _vsnwprintf, sprintf, swprintf): Export.
6294
6295 2004-05-15  Filip Navara  <xnavara@volny.cz>
6296
6297         * include/ddk/ntddk.h: Don't set 4-byte alignment on included
6298         headers.
6299
6300 2004-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
6301
6302         * include/wingdi.h: Correct non-unicode typedefs of
6303         ENUMLOGFONTEXDV, PENUMLOGFONTEXDV, LPENUMLOGFONTEXDV.
6304
6305 2004-05-07  Pascal Obry  <obry@act-europe.fr>
6306
6307         * include/winsock.h (IN_CLASSA): Fix macro.
6308         * include/winsock2.h (IN_CLASSA): Fix macro.
6309
6310 2004-04-29  Bart Oldeman  <bartoldeman@users.sourceforge.net>
6311
6312         * include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type.
6313         * include/aclui.h: Remove '\r', throughout.
6314         * include/msacm.h: Likewise.
6315         * lib/aclui.def: Likewise.
6316
6317 2004-04-28  Luke Dunstan  <infidel@users.sourceforge.net>
6318
6319         * lib/comctl32.def (SetWindowSubclass): Add stub.
6320         Thanks to Eugene <egladysh@users.sourceforge.net>.
6321
6322 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6323
6324         * include/winbase.h (EXECUTION_STATE): Add typedef.
6325         (SetThreadExecutionState): Declare.
6326         * include/wingdi.h (_WINGDI_): Define.
6327         * include/objbase.h (_OBJBASE_H_): Define.
6328
6329 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6330
6331         * include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER,
6332         SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines.
6333         (SM_CMETRICS): Adjust value.
6334         * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define.
6335         (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64):
6336         Add defines.
6337         Thanks to Benoit Blanchon <bblanchon@users.sourceforge.net>
6338
6339 2004-04-24  Justin Forest  <vhex@users.sourceforge.net>
6340
6341         * include/winsock2.h (LUP_DEEP, LUP_CONTAINERS,
6342         LUP_NOCONTAINERS, LUP_NEAREST, LUP_RETURN_NAME,
6343         LUP_RETURN_TYPE, LUP_RETURN_VERSION, LUP_RETURN_COMMENT,
6344         LUP_RETURN_ADDR, LUP_RETURN_BLOB, LUP_RETURN_ALIASES,
6345         LUP_RETURN_QUERY_STRING, LUP_RETURN_ALL, LUP_RES_SERVICE,
6346         LUP_FLUSHCACHE, LUP_FLUSHPREVIOUS): Add defines.
6347
6348 2004-04-24  Luke Dunstan  <infidel@users.sourceforge.net>
6349
6350         * include/windns.h (DNSREC_QUESTION, DNSREC_ANSWER, DNSREC_AUTHORITY,
6351         DNSREC_ADDITIONAL): Add defines.
6352
6353 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
6354
6355         * include/commctrl.h (LPNMLVDISPINFO): Add defines.
6356
6357 2004-04-23  Robert Wruck  <wruck@tweerlei.de>
6358
6359         * include/aclui.h: New file.
6360         * lib/aclui.def: New file.
6361         * lib/test.c: Add aclui.h to includes.
6362
6363 2004-04-21  Danny Smith  <dannysmith@users.sourceforge.net>
6364
6365         * include/winuser.h (SPI_GETACTIVEWINDOWTRACKING,
6366         SPI_GETACTIVEWNDTRKZORDER, SPI_SETACTIVEWINDOWTRACKING,
6367         SPI_SETACTIVEWNDTRKZORDER): Remove duplicate defines.
6368
6369 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6370
6371         * include/wingdi.h: Protect non-unicode case of below.
6372
6373 2004-04-20  Christopher Faylor  <cgf@alum.bu.edu>
6374
6375         * include/wingdi.h: Protect use of ENUMLOGFONTEXDV, PENUMLOGFONTEXDV,
6376         LPENUMLOGFONTEXDV with appropriate version check.
6377
6378 2004-04-18  Hans Leidekker  <hans@it.vu.nl>
6379
6380         * lib/directx/dxguid.c (CLSID_DirectSoundPrivate,
6381         DSPROPSETID_DirectSoundDevice): Add defines.
6382
6383 2004-04-20  Adrian Sandor  <aditsu@users.sourceforge.net>
6384
6385         * include/msacm.h: New file.
6386
6387 2004-01-09  Stuart Cunningham  <stuart_hc@users.sourceforge.net>
6388
6389         * include/objbase.h (STGFMT): Declare enum.
6390         (STGOPTIONS): Declare structure.
6391         (StgCreateStorageEx, StgOpenStorageEx): Declare.
6392         (STGOPTIONS_VERSION): Define.
6393         * lib/ole32.def (StgCreateStorageEx, StgOpenStorageEx): Add stubs.
6394
6395 2004-04-13  Filip Navara  <xnavara@volny.cz>
6396
6397         * include/winuser.h (IS_INTRESOURCE, MB_CANCELTRYCONTINUE,
6398         WM_NCXBUTTONDOWN, WM_NCXBUTTONUP, WM_NCXBUTTONDBLCLK,
6399         WM_XBUTTONDOWN, WM_XBUTTONUP, WM_XBUTTONDBLCLK,
6400         DCX_INTERSECTUPDATE, MK_XBUTTON1, MK_XBUTTON2,
6401         HELP_SETWINPOS): Define.
6402         (WM_MOUSELAST): Different value for _WIN32_WINNT >= 0x0500.
6403         (SPI_*): Add new definitions for WINVER >= 0x500.
6404         (CallMsgFilter[AW], SetWindowsHookA): Correct prototype.
6405         (InternalGetWindowText, SetWindowsHookW): Declare.
6406         * include/winbase.h (InitializeSListHead): Avoid conflicting
6407         definition with DDK headers.
6408
6409 2004-04-13  Gé van Geldorp  <gvg@reactos.com>
6410
6411         * include/winuser.h (GetLastError): Move from here...
6412         * include/winbase.h: ... to here.
6413
6414 2004-04-13  Filip Navara  <xnavara@volny.cz>
6415
6416         * include/winspool.h (DocumentPropertiesW): Correct prototype.
6417
6418 2004-04-13  Filip Navara  <xnavara@volny.cz>
6419
6420         * include/wingdi.h (ENHMETAHEADER): Add definitions for
6421         WINVER >= 0x400.
6422         (WCRANGE, GLYPHSET, LPPOLYTEXT[AW]): Declare.
6423         (ENUMLOGFONTEXW): Fix definition.
6424         (ENUMLOGFONTEXDV[AW]): Declare.
6425
6426 2004-04-13  Filip Navara  <xnavara@volny.cz>
6427
6428         * include/wingdi.h: Declare the DirectDraw structures only if
6429         the DirectDraw kernel mode headers aren't included.
6430         (EMFINFO): Declare.
6431         (EngStretchBlt, EngTextOut, FONTOBJ_cGetGlyphs,
6432         STROBJ_bEnumPositionsOnly): Correct prototypes.
6433
6434 2004-04-13  Filip Navara  <xnavara@volny.cz>
6435
6436         * include/objidl.h (PRPCOLEMESSAGE): Declare.
6437         * include/rpc.h (RPCRTAPI): Define.
6438         * include/rpcdce.h (RpcServerRegisterIf2): Declare.
6439         * include/rpcdcep.h (RPC_BLOCKING_FN, I_RpcSend): Declare.
6440         (RPC_BLOCKING_FUNCTION): Remove, replaced by RPC_BLOCKING_FN.
6441         (I_RpcBindingSetAsync): Correct prototype.
6442         * include/rpcndr.h (MIDL_STUB_MESSAGE): Rename 'Reserved' field
6443         to w2kReserved.
6444         (USER_MARSHAL_SIZING_ROUTINE, USER_MARSHAL_MARSHALLING_ROUTINE,
6445         USER_MARSHAL_UNMARSHALLING_ROUTINE, USER_MARSHAL_FREEING_ROUTINE,
6446         USER_MARSHAL_ROUTINE_QUADRUPLE, NDR_NOTIFY_ROUTINE, IDL_CS_CONVERT,
6447         CS_TYPE_NET_SIZE_ROUTINE, CS_TYPE_LOCAL_SIZE_ROUTINE,
6448         CS_TYPE_TO_NETCS_ROUTINE, CS_TYPE_FROM_NETCS_ROUTINE,
6449         CS_TAG_GETTING_ROUTINE, NDR_CS_SIZE_CONVERT_ROUTINES,
6450         NDR_CS_ROUTINES, NdrUserMarshalMarshall, NdrUserMarshalUnmarshall,
6451         NdrUserMarshalBufferSize, NdrUserMarshalMemorySize,
6452         NdrUserMarshalFree): Declare.
6453         (MIDL_STUB_DESC): Add new fields that were added in W2K.
6454         * include/rpcproxy.h (CStdStubBuffer): Ditto.
6455
6456 2004-04-13  Filip Navara  <xnavara@volny.cz>, David Welch  <welch@cwcom.net>
6457
6458         * include/ddk/ntapi.h (NtCurrentProcess, NtCurrentThread,
6459         LPC_MESSAGE_BASE_SIZE): Define.
6460         * include/ddk/ntifs.h: Move the pack pragma under header inclusion.
6461
6462 2004-04-13  Filip Navara  <xnavara@volny.cz>
6463
6464         * include/commctrl.h (TB_MARKBUTTON, NMTBGETINFOTIP[AW]):
6465         Declare.
6466
6467 2004-04-18  Allan Bazinet  <bazineta@users.sourceforge.net>
6468
6469         * include/winuser.h (MONITORINFOEX[AW]): Change to be derived from
6470         MONITORINFO when compiling as C++.
6471
6472 2004-04-17  Luke Dunstan  <infidel@users.sourceforge.net>
6473
6474         * README.w32api: List separate copyright conditions for some headers.
6475         * include/(winsock2.h, wsipx.h): Minor change to copyright header.
6476
6477 2004-04-15  Danny Smith  <dannysmith@users.sourceforge.net>
6478
6479         * include/wingdi.h (RGB): Correct macro.
6480
6481 2004-04-14  Robert Wruck  <rwruck@users.sourceforge.net>
6482
6483         * include/ddk/winddk.h (RtlEqualLuid): Correct macro.
6484
6485 2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
6486
6487         * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
6488
6489 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
6490
6491         * lib/Makefile.in: Add directx to .PHONY target.
6492         * lib/directx/dxerr.c: Remove dependence on mingw runtime.
6493         Don't include stdio.h or tchar.h.
6494         Replace _T() macro with TEXT() macro, throughout.
6495         Replace _stprintf with wsprintf, throughout.
6496
6497 2004-03-27  Hosaka Yuji  <hos@tamanegi.org>
6498
6499         * include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE):
6500         Add define.
6501         (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct.
6502         * include/winuser.h (UnregisterDeviceNotification): Add prototype.
6503         * lib/user32.def (UnregisterDeviceNotification): Add export stub.
6504
6505 2004-03-27  Filip Navara  <xnavara@volny.cz>
6506
6507         * include/directx: New subdir.
6508         * lib/directx: Ditto.
6509         * include/directx/(d3d9.h, d3d9caps.h, d3d9types.h, dxerr8.h,
6510         dxerr9.h): New files.
6511         * lib/directx/(Makefile.in, d3d8.def, d3d9.def, d3dim.def, d3drm.def,
6512         d3dx8d.def, d3dx9d.def, d3dxof.def, ddraw.def, dinput.def,
6513         dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c,
6514         dinput_mouse2.c, dinput_private.h, dinput8.def, dmoguids.c, dplayx.def,
6515         dpnaddr.def, dpnet.def, dpnlobby.def, dpvoice.def, dsetup.def,
6516         dsound.def, dxerr.c, dxerr8.c, dxerr8w.c, dxerr9.c, dxerr9w.c,
6517         dxguid.c, ksproxy.def, ksuser.c, ksuser.def, msdmo.def, quartz.def,
6518         strmiids.c, test.c): Ditto.
6519         * lib/(d3dim.def, d3drm.def, d3dxof.def, ddraw.def, dinput.c,
6520         dinput.def, dplayx.def, dsetup.def, dsound.def, dxguid.c): Removed.
6521
6522 2004-03-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
6523
6524         * include/GL/glu.h (GLU_AUTO_LOAD_MATRIX, GLU_CULLING,
6525         GLU_SAMPLING_TOLERANCE, GLU_DISPLAY_MODE, GLU_PARAMETRIC_TOLERANCE,
6526         GLU_SAMPLING_METHOD, GLU_U_STEP, GLU_V_STEP): Define.
6527
6528 2004-03-24  Filip Navara  <xnavara@volny.cz>
6529
6530         * include/commctrl.h (TB_GETSTRING[AW]): Add defines.
6531         (RBBS_HIDETITLE, RBBS_TOPALIGN): Ditto.
6532
6533 2004-03-24  Filip Navara  <xnavara@volny.cz>
6534
6535         * include/ddk/srb.h (_PORT_CONFIGURATION_INFORMATION):  Rename
6536         TaggedQueueing to TaggedQueuing.
6537         (_HW_INITIALIZATION_DATA): Likewise.
6538
6539 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6540
6541         * include/docobj.h (IOleDocumentView::GetDocument): Correct
6542         prototype.
6543         Thanks to Buster Copley  <consequent@users.sourceforge.net>
6544
6545 2004-03-16  Danny Smith  <dannysmith@users.sourceforge.net>
6546
6547         * lib/ddk/ntoskrnl.def (MmAllocatePagesForMdl): Correct suffix.
6548         (MmMapIoSpace): Likewise.
6549         Thanks to Dan Aloni  <da-x@colinux.org>
6550
6551 2004-03-16  Martin Fuchs  <martin-fuchs@gmx.net>
6552
6553         * include/shellapi.h (NIM_* NIS_*): Define constants for
6554         notification icons with _WIN32_IE >= 0x0500.
6555         (NOTIFYICONDATA): Add new structure members for notification
6556         icons with _WIN32_IE >= 0x0500.
6557
6558 2004-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6559
6560         *include/wininet.h (CACHEGROUP_SEARCH_ALL, CACHEGROUP_SEARCH_BYURL):
6561         Add defines.
6562         (INTERNET_CACHE_GROUP_ADD, INTERNET_CACHE_GROUP_REMOVE): Add defines.
6563         (GROUPID) Add typedef.
6564         (INTERNET_CACHE_GROUP_INFO[AW]): Define structures.
6565         (CreateUrlCacheGroup): Add prototype.
6566         (DeleteUrlCacheGroup): Add prototype.
6567         (FindFirstUrlCacheGroup): Add prototype.
6568         (FindNextUrlCacheGroup): Add prototype.
6569         (GetUrlCacheGroupAttribute[AW]): Add prototypes.
6570         (SetUrlCacheGroupAttribute[AW]): Add prototypes.
6571
6572 2004-03-10  Al Slater  <al.slater@scluk.com>
6573
6574         * include/winsock2.h: Add missing LPFN_ typdefs for
6575         function pointers.
6576         Clean up whitespace.
6577
6578 2004-03-05  Filip Navara  <xnavara@volny.cz>
6579
6580         * include/ddk/scsi.h: Replace assert with ASSERT.
6581         * include/ddk/video.h: Ditto.
6582         * include/ddk/winddk.h: Ditto. Remove the assert macro.
6583         * include/ddk/tdi.h: Correct packing.
6584
6585 2004-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
6586
6587         * include/wtypes.h (DECIMAL_SETZERO): Add definition for
6588         NONAMELESSUNION case.
6589
6590 2004-03-03  Martin Fuchs  <martin-fuchs@gmx.net>
6591
6592         * include/oleauto.h (V_UNION, V_VT, V_DECIMAL): Use
6593         __VARIANT_NAME_ constants.
6594
6595 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6596
6597         * include/uxtheme.h: Include <commctrl.h>
6598
6599 2004-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
6600
6601         * include/basetyps.h (GUID_SECT): Define to nothing for GCC >= 2.95.
6602
6603 2004-03-02  Martin Fuchs  <martin-fuchs@gmx.net>
6604
6605         * include/oleauto.h (VAR_VALIDDATE, VAR_FORMAT_NOSUBSTITUTE,
6606         VAR_FOURDIGITYEARS): Define new constants. Group VAR_*  defines
6607         together.
6608         (V_UI2, V_UI4, V_UI4REF, V_UI, V_UI8REF): Define macros.
6609         (V_I8, V_I8REF): Correct macros.
6610         (V_DECIMAL): Correct macro definitions.
6611         (V_INT_PTR, V_UINT_PTR, V_INT_PTRREF, V_UINT_PTRREF): Define
6612         constants.
6613         (VTBIT_*): Define constants.
6614         (UDATE): Add structure definition.
6615         (VarDateFromUdate, VarDateFromUdateEx, VarUdateFromDate): Declare
6616         functions.
6617         (SafeArrayCreateVector): Correct parameter type from UINT to ULONG
6618         (SafeArrayCreateVectorEx): Declare function.
6619         (Var*): declare VARIANT manipulation functions.
6620         * include/ocidl.h (IPicture_*): Define IPicture COBJ macros.
6621         * include/oaidl.h (IRecordInfo_*): Define IRecordInfo COBJ
6622         macros.
6623
6624 2004-03-01  Martin Fuchs  <martin-fuchs@gmx.net>
6625
6626         * include/oaidl.h (FADF_*): Define missing constants.
6627         (IDispatch_*): Define COBJ macros.
6628         (VARIANT): Add missing union members llVal and ullVal.
6629         (wireVARIANT): Likewise.
6630         (ITypeinfo_*): Define COBJ macros.
6631         * include/oleauto.h (Var*FromDisp): Correct parameter type from
6632         LPDISPATCH* to LPDISPATCH.
6633         (VARCMP_*, VAR_LOCALBOOL, LOCALE_USE_NLS, VARIANT_*,
6634         VAR_CALENDAR_*): Add missing constants.
6635         (SafeArray[Get/Set]*): Add prototypes.
6636         (Var*From*):  Add missing prototypes.
6637         (NUMPRS_*): Add defines.
6638         (NUMPARSE): Define structure.
6639         (VarParseNumFromStr,VarNumFromParseNum): Add prototypes.
6640         * include/winerror.h (DISP_E_DIVBYZERO): Define constant.
6641         * include/winuser.h (COLOR_*): Define missing constants.
6642         * include/wtypes.h (enum VARENUM): Add VT_INT_PTR, VT_UINT_PTR.
6643         (VT_INT_PTR, VT_UINT_PTR): Remove macro definitions.
6644
6645 2004-02-23  Filip Navara  <xnavara@volny.cz>
6646
6647         * include/ddk/video.h: Corrected packing.
6648
6649 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6650
6651         * include/GL/glu.h (GLU_ERROR): Define.
6652         Thanks to Philip Lamb  <phil at rave dot co dot nz>
6653
6654 2004-02-19  Danny Smith  <dannysmith@users.sourceforge.net>
6655
6656         * include/GL/glu.h: Include <stddef.h>.
6657         Thanks to Greg Couch <gregcouch@users.sourceforge.net>
6658
6659 2004-02-15  Earnie Boyd  <earnie@users.sf.net>
6660
6661         * include/w32api.h: Increment version to 3.0.
6662         * Makefile.in: Ditto.
6663         * README.win32api: Modify license to Public Domain per agreement as
6664         found in the mingw-dvlpr list archive.
6665
6666 2004-02-13  Earnie Boyd  <earnie@users.sourceforge.net>
6667
6668         * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.
6669         (DIRECTORY_TRAVERSE): Ditto.
6670         (DIRECTORY_CREATE_OBJECT): Ditto.
6671         (DIRECTORY_CREATE_SUBDIRECTORY): Ditto.
6672         (DIRECTORY_ALL_ACCESS): Ditto.
6673         Thanks to Konstantin Stepaniuk <skostia@users.sourceforge.net>
6674
6675 2004-02-12  Danny Smith  <dannysmith@users.sourceforge.net>
6676
6677         * include/basetypes.h (_REFIID_DEFINED): Correct typo.
6678
6679         * include/winuser.h (NCCALCSIZE_PARAMS): Define structure.
6680         Thanks to Mike Nordell <tamlin at algonet dot se>.
6681
6682 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6683
6684         * lib/dnsapi.def: New file.
6685         * lib/test.c: Include windns.h.
6686
6687 2004-02-11  Pierre A. Humblet  <Pierre.Humblet@ieee.org>
6688
6689         * include/windns.h: New file.
6690
6691 2004-02-11  Danny Smith  <dannysmith@users.sourceforge.net>
6692
6693         * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
6694         defines.
6695         (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
6696         (SQLSetDescFieldW): Correct prototype.
6697         (SQLSetDescFieldA): Add prototype.
6698         (SQLGetDescFieldW): Add prototype.
6699
6700 2004-02-11  Pat Thoyts  <patthoyts@users.sourceforge.net>
6701
6702         * include/winuser.h (DFC_POPUPMENU): Add define.
6703
6704 2004-02-07  Dan Aloni  <da-x@gmx.net>
6705
6706         * lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
6707         suffix.
6708
6709 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6710
6711         * include/oleacc.h (LIBID_Accessibility): Declare.
6712         * lib/uuid.c (LIBID_Accessibility): Define.
6713
6714 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6715
6716         * include/winioctl.h (NTFS_VOLUME_DATA_BUFFER): Add structure.
6717         (FSCTL_GET_NTFS_VOLUME_DATA): Add macro.
6718
6719 2004-02-02  Danny Smith  <dannysmith@users.sourceforge.net>
6720
6721         * include/commctrl.h (ICC_STANDARD_CLASSES, ICC_LINK_CLASS): Add
6722         defines.
6723
6724 2004-01-31  Jiri Malak  <Jiri.Malak@geac.cz>
6725
6726         * include/winuser.h (RT_MANIFEST): Make conditional on
6727         RC_INVOKED.
6728         (CREATEPROCESS_MANIFEST_RESOURCE_ID,
6729         ISOLATIONAWARE_MANIFEST_RESOURCE_ID,
6730         ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID): Add
6731         defines.
6732
6733 2004-01-16 Martin Fuchs  <martin-fuchs@gmx.net>
6734
6735         * include/shlobj.h (SHGDN_INCLUDE_NONFILESYS): Add define.
6736
6737 2004-01-15  Filip Navara  <xnavara@volny.cz>
6738
6739         * include/ddk/mcd.h: Don't care about value of DBG define.
6740         * include/ddk/srb.h: Ditto.
6741         * include/ddk/storport.h: Ditto.
6742         * include/ddk/video.h: Ditto.
6743         * include/nspapi.h (SetServiceW, GetAddressByNameA,
6744         GetAddressByNameW): Correct protoype.
6745         * include/ntsecapi.h (PCUNICODE_STRING): Define.
6746
6747 2004-01-05  Filip Navara  <xnavara@volny.cz>
6748
6749         * include/prsht.h (LPCPROPSHEETPAGEW): Fix definition.
6750         * include/shlwapi.h (SHRegQueryInfoUSKey[AW]): Fix prototype.
6751         * include/cpl.h (CPL_STARTWPARMS[AW]): Correct.
6752         * include/shellapi.h (ABS_AUTOHIDE, ABS_ALWAYSONTOP,
6753         SEE_MASK_NO_CONSOLE, SEE_MASK_ASYNCOK, SEE_MASK_HMONITOR,
6754         FOF_NOCOPYSECURITYATTRIBS): Add defines.
6755         * include/shlobj.h (BFFM_SETOKTEXT, BFFM_SETEXPANDED,
6756         CSIDL_FLAG_DONT_VERIFY, CSIDL_FLAG_CREATE, CSIDL_FLAG_MASK,
6757         CFSTR_INETURL[AW], SHGDN_FOREDITING, SHGDN_FORADDRESSBAR,
6758         SSF_*): Add defines.
6759         (SHCNF_PATH[AW], SHCNF_PRINTER[AW], CFSTR_FILENAME[AW],
6760         CFSTR_FILENAMEMAP[AW], CFSTR_FILEDESCRIPTOR[AW], CFSTR_SHELLURL,
6761         CMDSTR_NEWFOLDER[AW], CMDSTR_VIEWLIST[AW], CMDSTR_VIEWDETAILS[AW]):
6762         Correct.
6763         (IEnumIDList): Add COBJMACROS.
6764         * include/winuser.h (MIM_*): Add define.
6765
6766 2004-01-04  Filip Navara  <xnavara@volny.cz>
6767
6768         * include/shlguid.h (IID_IPersistFolder2, IID_IPersistFolder3,
6769         IID_IShellFolder2, IID_IFileSystemBindData): Add declarations.
6770         * include/shlobj.h (EXTRASEARCH, SHCOLSTATEF, SHELLDETAILS,
6771         PERSIST_FOLDER_TARGET_INFO): Define structures.
6772         (IEnumExtraSearch, IShellFolder2, IFileSystemBindData,
6773         IPersistFolder2, IPersistFolder3): Add COM interface
6774         definitions.
6775         (IExtractIcon[AW], IShellLink[AW], IPersistFolder, IShellView,
6776         ICommDlgBrowser, IShellFolder2, IPersistFolder2, IPersistFolder3):
6777         Add COBJMACROS.
6778         (SHCreateDirectoryEx[AW], SHBindToParent): Add prototypes.
6779         * lib/shell32.c (IID_IPersistFolder2, IID_IPersistFolder3,
6780         IID_IShellFolder2, IID_IFileSystemBindData): Add definitions.
6781
6782 2004-01-03  Danny Smith  <dannysmith@users.sourceforge.net>
6783
6784         * include/mshtml.h (IHTMLDocument2): Correct write, writeln
6785         declarations.
6786         Thanks to: Rene Nyffenegger <renenyffenegger@users.sf.net>.
6787
6788 2004-01-03  Filip Navara  <xnavara@volny.cz>
6789
6790         * include/cguid.h (CLSID_StdGlobalInterfaceTable): Declare IID.
6791         * include/oaidl.h (ITypeLib2, ITypeInfo2): Define interfaces,
6792         declare IID's.
6793         (IErrorInfo): Add COBJMACROS.
6794         * include/objbase.h (STGM_NOSNAPSHOT): Add define.
6795         (CoGetPSClsid): Add protototype,
6796         (CoRegisterPSClsid): Likewise.
6797         * include/objidl.h (IMarshal): Correct methods.
6798         (IMallocSpy): Likewise,
6799         (LPPSFACTORYBUFFER): Add typedef.
6800         (IGlobalInterfaceTable): Define interface and COBJMACROS. Declare
6801         IID.
6802         (IStorage_CreateStorage, IRpcStubBuffer_Invoke): Fix macros.
6803         * include/ocidl.h (PROPBAG2_TYPE): Define enum.
6804         (PROPBAG2, QACONTAINERFLAGS, QACONTAINER, QACONTROL): Define
6805         structures.
6806         (IPropertyBag2, IPersistPropertyBag2,IAdviseSinkEx, IPointerInactive,
6807         IOleUndoUnit, IOleParentUndoUnit, IEnumOleUndoUnits, IOleUndoManager,
6808         IQuickActivate): Define interfaces. Declare IID's.
6809         (IPersistPropertyBag2): Add COBJMACROS.
6810         (LPOLEUNDOMANAGER): Add typedef.
6811         (LPPROPERTYBAG2): Likewise.
6812         * include/oleidl.h (LPPARSEDISPLAYNAME): Fix definiton.
6813         (BINDSPEED): Add definition.
6814         (IParseDisplayName, IOleItemContainer, IOleObject, IDropSource,
6815         IDropTarget): Add COBJMACROS.
6816         * include/wtypes.h (MEMCTX, MSHCTX): Fix enum.
6817         * include/winerror.h (CO_S_NOTALLINTERFACES): Add define.
6818         * lib/uuid.c (IID_IGlobalInterfaceTable, IID_IOleUndoManager,
6819         IID_IPersistPropertyBag2, IID_IPropertyBag2, IID_IRpcProxyBuffer):
6820         Add IID definitions.
6821
6822 2004-01-02  Filip Navara  <xnavara@volny.cz>
6823
6824         * include/ddk/winddk.h: Don't care about value of
6825         DBG define.
6826
6827 2004-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
6828             Filip Navara  <xnavara@volny.cz>
6829
6830         * include/ddk/winddk.h (_DDK_DUMMYUNION_MEMBER,
6831         _DDK_DUMMYUNION_N_MEMBER): New macros.
6832         (ExAllocateFromPagedLookasideList,ExFreeToPagedLookasideList,
6833         ExAllocateFromNPagedLookasideList, ExFreeToNPagedLookasideList):
6834         Use them.
6835
6836 2004-01-01  Filip Navara  <xnavara@volny.cz>
6837
6838         * include/objbase.h: Don't care about value of DBG define.
6839         * include/objidl.h: Add some COBJMACROS.
6840         * include/ocidl.h: Ditto.
6841         * include/oleidl.h: Ditto.
6842         * include/servprov.h: Ditto.
6843         * include/shlobj.h: Ditto.
6844         * include/shlobj.h (IContextMenu2): Correct parent in
6845         DECLARE_INTERFACE.
6846         * include/oleidl.h (IOleCache, IOleCache2, IOleCacheControl):
6847         Define interfaces.
6848         * include/setupapi.h (SetupGetLineTextA): Correct prototype.
6849         Add new constants for _SETUPAPI_VER >= 0x501.
6850
6851 2004-01-01  Filip Navara  <xnavara@volny.cz>
6852
6853         * include/winnt.h (NtCurrentTeb): Add inline definition.
6854
6855 2004-01-01  Martin Fuchs  <martin-fuchs@gmx.net>
6856
6857         * include/shlobj.h (SHCoCreateInstance): Add prototype.
6858         * lib/shell32.def (SHCoCreateInstance): Add export stub.
6859
6860 2004-01-01  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
6861
6862         * lib/setupapi.def (CM_Request_Device_Eject[AW]): Add export.
6863         (CM_Request_Device_Eject_Ex[AW]): Likwise.
6864         * include/ddk/cfg.h (DN_*): Add defines.
6865
6866 2004-01-01  Danny Smith  <dannysmith@users.sourceforge.net>
6867
6868         * lib/ddk/cfgmgr32.def: Remove duplicate symbol names.
6869
6870 2004-01-01  Mattia Barbon  <mbarbon@users.sourceforge.net>
6871
6872         * include/commctrl.h (TVN_GETINFOTIP): Add UNICODE mappings.
6873         (NMTVGETINFOTIP): Add structure.
6874
6875 2003-12-08  Danny Smith  <dannysmith@users.sourceforge.net>
6876
6877         * include/winuser.h (DISPLAY_DEVICE_*): Remove defines.
6878         * include/wingdi.h (DISPLAY_DEVICE_REMOVABLE,
6879         DISPLAY_DEVICE_MODESPRUNED): Add defines.
6880
6881 2003-12-08  Hartmut Honisch  <hhonisch@users.sourceforge.net>
6882
6883         * include/commctrl.h (ListView_Get_State, ListView_Check_State):
6884         Add macros.
6885         * include/wingdi.h  (DISPLAY_DEVICE_*): Add multi-monitor
6886         constants.
6887         * include/shlobj.h (SHCOLUMNINIT): Add structure.
6888         (SHCOLUMNDAT): Likwise.
6889         (SHCOLUMNID): Likewise.
6890         (SHCOLUMNINFO): Likewise.
6891         (SHCOLSTATE): Add enum.
6892         (IColumnProvider): Add COM interface.
6893         (IQueryInfo): Likewise.
6894         (IShellIconOverlayIdentifier): Likewise.
6895         * include/shlguid.h (IID_IColumnProvider) Declare.
6896         (IID_IQueryInfo): Likweise.
6897         (IID_IShellIconOverlayIdentifier): Likwise.
6898         * lib/shell32.c (IID_IColumnProvider) Define.
6899         (IID_IQueryInfo): Likweise.
6900         (IID_IShellIconOverlayIdentifier): Likwise.
6901
6902 2003-12-08  Roald Ribe  <rrib@users.sourceforge.net>
6903
6904         * include/winuser.h (RT_MANIFEST): Add define.
6905
6906 2003-12-08  Pascal Buhler  <pbuhler@users.sourceforge.net>
6907
6908         * include/oleidl.h (IViewObject2): Inherit from IViewObject.
6909
6910 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net>
6911
6912         * include/winnt.h (GetCurrentFiber): Remove duplicate prototype.
6913         (GetFiberData): Likewise.
6914         (GetCurrentFiber): Change volatile to __volatile__.
6915         (GetFiberData): Likewise.
6916
6917 2003-11-27  Christopher Faylor  <cgf@redhat.com>
6918
6919         * lib/Makefile.in: Use make function to locate .mri file to allow
6920         building in directory other than source directory.
6921
6922 2003-11-27  Danny Smith  <dannysmith@users.sourceforge.net>
6923
6924         * lib/vfw32.def: Remove, replacing with ...
6925         * lib/msvfw32.def: New file.
6926         * lib/avicap32.def: New file.
6927         * lib/avifil32.def: New file.
6928         * lib/vfw32.mri: New file.
6929         * Makefile.in: (MRI_FILES, MIMPLIBS): New vars for
6930         import libs with multiple dll's.
6931         (LIBS): Add MIMPLIBS.
6932         (DISTFILES): Add MRI_FILES.
6933         (libvfw32.a): Build using mri script.
6934
6935 2003-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
6936
6937         * include/winnt.h (PAGE_*): Group defines together. Change
6938         constants to hex notation.
6939
6940 2003-11-15  Manu B  <manubee@users.sourceforge.net>
6941
6942         * include/commctrl.h (TabCtrl_GetImageList): Add macro.
6943
6944 2003-11-13 Martin Fuchs  <martin-fuchs@gmx.net>
6945
6946         * include/shlobj.h (ILAppendID, ILClone, ILCloneFirst, ILCombine,
6947         ILFindChild, ILFindLastID, ILFree, ILGetNext, ILGetSize, ILIsEqual,
6948         ILIsParent, ILLoadFromStream, ILRemoveLastID, ILSaveToStream):
6949         Add prototypes.
6950         * lib/shell32.def: Add stubs.
6951
6952         * include/commctrl.h (ListView_FindItem): Add type cast to avoid
6953         compiler warnings.
6954
6955 2003-11-13  Hans Leidekker  <hans@it.vu.nl>
6956
6957         * include/winbase.h (WIN32_STREAM_ID): Correct typedef.
6958
6959 2003-10-13  Andre Auzi  <aauzi@users.sourceforge.net>
6960
6961         * include/windows.h (CopyCursor): Define as macro.
6962
6963 2003-10-13  Steven Edwards  <Steven_Ed4153@yahoo.com>
6964
6965         * include/winnt.h (CONTAINING_RECORD): Add macro.
6966
6967 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6968
6969         * include/winnt.h: (FILE_SUPERSEDED, FILE_OPENED, FILE_CREATED,
6970         FILE_OVERWRITTEN, FILE_EXISTS, FILE_DOES_NOT_EXIST): Remove
6971         defines.
6972
6973 2003-10-13  Filip Navara  <xnavara@volny.cz>
6974
6975         * include/commctrl.h (DSA_*): Add prototypes, typedefs and
6976         defines for Dynamic Storage Arrays.
6977         (DPA_*): Likewise, for Dynamic Pointer Arrays.
6978         (FlatSB_*, InitializeFlatSB, InitializeFlatSB): Add prototypes
6979         and defines for Flat ScrollBars.
6980         (SetWindowSubclass, GetWindowSubclass, RemoveWindowSubclass,
6981         DefSubclassProc): Add prototypes for subclassing.
6982         (DrawShadowText): Add prototype.
6983         (COMCTL32_VERSION): Define.
6984
6985 2003-10-13  Martin Fuchs  <Martin-Fuchs@gmx.net>
6986
6987         * include/shlobj.h (CFSTR_FILENAME, CFSTR_FILEDESCRIPTOR,
6988         CFSTR_FILENAMEMAP, CFSTR_SHELLURL): Correct UNICODE definitions.
6989
6990 2003-10-13  Pierre Humblet  <pierre.humblet@ieee.org>
6991
6992         * include/winnt.h (SM_REMOTESESSION): Add define.
6993         * include/winuser.h (SE_CREATE_GLOBAL_NAME): Ditto.
6994
6995 2003-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
6996
6997         * include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
6998         KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
6999         duplicate definitions.
7000         (KP_X, KP_Y): Correct typos.
7001
7002 2003-10-11  Manu B  <manubee@users.sourceforge.net>
7003
7004         * include/afxres.h: New file.
7005
7006         * include/richedit.h (ES_NOOLEDRAGDROP, ENM_DRAGDROPDONE,
7007         ENM_IMECHANGE, ENM_LANGCHANGE, ENM_OBJECTPOSITIONS,
7008         ENM_SCROLLEVENTS): Add constants.
7009
7010         * include/richedit.h (ES_SELECTIONBAR, ENM_LINK): Sort constants.
7011
7012 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7013
7014         * include/errorep.h: New file.
7015
7016         * lib/faultrep.def: New file.
7017
7018 2003-10-09  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7019
7020         * include/winbase.h (AddVectoredExceptionHandler): Define if
7021         _WIN32_WINNT >= 0x0500.
7022
7023         * include/winnt.h (PVECTORED_EXCEPTION_HANDLER): Define if
7024         _WIN32_WINNT >= 0x0500.
7025
7026 2003-10-08  Corinna Vinschen  <corinna@vinschen.de>
7027
7028         * include/winbase.h (AddVectoredExceptionHandler): Only define if
7029         _WIN32_WINNT >= 0x0501.
7030
7031 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7032
7033         * include/winbase.h [_WIN32_WINNT >= 0x0500] (SetComputerNameEx[AW],
7034         UnregisterWaitEx): Add functions.
7035
7036         * include/winbase.h [_WIN32_WINNT >= 0x0500]
7037         (AddVectoredExceptionHandler, RemoveVectoredExceptionHandler): Add
7038         or guard function. The MSDN says it is available on Windows XP and
7039         better, and then it says it is declared for _WIN32_WINNT >= 0x0500.
7040         Huh?
7041
7042         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AddRefActCtx,
7043         CreateActCtx[AW], SetFileShortName[AW], SetFileValidData,
7044         ZombifyActCtx, QueryActCtxW): Add functions.
7045
7046         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7047         (QUERY_ACTCTX_FLAG_USE_ACTIVE_ACTCTX,
7048         QUERY_ACTCTX_FLAG_ACTCTX_IS_HMODULE,
7049         QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS): Add constants.
7050
7051         * include/winbase.h [_WIN32_WINNT >= 0x0502] (SetDllDirectory[AW],
7052         SetFirmwareEnvironmentVariable[AW]): Add functions.
7053
7054         * include/winnt.h [_WIN32_WINNT >= 0x0500] (VER_BUILDNUMBER,
7055         VER_MAJORVERSION, VER_MINORVERSION, VER_PLATFORMID,
7056         VER_SERVICEPACKMAJOR, VER_SERVICEPACKMINOR, VER_SUITENAME,
7057         VER_PRODUCT_TYPE, VER_EQUAL, VER_GREATER, VER_GREATER_EQUAL,
7058         VER_LESS, VER_LESS_EQUAL, VER_AND, VER_OR): Add constants.
7059
7060         * include/winnt.h [_WIN32_WINNT >= 0x0501]
7061         (PVECTORED_EXCEPTION_HANDLER): Add callback.
7062
7063         * include/winnt.h [_WIN32_WINNT >= 0x0501]
7064         (ACTIVATION_CONTEXT_INFO_CLASS,
7065         ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION,
7066         ACTIVATION_CONTEXT_DETAILED_INFORMATION,
7067         ACTIVATION_CONTEXT_QUERY_INDEX, ASSEMBLY_FILE_DETAILED_INFORMATION):
7068         Add structures.
7069
7070         * lib/user32.def (AddRefActCtx, AddVectoredExceptionHandler,
7071         CreateActCtx[AW], SetComputerNameEx[AW], SetDllDirectory[AW],
7072         SetFileShortName[AW], SetFileValidData,
7073         SetFirmwareEnvironmentVariable[AW], UnregisterWaitEx,
7074         VerSetConditionMask, ZombifyActCtx, QueryActCtxW): Add functions.
7075
7076 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7077
7078         * include/winbase.h (GetWriteWatch, IsSystemResumeAutomatic,
7079         ResetWriteWatch): Add function.
7080
7081         * include/winbase.h [_WIN32_WINNT >= 0x0500]
7082         (GetSystemWindowsDirectory[AW], ProcessIdToSessionId, ReplaceFile[AW]):
7083         Add functions.
7084
7085         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7086         (GetSystemWow64Directory[AW], HeapQueryInformation,
7087         HeapSetInformation, InitializeSListHead, InterlockedFlushSList,
7088         InterlockedPopEntrySList, InterlockedPushEntrySList, IsProcessInJob,
7089         IsWow64Process, QueryMemoryResourceNotification, ReleaseActCtx,
7090         RemoveVectoredExceptionHandler): Add functions.
7091
7092         * include/winnt.h [_WIN32_WINNT >= 0x0501] (HEAP_INFORMATION_CLASS):
7093         Add enumeration.
7094
7095         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetThreadIOPendingFlag):
7096         Add function.
7097
7098         * include/winbase.h [_WIN32_WINNT >= 0x0510] (RestoreLastError):
7099         Add function. The MSDN Magazine of June 2003 reads:
7100                 RestoreLastError is an enigma. It's code is identical to
7101                 SetLastError. It's unclear to me why it was made into a
7102                 separate API.
7103
7104         * lib/user32.def (GetSystemWindowsDirectory[AW],
7105         GetSystemWow64Directory[AW], GetThreadIOPendingFlag,
7106         HeapQueryInformation, HeapSetInformation, InitializeSListHead,
7107         InterlockedFlushSList, InterlockedPopEntrySList,
7108         InterlockedPushEntrySList, IsSystemResumeAutomatic, IsWow64Process,
7109         ProcessIdToSessionId, QueryMemoryResourceNotification, ReleaseActCtx,
7110         RemoveVectoredExceptionHandler, ReplaceFile[AW], ResetWriteWatch,
7111         RestoreLastError): Add functions.
7112
7113 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7114
7115         * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
7116         GetProcessIoCounters): Add functions.
7117
7118         * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
7119         Move around, needed by GetComputerNameEx.
7120
7121         * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
7122         FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
7123         Add functions.
7124
7125         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7126         (ACTCTX_SECTION_KEYED_DATA): Add structure.
7127
7128         * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
7129         GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
7130         GetProcessId, GetSystemRegistryQuota): Add functions, available on
7131         Windows XP SP1 and better.
7132
7133         * include/winnt.h [_WIN32_WINNT >= 0x0501]
7134         (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
7135         ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
7136         ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
7137         ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
7138         ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
7139         ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
7140         ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
7141         ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
7142
7143         * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
7144         GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
7145         GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
7146         GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
7147         Add functions.
7148
7149 2003-10-07  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7150
7151         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7152         (CheckRemoteDebuggerPresent, DebugActiveProcessStop, DebugBreakProcess,
7153         DebugSetProcessKillOnExit): Add functions.
7154
7155         * include/winbase.h [_WIN32_WINNT >= 0x0500] (DeleteTimerQueue,
7156         DeleteTimerQueueEx, DeleteTimerQueueTimer,
7157         DnsHostnameToComputerName[AW]): Add functions.
7158
7159         * lib/user32.def (CheckRemoteDebuggerPresent, DebugActiveProcessStop,
7160         DebugBreakProcess, DebugSetProcessKillOnExit, DeleteTimerQueueEx,
7161         DeleteTimerQueueTimer, DnsHostnameToComputerName[AW]): Add functions.
7162
7163 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net>
7164
7165         * include/winbase.h (GetVolumePathNamesForVolumeName): Available
7166         on Windows XP and later.
7167
7168 2003-10-07  Manu B  <manubee@users.sourceforge.net>
7169
7170         * include/commctrl.h (TreeView_Select): Returns BOOL.
7171
7172 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7173
7174         * include/winbase.h (CancelDeviceWakeupRequest): Add function.
7175
7176         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7177         (CreateMemoryResourceNotification, DeactivateActCtx): Add functions.
7178
7179         * include/winbase.h [_WIN32_WINNT >= 0x0500] (CreateTimerQueue,
7180         CreateTimerQueueTimer): Add function.
7181
7182         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7183         (MEMORY_RESOURCE_NOTIFICATION_TYPE): Add enumeration.
7184
7185         * include/winbase.h [_WIN32_WINNT >= 0x0501]
7186         (DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION): Add constant.
7187
7188         * include/winnt.h (WT_*): Add constants.
7189
7190         * lib/user32.def (CancelDeviceWakeupRequest,
7191         CreateMemoryResourceNotification, CreateTimerQueueTimer,
7192         DeactivateActCtx): Add functions.
7193
7194 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7195
7196         * include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
7197         Add function. Sometimes I don't understand MSDN. This function is
7198         available on Windows XP and Server 2003, but the SDK is supposed to
7199         make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN.
7200         Mmmh...
7201
7202         * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx):
7203         Guard function. Same remark as above.
7204
7205         * lib/user32.def (ConvertFiberToThread, CreateFiberEx):
7206         Add functions.
7207
7208 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7209
7210         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
7211         Add constants.
7212
7213         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
7214         structures.
7215
7216         * include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
7217         function. MSDN says the first argument is HACTCTX but I'm not sure
7218         where such a specialized handle is defined, so use HANDLE instead.
7219
7220         * include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
7221         CheckNameLegalDOS8Dot3[AW]): Add functions.
7222
7223         * lib/user32.def (ActivateActCtx, AttachConsole,
7224         CheckNameLegalDOS8Dot3[AW]): Add functions.
7225
7226         * lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
7227         Unfortunately I don't know which header to put the declarations in.
7228
7229 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7230
7231         * include/winnls.h (CTRY_KYRGYZSTAN, CTRY_MALDIVES, CTRY_MONGOLIA):
7232         Add constants.
7233
7234         * include/winnls.h (NLS_FUNCTION, SYSGEOCLASS, SYSGEOTYPE): Add
7235         constants for National Language Support.
7236
7237         * include/winnls.h (NLSVERSIONINFO): Add structure for National
7238         Language Support.
7239
7240         * include/winnls.h (GEO_ENUMPROC): Add callback for National
7241         Language Support.
7242
7243         * include/winnls.h (EnumSystemGeoID, GetCalendarInfo[AW],
7244         GetGeoInfo[AW], GetUserGeoID, SetCalendarInfo[AW], SetUserGeoID):
7245         Add functions.
7246
7247         * include/winnls.h (IsNLSDefinedString, GetNLSVersion): Add
7248         functions. Strange... I am unable to find which library contains
7249         these functions. Can't find anything with pexports. Any clue?
7250
7251         * lib/user32.def (EnumSystemGeoID, GetGeoInfo[AW], GetUserGeoID,
7252         SetUserGeoID): Add functions.
7253
7254 2003-10-06  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7255
7256         * include/winnt.h (LANG_KYRGYZ, LANG_MONGOLIAN, LANG_GALICIAN,
7257         LANG_SYRIAC, LANG_INVARIANT, SUBLANG_KASHMIRI_SASIA): Add constants.
7258
7259         * include/winnt.h (SUBLANG_AZERI_LATIN, SUBLANG_AZERI_CYRILLIC,
7260         SUBLANG_ENGLISH_ZIMBABWE, SUBLANG_ENGLISH_PHILIPPINES): Fix wrong
7261         value for constants.
7262
7263 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7264
7265         * include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
7266         INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
7267         the algorithms.
7268
7269 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7270
7271         * include/wincrypt.h (CRYPT_FLAGS_*): Add constants. Protocol flags.
7272
7273 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7274
7275         * include/wincrypt.h (KP_*): Add constants. Needed by
7276         CryptSetKeyParam() and other functions.
7277
7278 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7279
7280         * include/winuser.h [_WIN32_WINNT >= 0x0501] (EVENT_*, CONSOLE_*):
7281         Add constants, related to Console Accessibility.
7282
7283 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7284
7285         * include/winuser.h [WINVER >= 0x0500] (EVENT_MAX): Ooops...
7286         wrong value for constant.
7287
7288 2003-10-03  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7289
7290         * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.
7291
7292         * include/uxtheme.h: Cleanup.
7293         * include/tmschema.h: Cleanup.
7294
7295 2003-10-02  Luke Dunstan  <infidel@users.sourceforge.net>
7296
7297         * include/winspool.h (GetDefaultPrinter[AW]): Add functions.
7298         * lib/winspool.def (GetDefaultPrinter[AW]): Add stubs.
7299
7300 2003-10-01  Danny Smith  <dannysmith@users.sourceforge.net>
7301
7302         * include/winnt.h (INVALID_FILE_ATTRIBUTES): Fix define.
7303
7304 2003-09-30  Danny Smith  <dannysmith@users.sourceforge.net>
7305
7306         * include/winuser.h (BSF_*, BSM_*):  Sync constants defined in
7307         both winuser.h and dbt.h.
7308         * include/dbt.h (BSF_*, BSM_*): Likewise.
7309
7310         * include/winuser.h (struct tagRAWINPUT): Remove
7311         _ANONYMOUS_UNION tag from named union.
7312         (struct tagRAWMOUSE): Add _ANONYMOUS_STRUCT to nameless struct.
7313
7314 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7315
7316         * include/dhcpcdsk.h: New file.
7317         Note that MSDN is confused about whether it should start constant
7318         and structure names with DHCPCAPI or DHCPAPI. It's using both but
7319         experience suggests it's DHCPCAPI with `C'.
7320
7321         * lib/dhcpcsvc.def: New file.
7322
7323 2003-09-30  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7324
7325         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_INPUT,
7326         RIM_INPUTSINK): Add constants, for use by WM_INPUT notification.
7327
7328         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIDEV_REMOVE,
7329         RIDEV_EXCLUDE, RIDEV_PAGEONLY, RIDEV_NOLEGACY, RIDEV_INPUTSINK,
7330         RIDEV_CAPTUREMOUSE, RIDEV_NOHOTKEYS, RIDEV_APPKEYS): Add constants,
7331         for use in RAWINPUTDEVICE.
7332
7333         * include/winuser.h [_WIN32_WINNT >= 0x0501]
7334         (GetRawInputDeviceInfo[AW]): Ooops... there are
7335         ANSI/Unicode versions of this function.
7336
7337         * lib/user32.def (GetRawInputDeviceInfo[AW]): Ooops... there
7338         are ANSI/Unicode versions of this function.
7339
7340 2003-09-29  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7341
7342         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RIM_TYPEMOUSE,
7343         RIM_TYPEKEYBOARD, RIM_TYPEHID, MOUSE_MOVE_RELATIVE,
7344         MOUSE_MOVE_ABSOLUTE, MOUSE_VIRTUAL_DESKTOP,
7345         MOUSE_ATTRIBUTES_CHANGED, RI_MOUSE_LEFT_BUTTON_DOWN,
7346         RI_MOUSE_LEFT_BUTTON_UP, RI_MOUSE_RIGHT_BUTTON_DOWN,
7347         RI_MOUSE_RIGHT_BUTTON_UP, RI_MOUSE_MIDDLE_BUTTON_DOWN,
7348         RI_MOUSE_MIDDLE_BUTTON_UP, RI_MOUSE_BUTTON_1_DOWNT_BUTTON_DOWN,
7349         RI_MOUSE_BUTTON_1_UP, RI_MOUSE_BUTTON_2_DOWNHT_BUTTON_DOWN,
7350         RI_MOUSE_BUTTON_2_UP, RI_MOUSE_BUTTON_3_DOWNDLE_BUTTON_DOWN,
7351         RI_MOUSE_BUTTON_3_UP, RI_MOUSE_BUTTON_4_DOWN,
7352         RI_MOUSE_BUTTON_4_UP, RI_MOUSE_BUTTON_5_DOWN,
7353         RI_MOUSE_BUTTON_5_UP, RI_MOUSE_WHEEL, KEYBOARD_OVERRUN_MAKE_CODE,
7354         RI_KEY_MAKE, RI_KEY_BREAK, RI_KEY_E0, RI_KEY_E1,
7355         RI_KEY_TERMSRV_SET_LED, RI_KEY_TERMSRV_SHADOW, RID_INPUT,
7356         RID_HEADER, RIDI_PREPARSEDDATA, RIDI_DEVICENAME,
7357         RIDI_DEVICEINFO): Add constants.
7358
7359         * include/winuser.h [_WIN32_WINNT >= 0x0501] (RAWINPUTHEADER,
7360         RAWMOUSE, RAWKEYBOARD, RAWHID, RAWINPUT, RAWINPUTDEVICE,
7361         RAWINPUTDEVICELIST): Add structures.
7362
7363         * include/winuser.h [_WIN32_WINNT >= 0x0501] (DefRawInputProc,
7364         GetRawInputBuffer, GetRawInputData, GetRawInputDeviceInfo,
7365         GetRawInputDeviceList, GetRegisteredRawInputDevices): Add functions.
7366
7367         * lib/user32.def (DefRawInputProc, GetRawInputBuffer,
7368         GetRawInputData, GetRawInputDeviceInfo, GetRawInputDeviceList,
7369         GetRegisteredRawInputDevices): Add functions.
7370
7371 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7372
7373         * include/winable.h (BlockInput): Add function.
7374
7375         * include/winable.h (WS_ACTIVECAPTION): Add constant.
7376         For use with WINDOWINFO structure.
7377
7378         * include/winuser.h [_WIN32_WINNT >= 0x0500] (LockWorkStation):
7379         Add function.
7380
7381         * include/winuser.h [_WIN32_WINNT >= 0x0501] (IsWinEventHookInstalled):
7382         Add function.
7383
7384         * include/winuser.h [WINVER >= 0x0500] (UnhookWinEvent):
7385         Add function...
7386
7387         * include/winable.h [WINVER < 0x0500] (UnhookWinEvent):
7388         ...and duplicate.
7389
7390         * include/winuser.h [_WIN32_WINNT >= 0x0403] (SendInput):
7391         Guard function...
7392
7393         * include/winable.h [_WIN32_WINNT < 0x0403] (SendInput):
7394         ...and duplicate.
7395
7396         * include/winuser.h [WINVER >= 0x0500] (NotifyWinEvent):
7397         Guard function...
7398
7399         * include/winable.h [WINVER < 0x0500] (NotifyWinEvent):
7400         ...and duplicate.
7401
7402         * include/winuser.h [WINVER >= 0x0500] (MOUSEINPUT, KEYBDINPUT,
7403         HARDWAREINPUT, INPUT): Guard structures...
7404
7405         * include/winable.h [WINVER < 0x0500] (MOUSEINPUT, KEYBDINPUT,
7406         HARDWAREINPUT, INPUT): ...and duplicate.
7407
7408         * include/winuser.h [_WIN32_WINNT >= 0x0403] (INPUT_MOUSE,
7409         INPUT_KEYBOARD, INPUT_HARDWARE): Guard constants...
7410
7411         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7412         INPUT_KEYBOARD, INPUT_HARDWARE): ...and duplicate.
7413
7414         * include/winuser.h: Move around some lines. Reformat according
7415         to recommended or dominant style. Remove FAR keyword.
7416
7417         * include/winable.h: Move around some lines.
7418
7419         * lib/user32.def (BlockInput, IsWinEventHookInstalled,
7420         LockWorkStation, UnhookWinEvent): Add functions.
7421
7422 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7423
7424         * include/winuser.h [_WIN32_WINNT >= 0x0501] (PrintWindow,
7425         PW_CLIENTONLY): Add function and constant.
7426
7427         * lib/user32.def (PrintWindow): Add function.
7428
7429 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7430
7431         * include/winuser.h (RealGetWindowClassA[AW]): Add function.
7432
7433         * lib/user32.def (RealGetWindowClassA[AW]): Add function.
7434
7435 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7436
7437         * include/winuser.h [WINVER >= 0x0500] (RegisterDeviceNotification[AW],
7438         DEVICE_NOTIFY_WINDOW_HANDLE, DEVICE_NOTIFY_SERVICE_HANDLE,
7439         DEVICE_NOTIFY_ALL_INTERFACE_CLASSES): Add function and constants.
7440
7441         * lib/user32.def (RegisterDeviceNotification[AW]): Add function.
7442
7443 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7444
7445         * include/winuser.h [WINVER >= 0x0500] (SetWinEventHook, WINEVENTPROC,
7446         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7447         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7448
7449         * include/winable.h [WINVER < 0x0500] (SetWinEventHook, WINEVENTPROC,
7450         WINEVENT_OUTOFCONTEXT, WINEVENT_SKIPOWNTHREAD, WINEVENT_SKIPOWNPROCESS,
7451         WINEVENT_INCONTEXT): Add function, typedef, and constants.
7452
7453         * include/winuser.h [_WIN32_WINNT >= 0x0500] (UserHandleGrantAccess):
7454         Add function.
7455
7456         * lib/user32.def (SetWinEventHook, UserHandleGrantAccess):
7457         Add functions.
7458
7459 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7460
7461         * include/winnt.h (ACE_INHERITED_OBJECT_TYPE_PRESENT,
7462         ACE_OBJECT_TYPE_PRESENT): Add constants.
7463         For use with OBJECTS_AND_NAME structure.
7464
7465 2003-09-26  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7466
7467         * include/aclapi.h [_WIN32_WINNT >= 0x0501] (GetInheritanceSource[AW]):
7468         Add functions. Don't know what PFN_OBJECT_MGR_FUNCTS is so use
7469         void* instead.
7470
7471         * include/accctrl.h [_WIN32_WINNT >= 0x0501] (INHERITED_FROM[AW],
7472         PINHERITED_FROM[AW]): Add structures.
7473
7474         * lib/user32.def (GetInheritanceSource[AW]): Add functions.
7475
7476 2003-09-26  Corinna Vinschen  <corinna@vinschen.de>
7477
7478         * include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
7479
7480 2003-09-25  Danny Smith  <dannysmith@users.sourceforge.net>
7481
7482         * lib/version.def (LIBRARY): Quote name.
7483
7484 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7485
7486         * include/winuser.h (GetClipboardSequenceNumber): Add functions
7487         and constants.
7488
7489         * include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
7490         GR_USEROBJECTS): Add functions and constants.
7491
7492         * include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
7493         GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
7494
7495         * include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
7496         ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
7497         constants.
7498
7499         * lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
7500         GetMouseMovePointsEx, InSendMessageEx): Add functions.
7501
7502 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7503
7504         * include/winuser.h (BroadcastSystemMessage, BroadcastSystemMessageA,
7505         BroadcastSystemMessageW, BroadcastSystemMessageEx,
7506         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7507         BSMINFO, BSF_ALLOWSFW, BSF_SENDNOTIFYMESSAGE, BSF_LUID,
7508         BSF_RETURNHDESK): Add functions and constants.
7509
7510         * include/winuser.h (EnumDisplaySettingsEx, EnumDisplaySettingsExA,
7511         EnumDisplaySettingsExW, EDS_RAWMODE): Add functions and constant.
7512
7513         * include/winuser.h (IsGUIThread, IsHungAppWindow, FlashWindowEx,
7514         GetProcessDefaultLayout, SetProcessDefaultLayout,
7515         RealChildWindowFromPoint, SetProcessDefaultLayout,
7516         SwitchToThisWindow): Add functions.
7517
7518         * lib/user32.def (BroadcastSystemMessageA, BroadcastSystemMessageW,
7519         BroadcastSystemMessageExA, BroadcastSystemMessageExW,
7520         EnumDisplaySettingsExA, EnumDisplaySettingsExW, FlashWindowEx,
7521         GetProcessDefaultLayout, IsGUIThread, IsHungAppWindow,
7522         RealChildWindowFromPoint, SetProcessDefaultLayout,
7523         SwitchToThisWindow): Add function.
7524
7525 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7526
7527         * include/winuser.h (DeregisterShellHookWindow): Add function.
7528
7529         * include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function.
7530
7531         * lib/user32.def (EndTask): Add function.
7532
7533         * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to
7534         use _WIN32_WINNT instead of WINVER to test for Windows 2000.
7535
7536         * include/winable.h: Reorder target macros.
7537
7538         * lib/*.def: Cleanup.
7539
7540 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7541
7542         * include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
7543         function.
7544
7545         * lib/user32.def (AnimateWindow): Add function. By the way
7546         there are ~ 140 symbols missing from this file when comparing
7547         to user32.dll on Windows XP.
7548
7549 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7550
7551         * include/winuser.h [WINVER >= 0x0500] (AW_SLIDE, AW_ACTIVATE,
7552         AW_BLEND, AW_HIDE, AW_CENTER, AW_HOR_POSITIVE, AW_HOR_NEGATIVE,
7553         AW_VER_POSITIVE, AW_VER_NEGATIVE): Add constants. For use by
7554         AnimateWindow().
7555
7556 2003-09-25  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7557
7558         * include/winuser.h [WINVER >= 0x0500] (GetGUIThreadInfo,
7559         LPGUITHREADINFO): Add function and associated typedef...
7560
7561         * include/winable.h [WINVER < 0x0500] (GetGUIThreadInfo,
7562         LPGUITHREADINFO): ...and duplicate them in <winable.h> as
7563         seems to be required on older versions of Windows.
7564
7565 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7566
7567         * include/GL/glu.h (gluErrorUnicodeStringWIN): Add macro
7568         function. MSDN suggests using gluErrorUnicodeStringWIN
7569         instead of gluErrorString, as it allows both ANSI and Unicode
7570         error strings.
7571
7572         * include/GL/glu.h (gluErrorUnicodeStringEXT): Make the
7573         returned pointer const for consistency reasons.
7574
7575 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7576
7577         * include/GL/glu.h (gluErrorUnicodeStringEXT): Add function.
7578         Function exists in glu32.def but is undocumented on MSDN.
7579         A Google search came up with this declaration.
7580
7581 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7582
7583         * include/GL/glu.h: Rewritten from scratch. Started from GLU 1.3
7584         headers from OpenGL Sample Implementation. Windows ships with
7585         GLU 1.2 so some constants and functions were removed. Then some
7586         typedef's and function declarations were reworked to look like
7587         the previous GL/glu.h.
7588
7589 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7590
7591         * include/uxtheme.h (PROPERTYORIGIN): the documentation of
7592         PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation
7593         suggests it's actually `enum PROPERTYORIGIN'. Keep both.
7594
7595         * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests
7596         it's either `THEME_SIZE' or `THEMESIZE' but experimentation
7597         suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE'
7598         and `enum THEMESIZE'.
7599
7600 2003-09-24  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7601
7602         * include/uxtheme.h: New file.
7603         * include/tmschema.h: New file.
7604         * include/uxtheme.def: New file.
7605         * lib/test.c: Include uxtheme.h, tmschema.h.
7606
7607 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7608
7609         * include/winuser.h (KEYEVENTF_UNICODE, KEYEVENTF_SCANCODE):
7610         Add defines.
7611
7612 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7613
7614         * include/winable.h [_WIN32_WINNT < 0x0403] (INPUT_MOUSE,
7615         INPUT_KEYBOARD, INPUT_HARDWARE): Duplicate defines in
7616         <winable.h> as seems to be required on older versions of
7617         Windows.
7618
7619 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7620
7621         * include/winuser.h [WINVER >= 0x0500] (CHILDID_SELF,
7622         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7623         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE, GUI_16BITTASK):
7624         Add defines, the last one only on Windows XP...
7625
7626         * include/winable.h [WINVER < 0x0500] (CHILDID_SELF,
7627         GUI_CARETBLINKING, GUI_INMOVESIZE, GUI_INMENUMODE,
7628         GUI_SYSTEMMENUMODE, GUI_POPUPMENUMODE): ...and duplicate
7629         them in <winable.h> as seems to be required on older
7630         versions of Windows.
7631
7632 2003-09-23  Dimitri Papadopoulos  <papadopo@users.sourceforge.net>
7633
7634         * include/winuser.h [WINVER >= 0x0500] (GUITHREADINFO,
7635         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7636         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7637         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): Bring
7638         back into <winuser.h>...
7639
7640         * include/winable.h [WINVER < 0x0500] (GUITHREADINFO,
7641         OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR, OBJID_MENU,
7642         OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL, OBJID_SIZEGRIP,
7643         OBJID_CARET, OBJID_CURSOR, OBJID_ALERT, OBJID_SOUND): ...and
7644         comment out in <winable.h>. MSDN may say <winable.h> but this
7645         breaks many programs. It seems it used to be <winable.h> on
7646         older versions of Windows.
7647
7648 2003-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
7649
7650         * include/winuser.h (UpdateLayeredWindow): Protect against NOGDI.
7651         Thanks to Will Levine  <willll@users.sourceforge.net>
7652
7653 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7654
7655         * include/ws2spi.h (LPWSPBIND): Change CONST LPSOCKADDR to
7656         const struct sockaddr*.
7657         (LPWSPCONNECT): Likewise.
7658         (LPWSPJOINLEAF): Likewise.
7659         (LPWSPSENDTO): Likewise.
7660         Tanks to Sebastian Nowak  <snowak1@users.spourceforge.net>
7661
7662 2003-09-15  Filip Navara  <xnavara@volny.cz>
7663
7664         * include/commctrl.h (TCIS_BUTTONPRESSED, TCIS_HIGHLIGHTED):
7665         Add definitions.
7666
7667 2003-09-15  Sascha Brawer  <brawer@dandelis.ch>
7668
7669         * include/winuser.h (DISPLAY_DEVICE_ATTACHED_TO_DESKTOP,
7670         DISPLAY_DEVICE_PRIMARY_DEVICE, DISPLAY_DEVICE_MIRRORING_DRIVER,
7671         DISPLAY_DEVICE_VGA_COMPATIBLE, DISPLAY_DEVICE_REMOVABLE,
7672         DISPLAY_DEVICE_MODESPRUNED): Define constants.
7673         (ChangeDisplaySettingsEx[A,W]): Add prototype.
7674
7675         * lib/user32.def (ChangeDisplaySettingsEx[A,W]): Add exports.
7676         (EnumDisplayDevices[A,W]): Likewise.
7677
7678 2003-09-15  Danny Smith  <dannysmith@users.sourceforge.net>
7679
7680         * include.commctrl.h (_WIN32_WINNT): Change _WXP to 0x0501,
7681         throughout.
7682
7683 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7684
7685         * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7686         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7687         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7688         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7689         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF,LPPOINTF, CONTROLINFO,
7690         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7691         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7692         PROPPAGEINFO, LPPROPPAGEINFO): Remove from here ...
7693         * include/ocidl.h: (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,
7694         LPENUMCONNECTIONPOINTS, LPCONNECTIONPOINT, LPENUMCONNECTIONS,
7695         LPPROPERTYPAGESITE, LPFONT, LPFONTDISP, OLE_COLOR, HIMETRIC,
7696         OLE_YPOS_HIMETRIC, OLE_XSIZE_HIMETRIC, OLE_YSIZE_HIMETRIC,
7697         OLE_YSIZE_CONTAINER, OLE_HANDLE, POINTF, LPPOINTF, CONTROLINFO,
7698         LPCONTROLINFO, CONNECTDATA, LPCONNECTDATA, LICINFO, LPLICINFO,
7699         CAUUID, LPCAUUID, CALPOLESTR, LPCALPOLESTR, CADWORD, LPCADWORD,
7700         PROPPAGEINFO, LPPROPPAGEINFO): ... to here, for consistency
7701         with documentation.
7702         * include/olectl.h: Do #include <ocidl.h>.
7703         * include/ocidl.h: Don't #include <olectl.h>.
7704
7705 2003-09-13  Danny Smith  <dannysmith@users.sourceforge.net>
7706
7707         * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
7708         Change guards to use numeric constants, throughout.
7709
7710 2003-09-15  Earnie Boyd  <earnie@users.sf.net>
7711
7712         * include/w32api.h: Increment version to 2.5.
7713         * Makefile.in: Ditto.
7714
7715 2003-09-08  Justin Forest  <vhex@users.sourceforge.net>
7716
7717         * include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
7718         PM_QS_PAINT, PM_QS_SENDMESSAGE): Add defines.
7719
7720 2003-09-08  Filip Navara  <xnavara@volny.cz>
7721
7722         * include/wingdi.h (GRADIENT_FILL_RECT_H, GRADIENT_FILL_RECT_V,
7723         GRADIENT_FILL_TRIANGLE, GRADIENT_FILL_OP_FLAG): Add defines.
7724
7725 2003-09-05  Earnie Boyd  <earnie@users.sf.net>
7726
7727         * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
7728         * include/winbase.h (_NT5, etc): Ditto.
7729
7730 2003-09-02  Bart Oldeman  <bartoldeman@users.sourceforge.net>
7731
7732         * lib/snmpapi.def (LIBRARY) Add library name.
7733         Remove '\r', throughout.
7734         * lib/wsnmp32.def: Remove '\r', throughout.
7735         * lib/igmpagnt.def: Likewise.
7736
7737 2003-08-29  Steve Cleary  <scleary@jerviswebb.com>
7738
7739         * include/winuser.h (QS_ALLPOSTMESSAGE, QS_RAWINPUT): Add defines.
7740         (QS_INPUT, QS_ALLINPUT, QS_ALLEVENTS): Adjust by OR'ing with
7741         QS_RAWINPUT for _WIN32_WINNT >= 0x0501.
7742         (MWMO_*): Add flags.
7743
7744         * include/wincrypt.h (MS_ENHANCED_PROV[AW], MS_STRONG_PROV[AW],
7745         MS_DEF_RSA_SIG_PROV[AW], MS_DEF_RSA_SCHANNEL_PROV[AW],
7746         MS_DEF_DSS_PROV[AW], MS_DEF_DSS_DH_PROV[AW], MS_ENH_DSS_DH_PROV[AW],
7747         MS_DEF_DH_SCHANNEL_PROV[AW], MS_SCARD_PROV[AW]): Add definitions.
7748
7749 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7750
7751         * lib/test.c: Add vfw.h to includes.
7752         * include/mmsystem.h: Add #ifndef guard to definition of
7753         mmioFOURCC macro.
7754         * include/vfw.h: Protect __OBJC__ from COM declarations.
7755
7756 2003-08-26  Filip Navara  <xnavara@volny.cz>
7757
7758         * include/vfw.h: New file.
7759
7760 2003-08-26  Filip Navara  <xnavara@volny.cz>
7761
7762         * include/ddk/winddk.h (RTL_REGISTRY_*): Add defines.
7763         (IoSetCompletionRoutine): Cast _CompletionRoutine arg to
7764         PIO_COMPLETION_ROUTINE.
7765
7766 2003-08-26  Danny Smith  <dannysmith@users.sourceforge.net>
7767
7768         * lib/test.c: Add snmp.h, winsnmp.h amd mgmtapi.h to
7769         includes.
7770
7771 2003-08-26  Filip Navara  <xnavara@volny.cz>
7772
7773         * include/snmp.h: New file.
7774         * include/winsnmp.h: New file.
7775         * include/mgmtapi.h: New file.
7776         * lib/snmpapi.def: New file.
7777         * lib/wsnmp32.def: New file.
7778         * lib/igmpagnt.def: New file.
7779         * lib/mgmtapi.def (SnmpMgrCtl) Add stub.
7780         (SnmpMgrGetTrapEx): Ditto.
7781         (SnmpMgrMIB2Disk): Remove.
7782         (dbginit): Remove.
7783
7784 2003-08-25  Steven Edwards  <Steven_Ed4153@yahoo.com>
7785
7786         * include/ddk/ntifs.h: Change all C++ style comments to C.
7787         * include/GL/gl.h: Ditto.
7788
7789 2003-08-25  Martin Fuchs  <Martin-Fuchs@gmx.net>
7790
7791         * include/shlobj.h (SFGAO_GHOSTED): Correct.
7792         (SFGAO_HIDDEN): Add define.
7793
7794 2003-08-25  Filip Navara  <xnavara@volny.cz>
7795
7796         * include/commctrl.h (ILCF_*): Add defines.
7797         (ILD_*): Ditto.
7798         (HDS_*): Ditto.
7799         (IPN_FIRST, IPN_LAST): Cast to UINT.
7800         (SBN_FIRST, SBN_LAST): Add defines.
7801         (PGN_*): Ditto.
7802         (HDF_JUSTIFYMASK): Fix typo.
7803         (HDM_*): Add defines.
7804         (HICF_*): Ditto.
7805         (I_INDENTCALLBACK,I_IMAGENONE): Ditto.
7806         (TBSTATE_MARKED): Add define.
7807         (TBSTYLE_EX_*): Add defines.
7808         (TBCDRF_*): Ditto.
7809         (IDB_HIST_SMALL_COLOR,IDB_HIST_LARGE_COLOR): Ditto.
7810         (TB_*): Ditto.
7811         (TBN_*): Ditto.
7812         (TBNRF_*): Ditto.
7813         (TTF_*): Ditto.
7814         (TBCD_*): Ditto.
7815         (TBDDRET_*): Ditto.
7816         (TBIMHT_*): Ditto.
7817         (TTM_*): Ditto.
7818         (UDM_*): Ditto.
7819         (TBIF_BYINDEX): Define as hex constant.
7820         (CDIS_*): Add defines.
7821         (CDDS_SUBITEM): Add define.
7822         (LVIF_*): Add defines.
7823         (LVM_*): Ditto.
7824         (LVGIT_UNFOLDED): Add define.
7825         (TVM_): Add defines.
7826         (TVE_EXPANDPARTIAL): Add define.
7827         (TVGN_LASTVISIBLE): Ditto.
7828         (TVN_*): Add defines.
7829         (TVNRET_*): Add defines.
7830         (TCIF_STATE): Add define.
7831         (NM_TOOLTIPSCREATED): Ditto.
7832         (CCM_*): Add defines.
7833         (INFOTIPSIZE): Add numeric value.
7834         (ODT_LISTVIEW): Ditto.
7835         (MCM_GETMAXTODAYWIDTH): Ditto.
7836         (MCHT_*): Add defines.
7837         (UDM_SETRANGE32,UDM_GETRANGE32): Define in terms of WM_USER.
7838         (PGF_*): Add defines.
7839         (PGM_*): Ditto.
7840         (TBINSERTMARK): Add structure.
7841         (LPIMAGEINFO) Add typedef.
7842         (LPHDHITTESTINFO): Ditto.
7843         (NMLVGETINFOTIP[AW]: Add structures.
7844         (NMTBCUSTOMDRAW): Add structure.
7845         (TTTOOLINFOA_V*_SIZE): Add macros.
7846         (TTTOOLINFOW_V1_SIZE): Ditto.
7847         (IMAGELISTDRAWPARAMS): Add new members for WXP.
7848         (LVITEM[AW]: Ditto.
7849         (TCITEM[AW]):Ditto.
7850         (CCSIZEOF_STRUCT): Correct macro definition.
7851         (ListView_*): Add new macros.
7852         (HIMAGELIST): Correct typedef.
7853         (HTREEITEM): Ditto.
7854
7855 2003-08-25   Danny Smith  <dannysmith@users.sourceforge.net>
7856
7857         * commctrl.h (TC_HITTESTINFO): Remove. Add defines for
7858         TCHITTESTINFO for backward compatibility.
7859         (TC_ITEM[AW]): Rename to TCITEM[AW]. Add defines for backward
7860         compatibility.
7861
7862 2003-08-24   Danny Smith  <dannysmith@users.sourceforge.net>
7863
7864         * include/objidl.h (COBJMACROS): Define macros only
7865         if using C interace.
7866         * include/unknwn.h: Ditto.
7867         * include/comcat.h: Ditto.
7868
7869 2003-08-24  Filip Navara  <xnavara@volny.cz>
7870
7871         * include/prsht.h (PSH_WIZARDHASFINISH, PSH_WIZARD_LITE,
7872         PSH_NOCONTEXTHELP): Define.
7873         (PSH_WIZARD97): Fix definition for _WIN32_IE >= 0x500.
7874         * include/winuser.h (DFCS_TRANSPARENT, DFCS_HOT): Define.
7875         (LPDLGTEMPLATE[AW]): Add typedefs.
7876
7877 2003-08-22  Filip Navara  <xnavara@volny.cz>
7878
7879         * include/aclapi.h (BuildImpersonateExplicitAccessWithName[AW]):
7880         Add prototypes.
7881         BuildImpersonateTrustee[AW]): Add prototypes.
7882         GetMultipleTrustee[AW]): Add prototypes.
7883         GetMultipleTrusteeOperation[AW]): Add prototypes.
7884
7885 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7886
7887         * include/winnt.h (IMAGE_SUBSYSTEM_XBOX): Add define.
7888
7889 2003-08-22  Mihai Preda  <mihai_preda@users.sourceforge.net>
7890
7891         * include/shlobj.h (IPersistFolder::GetClassID):
7892         Correct declaration.
7893         (CMF_*) Add missing defines.
7894
7895 2003-08-22   Danny Smith  <dannysmith@users.sourceforge.net>
7896
7897         * include/winuser.h (DC_BUTTONS): Add define.
7898
7899 2003-08-22  Andrew Greenwood  <lists@silverblade.co.uk>
7900
7901         * include/winuser.h (DC_GRADIENT): Add define.
7902
7903 2003-08-22  Martin Fuchs  <Martin-Fuchs@gmx.net>
7904
7905         * include/commctrl.h (BTNS_*): Define BTNS_* as successors to the
7906         older TBSTYLE_* constants.
7907
7908 2003-08-18  Danny Smith  <dannysmith@users.sourceforge.net>
7909
7910         * include/commctrl.h (TB_*) Group defines together.
7911
7912 2003-08-18  Martin Fuchs  <Martin-Fuchs@gmx.net>
7913
7914         * include/winuser.h (ICON_SMALL2): Define.
7915         * include/commctrl.h (TB_SETBUTTONWIDTH, TB_SETDRAWTEXTFLAGS):
7916         Define.
7917         * include/shlobj.h (SHDRAGIMAGE): Define structure.
7918         (IDragSourceHelper) Define interface.
7919         (IDropTargetHelper): Likewise.
7920         (IExtractIcon): Unicode it.
7921         (ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
7922         OnStateChange and IncludeObject methods.
7923
7924 2003-08-17  Martin Fuchs  <Martin-Fuchs@gmx.net>
7925
7926         * include/commctrl.h (TreeView_GetScrollTime,
7927         TreeView_SetScrollTime): Define macros.
7928         * include/winuser.h (GetShellWindow): Add prototype.
7929         * include/objidl.h (STGMEDIUM): Correct lpszFileName type.
7930
7931 2003-08-15  Martin Fuchs  <Martin-Fuchs@gmx.net>
7932
7933         * include/shguid.h (CLSID_DragDropHelper, IID_IDropTargetHelper,
7934         IID_IDragSourceHelper): Declare.
7935         * lib/shell32.c (CLSID_DragDropHelper, IID_IDropTargetHelper,
7936         IID_IDragSourceHelper): Define.
7937
7938 2003-08-15  Andrew Greenwood  <lists@silverblade.co.uk>
7939
7940         * include/wingdi.h (DEVMODE[AW]) Correct structure definition.
7941         * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED.
7942         * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
7943
7944 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7945
7946         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView,
7947         CGID_ShellServiceObject): Remove definitions.
7948         * lib/shell32.c (CGID_ShellServiceObject): Add definition.
7949
7950 2003-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
7951
7952         * include/shlobj.h (SHELLSTATE): Add structure.
7953         (SHGetSetSettings): Add prototype.
7954         (SHGetSettings): Add prototype.
7955         * lib/shell32.def (SHGetSetSettings): Add stub.
7956
7957 2003-08-10  Phil Krylov  <likewolf@users.sourceforge.net>
7958
7959         * include/commctrl.h (HDM_ORDERTOINDEX): Add define.
7960         (Header_OrderToIndex): Add macro.
7961         (Header_GetOrderArray): Add macro.
7962
7963         * include/commdlg.h (FR_MATCHALEFHAMZA,
7964         FR_MATCHDIAC, FR_MATCHKASHIDA): Add defines.
7965
7966 2003-08-10  Martin Fuchs  <Martin-Fuchs@gmx.net>
7967
7968         * include/commctrl.h (TVM_GETSCROLLTIME,
7969         TVM_SETSCROLLTIME): Add defines.
7970
7971 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7972
7973         * include/shlobj.h (SHELLFLAGSTATE): Add structure.
7974         (SHGetInstanceExplorer): Correct return type.
7975         (SHGetFolderPath[AW]): Likewise.
7976         Thanks to Magnus Olsen  <greatlord@sourceforge.users.net>
7977         for report.
7978
7979 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7980
7981         * lib/test.c: Include winldap.h, ntldap.h, winber.h.
7982
7983 2003-08-01  Filip Navara  <xnavara@volny.cz>
7984
7985         * include/winldap.h: New file.
7986         * include/ntldap.h: New file.
7987         * include/winber.h: New file.
7988         * lib/winldap32.def: New file.
7989
7990 2003-08-01  Danny Smith  <dannysmith@users.sourceforge.net>
7991
7992         * include/ddk/atm.h: Remove stray '.';
7993
7994 2003-08-01  Gisle Vanem  <gvanem@broadpark.no>
7995
7996         * include/ddk/winddk.h: Remove trailing ';' from macros,
7997         throughout. Add () around defines with cast returns, throughout.
7998
7999 2003-07-31  Martin Fuchs  <Martin-Fuchs@gmx.net>
8000
8001         * include/shlobj.h (SFGAO_COMPRESSED): Add define.
8002         (SFGAOF, SHGDNF): Add typedef's.
8003         (SHCONTF): Extend enum.
8004
8005 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
8006
8007         * include/shellapi.h: Include all structs within pshpack2.h/
8008         poppack.h block.
8009
8010 2003-07-26  Danny Smith  <dannysmith@users.sourceforge.net>
8011
8012         * include/winuser.h (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK,
8013         LWA_COLORKEY, LWA_ALPHA): Guard with _WIN32_WINNT,
8014         _WIN32_WINDOWS, not WINVER.
8015         (AllowSetForegroundWindow,LockSetForegroundWindow,
8016         SetLayeredWindowAttributes): Likewise.
8017         (GetLayeredWindowAttributes,UpdateLayeredWindow): Add prototypes.
8018         * lib/user32.def (GetLayeredWindowAttributes,UpdateLayeredWindow):
8019         Add stubs.
8020
8021 2003-07-26  Eric R. Krause  <ekrause_98@users.sourceforge.net>
8022
8023         * include/objidl.h (IMalloc): Fix typo.
8024
8025 2003-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
8026
8027         * include/dkk/ntifs.h: Fix typo in guard for
8028         #pragma GCC system_header.
8029
8030 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8031
8032         * include/objidl.h (PropVariant): Add CHAR cVal field
8033         to union.
8034         (FMTID_SummaryInformation, FMTID_DocSummaryInformation,
8035         FMTID_UserDefinedProperties): Declare.
8036
8037 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8038
8039         * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes.
8040
8041 2003-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
8042
8043         * include/winbase.h (DUPLICATE_CLOSE_SOURCE,
8044         DUPLICATE_SAME_ACCESS): Remove defines.
8045         (HANDLE_FLAG_INHERIT, HANDLE_FLAG_PROTECT_FROM_CLOSE): Sync with
8046         ddk/ntapi.h defines.
8047         (SEM_*) : Likewise.
8048         * include/winnt.h (COMPRESSION_*, ACCESS_*, SYSTEM_*): Sync with
8049         ddk/ntifs.h defines.
8050         (FILE_*): Likewise.
8051         (MEM_IMAGE, SEC_*): Likewise.
8052         (DUPLICATE_CLOSE_SOURCE, DUPLICATE_SAME_ACCESS,
8053         DUPLICATE_SAME_ATTRIBUTES): Sync with ddk/winddk.h defines.
8054         (TOKEN_*): Sync with ddk/ntifs.h defines.
8055         * include/ddk/ntapi.h: Add comments noting definitions in
8056         winbase.h.
8057         * include/ddk/ntifs.h: Add comments noting definitions in
8058         winnt.h.
8059         * include/ddk/winddk.h: Add comments noting definitions in
8060         winnt.h.
8061
8062 2003-07-18  Danny Smith  <dannysmith@users.sourceforge.net>
8063
8064         * include/winnt.h (FILE_*): Sync with ddk/winddk.h.
8065         * include/winioctl.h (FILE_*): Sync with ddk/winddk.h.
8066
8067 2003-07-17  Pierre Humblet  <pierre.humblet@ieee.org>
8068
8069         * include/mmsystem.h (TIME_KILL_SYNCHRONOUS): Add define.
8070
8071 2003-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
8072
8073         Clean up warnings in ddk.
8074
8075         * include/ddk/atm.h (_ATM_AAL_OOB_INFO): Add _ANONYMOUS_UNION,
8076         conditional on  __cplusplus.
8077         * include/ddk/scsi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
8078         defines, throughout.
8079         (_CDB): Add _ANONYMOUS_UNION, conditional on __cplusplus.
8080         * include/ddk/cfg.h (_PNP_VETO_TYPE): Remove extra comma.
8081         * include/ddk/cfgmgr32.h: Change C++ comment style to ISO C.
8082         * include/ddk/ddkmapi.h (_DDLOCKOUT): Add _ANONYMOUS_UNION defines.
8083         * include/ddk/hidpi.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
8084         defines, throughout.
8085         * include/ddk/ndis.h: Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT
8086         defines, throughout. Remove trailing semicolon from *_S 'structure'
8087         macro expansion, throughout. Remove trailing semicolon from
8088         DECLARE_UNKNOWN_STRUCT macro expansion.
8089         * include/ddk/ndiswan.h (_NDIS_WAN_COMPRESS_INFO): Add
8090         _ANONYMOUS_UNION.
8091         * include/ddk/ntapi.h (_PROCESS_DEVICEMAP_INFORMATION,
8092         _PROCESS_SESSION_INFORMATION): Add _ANONYMOUS_UNION.
8093         * include/ddk/ntddcdrm.h (CDROM_TOC_CD_TEXT_DATA_BLOCK):
8094         Add _ANONYMOUS_UNION.
8095         * include/ddk/ntdddisk.h: Add _ANONYMOUS_UNION, throughout.
8096         * include/ddk/ntddmou.h:  Add _ANONYMOUS_UNION, throughout.
8097         * include/ddk/ntifs.h:  Add _ANONYMOUS_UNION, throughout.
8098         (ZwQueryObject): Change 2nd param to OBJECT_INFORMATION_CLASS, to
8099         match proto in ntapi.h.
8100         (ZwSetInformationObject): Likewise.
8101         * include/ddk/srb.h (SCSI_REQUEST_BLOCK): Add _ANONYMOUS_UNION.
8102         (SCSI_ADAPTER_CONTROL_TYPE): Add __extension__.
8103         * include/ddk/tdikrnl.h (TDI20_CLIENT_INTERFACE_INFO): Add
8104         _ANONYMOUS_UNION and _ANONYMOUS_STRUCT.
8105         * include/ddk/usb.h (USB): Add _ANONYMOUS_UNION.
8106         * include/ddk/usbcamdi.h (USBCAMD_CamControlFlags): Remove
8107         last comma.
8108         * include/ddk/video.h (STATUS_BLOCK): Add _ANONYMOUS_UNION.
8109         * include/ddk/winddk.h (DECLARE_INTERNAL_OBJECT): Remove
8110         trailing semicolon when expanding macro.
8111         (GENERAL_LOOKASIDE_S): Likewise.
8112         Add _ANONYMOUS_UNION and _ANONYMOUS_STRUCT, throughout.
8113         Change inline to __inline, throughout.
8114         * include/ddk/winnt4.h: Change inline to __inline, throughout.
8115
8116 2003-07-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8117
8118         * include/ddk/ntifs.h (KeInsertQueueApc): Make return type
8119         BOOLEAN. Name parameter 4 PriorityBoost and make it of type
8120         KPRIORITY.
8121         * include/ddk/winddk.h (_KPCR): Put IDT field on next line.
8122         * include/ddk/winddk.h (_IO_STATUS_BLOCK, _IRP, _OWNER_ENTRY,
8123         _ERESOURCE, _IMAGE_INFO, _CREATE_DISK, _DISK_SIGNATURE, _KPCR_TIB):
8124         Apply _ANONYMOUS_UNION to anonymous unions and _ANONYMOUS_STRUCT
8125         to anonymous structs.
8126
8127 2003-07-12  Danny Smith  <dannysmith@users.sourceforge.net>
8128
8129         * include/winnt.h (PVOID): Move to before HANDLE typedef.
8130
8131         * include/winuser.h (mouse_event): Correct type of fifth param,
8132         Thanks to: Andrew Jones <guln at users dot sourceforge dot net>
8133
8134 2003-07-11  Earnie Boyd  <earnie@users.sf.net>
8135
8136         * include/winnt.h (HANDLE): Define based on STRICT filter.
8137         (THREAD_BASE_PRIORITY_MIN): Use parens around negative value.
8138         (THREAD_BASE_PRIOIRTY_IDLE): Ditto.
8139
8140 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
8141
8142         * include/commctrl.h (NMTVDISPINFO[AW]): Replace obsolete struct
8143         names _TV_DISPINFO[AW] and typedefs. Add defines for backward
8144         compatability. Thanks to Magnus Olsen <greatlord@users.sf.net>
8145         for report.
8146
8147 2003-07-03  Earnie Boyd  <earnie@users.sf.net>
8148
8149         * config.guess, config.sub: Update with new versions from ftp.gnu.org.
8150
8151 2003-07-03  Luke Dunstan  <infidel@users.sf.net>
8152
8153         * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses around
8154         macro arguments. Thanks to Tom Bishop <tombishop@users.sf.net>.
8155         * include/winuser.h (MONITOR_DEFAULTTONULL, MONITOR_DEFAULTTOPRIMARY,
8156         MONITOR_DEFAULTTONEAREST, MONITORINFOF_PRIMARY): Add defines.
8157         (TPM_RECURSE): Add guard for Win98/Win2K.
8158         Thanks to Magnus Olsen <greatlord@users.sf.net>.
8159
8160 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
8161
8162         * include/basetyps.h (small, hyper): Change to __small and __hyper to
8163         avoid user namespace conflicts.
8164
8165 2003-07-01  Earnie Boyd  <earnie@users.sf.net>
8166
8167         * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,
8168         _IE3, _IE4, _IE5, _IE6): Add definitions.
8169         * include/winbase.h (GetLongPathName[AW]): Add guard for OS >= NT5 or
8170         >= Win98.
8171         Change existing guards to use the above macro names as appropriate.
8172         * include/basetyps.h (__int32, __int16, __int8, small, hyper): Define.
8173         Note: Also added to mingw/include/_mingw.h.
8174
8175 2003-06-28  Steven Edwards  <Steven_Ed4153@yahoo.com>
8176
8177         * include/shlwapi.h (UrlGetLocationA, UrlGetLocationW,
8178         PathFindSuffixArrayA, PathFindSuffixArrayW,
8179         PathFindExtensionA, PathFindExtensionW, StrStrW
8180         StrStrA): Change unicode-macro'd LP[C]TSTR return values to
8181         explicit type.
8182
8183 2003-06-26  Mattia Barbon  <mbarbon@dsi.unive.it>
8184
8185         * include/richedit.h (PARAFORMAT2): Add definition.
8186         * include/richedit.h (PFA_*, PFE_*, PFM_*): Add some
8187         missing constants.
8188
8189 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
8190
8191         * include/shellapi.h (SHQUERYRBINFO): Add structure,
8192         (SHQueryRecycleBin[AW]. SHEmptyRecycleBin[AW]):Add prototypes.
8193         (SHERB_NOCONFIRMATION, SHERB_NOPROGRESSUI, SHERB_NOSOUND):
8194         Add defines. Thanks to Brett Hart <brett at ncubedtech dot com>
8195
8196 2003-06-17  Danny Smith  <dannysmith@users.sourceforge.net>
8197
8198         * include/winbase.h (GlobalCompact, GlobalFix, GlobalFlags,
8199         GlobalUnfix, GlobalUnWire, GlobalWire, LocalCompact,
8200         LocalFlags, LocalShrink, LockSegment, UnlockSegment): Add comment
8201         that these are obsolete no-ops.
8202
8203 2003-06-17  Bang Jun-Young  <junyoung@netbsd.org>
8204
8205         * include/winbase.h (GetProcessWorkingSetSize,
8206         GlobalCompact, LocalAlloc, LocalCompact, LocalReAlloc,
8207         LocalShrink, SignalObjectAndWait, WriteProcessMemory):
8208         Correct prototypes.
8209
8210 2003-06-18  Steven Edwards  <Steven_Ed4153@yahoo.com>
8211
8212         * include/winuser.h (TPM_RECURSE): Add define.
8213
8214 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
8215
8216         * lib/test.c: #include <powrprof.h>.
8217
8218 2003-06-06  James E. Lucas  <xelloss@sourceforge.net>
8219
8220         * include/powerprof.h: New file.
8221         * lib/powerprof.def: New file.
8222
8223 2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>
8224
8225         * include/winnt (SLIST_HEADER): Add C90 anonymous struct
8226         protection.
8227
8228 2003-06-05  Luke Dunstan  <infidel@users.sourceforge.net>
8229
8230         * include/winuser.h (WNDCLASS[AW], WNDCLASSEX[AW]): Change type of
8231         hInstance members to HINSTANCE.
8232         Thanks to: Brenden T. <brenden@rcsis.com>
8233
8234 2003-06-05  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8235
8236         * include/lmaccess.h (UF_MNS_LOGON_ACCOUNT): Add define.
8237         * include/wingdi.h (LPRGBTRIPLE, LPRGBQUAD): Add typedefs.
8238
8239 2003-06-02  Danny Smith  <dannysmith@users.sourceforge.net>
8240
8241         * include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.
8242         * include/winnt.h (POWER_INFORMATION_LEVEL): Add.
8243         * include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
8244         Remove.
8245         * include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
8246
8247 2003-05-30  Mattia Barbon  <mbarbon@dsi.unive.it>
8248
8249         * lib/oleacc.def: New file.
8250         * include/winable.h: New file.
8251         * include/oleacc.h: Add extern "C" guard.
8252         (NAVDIR_*, ROLE_*, STATE_*): Add missing constants.
8253         (AccessibleChildren, AccessibleObjectFromEvent,
8254         AccessibleObjectFromPoint, AccessibleObjectFromWindow,
8255         CreateStdAccessibleProxy[AW], GetOleaccVersionInfo, GetRoleText[AW],
8256         GetStateText[AW], LresultFromObject, ObjectFromLresult,
8257         WindowFromAccessibleObject): Add prototypes and UNICODE mappings.
8258         * include/winuser.h (NotifyWinEvent): Add prototype.
8259         (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
8260         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
8261         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
8262         OBJID_SOUND): Move from here to...
8263         * include/winable.h (OBJID_WINDOW, OBJID_SYSMENU, OBJID_TITLEBAR,
8264         OBJID_MENU, OBJID_CLIENT, OBJID_VSCROLL, OBJID_HSCROLL,
8265         OBJID_SIZEGRIP, OBJID_CARET, OBJID_CURSOR, OBJID_ALERT,
8266         OBJID_SOUND): Here, as per documentation.
8267         * lib/test.c: Include winable.h.
8268         * lib/user32.def (NotifyWinEvent): Add missing export.
8269
8270 2003-05-30  Bang Jun-Young  <junyoung@netbsd.org>
8271
8272         * include/winbase.h (HeapCompact): Correct prototype.
8273         * include/winnt.h (SINGLE_LIST_ENTRY, SLIST_ENTRY,
8274         SLIST_HEADER): Add.
8275
8276 2003-05-27  Andrew C. Stadt  <acstadt@sympatico.ca>
8277
8278         * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines.
8279
8280 2003-05-25  Bill C. Riemers  <cygwin@docbill.net>
8281
8282         * include/winuser.h (EnumDisplayDevicesW): Fix typo.
8283
8284 2003-05-23  Danny Smith  <dannysmith@users.sourceforge.net>
8285
8286         * include/winuser.h (EnumDisplayDevices[AW]): Add prototypes.
8287         * include/wingdi.h (DISPLAY_DEVICE): UNICODE it.
8288
8289 2003-05-23  Andrew Dunbar  <hippietrail@users.sourceforge.net>
8290
8291         * include/wingdi.h (GCP_RESULTS[AW]) Correct type of
8292         lpGlyphs field to LPWSTR.
8293
8294 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
8295
8296         * include/wincrypt.h (PLAINTEXTKEYBLOB, OPAQUEKEYBLOB,
8297         PUBLICKEYBLOBEX, SYMMETRICWRAPKEYBLOB) Add defines.
8298         (PP_*): Add defines.
8299         (CryptContextAddRef): Add prototype.
8300         Thanks to: Shura Zam  <debil_urod@users.sourceforge.net>
8301
8302 2003-05-18  Manu B  <manubee@users.sourceforge.net>
8303
8304         * include/commctrl.h (TVSORTCB): Rename old TV_SORTCB structure.
8305
8306 2003-05-18  Bang Jun-Young  <junyoung@netbsd.org>
8307
8308         * include/winbase.h (CREATE_DEFAULT_ERROR_MODE,
8309         DEBUG_PROCESS, DEBUG_ONLY_THIS_PROCESS, CREATE_SUSPENDED,
8310         DETACHED_PROCESS, CREATE_NEW_CONSOLE, NORMAL_PRIORITY_CLASS,
8311         IDLE_PRIORITY_CLASS, HIGH_PRIORITY_CLASS, REALTIME_PRIORITY_CLASS,
8312         CREATE_NEW_PROCESS_GROUP, CREATE_UNICODE_ENVIRONMENT,
8313         CREATE_SEPARATE_WOW_VDM, CREATE_SHARED_WOW_VDM, CREATE_FORCEDOS,
8314         CREATE_NO_WINDOW): Convert to hexadecimal form for better
8315         readability.
8316         (BELOW_NORMAL_PRIORITY_CLASS, ABOVE_NORMAL_PRIORITY_CLASS,
8317         CREATE_BREAKAWAY_FROM_JOB, CREATE_WITH_USERPROFILE): Add.
8318
8319 2003-05-15  Danny Smith  <dannysmith@users.sourceforge.net>
8320
8321         * include/ddk/ndis.h (NDIS30_MINIPORT_CHARACTERISTICS_S):
8322         Unname anonymous unions if NONAMELESSUNION not defined.
8323
8324 2003-05-14  Bang Jun-Young  <junyoung@netbsd.org>
8325
8326         * include/winbase.h (GMEM_VALID_FLAGS): Add.
8327
8328 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
8329
8330         * include/prsht.h (PROPSHEETHEADER[AW]: Mark
8331         anonymous unions as GCC extension.
8332
8333 2003-05-13  Danny Smith  <dannysmith@users.sourceforge.net>
8334
8335         * include/oleidl.h  (LPENUMOLEDOCUMENTVIEWS): Remove typedef.
8336         (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR.
8337         * include/docobj.h  (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously
8338         commented out).
8339         (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
8340
8341 2003-05-12  Earnie Boyd  <earnie@users.sf.net>
8342
8343         * include/commctrl.h: (MCSC_BACKGROUND, MCSC_TEXT, MCSC_TITLEBK,
8344         MCSC_TITLETEXT, MCSC_MONTHBK, MCSCTRAILTEXT): Define.
8345         Thanks to: Robert Wishlaw  <rwishlaw @ shaw . ca>
8346
8347 2003-05-12  Danny Smith  <dannysmith@users.sourceforge.net>
8348
8349         * include/olectl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
8350         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
8351         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8352         IProvideClassInfo2,IConnectionPointContainer,
8353         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8354         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8355         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8356         IPicture,IPictureDisp): Move from here to...
8357         * include/ocidl.h (IOleControl,IOleControlSite,ISimpleFrameSite,
8358         IErrorLog,IPropertyBag,IPersistPropertyBag,IPersistStreamInit,
8359         IPersistMemory,IPropertyNotifySink,IProvideClassInfo,
8360         IProvideClassInfo2,IConnectionPointContainer,
8361         IEnumConnectionPoints,IConnectionPoint,IEnumConnections,
8362         IClassFactory2,ISpecifyPropertyPages,IPerPropertyBrowsing,
8363         IPropertyPageSite,IPropertyPage,IPropertyPage2,IFont,IFontDisp,
8364         IPicture,IPictureDisp): Here, as per documentation.
8365
8366 2003-05-12  Mattia Barbon  <mbarbon@dsi.unive.it>
8367
8368         * include/oleauto.h (VarR8FromDec, VarDecFromR8): Add prototypes.
8369         * include/winbase.h (TerminateJobObject,
8370         AssignProcessToJobObject): Likewise.
8371         * include/servprov.h: New header.
8372         * lib/test.c: Include servprov.h.
8373
8374 2003-05-10  Danny Smith  <dannysmith@users.sourceforge.net>
8375
8376         * include/shlguid.h (CGID_ShellServiceObject): Declare.
8377         * lib/uuid.c (CGID_ShellServiceObject): Define guid.
8378         Thanks to Chris Sutcliffe  <ir0nh34d#users.sourceforge.net>
8379         * include/winuser.h (SetLayeredWindowAttributes): Add prototype.
8380         * lib/user32.def (SetLayeredWindowAttributes): Add stub.
8381         * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
8382
8383 2003-05-05  Danny Smith  <dannysmith@users.sourceforge.net>
8384
8385         * include/commctrl.h (STATUSCLASSNAME, TOOLBARCLASSNAME,
8386         TOOLTIPS_CLASS, TRACKBAR_CLASS, UPDOWN_CLASS, PROGRESS_CLASS,
8387         HOTKEY_CLASS): Remove dupicate defines for UNICODE case.
8388
8389 2003-05-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
8390
8391         * include/richedit.h (EM_FINDTEXTEXW, EM_FINDTEXTW,
8392         EM_GETAUTOURLDETECT, EM_GETBIDIOPTIONS, EM_GETEDITSTYLE,
8393         EM_GETIMECOLOR, EM_GETIMEOPTIONS, EM_GETPUNCTUATION,
8394         EM_GETWORDWRAPMODE, EM_RECONVERSION, EM_SETBIDIOPTIONS,
8395         EM_SETEDITSTYLE, EM_SETIMECOLOR, EM_SETIMEOPTIONS,
8396         EM_SETPALETTE, EM_SETPUNCTUATION, EM_SETTEXTEX,
8397         EM_SETWORDWRAPMODE, RICHEDIT_CLASS10A): Add defines.
8398
8399 2003-05-02  Francois Ferrand  <typz@sourceforge.users.net>
8400
8401         * include/commctrl.h (TBM_*): Add missing trackbar defines.
8402
8403 2003-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
8404
8405         * include/cplext.h (CPLPAGE_MOUSE_WHEEL,
8406         CPLPAGE_DISPLAY_BACKGROUND): Add defines.
8407
8408 2003-04-30  Danny Smith  <dannysmith@users.sourceforge.net>
8409
8410         * include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.
8411         (SetDCPenColor, SetDCBrushColor): Add prototypes.
8412         * lib/gdi32.def (SetDCPenColor, SetDCBrushColor): Add stubs.
8413
8414 2003-04-26  Bang Jun-Young  <junyoung@netbsd.org>
8415
8416         * include/winioctl.h (DEVICE_TYPE_FROM_CTL_CODE): Add macro.
8417
8418 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8419
8420         * include/oaidl.h (ITypeMarshal): Add interface.
8421
8422 2003-04-26  Danny Smith  <dannysmith@users.sourceforge.net>
8423
8424         * include/winioctl.h: Clean up formatting.
8425         (RETRIEVAL_POINTERS_BUFFER): Add fields to Extents[1] struct.
8426         (CREATE_DISK): Add _ANONYMOUS_UNION macro.
8427         (DISK_CACHE_INFORMATION): Likewise.
8428         (DISK_DETECTION_INFO): Likewise.
8429         (DISK_PARTITION_INFO): Likewise.
8430         (PARTITION_INFORMATION_EX): Likewise.
8431         (DRIVE_LAYOUT_INFORMATION_EX): Likewise.
8432
8433 2003-04-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
8434
8435         * include/winbase.h (DeleteVolumeMountPoint[AW],
8436         FindFirstVolumeMountPoint[AW], FindNextVolumeMountPoint[AW],
8437         FindVolumeMountPointClose, GetVolumeNameForVolumeMountPoint[AW],
8438         GetVolumePathName[AW], GetVolumePathNamesForVolumeName[AW],
8439         SetVolumeMountPoint[AW]): Add prototypes.
8440         * include/winioctl.h (IOCTL_DISK_GET_PARTITION_INFO_EX,
8441         IOCTL_DISK_SET_PARTITION_INFO_EX,
8442         IOCTL_DISK_GET_DRIVE_LAYOUT_EX,
8443         IOCTL_DISK_SET_DRIVE_LAYOUT_EX, IOCTL_DISK_CREATE_DISK,
8444         IOCTL_DISK_GET_LENGTH_INFO, IOCTL_DISK_PERFORMANCE_OFF,
8445         IOCTL_DISK_GET_DRIVE_GEOMETRY_EX, IOCTL_DISK_GROW_PARTITION,
8446         IOCTL_DISK_GET_CACHE_INFORMATION,
8447         IOCTL_DISK_SET_CACHE_INFORMATION,
8448         IOCTL_DISK_DELETE_DRIVE_LAYOUT, IOCTL_DISK_UPDATE_PROPERTIES,
8449         FSCTL_GET_VOLUME_BITMAP, FSCTL_GET_RETRIEVAL_POINTERS,
8450         FSCTL_MOVE_FILE): Define.
8451         (CREATE_DISK_GPT, CREATE_DISK_MBR, CREATE_DISK,
8452         DISK_CACHE_INFORMATION,
8453         DETECTION_TYPE, DISK_INT13_INFO, DISK_EX_INT13_INFO,
8454         DISK_DETECTION_INFO, DISK_GEOMETRY_EX, DISK_GROW_PARTITION,
8455         DISK_PARTITION_INFO, DISKQUOTA_USER_INFORMATION,
8456         GET_LENGTH_INFORMATION, DISK_EXTENT, VOLUME_DISK_EXTENTS,
8457         DRIVE_LAYOUT_INFORMATION_GPT, DRIVE_LAYOUT_INFORMATION_MBR,
8458         PARTITION_INFORMATION_MBR, PARTITION_INFORMATION_GPT,
8459         PARTITION_INFORMATION_EX, DRIVE_LAYOUT_INFORMATION_EX,
8460         MOVE_FILE_DATA,
8461         RETRIEVAL_POINTERS_BUFFER, STARTING_LCN_INPUT_BUFFER,
8462         STARTING_VCN_INPUT_BUFFER, VOLUME_BITMAP_BUFFER): Add structs.
8463         (PARTITION_STYLE, DISK_CACHE_RETENTION_PRIORITY): Add enums.
8464         (MEDIA_TYPE): Add F3_120M_512, F3_640_512, F5_640_512,
8465         F5_720_512, F3_1Pt2_512, F3_1Pt23_1024, F5_1Pt23_1024,
8466         F3_128Mb_512, F3_230Mb_512, F8_256_128, F3_200Mb_512,
8467         F3_240M_512, and F3_32M_512.
8468         * lib/kernel32.def (GetVolumePathNamesForVolumeName[AW]): Add
8469         stubs.
8470
8471 2003-04-16  Earnie Boyd  <earnie@users.sf.net>
8472
8473         * include/wingdi.h (DM_SPECVERSION): Define.
8474         Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru>
8475         * include/rpcdce.h (UuidCreateSequential): Properly guard with
8476         appropriate _WIN32_WINNT values.
8477
8478 2003-04-15  Chris January  <chris@atomice.net>
8479
8480         * include/rpcdce.h: Add declaration for UuidCreateSequential.
8481         * lib/rpcrt4.def: Add entry for UuidCreateSequential.
8482
8483 2003-04-14  Phil Krylov  <likewolf@users.sourceforge.net>
8484
8485         * include/winuser.h (VK_*): Add missing defines.
8486
8487 2003-04-14  Vincent Béron  <papineau@users.sourceforge.net>
8488
8489         * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently
8490         documented typedefs for struct _NM_UPDOWN.
8491         Add defines for backward comapatibility.
8492         * include/commdlg.h (OFN_ENABLESIZING): Add define.
8493         * include/wininet.h (IRF_*): Add missing defines.
8494
8495 2003-04-14  Bang Jun-Young  <junyoung@netbsd.org>
8496
8497         * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
8498
8499 2003-04-11  Earnie Boyd  <earnie@users.sf.net>
8500
8501         * include/sspi.h: Add comment for FreeCredentialsHandle.
8502
8503 2003-04-07  Marcel Telka  <telka@users.sourceforge.net>
8504
8505         * include/ddk/winddk.h (KIRQL): Typedef as UCHAR, not ULONG.
8506
8507 2003-03-30  Hans E. Molin  <kvasi@users.sourceforge.net>
8508
8509         * include/olectl.h (OleLoadPicturePath): Correct prototype.
8510
8511 2003-03-30  Danny Smith  <dannysmith@users.sourceforge.net>
8512
8513         * lib/uuid.c (IID_IHTML*): Move definitions to...
8514         * lib/mshtml-uuid.c: New file.
8515         * lib/Makefile.in: Add mshtml-uuid.o to libuuid.a
8516
8517 2003-03-30  Michael Sazonov  <traip@comset.net>
8518
8519         * lib/uuid.c (IID_IHTML*): Add new GUID definitions.
8520         * include/mshtml.h (IHTMLElementCollection, IHTMLLinkElement,
8521         IHTMLImgElement): Add interface definitions.
8522
8523 2003-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
8524
8525         * include/commctrl.h (ANIMATE_CLASS,HOTKEY_CLASS,PROGRESS_CLASS,
8526         STATUSCLASSNAME,TOOLBARCLASSNAME,TOOLTIPS_CLASS,TRACKBAR_CLASS,
8527         UPDOWN_CLASS,WC_COMBOBOXEX,WC_HEADER,WC_IPADDRESS,WC_LISTVIEW,
8528         WC_TABCONTROL,WC_TREEVIEW): Move UNICODE mappings out of
8529         RC_INVOKED guard.
8530         (WC_PAGESCROLLER,WC_NATIVEFONTCTL,WC_BUTTON,WC_STATIC,WC_EDIT,
8531         WC_LISTBOX,WC_COMBOBOX,WC_SCROLLBAR): Add defines.
8532
8533 2003-03-28  Bang Jun-Young  <junyoung@netbsd.org>
8534
8535         * include/winnt.h (WAITORTIMERCALLBACKFUNC): Add typedef.
8536
8537 2003-03-27  Danny Smith  <dannysmith@users.sourceforge.net>
8538
8539         * include/secext.h (GetComputerObjectName[AW],GetUserNameEx[AW],
8540         TranslateName[AW]): Add prototypes.
8541         * lib/sec32.def (GetComputerObjectName[AW],GetUserNameEx[AW],
8542         TranslateName[AW]): Add stubs.
8543         * lib/test.c: Include secext.h.
8544
8545 2003-03-27  Vladimir Michl  <michlv@users.sourceforge.net>
8546
8547         * include/ddk/ndis.h (NdisAllocateSpinLock,NdisFreeSpinLock,
8548         NdisAcquireSpinLock,NdisReleaseSpinLock,NdisDprAcquireSpinLock,
8549         NdisDprReleaseSpinLock): Change macro argument from SpinLock to
8550         _SpinLock.
8551
8552 2003-03-26  Earnie Boyd  <earnie@users.sf.net>
8553
8554         * include/w32api.h: Increment version to 2.4.
8555         * Makefile.in: Ditto.
8556
8557 2003-03-26  Danny Smith  <dannysmith@users.sourceforge.net>
8558
8559         * include/ddk/batclass.h (BATTERY_REPORTING_SCALE)
8560         Move structure from here...
8561         * include/winnt.h (BATTERY_REPORTING_SCALE): To here.
8562
8563         * include/ddk/ntapi.h (JOBOBJECT_*):
8564         Remove structures and enums definitions.
8565         (JOB_OBJECT*): Move defines from here...
8566         * include/winnt.h (JOB_OBJECT* ): To here.
8567
8568         * include/ddk/ntpoapi.h (LATENCY_TIME, POWER_ACTION_POLICY,
8569         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8570         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8571         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8572         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8573         SYSTEM_POWER_CAPABILITIES): Move enums, structures
8574         and associated defines from here ...
8575         * include/winnt.h: (LATENCY_TIME, POWER_ACTION_POLICY,
8576         SYSTEM_POWER_LEVEL, SYSTEM_POWER_POLICY,
8577         PROCESSOR_POWER_POLICY_INFO, PROCESSOR_POWER_POLICY,
8578         ADMINISTRATOR_POWER_POLICY, SYSTEM_POWER_INFORMATION,
8579         PROCESSOR_POWER_INFORMATION, SYSTEM_BATTERY_STATE,
8580         SYSTEM_POWER_CAPABILITIES):To here.
8581
8582         * include/ddk/winddk.h (DEVICE_POWER_STATE,
8583         SYSTEM_POWER_STATE, POWER_ACTION): Move enums
8584         from here...
8585         * include/winnt.h (DEVICE_POWER_STATE,
8586         SYSTEM_POWER_STATE, POWER_ACTION): To here.
8587
8588 2003-03-19  Danny Smith  <dannysmith@users.sourceforge.net>
8589
8590         *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix.
8591         Thanks to: Vladimir Michl <michlv@users.sourceforge.net>
8592         (NdisUpdateSharedMemory): Likewise.
8593         (NdisMFreeSharedMemory: Likewise.
8594         (NdisMMapIoSpace: Likewise.
8595
8596 2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
8597
8598         * include/lmaccess.h (UF_LOCKOUT): Correct name from UF_LOCK.
8599         Thanks to: Fabricio D. Rossi  <gurusoda@users.sourceforge.net>
8600         (UF_SETTABLE_BITS): Correct UF_LOCKOUT here too.
8601
8602 2003-03-17  Bang Jun-Young  <junyoung@netbsd.org>
8603
8604         * include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
8605         (EnumResourceNames[AW]): Ditto.
8606         (EnumResourceTypes[AW]): Ditto.
8607         * include/wincon.h (CONSOLE_FONT_INFO): Add struct.
8608
8609 2003-03-16  Toby Malone  <malone@users.sourceforge.net>
8610
8611         * include/winuser.h (SendInput): Add prototype.
8612         * lib/user32.def (SendInput): Add stub.
8613
8614 2003-03-16  Vadim Yegorov  <zg@bmg.lv>
8615
8616         * winioctl.h (FSCTL_SET_REPARSE_POINT: Correct macro.
8617         (FSCTL_DELETE_REPARSE_POINT): Likewise.
8618
8619 2003-03-15  Bang Jun-Young  <junyoung@netbsd.org>
8620
8621         * winnt.h (JOBOBJECTINFOCLASS): Define enum.
8622         (JOBOBJECT_*): Define corresponding structures.
8623
8624 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
8625
8626         * include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
8627         typedef.
8628
8629 2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>
8630
8631         * lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
8632         (Process32{First,Next}{,W}): Ditto.
8633         (Thread32{First,Next}): Ditto.
8634         * include/ntdef.h (PCUNICODE_STRING): Add typedef.
8635
8636 2003-03-12  Earnie Boyd  <earnie@users.sf.net>
8637
8638         * include/mswsock.h: Correct invalid filter for _WINSOCK2_H.
8639         Thanks to Jim Barton <jmbarton@users.sf.net>.
8640
8641 2003-03-12  Ranjit Mathew  <rmathew@hotmail.com>
8642
8643         * include/winnt.h (_IMAGE_SEPARATE_DEBUG_HEADER): Expose
8644         member SectionAlignment.
8645
8646 2003-03-11  Earnie Boyd  <earnie@users.sf.net>
8647
8648         * include/winsvc.h (SERVICE_NO_CHANGE): Use hex constant to avoid
8649         warnings.
8650         Thanks to Fabricio D. Rossi <gurusoda@users.sf.net>.
8651         * Makefile.in (bindist): Correct process.
8652         * lib/Makefile.in (install): Ditto.
8653         Thanks to Jeff Bonnggren <jbon@users.sf.net>.
8654
8655 2003-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
8656
8657         * include/rasdlg.h: New file.
8658         * lib/rasdlg.def: New file.
8659         * lib/test.c: Include rasdlg.h.
8660
8661 2003-03-06  Christopher January  <chris@atomice.net>
8662
8663         * include/winbase.h (FindFirstVolume): Add declaration.
8664         (FindNextVolume): Add declaration.
8665         (FindVolumeClose): Add declaration.
8666         (GetSystemTimes): Add declaration.
8667         * include/winnt.h: Add define for PF_XMMI64_INSTRUCTIONS_AVAILABLE.
8668
8669 2003-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
8670
8671         *lib/kernel32.def (GetSystemTimes): Add stub.
8672
8673 2003-03-04  Heiko Gerdau  <hg@technosis.de>
8674
8675         * oleidl.h (IOleObject): Correct GetUserType prototype.
8676         (IViewObject2): Correct GetExtent prototype.
8677         * olectl.h (DISPIP_): Add new defines
8678         * ocidl.h (IOleInPlaceSiteWindowless): Add new interface.
8679
8680 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8681
8682         * include/olectl.h (OleLoadPictureEx) Add prototype.
8683         (OleLoadPictureFile): Ditto.
8684         (OleLoadPictureFileEx): Ditto.
8685         (OleLoadPicturePath): Ditto.
8686         (OleSavePictureFile): Ditto.
8687
8688 2003-03-01  Danny Smith  <dannysmith@users.sourceforge.net>
8689
8690         * include/objbase.h (CoAddRefServerProcess): Add prototype.
8691         (CoAddReleaseServerProcess): Ditto.
8692         (CoResumeClassObjects): Ditto.
8693         (CoSuspendClassObjects): Ditto.
8694         * include/oleauto.h (V_I1): Define.
8695         Thanks to: "Timofei"  <mmttmm@users.sourceforge.net>
8696
8697 2003-03-01  Heiko Gerdau  <hg@technosis.de>
8698
8699         * include/oleidl.h (USERCLASSTYPE): Add enum.
8700         * include/ocidl.h (IObjectWithSite): Add interface.
8701
8702 2003-02-28  Roland Schwingel  <roland.schwingel@onevision.de>
8703
8704         Fixup UNICODE thinko in 2003-02-22 patch.
8705         * include/wingdi.h (AddFontMemResourceEx): Add.
8706         (RemoveFontMemResourceEx): Ditto.
8707         (AddFontMemResourceEx[AW]): Remove.
8708         (RemoveFontMemResourceEx[AW]): Ditto
8709         * lib/gdi32.def: (AddFontResourceEx): Add.
8710         (RemoveFontMemResourceEx): Ditto.
8711         (AddFontMemResourceEx[AW]): Remove.
8712         (RemoveFontResourceEx[AW]): Ditto.
8713
8714 2003-02-23  Danny Smith  <dannysmith@users.sourceforge.net>
8715
8716         * include/winbase.h (EVENTLOG_SUCCESS): Add define.
8717         Thanks to: Thomas Weber  <thomasweber@sourceforge.net>
8718
8719 2003-02-22  Roland Schwingel  <roland.schwingel@onevision.de>
8720
8721         * include/wingdi.h (AddFontMemResourceEx[AW]): Add.
8722         (RemoveFontMemResourceEx[AW]): Ditto
8723         * lib/gdi32.def (AddFontMemResourceEx[AW]): Add.
8724         (RemoveFontMemResourceEx[AW]): Ditto.
8725
8726 2003-02-22  Bang Jun-Young  <junyoung@netbsd.org>
8727
8728         * lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports.
8729         (NtCurrentTeb): Remove.
8730
8731 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8732
8733         * include/wsahelp.h: Remove ';' after closing
8734         #ifdef __cplusplus brace.
8735         * include/ws2spi.h: Likewise.
8736
8737 2003-02-22  Danny Smith  <dannysmith@users.sourceforge.net>
8738
8739         * include/winbase.h (MEMORYSTATUSEX): Add structure.
8740         (GlobalMemoryStatusEx): Add prototype.
8741         * lib/kernel32.def (GlobalMemoryStatusEx): Add stub.
8742
8743 2003-02-17  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
8744
8745         * include/winioctl.h (FSCTL_SET_SPARSE): Define.
8746
8747 2003-02-12  Roland Schwingel  <roland.schwingel@onevision.de>
8748
8749         * include/wingdi.h (AddFontResourceEx[AW]): Add.
8750         (RemoveFontResourceEx[AW]): Ditto
8751         (FR_PRIVATE): Define.
8752         (FR_NOT_ENUM): Define.
8753         * lib/gdi32.def (AddFontResourceEx[AW]): Add.
8754         (RemoveFontResourceEx[AW]): Ditto.
8755
8756 2003-02-10  Earnie Boyd  <earnie@users.sf.net>
8757
8758         * include/w32api.h: Increment version to 2.3.
8759         * Makefile.in: Ditto.
8760
8761 2003-02-09  Earnie Boyd  <earnie@users.sf.net>
8762
8763         * lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
8764         (Ke386QueryToAccessMap): Ditto.
8765         (Ke386SetIoAccessMap): Ditto.
8766         Thanks to Marcel Telka <telka@users.sf.net>
8767         * include/secext.h: New file. Declare EXTENDED_NAME_FORMAT.
8768         * include/security.h: Include secext.h.
8769         * include/winbase.h: Declare COMPUTER_NAME_FORMAT.
8770         Thanks to Dimitri Papadopoulos <dimitri_at@users.sf.net>
8771         * include/GL/gl.h: Remove include of glext.h.
8772         Thanks to Greg Couch <gregcouch@users.sf.net>
8773
8774 2003-02-05  Earnie Boyd  <earnie@users.sf.net>
8775
8776         * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, start
8777         using GUID_DEFINED instead.
8778         * include/sqltypes.h: Ditto.
8779         * include/winnt.h: Ditto.
8780         * include/ddk/scsiwmi.h: Ditto.
8781
8782 2003-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
8783
8784         * include/shlwapi.h (PathRelativePathTo[AW]): Correct
8785         prototypes.
8786         Thanks to: John Dallaway  <jld@ecoscentric.com>.
8787
8788 2003-02-01  Danny Smith  <dannysmith@users.sourceforge.net>
8789
8790         * include/commctrl.h (TCM_*): Add missing defines.
8791
8792 2003-02-01  Jesus Alvarez  <jesus_alvarez@users.sourceforge.net>
8793             Danny Smith  <dannysmith@users.sourceforge.net>
8794
8795         * include/prsht.h (PSP_*, PSH_*): Add missing defines.
8796         (PROPSHEETPAGE[AW]): Add pszHeaderTitle, pszHeaderSubTitle
8797         for (_WIN32_IE >= 0x0400).
8798         (PROPSHEETHEADER[AW]): Add hplWatermark and anonymous union
8799         fields for (_WIN32_IE >= 0x0400).
8800
8801 2003-01-31  Danny Smith  <dannysmith@users.sourceforge.net>
8802
8803         * include/winbase.h (CreateFiber): Change first parameter
8804         to SIZE_T.
8805         (CreateJobObject[AW], CreateHardLink[AW]):Guard with
8806         if (_WIN32_WINNT >= 0x0500).
8807
8808 2003-01-31  Bang Jun-Young  <junyoung@netbsd.org>
8809
8810         * include/winbase.h (PWIN32_FIND_DATAA, PWIN32_FIND_DATAW):
8811         Add missing typedefs.
8812         (CreateFiberEx, CreateJobObjectA,CreateJobObjectW): Add missing
8813         prototypes.
8814         (CreateHardLinkA, CreateHardLinkW): Return BOOL, not HANDLE.
8815
8816 2003-01-27  Krzysztof Nikiel  <kni@poczta.onet.pl>
8817
8818         * include/mmsystem.h (MIXERCONTROL_CONTROLF_MULTIPLE): Correct
8819         define.
8820         * lib/largeint.c (LargeIntegerAdd): Add, don't multiply.
8821
8822 2003-01-27  Danny Smith  <dannysmith@users.sourceforge.net>
8823
8824         * include/rpcnterr.h (RPC_X_INVALID_PIPE_OPERATION): Add
8825         define.
8826         * include/winbase.h (WAIT_TIMEOUT): Guard against prior
8827         definition.
8828         (WAIT_FAILED): Cast to DWORD.
8829         * include/winerror.h (WAIT_TIMEOUT): Guard against prior
8830         definition.
8831
8832 2003-01-27  Bang Jun-Young  <junyoung@netbsd.org>
8833
8834         * include/winerror.h: Protect against multiple
8835         definition of WSA* error codes.
8836         * include/winsock.h: Likewise.
8837         * include/winsock2.h: Likewise.
8838
8839 2003-01-27  Bang Dong-Heui
8840             Bang Jun-Young  <junyoung@netbsd.org>
8841
8842         * include/winerror.h (ERROR_*, SEC_E_*,RPC_S_*, FRS_ERR_*,
8843         DNS_*, WSA*, WAIT_TIMEOUT): Add missing error codes.
8844         (RPC_X_INVALID_PIPE_OPERATION): Remove define.
8845
8846
8847 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8848
8849         * include/ras.h (RASCONN[AW]): Add dwSessionId for
8850         (WINVER >= 0x501).
8851
8852 2003-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
8853
8854         * include/ras.h (RASCONN[AW]): Guard szDeviceType,
8855         szDeviceName fields with (WINVER >= 0x400). Add dwFlags, luid
8856         fields for (WINVER >= 0x501).
8857
8858 2003-01-23  Danny Smith  <dannysmith@users.sourceforge.net>
8859
8860         * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):
8861         Add stubs.
8862         * include/ws2tcpip.h (IPV6_*) Add IPPROTO_IPV6 level socket
8863         options.
8864
8865 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8866
8867         * include/winnt.h (IMAGE_FILE_AGGRESIVE_WS_TRIM
8868         IMAGE_FILE_LARGE_ADDRESS_AWARE): Add defines.
8869
8870 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8871
8872         * include/accctrl.h (enum _SE_OBJECT_TYPE): Add
8873         SE_REGISTRY_WOW64_32KEY.
8874         Reported by: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
8875
8876 2003-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
8877
8878         * include/commctrl.h (HDN_GETDISPINFO[AW]: Add defines.
8879         (tagNMHDDISPINFO[AW}: Add structures and typedefs.
8880         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
8881
8882 2003-01-10  Christopher Faylor  <cgf@redhat.com>
8883
8884         * include/winsock2.h: Remove gethostname from INSIDE_CYGWIN protection.
8885
8886 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8887
8888         * lib/dxguid.c: Don't #include <objbase.h>.
8889         * include/unknwn.h: Partially revert change of 2002-12-26.
8890         Don't include <ole2.h>.
8891
8892 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
8893
8894         * lib/dinput.c: Don't #include <objbase.h>.
8895
8896 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
8897
8898         * include/windows.h (ole2.h):Do #include for
8899         __WATCOMC__.
8900
8901 2003-01-05  Danny Smith  <dannysmith@users.sourceforge.net>
8902
8903         * include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.
8904         * include/zmouse.h (WHEEL_DELTA): Guard against prior
8905         definition.
8906         (WHEEL_PAGESCROLL): Likewise.
8907         (SPI_SETWHEELSCROLLLINES): Define, if not already done.
8908
8909 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8910
8911         * include/winuser.h (SPI_GETWHEELSCROLLLINES) Add define.
8912         (WHEEL_PAGESCROLL): Add define.
8913
8914 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8915
8916         * include/commctrl.h (tagNMTOOLBAR[AW]): Replace obsolete struct
8917         names tagTBNOTIFY[AW] and typedefs. Add defines for backward
8918         compatability. Add RECT field. Add UNICODE mappings for new
8919         names.
8920         (tagNMREBARCHEVRON): Add struct and typedefs for
8921         _WIN32_IE >= 0x0500.
8922
8923 2003-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
8924
8925         * include/commctrl.h (TOOLINFO[AW]): Update structures.
8926         (LVHITTESTINFO): Likewise.
8927
8928         * include/wingdi.h (GRADIENT_TRIANGLE): Add structure.
8929         (GRADIENT_RECT): Likewise.
8930
8931 2003-01-03  Bang Jun-Young  <junyoung@netbsd.org>
8932
8933         * include/winerror.h (ERROR_OPLOCK_NOT_GRANTED,
8934         ERROR_INVALID_OPLOCK_PROTOCOL, ERROR_SOURCE_ELEMENT_EMPTY,
8935         ERROR_DESTINATION_ELEMENT_FULL, ERROR_ILLEGAL_ELEMENT_ADDRESS,
8936         ERROR_MAGAZINE_NOT_PRESENT, ERROR_DEVICE_REINITIALIZATION_NEEDED,
8937         ERROR_DEVICE_REQUIRES_CLEANING, ERROR_DEVICE_DOOR_OPEN,
8938         ERROR_DEVICE_NOT_CONNECTED, ERROR_NOT_FOUND, ERROR_NO_MATCH,
8939         ERROR_SET_NOT_FOUND, ERROR_NO_TRACKING_SERVICE,
8940         ERROR_JOURNAL_DELETE_IN_PROGRESS, ERROR_JOURNAL_NOT_ACTIVE,
8941         ERROR_JOURNAL_ENTRY_DELETED, ERROR_ONLY_IF_CONNECTED,
8942         ERROR_NOT_SUPPORTED_ON_SBS, ERROR_SERVER_SHUTDOWN_IN_PROGRESS,
8943         ERROR_MUTUAL_AUTH_FAILED, ERROR_TIME_SKEW, ERROR_DEVICE_REMOVED,
8944         RPC_S_INVALID_ASYNC_HANDLE, RPC_S_INVALID_ASYNC_CALL,
8945         RPC_X_PIPE_CLOSED, RPC_X_PIPE_DISCIPLINE_ERROR, RPC_X_PIPE_EMPTY,
8946         ERROR_CANT_ACCESS_FILE, ERROR_CANT_RESOLVE_FILENAME,
8947         ERROR_WMI_GUID_NOT_FOUND, ERROR_WMI_INSTANCE_NOT_FOUND,
8948         ERROR_WMI_ITEMID_NOT_FOUND, ERROR_WMI_TRY_AGAIN, ERROR_WMI_READ_ONLY,
8949         ERROR_WMI_SET_FAILURE, ERROR_TRANSPORT_FULL, ERROR_FILE_OFFLINE,
8950         ERROR_REMOTE_STORAGE_NOT_ACTIVE, ERROR_REMOTE_STORAGE_MEDIA_ERROR,
8951         ERROR_NOT_A_REPARSE_POINT, ERROR_REPARSE_ATTRIBUTE_CONFLICT,
8952         ERROR_INVALID_REPARSE_DATA, ERROR_REPARSE_TAG_INVALID,
8953         ERROR_REPARSE_TAG_MISMATCH, ERROR_FILE_ENCRYPTED,
8954         ERROR_FILE_NOT_ENCRYPTED, ERROR_NOT_EXPORT_FORMAT,
8955         ERROR_CTX_WINSTATION_NAME_INVALID, ERROR_CTX_INVALID_PD,
8956         ERROR_CTX_PD_NOT_FOUND, ERROR_CTX_WD_NOT_FOUND,
8957         ERROR_CTX_CLOSE_PENDING, ERROR_CTX_NO_OUTBUF,
8958         ERROR_CTX_MODEM_INF_NOT_FOUND, ERROR_CTX_INVALID_MODEMNAME,
8959         ERROR_CTX_MODEM_RESPONSE_ERROR, ERROR_CTX_MODEM_RESPONSE_TIMEOUT,
8960         ERROR_CTX_MODEM_RESPONSE_NO_CARRIER,
8961         ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE, ERROR_CTX_MODEM_RESPONSE_BUSY,
8962         ERROR_CTX_MODEM_RESPONSE_VOICE, ERROR_CTX_TD_ERROR,
8963         ERROR_CTX_WINSTATION_NOT_FOUND, ERROR_CTX_WINSTATION_ALREADY_EXISTS,
8964         ERROR_CTX_WINSTATION_BUSY, ERROR_CTX_BAD_VIDEO_MODE,
8965         ERROR_CTX_GRAPHICS_INVALID, ERROR_CTX_NOT_CONSOLE,
8966         ERROR_CTX_CLIENT_QUERY_TIMEOUT, ERROR_CTX_CONSOLE_DISCONNECT,
8967         ERROR_CTX_CONSOLE_CONNECT, ERROR_CTX_SHADOW_DENIED,
8968         ERROR_CTX_WINSTATION_ACCESS_DENIED, ERROR_CTX_INVALID_WD,
8969         ERROR_CTX_SHADOW_INVALID, ERROR_CTX_SHADOW_DISABLED,
8970         ERROR_CTX_CLIENT_LICENSE_IN_USE, ERROR_CTX_CLIENT_LICENSE_NOT_SET,
8971         ERROR_CTX_LICENSE_NOT_AVAILABLE, ERROR_CTX_LICENSE_CLIENT_INVALID,
8972         ERROR_CTX_LICENSE_EXPIRED, ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY,
8973         ERROR_DS_NO_ATTRIBUTE_OR_VALUE, ERROR_DS_INVALID_ATTRIBUTE_SYNTAX,
8974         ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED, ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS,
8975         ERROR_DS_BUSY, ERROR_DS_UNAVAILABLE, ERROR_DS_NO_RIDS_ALLOCATED,
8976         ERROR_DS_NO_MORE_RIDS, ERROR_DS_INCORRECT_ROLE_OWNER,
8977         ERROR_DS_RIDMGR_INIT_ERROR, ERROR_DS_OBJ_CLASS_VIOLATION,
8978         ERROR_DS_CANT_ON_NON_LEAF, ERROR_DS_CANT_ON_RDN,
8979         ERROR_DS_CANT_MOD_OBJ_CLASS, ERROR_DS_CROSS_DOM_MOVE_ERROR,
8980         ERROR_DS_GC_NOT_AVAILABLE, ERROR_SHARED_POLICY,
8981         ERROR_POLICY_OBJECT_NOT_FOUND, ERROR_POLICY_ONLY_IN_DS,
8982         ERROR_DS_ADMIN_LIMIT_EXCEEDED, ERROR_DS_DS_REQUIRED,
8983         ERROR_DS_SAM_INIT_FAILURE, ERROR_DS_SENSITIVE_GROUP_VIOLATION,
8984         ERROR_DS_CANT_MOD_PRIMARYGROUPID, ERROR_DS_INVALID_GROUP_TYPE,
8985         ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN,
8986         ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN,
8987         ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER,
8988         ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER,
8989         ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER,
8990         ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER,
8991         ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER,
8992         ERROR_DS_HAVE_PRIMARY_MEMBERS, ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD,
8993         ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY, ERROR_DS_CANT_START,
8994         ERROR_DS_INIT_FAILURE, ERROR_SAM_INIT_FAILURE, ERROR_DS_GC_REQUIRED,
8995         ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY,
8996         ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS,
8997         ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED):
8998         Add missing error codes.
8999
9000 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
9001
9002         * lib/kernel32.c (GetCurrentFiber): Remove blank input field in
9003         asm code.
9004         (GetFiberData): Likewise.
9005
9006 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
9007
9008         * include/winnt.h (GetCurrentFiber): Remove blank input field in
9009         asm code.
9010         (GetFiberData): Likewise.
9011
9012 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
9013
9014         * include/winerror.h (ERROR_DIFFERENT_SERVICE_ACCOUNT,
9015         ERROR_EXE_MACHINE_TYPE_MISMATCH, ERROR_HOOK_TYPE_NOT_ALLOWED,
9016         ERROR_INVALID_KEYBOARD_HANDLE, ERROR_INVALID_PRINT_MONITOR,
9017         ERROR_PRINT_MONITOR_IN_USE, ERROR_PRINTER_HAS_JOBS_QUEUED,
9018         ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION,
9019         ERROR_SUCCESS_REBOOT_REQUIRED, ERROR_SUCCESS_RESTART_REQUIRED,
9020         ERROR_TIMEOUT, OR_INVALID_OID, OR_INVALID_OXID,
9021         OR_INVALID_SET, RPC_X_INVALID_PIPE_OPERATION): Add missing
9022         error codes.
9023         Re-sort codes.
9024
9025 2003-01-02  Danny Smith  <dannysmith@users.sourceforge.net>
9026
9027         * include/winspool.h (PRINTER_INFO_6): Add.
9028         Reported by: Mat Nieuwenhoven  <matnieuw@users.sourceforge.net>
9029
9030 2002-12-30  Hartmut Honisch  <hhonisch@users.sourceforge.net>
9031
9032         * include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD.
9033
9034         * lib/ntdll.def (NtConnectPort, NtOpenEvent,
9035         NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort,
9036         ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject):
9037         Add stubs.
9038
9039 2002-12-30  Danny Smith  <dannysmith@users.sourceforge.net>
9040
9041         * include/wingdi.h (wglGetLayerPaletteEntries): Correct
9042         prototype. Thanks to: Joe Krahn  <jkrahn at nc dot rr dot com>.
9043
9044 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
9045
9046         * include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
9047
9048 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
9049
9050         * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
9051         VIETNAMESE_CHARSET): Remove duplicate defines.
9052         * lib/comctl32.def (ImageList_SetImageCount): Add stub.
9053
9054 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
9055
9056         * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
9057         Thanks to: Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
9058
9059 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
9060
9061         * include/unknwn.h: Include windows.h and ole2.h before header
9062         guard to avoid circular inclusion of COM headers.
9063
9064 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
9065
9066         * include/dde.h (PackDDElParam, UnpackDDElParam,FreeDDElParam,
9067         ReuseDDElParam): Use __WIN64 compatible typedefs.
9068
9069 2002-12-26  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
9070
9071         * include/accctrl.h (ACTRL_ACCESS_ENTRY[AW]): Make
9072         lpInheritProperty member const.
9073         (ACTRL_PROPERTY_ENTRY[AW]): Make lpProperty member
9074         const.
9075
9076 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
9077
9078         * include/commcat.h: Don't include windows.h or ole2.h ifdef
9079         COM_NO_WINDOWS_H.
9080         * include/unknwn.h: Ditto.
9081
9082 2002-12-26  Danny Smith  <dannysmith@users.sourceforge.net>
9083
9084         * include/imm.h (ImmGetCompositionFont[AW],
9085         ImmSetCompositionFont[AW]): Add NOGDI guard.
9086
9087 2002-12-19  Danny Smith  <dannysmith@users.sourceforge.net>
9088
9089         * include/ddk/hidusage.h: Remove unneccessary #pragma pack's.
9090         * include/ddk/miniport.h (EMULATOR_PORT_ACCESS_TYPE): Define
9091         before using.
9092         (VIDEO_ACCESS_RANGE): Guard against prior definition.
9093         * include/ddk/minitape.h (INQUIRYDATA): Guard against prior
9094         definition.
9095         * include/ddk/ndis.h (DECLARE_UNKNOWN_PROTOTYPE): Correct macro.
9096         * include/ddk/ndisguid.h: Remove unneccessary #pragma pack's.
9097         * include/ddk/scsi.h (INQUIRYDATA): Guard against prior
9098         definition.
9099         * include/ddk/scsiwmi.h (GUID): Define if not already done.
9100         (LPCGUID): Likewise.
9101         * include/ddk/tdi.h: Close "Listen flags" comment.
9102         * include/ddk/tdistat.h: Remove unneccessary #pragma pack's.
9103         * include/ddk/video.h:  Add #pragma pack(push,4) to balance.
9104         (VIDEO_ACCESS_RANGE): Guard against prior definition.
9105         * include/ddk/videoagp.h:Add #pragma pack(push,4) to balance.
9106         * include/ddk/win2k.h: Likewise.
9107         * include/ddk/winddi.h: Likewise.
9108         * include/ddk/winddk.h: Likewise.
9109         * include/ddk/winnt4.h: Likewise.
9110         * include/ddk/ws2san.h: Likewise.
9111         * include/ddk/xfilter.h: Remove unbalanced #pragma pack(pop).
9112         * include/ddk/video.h: Don't process rest of file ifdef
9113         __WINDDI_H.
9114         * include/ddk/winddi.h: Don't process rest of file ifdef
9115         __VIDEO_H.
9116         * include/ddk/usb.h: Don't process rest of file ifdef
9117         __USBDI_H.
9118         * include/ddk/usbdi.h: Don't process rest of file ifdef
9119         __USB_H.
9120         * include/ddk/usbcamdi.h: Don't process rest of file if
9121         !defined(__USB_H) && !defined(__USBDI_H)
9122
9123 2002-12-18  James E. Lucas  <xelloss@users.sourceforge.net>
9124
9125         * include/winnetwk.h (WNetResourceInformation[AW]): Correct
9126         prototypes.
9127         * include/winuser.h (GetAncestor) Add prototype.
9128         (GA_PARENT, GA_ROOT, GA_ROOTOWNER): Add defines.
9129         (EWX_FORCEIFHUNG): Add define for _WIN32_WINNT >= 0x0500.
9130         (SPI_GETACTIVEWINDOWTRACKING, SPI_GETACTIVEWNDTRKZORDER,
9131         SPI_GETACTIVEWNDTRKTIMEOUT, SPI_SETACTIVEWINDOWTRACKING
9132         SPI_SETACTIVEWNDTRKZORDER, SPI_SETACTIVEWNDTRKTIMEOUT): Add
9133         defines.
9134         * lib/user32.def (GetAncestor@8): Add stub.
9135
9136 2002-12-15  Danny Smith  <dannysmith@users.sourceforge.net>
9137
9138         * include/windows.h: Guard inclusion of wingdi.h,
9139         commdlg.h, winspool.h, ole2.h with NOGDI.
9140         * include/winuser.h (ICONMETRICS, NONCLIENTMETRICS,
9141         ChangeDisplaySettings, CreateDesktop, EnumDisplaySettings):
9142         Guard with NOGDI.
9143
9144 2002-12-12  Dimitri Papadopoulos  <dimitri_at@sourceforge.users.net>
9145
9146         * include/oleacc.h (SELFLAG_*): Change to enum.
9147
9148 2002-12-11  Danny Smith  <dannysmith@users.sourceforge.net>
9149
9150         * include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
9151         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
9152
9153 2002-12-09  Danny Smith  <dannysmith@users.sourceforge.net>
9154
9155         * include/shellapi.h (ExtractIconEx[AW]): Correct return type
9156         to UINT.
9157         Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
9158
9159 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
9160
9161         * include/winuser.h (AllowSetForegroundWindow,
9162         LockSetForegroundWindow): Add prototypes.
9163         (ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
9164         Thanks to:  Pat Thoyts  <patthoyts@users.sourceforge.net>
9165         * lib/winuser.def (AllowSetForegroundWindow,
9166         LockSetForegroundWindow): Add stubs.
9167
9168 2002-12-06  Ken Fitlike  <kenfitlike@users.sourceforge.net>
9169
9170         * include/commctrl.h (TN_GETDISPINFO[AW]): Add defines and
9171         UNICODE mappings.
9172         (tagNMTTDISPINFO[AW]): Replace obsolete struct names
9173         tagTOOLTIPTEXT[AW] and typedefs. Add defines for backward
9174         compatability. Add lParam field. Add UNICODE mappings for new
9175         names.
9176
9177 2002-12-02  Andrew Stadt  <acstadt@sympatico.ca>
9178
9179         * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
9180         Wrap with pshpack2.h/poppack.h to correct alignment.
9181
9182 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net>
9183
9184         * include/commctrl.h (LVBKIF_*): Add defines.
9185         (LVM_SETIMAGE[AW]): Add defines and UNICODE mappings.
9186         (LVM_GETIMAGE[AW]): Add defines and UNICODE mappings.
9187         (LVBKIMAGE[AW]): Add defines and UNICODE mappings.
9188         (LPLVBKIMAGE[AW]): Add defines and UNICODE mappings.
9189         (LVM_GETBKIMAGE[AW]): Add defines and UNICODE mappings.
9190         (LVM_SETBKIMAGE[AW]): Add defines and UNICODE mappings.
9191         (ListView_GetBkImage): Add define.
9192         (ListView_SetBkImage): Add define.
9193         (LVBKIMAGE): Add structures and typedefs.
9194
9195 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
9196
9197         * include/w32api.h: Increment to version 2.2
9198         * Makefile.in: Ditto.
9199
9200 2002-11-25  Earnie Boyd  <earnie@users.sf.net>
9201
9202         * lib/Makefile.in (dist, install): Correct the install destinations.
9203         * lib/ddk/Makefile.in (dist, install): Ditto.
9204
9205 2002-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
9206
9207         * lib/uuid.c (CATID_InternetAware,CLSID_HttpSProtocol,
9208         CLSID_PSUrlMonProxy,CLSID_StdURLMoniker,IID_IObjectWithSite,
9209         IID_IPersistMoniker,IID_IProgressNotify): Correct off-by-one bug
9210         in definitions.
9211         (CLSID_CFontPropPage00, GUID_FONTUNDERSCORE11,
9212         IID_IOleControlSite89): Remove.
9213
9214 2002-11-15  Christopher Faylor  <cgf@redhat.com>
9215
9216         * lib/uuid.c (IID_IRunnableObject): Remove duplicate definition.
9217         (IID_IStdMarshalInfo): Ditto.
9218
9219 2002-11-15  Christopher Faylor  <cgf@redhat.com>
9220
9221         * lib/uuid.c (IID_IOleInPlaceSite): Remove duplicate definition.
9222         (IID_IPersistStorage): Ditto.
9223
9224 2002-11-15  Weiqi Gao  <weiqigao@users.sourceforge.net>
9225
9226         * lib/uuid.c (CLSID_PSClassObject, CLSID_PSEnumerators,
9227         IID_IClassActivator, IID_IClientSecurity, IID_ICreateTypeInfo,
9228         IID_ICreateTypeLib2, IID_IOleInPlaceSite, IID_IPersistStorage,
9229         IID_IRunnableObject, IID_IServerSecurity, IID_IStdMarshalInfo):
9230         Correct definitions.
9231
9232 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
9233
9234         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9235         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9236         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9237         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9238         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9239         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9240         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9241         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9242         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9243         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9244         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9245         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9246         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9247         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9248         xfilter.h): Change comment to refer w32api package, not MinGW.
9249
9250 2002-11-15  Danny Smith  <dannysmith@users.sourceforge.net>
9251
9252         * include/ddk/ntddk.h: Include winnt.h as system header.
9253
9254 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
9255
9256         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9257         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9258         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9259         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9260         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9261         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9262         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9263         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9264         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9265         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9266         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9267         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9268         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9269         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9270         xfilter.h): Fix typo in disclaimer comment.
9271
9272 2002-11-12  Danny Smith  <dannysmith@users.sourceforge.net>
9273
9274         * include/exdisp.h: Include oaidl.h as system header.
9275
9276 2002-11-12  Earnie Boyd  <earnie@users.sf.net>
9277
9278         * include/w32api.h (__W32API_VERSION): Fix.
9279
9280 2002-11-09  Weiqi Gao  <weiqigao@users.sourceforge.net>
9281
9282         * lib/uuid.c (IID_ICatInformation): Correct definition.
9283
9284 2002-11-07  Danny Smith  <dannysmith@users.sourceforge.net>
9285
9286         * include/oleauto.h (DeregisterTypeLib): Remove.
9287         (UnRegisterTypeLib): Add prototype.
9288
9289 2002-11-07  Christopher January  <chris@atomice.net>
9290
9291         * include/winioctl.h: Add definition for IOCTL_DISK_UPDATE_DRIVE_SIZE.
9292
9293 2002-11-04  Danny Smith  <dannysmith@users.sourceforge.net>
9294
9295         * include/winnt.h (VerSetConditionMask): Add prototype.
9296         * lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
9297
9298 2002-10-16  Danny Smith  <dannysmith@users.sourceforge.net>
9299
9300         * include/winuser.h (MONITORINFOEX[AW]): Add structure
9301         definitions and ANSI/UNICODE mappings.
9302         Cleanup whitespace.
9303
9304 2002-10-14  Earnie Boyd  <earnie@users.sf.net>
9305
9306         * Makefile.in: Add components for lib/ddk.  Adjust for autoconf-2.53.
9307         * configure.in: Ditto.
9308         * lib/Makefile.in: Ditto.
9309         * lib/ddk/Makefile.in: Correct installation procedure.  Adjust for
9310         autoconf-2.53.
9311         * configure: Regenerate.
9312
9313 2002-10-14  Danny Smith  <dannysmith@users.sourceforge.net>
9314
9315         * include/windows.h: Don't include basetyps.h.
9316         * include/objfwd.h: Do include basetyps.h.
9317
9318 2002-10-13  Danny Smith  <dannysmith@users.sourceforge.net>
9319
9320         * include/objbase.h: Include rpc.h and rpcndr.h
9321         before header guard.
9322
9323 2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
9324
9325         * include/olectl.h (PROPPAGEINFO): Change type of
9326         field cb to ULONG.
9327
9328 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
9329
9330         * lib/ntdll.def (RtlAcquireResourceExclusive,
9331         RtlAcquireResourceShared, RtlDeleteResource,
9332         RtlInitializeResource, RtlReleaseResource,
9333         RtlTimeToSecondsSince1970) : Added missing exports.
9334
9335 2002-10-08  Heiko Gerdau  <hg@technosis.de>
9336
9337         * include/oleacc.h: New file.
9338         * include/winuser.h (ENDSESSION_LOGOFF) Add define.
9339         (OBJID_*) Add defines.
9340         * lib/uuid.c: Add DEFINE_GUID for IID_IAccessible.
9341         * lib/test.c: Include oleacc.h.
9342
9343 2002-10-06  Casper Hornstrup  <chorns@it.dk>
9344
9345         * include/ddk: New subdir.
9346         * lib/ddk: Ditto.
9347         * include/ddk/(atm.h, batclass.h, cfg.h, cfgmgr32.h, d4drvif.h,
9348         d4iface.h, ddkmapi.h, hidclass.h, hidpi.h, hidusage.h, mcd.h,
9349         miniport.h, minitape.h, mountdev.h, mountmgr.h, ndis.h,
9350         ndisquid.h, ndistapi.h, ndisvan.h, netevent.h, netpnp.h,
9351         netdev.h, ntapi.h, ntdd8042.h, ntddbeep.h, ntddcdrm.h,
9352         ntddcdvd.h, ntddchgr.h, ntdddisk.h, ntddk.h, ntddkbd.h,
9353         ntddmou.h, ntddndis.h, ntddpar.h, ntddpcm.h, ntddscsi.h,
9354         ntddser.h, ntddstor.h, ntddtape.h, ntddtdi.h, ntddvdeo.h,
9355         ntddvol.h, ntifs.h, ntpoapi.h, ntstatus.h, parallel.h, pfhook.h,
9356         poclass.h, scsi.h, scsiscan.h, scsiwmi.h, smbus.h, srb.h,
9357         storport.h, tdi.h, tdiinfo.h, tdikrnl.h, tdistat.h, tvout.h,
9358         upssvc.h, usb.h, usb100.h, usbcamdi.h, usbdi.h, usbioctl.h,
9359         usbiodef.h, usbscan.h, usbuser.h, video.h, videoagp.h, win2k.h,
9360         winddi.h, winddk.h, winnt4.h, winxp.h, ws2san.h,
9361         xfilter.h): New files.
9362         * lib/ddk/(Makefile.in, apcups.def, cfgmgr32.def, dxapi.def,
9363         hal.def, hid.def, hidparse.def, mcd.def, ndis.def, ntoskrnl.def,
9364         scsiport.def, tdi.def, usbcamd.def, usbcamd2.def, videoprt.def,
9365         win32k.def): Ditto.
9366
9367 2002-10-04  Steven Edwards  <Steven_Ed4153@yahoo.com>
9368
9369         * lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken,
9370         NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey,
9371         NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken,
9372         NtOpenThreadToken, NtQueryInformationToken, NtQueryKey,
9373         NtQueryValueKey, NtSetSecurityObject, NtSetValueKey,
9374         RtlAddAccessAllowedAce, RtlCreateAcl,
9375         RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz,
9376         RtlGetAce, RtlGetControlSecurityDescriptor,
9377         RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor,
9378         RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor,
9379         RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd,
9380         RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD,
9381         RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize,
9382         RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor,
9383         RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor,
9384         RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor,
9385         ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey,
9386         ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey,
9387         ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken,
9388         ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey
9389         ZwSetSecurityObject, ZwSetValueKey): Added missing exports.
9390
9391 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9392
9393         *include/windef.h (WPARAM): Update typedef.
9394         (LPARAM): Ditto.
9395         (LRESULT): Ditto.
9396
9397 2002-10-04  "KJK::Hyperion"  <noog@libero.it>
9398
9399         * include/shlobj.h (CSIDL_*): Add defines.
9400
9401 2002-09-24  Danny Smith  <dannysmith@users.sourceforge.net>
9402
9403         * include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
9404         has been included first.
9405
9406 2002-09-24  René Møller Fonseca  <fonseca@users.sourceforge.net>
9407
9408         * include/winbase.h (FindFirstFileEx): Fixed ANSI mode.
9409         * include/wingdi.h (PFD_SWAP_LAYER_BUFFERS):Added define.
9410         * include/winuser.h (AppendMenu[AW]): Fixed prototypes.
9411
9412 2002-09-18  Eric R. Krause  <ekrause_98@users.sourceforge.net>
9413
9414         * include/winuser.h (DS_SHELLFONT): Define.
9415
9416 2002-09-17  Daniel Schlyder  <daniel@dascdev.net>
9417
9418         * include/winnt.h (VER_SUITE_BLADE): Define.
9419
9420 2002-09-17  Danny Smith  <dannysmith@users.sourceforge.net>
9421
9422         * include/shlobj.h (SHGetSpecialFolderPath[AW]):
9423         Add _WIN32_IE guard. Correct prototype for wide version.
9424         (SHGetFolderPath): Add comment on shfolder.dll.
9425         (SHGetFolderLocation): Add prototyope for WinME and W2K.
9426         (SHGetFolderPathAndSubDir[AW]): Add prototypes for XP.
9427
9428 2002-09-16  Danny Smith  <dannysmith@users.sourceforge.net>
9429
9430         * lib/shell32.def (SHGetFolderPath[AW]): Add comment.
9431         * lib/shfolder.def: New file.
9432
9433 2002-09-12  Danny Smith  <dannysmith@users.sourceforge.net>
9434
9435         * include/winsock.h (timeval): Guard struct and associated
9436         macros with _TIMEVAL_DEFINED.
9437         * include/winsock2.h (timeval): Likewise.
9438
9439 2002-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
9440
9441         * lib/shell32.def (SHBindtoParent,SHCreateDirectoryEx[AW],
9442         SHCreateProcessAsUserW,SHCreateQueryCancelAutoPlayMoniker,
9443         SHCreateShellItem,SHEmptyRecycleBin[AW],
9444         SHEnumerateUnreadMailAccountsW,SHExtractIconsW,
9445         SHGetDataFromIDList[AW],SHGetDiskFreeSpace[AW],
9446         SHGetDiskFreeSpaceEx[AW],SHGetFolderLocation,
9447         SHGetFolderPathAndSubDir[AW],SHGetIconOverlayIndex[AW],
9448         SHGetNewLinkInfo[AW],SHGetSettings,SHGetUnreadMailCountW,
9449         SHInvokePrinterCommand[AW],SHIsFileAvailableOffline,
9450         SHLoadNonloadedIconOverlayIdentifiers,
9451         SHOpenFolderAndSelectItems,SHParseDisplayName,
9452         SHPathPrepareForWrite[AW],SHQueryRecycleBin[AW],
9453         SHSetLocalizedName,SHSetUnreadMailCountW,
9454         SHUpdateRecycleBinIcon: Add missing stubs.
9455
9456 2002-09-07  Earnie Boyd  <earnie@users.sf.net>
9457
9458         * include/windef.h (WINVER): Add documentation.
9459         (_WIN32_WINNT): Ditto.
9460         Special thanks to Paul Schmidt <paul@tricattechnologies.com>
9461
9462 2002-09-06  Danny Smith  <dannysmith@users.sourceforge.net>
9463
9464         * lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
9465
9466 2002-09-04  Kevin Chase  <kevincha99@hotmail.com>
9467
9468         * include/winbase.h (AllocateUserPhysicalPages,
9469         MapUserPhysicalPages, MapUserPhysicalPagesScatter,
9470         FreeUserPhysicalPages): Add prototypes.
9471         * lib/kernel32.def: Add function stubs for above.
9472
9473 2002-09-03  René Møller Fonseca  <fonseca@users.sourceforge.net>
9474
9475         * include/winuser.h (IDTRYAGAIN,IDCONTINUE): Add defines.
9476         Add WINVER guards for dialog box command id defines.
9477
9478 2002-09-03  Earnie Boyd  <earnie@users.sf.net>
9479
9480         * include/wincon.h (GetConsoleWindow): Add _WIN32_WINNT >= 0x0500 guard.
9481
9482 2002-08-30  Christopher January  <ccj00@doc.ic.ac.uk>
9483
9484         * include/wincon.h: Define GetConsoleWindow(void).
9485
9486 2002-08-28  Earnie Boyd  <earnie@users.sf.net>
9487
9488         * include/w32api.h: Increment version to 2.1.
9489         * Makefile.in: Ditto.
9490
9491 2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>
9492
9493         * include/winsock2.h (SOCKET_ADDRESS): Define if
9494         __CSADDR_T_DEFINED is not defined (copied from nspapi.h)
9495         (CSADDR_INFO): Ditto.
9496         (nspapi.h) : Don't include. Removed FIXME comment.
9497         * include/nspapi.h (SOCKET_ADDRESS) Only define if
9498         __CSADDR_T_DEFINED is not defined.
9499         (CSADDR_INFO): Ditto.
9500         (BLOB): Add structure and typedef if not already defined.
9501         (NS_*): Add defines.
9502         (SERVICE_*): Ditto.
9503         (SERVICE_ADDRESS): Add structure and typedefs.
9504         (SERVICE_ADDRESSES): Ditto.
9505         (SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
9506         (LPSERVICE_ASYNC_INFO): Add typedef.
9507         (SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
9508         mappings.
9509         * include/wsipx.h: New file.
9510         * include/svcguid.h: New file.
9511         * lib/test.c: Include wspix.h and svcguid.h.
9512
9513 2002-08-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9514
9515         * include/wsahelp.h: New file.
9516         * lib/test.c: Include wsahelp.h.
9517
9518 2002-08-21  Earnie Boyd  <earnie@users.sf.net>
9519
9520         * include/commctrl.h (NMCUSTOMDRAW): Fix lItemlParam.
9521         Thanks to: "Phil Dempster" <p_dempster@yahoo.co.uk>.
9522
9523 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9524
9525         * include/ws2spi.h: Modify comment about being part of
9526         mingw32 package.
9527         (winsock2.h): Change "" to <>.
9528
9529 2002-08-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9530
9531         * include/ws2spi.h: New file.
9532         * lib/test.c: Include ws2spi.h.
9533
9534 2002-08-20  Danny Smith  <dannysmith@users.sourceforge.net>
9535
9536         * include/winsock2.h (WSAIsBlocking,WSAUnhookBlockingHook,
9537         WSASetBlockingHook,WSACancelBlockingCall): Expose deprecated
9538         functions.
9539
9540 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9541
9542         * include/winuser.h (CURSOR_SHOWING) Add define.
9543         Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
9544
9545 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
9546
9547         * include/winerror.h: Cast OLE error codes to HRESULT.
9548         Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
9549
9550 2002-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
9551
9552         * include/wincrypt.h (ALG_*): Add defines.
9553         (CALG_*): Ditto.
9554         (CRYPT_*): Ditto.
9555         (PP_*): Ditto.
9556         (PROV_*): Ditto.
9557         (PRIVATEKEYBLOB): Add define.
9558
9559 2002-08-14  Earnie Boyd  <earnie@users.sf.net>
9560
9561         * include/shlobj.h (SHGetFolderPath): Add define.
9562         * lib/shell32.def (SHGetSpecialFolderPath): Add export.
9563         (SHGetFolderPath): Ditto.
9564
9565 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9566
9567         * include/commdlg.h: Don't include COM headers or use
9568         COM-dependent symbols if __OBJC__.
9569
9570 2002-08-13  Danny Smith  <dannysmith@users.sourceforge.net>
9571
9572         * include/wincrypt.h (CryptDuplicateHash, CryptDuplicateKey):
9573         Add prototypes.
9574
9575 2002-08-12  Andriy Palamarchuk  <apa3a@yahoo.com>
9576
9577         * include/shellapi.h (FOF_NOERRORUI): Add define.
9578
9579 2002-08-12  Danny Smith  <dannysmith@users.sourceforge.net>
9580
9581         * include/objidl.h (IEnumMoniker): Put 'interface' back.
9582
9583 2002-08-11  Danny Smith  <dannysmith@users.sourceforge.net>
9584
9585         * include/objidl.h (IEnumMoniker): Correct declaration.
9586
9587 2002-08-09  Mark Schreiber  <mark7@users.sourceforge.net>
9588
9589         * include/wincrypt.h (CRYPT_NOHASHOID): Add define.
9590
9591 2002-08-09  Danny Smith  <dannysmith@users.sourceforge.net>
9592
9593         * include/commctrl.h: Whitespace change.
9594
9595 2002-08-09  Lars Munch  <lars@segv.dk>
9596
9597         * include/commctrl.h (tagTVHITTESTINFO): Replace obsolete
9598         struct name _TVHITTESTINFO and typedefs and add defines for
9599         backward compatability.
9600         (ListView_SetExtendedListViewStyleEx): Add macro.
9601
9602 2002-08-05  Danny Smith  <dannysmith@users.sourceforge.net>
9603
9604         * include/wingdi.h (AlphaBlend,GradientFill,TransparentBlt):
9605         Add prototypes.
9606         * lib/msimg32.def: New file, with stubs for above.
9607
9608 2002-08-03  Danny Smith  <dannysmith@users.sourceforge.net>
9609
9610         * include/winbase.h (AddAccessAllowedAceEx,AddAccessDeniedAceEx,
9611         GetFileSizeEx, SetFilePointerEx): Add prototypes.
9612         (EncryptFile[AW], FileEncryptionStatus[AW]): Add prototypes
9613         and UNICODE mappings.
9614
9615 2002-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
9616
9617         * include/winbase.h (ReadFileScatter, WriteFileGather):
9618         Change second parameter to pointer.
9619
9620 2002-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
9621
9622         * include/wininet.h (InternetReadFileEx[AW]). Add prototypes and
9623         UNICODE mappings.
9624         * lib/wininet.def: Regenerate.
9625
9626 2002-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
9627
9628         * include/windef.h (PVOID): Move typedef to...
9629         * include/winnt: ...here.
9630         (PVOID64): New typedef.
9631
9632         * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
9633         * include/winbase.h (ReadFileScatter, WriteFileGather):
9634         Add prototypes.
9635
9636         * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
9637         (PROCESSOR_INTEL_IA64): Add define.
9638
9639 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9640
9641         * include/oleidl.h (MK_ALT): Define.
9642
9643 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9644
9645         * include/exdisp.h: New file.
9646         * include/exdispid.h: New file.
9647         * include/mshtml.h: New file.
9648         * lib/test.c: #include exdisp.h and mshtml.h
9649         * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
9650         DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
9651         IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
9652         IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
9653         New GUIDs.
9654
9655 2002-07-26  Mattia Barbon  <mbarbon@dsi.unive.it>
9656
9657         * include/docobj.h: New file.
9658         * include/idispids.h: New file.
9659         * include/objidl.h (IID_IMoniker): Declare.
9660         * include/ocidl.h (READYSTATE): New enum.
9661         (IOleInPlaceSiteEx): New interface.
9662         * include/olectlid.h (IID_IEnumSTATSTG): New interface
9663         identifier.
9664         * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
9665         IOleInPlaceSite): New interfaces.
9666         * lib/test.c: #include docobj.h,idispids.h,
9667
9668 2002-07-25  Danny Smith  <dannysmith@users.sourceforge.net>
9669
9670         * include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.
9671         (BFFM_SETSTATUSTEXT, BFFM_SETSELECTION): UNICODE them.
9672
9673 2002-07-25  Mattia Barbon  <mbarbon@dsi.unive.it>
9674
9675         * include/commctrl.h: Avoid redefinition of CDN_FIRST/LAST.
9676         * include/commdlg.h: Likewise.
9677
9678 2002-07-24  Danny Smith  <dannysmith@users.sourceforge.net>
9679
9680         * include/oleauto.h (V_UNION): Correct definition for case of
9681         NONAMELESSUNION:
9682         (V_VT): Likewise.
9683
9684 2002-07-23  Danny Smith  <dannysmith@users.sourceforge.net>
9685
9686         * include/oleauto.h (V_BOOL): Define in terms of boolVal,
9687         not bool, for C as well as C++.
9688
9689 2002-07-22  Danny Smith  <dannysmith@users.sourceforge.net>
9690
9691         * include/shlwapi.h: New file.
9692         Thanks to: Mattia Barbon  <mbarbon@dsi.unive.it> and
9693         Victor Porton  <porton@narod.ru> for contributions.
9694         * lib/shlwapi.def: New file.
9695         * lib/test.c: #include shlwapi.h.
9696
9697 2002-07-21  Bart Oldeman  <bart.oldeman@btinternet.com>
9698
9699         * include/shlobj.h (FCIDM_MENU_FAVORITES): Remove bogus
9700         character.
9701         * include/winsock2.h (struct sockaddr): Use __int64 instead of
9702         long long.
9703         * lib/kernel32.c (GetCurrentFiber, GetFiberData): Watcom
9704         does not need external *Fiber library functions.
9705
9706 2002-07-20  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9707
9708         * include/winbase.h (GetEnvironmentStringsA): Remove duplicate
9709         definition.
9710         (Interlocked*): Wrap in #ifndef __INTERLOCKED_DECLARED to
9711         avoid compile error when already defined.
9712
9713 2002-07-20  Steven Edwards  <Steven_Ed4153@yahoo.com>
9714
9715         * include/winuser.h (WM_MENURBUTTONUP): Add define.
9716
9717 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9718
9719         * include/commdlg.h: Define CDN_* notification message constants
9720         as UINT.
9721
9722 2002-07-17  Mattia Barbon  <mbarbon@users.sourceforge.net>
9723
9724         * include/commctrl.h: Define notification message constants for
9725         NMHDR.code as UINT.
9726
9727 2002-07-17   Bart Oldeman  <bart.oldeman@btinternet.com>
9728
9729         * include/ddeml.h (MH_*) Add defines.
9730         (MONHSZSTRUCT): Add structure and typedefs.
9731         (MONLINKSTRUCT): Ditto.
9732         (MONCONVSTRUCT): Ditto.
9733         (MONCBSTRUCT): Ditto.
9734         (MONERRSTRUCT): Ditto.
9735         (MONMSGSTRUCT): Ditto.
9736         * include/windef.h: Don't define __cdecl or _cdecl for
9737         __WATCOM__.
9738         Don't define _export or __export for __WATCOM__.
9739         * include/windows.h (imm.h): #include.
9740         * include/winnt.h (LPEXCEPTION_RECORD): Add typedef.
9741
9742 2002-07-17  Danny Smith  <dannysmith@users.sourceforge.net>
9743
9744         * include/wtypes.h: Remove duplicate #includes of rpc.h and
9745         rpcndr.h.
9746
9747 2002-07-05  Luke Dunstan  <infidel@users.sourceforge.net>
9748
9749         * include/winbase.h (OpenThread): Add prototype.
9750         * lib/kernel32.def (OpenThread): Add symbol.
9751
9752 2002-07-04  Luke Dunstan  <infidel@users.sourceforge.net>
9753
9754         * include/wtypes.h (HMETAFILEPICT): Add typedef.
9755
9756 2002-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
9757
9758         * include/rpc.h: Conditionally include <windows.h> before
9759         header guard.
9760         * include/wtypes.h: Include <rpc.h> and <rpcndr.h> before
9761         header guard.
9762
9763 2002-07-02  Danny Smith  <dannysmith@users.sourceforge.net>
9764
9765         * include/commctrl.h (WC_*): Remove some duplicate defines.
9766
9767 2002-07-02  Ken Fitlike  <kenfitlike@hotmail.com>
9768
9769         * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and
9770         UNICODE mappings.
9771         (IPM*): Add defines.
9772         (IPN_*): Add defines.
9773         (NMIPADDRESS): Add structure and typedefs.
9774         (MAKEIPADDRESS): Add macro.
9775         (MAKEIPRANGE): Add macro.
9776         (FIRST_IPADDRESS): Add macro.
9777         (SECOND_IPADDRESS): Add macro.
9778         (THIRD_IPADDRESS): Add macro.
9779         (FOURTH_IPADDRESS): Add macro.
9780
9781 2002-06-25  Conrad Scott  <conrad.scott@dsl.pipex.com>
9782
9783         * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
9784
9785 2002-06-26  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9786
9787         * include/winbase.h (WINBASEAPI): Don't define if prior
9788         definition.
9789
9790         * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13,
9791         PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM,
9792         PARTITION_UNIX): Add defines.
9793         (PDRIVE_LAYOUT_INFORMATION): Add typedef.
9794         (IsRecognizedPartition): Also check for PARTITION_FAT32,
9795         PARTITION_FAT32_XINT13 and PARTITION_XINT13.
9796         (IsContainerPartition): Add macro.
9797
9798 2002-06-25  Ken Fitlike  <kenfitlike@hotmail.com>
9799
9800         * include/commctrl.h: (CBEIF_*): Add defines.
9801         (CBEN_*): Add defines and UNICODE mappings
9802         (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings.
9803         (CBEMAXSTRLEN): Add define.
9804         (COMBOBOXEXITEM[AW]): Add structures and typedefs.
9805         (NMCOMBOBOXEX[AW]): Add structures and typedefs.
9806         (NMCBEDRAGBEGIN[AW]): Add structure and typedefs.
9807         (NMCBEENDEDIT[AW]): Add structure and typedefs.
9808
9809 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9810
9811         * include/objidl.h (struct tagPROPVARIANT): Kill obsolete
9812         union member _VARIANT_BOOL bool.
9813
9814 2002-06-24  Danny Smith  <dannysmith@users.sourceforge.net>
9815
9816         * include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
9817
9818 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9819
9820         * include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG,
9821         PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL,
9822         PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS):
9823         Add typedefs.
9824         (CCHAR): Correct typedef.
9825         (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE):
9826         Add defines.
9827
9828 2002-06-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9829
9830         * README.w32api: Correct spelling error.
9831
9832 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9833
9834         * include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD,
9835         INPUT_HARDWARE): Add defines.
9836         (HDEVNOTIFY): Add typedef.
9837         (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT,
9838         tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and
9839         typedefs.
9840         (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW],
9841         GetClassInfoEx[AW],GetKeyboardLayoutList,
9842         MessageBoxIndirect[AW],MsgWaitForMultipleObjects,
9843         MsgWaitForMultipleObjectsEx, RegisterClass[AW],
9844         RegisterClassEx[AW]): Correct prototypes.
9845
9846 2002-06-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9847
9848         * include/ddeml.h (DdeCreateStringHandle{AW]:Correct
9849         prototypes.
9850         * include/winsvc.h (StartServiceW): Correct prototype.
9851         * include/winbase.h (BackupRead,BackupSeek,BackupWrite,
9852         FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
9853         GetTickCount,InterlockedExchangeAdd,
9854         WritePrivateProfileStruct[AW]: Correct prototypes.
9855         (GetEnvironmentStrings): Correct mapping to
9856         GetEnvironmentStringsA.
9857         * include/winver.h (VerQueryValueA,VerQueryValueW):
9858         Correct prototypes.
9859         * include/wincon.h (CreateConsoleScreenBuffer): Correct
9860         prototype.
9861         * include/winreg.h (RegQueryMultipleValues[AW],
9862         RegQueryValueEx[AW]):Correct prototypes.
9863         * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
9864         PPOLYTEXTW): Add typedefs.
9865         (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
9866         structures and typedefs.
9867         (MM_MAX_NUMAXES): Add define.
9868         (EnumFontsW,GetEnhMetaFilePixelFormat,
9869         wglGetLayerPaletteEntries): Correct prototypes.
9870         * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
9871         RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
9872         RPC_S_SEND_INCOMPLETE): Add defines.
9873
9874 2002-06-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
9875
9876         * include/windef.h (_fastcall, __fastcall, FASTCALL):
9877         Add defines.
9878
9879 2002-06-16  Egor Duda  <deo@logos-m.ru>
9880
9881         * include/ntdll.h: New file.
9882         * lib/ntdll.def: Add NtShutdownSystem.
9883
9884 2002-06-16  Steven Edwards  <Steven_Ed4153@yahoo.com>
9885
9886         * lib/dinput.def (DirectInputCreateEx): Add stub.
9887         * lib/ntdll.def: New file.
9888
9889 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9890
9891         * include/w32api.h: Change to version 2.0 to reflect the change
9892         in the license.
9893         * README: Renamed.
9894         * README.w32api: Renamed from README.  Modified license to remove
9895         the restriction of notifying the author based on the fact that the
9896         author is unreachable at the notified address.
9897         * Makefile.in (VERSION): Change to 2.0.
9898
9899 2002-06-14  Earnie Boyd  <earnie@users.sf.net>
9900
9901         * include/wingdi.h (GetEnhMetaFileBits): Correct typo.
9902         * Makefile.in (bindist): Correct the MinGW distribution.
9903
9904 2002-06-13  Earnie Boyd  <earnie@users.sf.net>
9905
9906         * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.
9907         * include/wingdi.h (GetEnhMetaFileBits): Define prototype.
9908
9909 2002-06-13  Danny Smith  <dannysmith@users.sourceforge.net>
9910
9911         * lib/test.c: #include comcat.h.
9912
9913 2002-06-13  John K. Hohm  <jhohm@acm.org>
9914
9915         * include/comcat.h: New file.
9916
9917 2002-06-09  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9918
9919         * include/richedit.h (EM_*, TM_*, GT_*): Add new defines.
9920         (GETTEXTEX): Add structure definition.
9921
9922 2002-06-08  Danny Smith  <dannysmith@users.sourceforge.net>
9923
9924         * include/windows.h (ole2.h): #include if !__OBJC__ and
9925         __GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
9926
9927 2002-06-07  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
9928
9929         * include/mapi.h: Change LPTSTR to LPSTR throughout.
9930
9931 2002-06-05  Danny Smith  <dannysmith@users.sourceforge.net>
9932
9933         * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,
9934         PACCESS_DENIED_ACE): Add typedefs.
9935
9936 2002-06-03  Danny Smith  <dannysmith@users.sourceforge.net>
9937
9938         * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.
9939
9940 2002-06-03 Steven Edwards  <Steven_Ed4153@yahoo.com>
9941
9942         * lib/kernel32.def (ConvertToGlobalHandle): Add stub.
9943
9944 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9945
9946         * include/windef.h: Fix typo in last change.
9947
9948 2002-06-01  Danny Smith  <dannysmith@users.sourceforge.net>
9949
9950         * include/windef.h: Add no-op __try, __except, __finally
9951         defines from ...
9952         * include/excpt.h: Remove file.
9953         * include/windows.h: Don't include excpt.h.
9954
9955 2002-05-30  Christopher January  <chris@atomice.net>
9956
9957         * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
9958         Add missing typedefs.
9959
9960 2002-05-28  Earnie Boyd  <earnie@users.sf.net>
9961
9962         * include/w32api.h: Increment version to 1.5
9963         * Makefile.in: Ditto.
9964
9965
9966 2002-05-27  René Møller Fonseca  <fonseca@users.sourceforge.net>
9967
9968         * include/winreg.h: (RegConnectRegistry[AW]): Replace
9969         LP[W]STR with LPC[W]STR.
9970         (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines.
9971         Clean up whitespace.
9972
9973 2002-05-27  Rick Rankin  <rick_rankin@yahoo.com>
9974
9975         * include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
9976
9977 2002-05-21  Earnie Boyd  <earnie@users.sf.net>
9978
9979         * Makefile.in: Increment VERSION to 1.4.
9980         (conf_prefix): New variable.
9981         (bindist): Modify target to use $(conf_prefix).
9982
9983 2002-05-20  Philip Aston  <philipa@mail.com>
9984
9985         * include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
9986
9987 2002-05-20  René Møller Fonseca  <fonseca@users.sourceforge.net>
9988
9989         * include/lmaccess.h: (NetAccess*, NetGroup*,
9990         NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2],
9991         NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
9992
9993 2002-05-08  Danny Smith  <dannysmith@users.sourceforge.net>
9994
9995         * include/commctrl.h (ImageList_DragShowNolock): Remove
9996         conflicting redeclaration.
9997
9998 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net>
9999
10000         * include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,
10001         STRICT and related defines to ...
10002         * include/windef.h: Here.
10003
10004 2002-05-03  Danny Smith  <dannysmith@users.sourceforge.net>
10005
10006         * include/winsock2.h (int32): Remove typedef.
10007         (SERVICETYPE): Add typedef.
10008         (struct _flowspec):Revise struct definition,  Comment
10009         on types used for members.
10010
10011 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
10012
10013         * include/winnt.h (EVENT_*, SEMAPHORE_*,MUTEX_*): Remove
10014         more defines added in earlier change.
10015         * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
10016
10017 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
10018
10019         * include/winnt.h (THREAD_PRIORITY_*): Remove defines
10020         added in last change.
10021
10022 2002-05-02  Danny Smith  <dannysmith@users.sourceforge.net>
10023
10024         * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,
10025         SEMAPHORE_*, MUTEX_*, TIMER_*): Add new defines.
10026
10027 2002-05-01  Manu B  <contact.manu@wanadoo.fr>
10028
10029         * include/commctrl.h (SNDMSG): Define and use throughout
10030         in other macros instead of SendMessage.
10031         * include/commdlg.h (SNDMSG): Ditto.
10032
10033 2002-04-22  José Fonseca  <jrfonseca@users.sf.net>
10034
10035         * include/GL/gl.h: New file.
10036         * include/GL/glext.h: Ditto.
10037         * include/GL/glu.h: Ditto.
10038
10039 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
10040
10041         * include/w32api.h: Increment version.
10042         * Makefile.in: Ditto.
10043
10044 2002-04-09  Earnie Boyd  <earnie@users.sf.net>
10045
10046         * Makefile.in (bindist): Use * instead of . for file list for tar
10047         command.
10048
10049 2002-04-02  Danny Smith  <dannysmith@users.sourceforge.net>
10050
10051         * include/wtypes.h (enum tagCLSCTX): Change formatting.
10052
10053 2002-04-02  Pat Thoyts  <patthoyts@users.sourceforge.net>
10054
10055         * include/objidl.h (IRunningObjectTable.Register): Correct
10056         prototype.
10057         * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE,
10058         ROTFLAGS_ALLOWANYCLIENT): Add defines.
10059
10060 2002-03-31  Victor Porton  <porton@narod.ru>
10061
10062         * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.
10063
10064 2002-03-29  David Robinow  <drobinow@yahoo.com>
10065
10066         * include/wingdi.h (SetPixelFormat): Correct prototype.
10067
10068 2002-03-29  Phil Krylov  <likewolf@users.sourceforge.net>
10069
10070         * include/richedit.h (EM_SHOWSCROLLBAR): Add define.
10071
10072 2002-03-26  Phil Krylov  <likewolf@users.sourceforge.net>
10073
10074         * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):
10075         Add defines.
10076
10077 2002-03-14  Gunnar Degnbol  <gdegnbol@users.sourceforge.net>
10078
10079         * include/richedit.h (RICHEDIT_CLASS): UNICODE it.
10080         * include/shlobj.h (IContextMenu2): Put methods in right order.
10081         * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
10082         CINTERFACE before defining.
10083
10084 2002-03-09  Danny Smith  <dannysmith@users.sourceforge.net>
10085
10086         * include/accctrl.h: Add #pragma GCC system_header
10087         if __GNUC__ >= 3.
10088         * include/aclapi.h: Same.
10089         * include/basetsd.h: Same.
10090         * include/basetyps.h: Same.
10091         * include/cderr.h: Same.
10092         * include/cguid.h: Same.
10093         * include/commctrl.h: Same.
10094         * include/commdlg.h: Same.
10095         * include/cpl.h: Same.
10096         * include/cplext.h: Same.
10097         * include/custcntl.h: Same.
10098         * include/dbt.h: Same.
10099         * include/dde.h: Same.
10100         * include/ddeml.h: Same.
10101         * include/dlgs.h: Same.
10102         * include/excpt.h: Same.
10103         * include/httpext.h: Same.
10104         * include/imagehlp.h: Same.
10105         * include/imm.h: Same.
10106         * include/initguid.h: Same.
10107         * include/intshcut.h: Same.
10108         * include/ipexport.h: Same.
10109         * include/iphlpapi.h: Same.
10110         * include/ipifcons.h: Same.
10111         * include/iprtrmib.h: Same.
10112         * include/iptypes.h: Same.
10113         * include/isguids.h: Same.
10114         * include/largeint.h: Same.
10115         * include/lm.h: Same.
10116         * include/lmaccess.h: Same.
10117         * include/lmalert.h: Same.
10118         * include/lmapibuf.h: Same.
10119         * include/lmat.h: Same.
10120         * include/lmaudit.h: Same.
10121         * include/lmbrowsr.h: Same.
10122         * include/lmchdev.h: Same.
10123         * include/lmconfig.h: Same.
10124         * include/lmcons.h: Same.
10125         * include/lmerr.h: Same.
10126         * include/lmerrlog.h: Same.
10127         * include/lmmsg.h: Same.
10128         * include/lmremutl.h: Same.
10129         * include/lmrepl.h: Same.
10130         * include/lmserver.h: Same.
10131         * include/lmshare.h: Same.
10132         * include/lmsname.h: Same.
10133         * include/lmstats.h: Same.
10134         * include/lmsvc.h: Same.
10135         * include/lmuse.h: Same.
10136         * include/lmuseflg.h: Same.
10137         * include/lmwksta.h: Same.
10138         * include/lzexpand.h: Same.
10139         * include/mapi.h: Same.
10140         * include/mciavi.h: Same.
10141         * include/mcx.h: Same.
10142         * include/mmsystem.h: Same.
10143         * include/mswsock.h: Same.
10144         * include/nb30.h: Same.
10145         * include/nddeapi.h: Same.
10146         * include/nspapi.h: Same.
10147         * include/ntdef.h: Same.
10148         * include/ntsecapi.h: Same.
10149         * include/ntsecpkg.h: Same.
10150         * include/oaidl.h: Same.
10151         * include/objbase.h: Same.
10152         * include/objfwd.h: Same.
10153         * include/objidl.h: Same.
10154         * include/odbcinst.h: Same.
10155         * include/ole.h: Same.
10156         * include/ole2.h: Same.
10157         * include/ole2ver.h: Same.
10158         * include/oleauto.h: Same.
10159         * include/olectl.h: Same.
10160         * include/olectlid.h: Same.
10161         * include/oledlg.h: Same.
10162         * include/oleidl.h: Same.
10163         * include/pbt.h: Same.
10164         * include/prsht.h: Same.
10165         * include/psapi.h: Same.
10166         * include/rapi.h: Same.
10167         * include/ras.h: Same.
10168         * include/raserror.h: Same.
10169         * include/rassapi.h: Same.
10170         * include/regstr.h: Same.
10171         * include/richedit.h: Same.
10172         * include/richole.h: Same.
10173         * include/rpc.h: Same.
10174         * include/rpcdce.h: Same.
10175         * include/rpcdce2.h: Same.
10176         * include/rpcdcep.h: Same.
10177         * include/rpcndr.h: Same.
10178         * include/rpcnsi.h: Same.
10179         * include/rpcnsip.h: Same.
10180         * include/rpcnterr.h: Same.
10181         * include/rpcproxy.h: Same.
10182         * include/schannel.h: Same.
10183         * include/schnlsp.h: Same.
10184         * include/scrnsave.h: Same.
10185         * include/security.h: Same.
10186         * include/setupapi.h: Same.
10187         * include/shellapi.h: Same.
10188         * include/shlguid.h: Same.
10189         * include/shlobj.h: Same.
10190         * include/sql.h: Same.
10191         * include/sqlext.h: Same.
10192         * include/sqltypes.h: Same.
10193         * include/sqlucode.h: Same.
10194         * include/sspi.h: Same.
10195         * include/subauth.h: Same.
10196         * include/tlhelp32.h: Same.
10197         * include/unknwn.h: Same.
10198         * include/userenv.h: Same.
10199         * include/w32api.h: Same.
10200         * include/winbase.h: Same.
10201         * include/wincon.h: Same.
10202         * include/wincrypt.h: Same.
10203         * include/windef.h: Same.
10204         * include/windows.h: Same.
10205         * include/windowsx.h: Same.
10206         * include/winerror.h: Same
10207         * include/wingdi.h: Same.
10208         * include/wininet.h: Same.
10209         * include/winioctl.h: Same.
10210         * include/winnetwk.h: Same.
10211         * include/winnls.h: Same.
10212         * include/winnt.h: Same.
10213         * include/winperf.h: Same.
10214         * include/winreg.h: Same.
10215         * include/winresrc.h: Same.
10216         * include/winsock.h: Same.
10217         * include/winsock2.h: Same.
10218         * include/winspool.h: Same.
10219         * include/winsvc.h: Same.
10220         * include/winuser.h: Same.
10221         * include/winver.h: Same.
10222         * include/ws2tcpip.h: Same.
10223         * include/wsnetbs.h: Same.
10224         * include/wtypes.h: Same.
10225         * include/zmouse.h: Same.
10226         * include/mapi.h: Change header guard name to _MAPI_H  for
10227         consistency.
10228
10229 2002-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
10230
10231         * include/accctrl.h (_ACCCTRL_H): Correct typo.
10232         Remove unnecessary inclusion of <wtypes.h>.
10233         * ChangeLog: Fix omission of name in recent entries.
10234
10235 2002-03-08  Antony Blakey  <antony.blakey@ihug.com.au>
10236
10237         * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define.
10238
10239 2002-03-06  Danny Smith  <dannysmith@users.sourceforge.net>
10240
10241         * include/mswsock.h: Group winsock2 dependants
10242         together and protect with #ifdef _WINSOCK2_H.
10243         * lib/test.c: Only test ws2tcpip.h if winsock2.h
10244         has been included.
10245
10246 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
10247
10248         * include/mswsock.h (TP_*): Add new defines.
10249         (TRANSMIT_PACKETS_ELEMENT): Define new structure.
10250         (WSAMSG): Likewise.
10251         (WSACMSGHDR): Likewise.
10252         (DisconnectEx): Add new prototype.
10253         (WSARecvMsg): Likewise.
10254         (WSA_CMSG_*) Add empty macros, guarded by #if 0.
10255
10256 2002-03-02  Danny Smith  <dannysmith@users.sourceforge.net>
10257
10258         * ChangeLog: Fix typo in last entry.
10259         * include/winsock2.h (IPPROTO_*): Add IPv6 defines.
10260         * include/ws2tcpip.h: (IP_*): Add new defines.
10261         (INET_ADDRSTRLEN, INET6_ADDRSTRLEN): Add defines.
10262         (NI_*): Add getnameinfo constants and bitmasks.
10263         (AI_*): Add getaddrinfo flags.
10264         (EAI_*): Add getaddrinfo error codes.
10265         (ip_mreq_source): Add new structure.
10266         (ip_msfilter): Add new structure.
10267         (IP_MSFILTER_SIZE): Add new macro.
10268         (in_pktinfo): Add new structure.
10269         Add preliminary IPv6 support.
10270         (in6_addr): Add new structure and some defines.
10271         (sockaddr_in6): Add new structure.
10272         (in6addr_any, in6addr_loopback): Declare extern structures.
10273         (IN6ADDR_ANY_INIT,IN6ADDR_LOOPBACK_INIT): Add
10274         initialization macros for above.
10275         (IN6_ARE_ADDR_EQUAL): Define macro.
10276         (IN6_IS_ADDR_*): Define address testing macros.
10277         (socklen_t) Add new typedef.
10278         (ipv6_mreq): Add new structure.
10279         (in6_pktinfo): Same.
10280         (addrinfo): Same.
10281         (freeaddrinfo):Add new prototype.
10282         (getaddrinfo): Same.
10283         (gai_strerror[AW]): Same.
10284         (getnameinfo): Same.
10285         (sockaddr_in6_old): Add structure.
10286         (sockaddr_gen): Add union definition.
10287         (INTERFACE_INFO): Use sockaddr_gen as members.
10288         (INTERFACE_INFO_OLD): Add comment on workaround for problems
10289         with INTERFACE_INFO on NT4 prior to sp4.
10290
10291 2002-02-28  Danny Smith  <dannysmith@users.sourceforge.net>
10292
10293         * include/windows.h: Remove test for __W32API_MAJOR_VERSION
10294         when selecting winsock interface.
10295         * include/winsock2.h (SOCKET_ADDRESS_LIST): Add structure
10296         and typedefs. Thanks to: 'Lorenzo' <conte0@infinito.it>.
10297         Expand FIXME comment.
10298         (WSACOMPLETIONTYPE): Add enum.
10299         (WSACOMPLETION): Add structure and typedefs.
10300         (WSANSPIoctl): Add function prototpe and callback typedef.
10301         (SIO_NSP_NOTIFY_CHANGE): Add define.
10302         (sockaddr_storage): Add structure and typedefs.
10303
10304 2002-02-16  Andriy Palamarchuk  <apa3a@yahoo.com>
10305
10306         * include/winuser.h (OIC_*): Add resource constants.
10307
10308 2002-02-14 Mattia Barbon  <mbarbon@users.sourceforge.net>
10309
10310         * include/ntsecpkg.h: New file.
10311         * include/schannel.h: New file.
10312         * include/schnlsp.h: New file.
10313         * include/security.h: New file.
10314         * include/sspi.h: New file.
10315         * include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
10316         MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
10317         * include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
10318         PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
10319         USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
10320         (struct _CRYPTOAPI_BLOB): Add structure and typedefs.
10321         (SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
10322         CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
10323         CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
10324         CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
10325         CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
10326         CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
10327         CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
10328         CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
10329         CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
10330         CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
10331         CERT_CHAIN_CONTEXT): Add missing structures.
10332         (CertCloseStore, CertGetCertificateChain,
10333         CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
10334         CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
10335         CertFindCertificateInStore, CertFreeCertificateContext,
10336         CertGetIssuerCertificateFromStore,
10337         CertFindChainInStore): Add missing functions.
10338         (CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
10339         CERT_FIND_ISSUER_STR): Add Unicode mappings.
10340         * lib/crypt32.def: New file.
10341         * lib/secur32.def: Add mising stubs.
10342         * lib/test.c: Include new headers.
10343
10344 2002-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
10345
10346         * include/windef.h (PROC,FARPROC,NEARPROC): Remove void
10347         parameter.
10348
10349 2002-01-30  Danny Smith  <dannysmith@users.sourceforge.net>
10350
10351         * lib/test.c: Include mapi.h.
10352         * include/commctrl.h (TBSTYLE_*): Add missing defines.
10353         Thanks to: "Ron"  <ron@debian.org>
10354
10355 2002-01-30  John Fattaruso  <fattaruso@ieee.org>
10356
10357         * include/mapi.h: New file.
10358         * lib/mapi.def: Add missing function stubs.
10359
10360 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10361
10362         * include/winuser.h (GetWindowLongPtr[AW],
10363         SetWindowLongPtr[AW]): Add prototypes for _WIN64.
10364
10365 2002-01-28  Mattia Barbon  <mbarbon@users.sourceforge.net>
10366
10367         * include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
10368         (GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
10369         {Get Set}WindowLong[AW], as in Win32 they are equivalent.
10370         (GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
10371
10372 2002-01-28  Danny Smith  <dannysmith@users.sourceforge.net>
10373
10374         * lib/test.c: Include wsnetbs.h.
10375
10376 2002-01-28  Kai Henningsen  <kai-henningsen@users.sourceforge.net>
10377
10378         * include/wsnetbs.h: New file.
10379
10380 2002-01-25  Earnie Boyd  <earnie@users.sf.net>
10381
10382         * include/winnt.h: Remove merge conflict.
10383
10384 2002-01-25  Danny Smith  <dannysmith@users.sourceforge.net>
10385
10386         * include/winnt.h (_TCHAR): Add typedefs.
10387
10388 2002-01-25  Tim Hughes  <tjh@delcam.com>
10389
10390         * include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
10391         defines.
10392
10393 2002-01-25  Andriy Palamarchuk  <apa3a@yahoo.com>
10394
10395         * include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
10396         Add defines.
10397         (LPACCESSTIMEOUT): Add typedef.
10398
10399 2002-01-24  Phillip Susi  <psusi@cfl.rr.com>
10400
10401         * include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
10402
10403 2002-01-24  Danny Smith  <dannysmith@users.sourceforge.net>
10404
10405         * include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
10406         _HDITEM[AW], with parallel changes to typedefs. Use defines for
10407         backward compatability with old names. Update UNICODE mappings.
10408         (HDLAYOUT): Remove struct _HD_LAYOUT_XP.  Use new typedefs
10409         for struct _HD_LAYOUT and add defines for backward
10410         compatability with old names.
10411         (NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
10412         parallel chages to typedefs. Add defines for backward
10413         compatability with old names.
10414         (TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
10415
10416 2002-01-21  Robert Collins  <rbtcollins@hotmail.com>
10417
10418         * include/winnt.h: Add missing MEM_ defines, and convert existing to
10419         hex for readability.
10420
10421 2002-01-17  Marcus Geelnard  <marcus.geelnard@home.se>
10422
10423         * include/winsuser.h (tagKBDLLHOOKSTRUCT): Define struct
10424         and typedefs.
10425         (SPI_SETSCREENSAVERRUNNING): Add define.
10426         (LLKHF_ALTDOWN): Add define.
10427         * include/wingdi.h (PFD_GENERIC_ACCELERATED,
10428         PFD_DEPTH_DONTCARE): Add defines.
10429
10430 2002-01-17  Danny Smith  <dannysmith@users.sourceforge.net>
10431
10432         * include/objbase.h (CoGetObject): Add prototype.
10433
10434 2002-01-14  Timothy J. Wood  <tjw@omnigroup.com>
10435
10436         * include/winuser.h (ENUM_CURRENT_SETTINGS,
10437         ENUM_REGISTRY_SETTINGS): Add defines.
10438
10439 2002-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
10440
10441         * include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
10442         (FILE_ATTRIBUTE_DEVICE): Add define.
10443
10444 2002-01-14  Corinna Vinschen  <vinschen@redhat.com>
10445
10446         * include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
10447
10448 2002-01-11  Danny Smith  <dannysmith@users.sourceforge.net>
10449
10450         * ChangeLog: correct date in last entry.
10451
10452 2002-01-11  Timothy J. Wood  <tjw@omnigroup.com>
10453
10454         * include/winuser.h (MONITORENUMPROC): Add typedef.
10455         (EnumDisplayMonitors): Add prototype.
10456         * lib/user32.def (EnumDisplayMonitors): Add stub.
10457
10458 2002-01-11 Ralf Habacker  <Ralf.Habacker@freenet.de>
10459
10460         * include/ntsecapi.h:  Fixed missing void parameter type in some
10461         prototypes.
10462         * include/objbase.h: Ditto.
10463         * include/rapi.h: Ditto.
10464         * include/rpc.h: Ditto.
10465         * include/rpcdce.h: Ditto.
10466         * include/rpcdcep.h: Ditto.
10467         * include/rpcndr.h: Ditto.
10468         * include/rpcnsip.h: Ditto.
10469         * include/rpcproxy.h: Ditto.
10470         * include/windef.h: Ditto.
10471
10472 2002-01-07  Danny Smith  <dannysmith@users.sourceforge.net>
10473
10474         * lib/vfw32.def (LIBRARY): Change to MSVFW32.DLL.
10475
10476 2002-01-04  TAMURA Kent  <tkent@users.sourceforge.net>
10477
10478         * include/wingdi.h (BI_JPEG, BI_PNG, GGO_BEZIER,GGO_UNHINTED,
10479          LAYOUT_RTL, LAYOUT_BITMAPORIENTATIONPRESERVED): Add defines.
10480         * include/winuser.h (HWND_MESSAGE, WS_EX_COMPOSITED,
10481         WS_EX_LAYERED, WS_EX_LAYOUTRTL, WS_EX_NOACTIVATE,
10482         WS_EX_NOINHERITLAYOUT): Add defines.
10483         * include/winnt.h (PF_RDTSC_INSTRUCTION_AVAILABLE,
10484         PF_PAE_ENABLED, MEM_PHYSICAL, MEM_RESET, MEM_TOP_DOWN,
10485         MEM_WRITE_WATCH): Add defines.
10486
10487
10488 2002-01-04  Danny Smith  <dannysmith@users.sourceforge.net>
10489
10490         * include/winbase.h (InitializeCriticalSectionAndSpinCount):
10491         Add prototype.
10492         (SetCriticalSectionSpinCount): Likewise.
10493
10494 2001-12-30  Guido Serassio  <serassio@libero.it>
10495
10496         * include/winsvc.h: Add EnumServiceStatusEx(),
10497         QueryServiceStatusEx()
10498         & RegisterServiceCtrlHandlerEx()
10499
10500 2001-12-21  Robert Collins  <rbtcollins@hotmail.com>
10501
10502         * include/wingdi.h: Add GetRandomRgn and SYSRGN.
10503
10504 2001-12-20  Christopher Faylor  <cgf@redhat.com>
10505
10506         * lib/Makefile.in: Revert inst_installdir definitions to working
10507         versions.
10508
10509 2001-12-17  Guido Serassio  <serassio@libero.it>
10510
10511         * include/winsvc.h: Add ChangeServiceConfig2() &
10512         QueryServiceConfig2() definition
10513
10514 2001-12-17  Robert Collins  <rbtcollins@hotmail.com>
10515
10516         * include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
10517         on MSDN documentation for XP.
10518
10519 2001-12-15  Andrew Begel  <abegel@eecs.berkeley.edu>
10520
10521         * include/winbase.h (CreateHardLink): Correct typo in UNICODE
10522         mappings.
10523
10524 2001-12-11  Phillip Susi  <psusi@cfl.rr.com>
10525
10526         * include/commctrl.h (ACS_*): Add new defines.
10527         (PGS_*): Ditto.
10528         (CBES_*): Ditto.
10529         (TBSTYLE_*): Ditto.
10530         (TB_*): Ditto.
10531         (TTS_*): Ditto.
10532         (UDS_HOTTRACK): Add define.
10533         (SBT_TOOLTIPS): Ditto.
10534         (TBS_*): Add new defines.
10535         (HDS_*): Ditto.
10536         (LVS_EX_*) Ditto.
10537         (LVKF_*): Ditto.
10538         (TCM_GETEXTENDEDSTYLE): Add define.
10539         (TVS_NOHSCROLL): Ditto.
10540         (TVIF_INTEGRAL): Ditto.
10541         (DTS_SHORTDATECENTURYFORMAT): Ditto.
10542         (TCS_*): Add new defines.
10543         (CBEM_*): Add defines.
10544         (tagNMITEMACTIVATE): Add structure definition and typedefs.
10545         (tagTVITEMEX[AW]: Ditto.
10546         (tagTVINSERTSTRUCT[AW]: Add union member.
10547         * include/winbase.h (VirtualAllocEx): Add prototype.
10548         * include/winuser.h (SS_*): Add new defines.
10549
10550 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10551
10552         * Makefile.in: Increment VERSION.
10553         * include/w32api.h: Ditto.
10554
10555 2001-12-07  Earnie Boyd  <earnie@users.sf.net>
10556
10557         * Makefile.in: Increment VERSION.
10558         * include/w32api.h: Ditto.
10559
10560 2001-12-07  Danny Smith  <dannysmith@users.sourceforge.net>
10561
10562         * include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
10563         SetupDiCreateDevRegKey[AW],SetupDiDeleteDeviceInterfaceRegKey,
10564         SetupDiDeleteDevRegKey,SetupDiOpenClassRegKey,
10565         SetupDiOpenClassRegKeyEx[AW],SetupDiOpenDeviceInterfaceRegKey,
10566         SetupDiOpenDevRegKey): Correct function names.
10567
10568 2001-12-04  Earnie Boyd  <earnie@users.sf.net>
10569
10570         * include/winuser.h (IDC_STATIC): Don't define.
10571
10572 2001-12-04  Danny Smith  <dannysmith@users.sourceforge.net>
10573
10574         Cleanup merge between SourceForge and winsup CVS.
10575         * include/winbase.h (OSVERSIONINFO[AW], OSVERSIONINFOEX[AW]: Remove
10576         definitions.
10577         * include/winnt.h (VER_NT*): Remove duplicate defines.
10578         (VER_SUITE*): Group with VER_PLATFORM*, VER_NT* defines.
10579
10580 2001-12-03  Earnie Boyd  <earnie@users.sf.net>
10581
10582         * include/accctrl.h: Change \r\n to \n.
10583
10584 2001-11-30  Danny Smith  <dannysmith@users.sourceforge.net>
10585
10586         * include/ipexport.h (IP_UNIDIRECTIONAL_ADAPTER_ADDRESS):
10587         Add structure definition.
10588         * include/iptypes.h (IP_PER_ADAPTER_INFO): Ditto.
10589         * include/iphlpapi.h (AddIPAddress,CreateProxyArpEntry,
10590         DeleteIPAddress,DeleteProxyArpEntry,EnableRouter,
10591         FlushIpNetTable,GetAdapterIndex,GetPerAdapterInfo,
10592         GetUniDirectionalAdapterInfo,SendARP,SetAdapterIpAddress,
10593         UnenableRouter) Declare functions.
10594         * lib/iphlpapi.def: Add function names to import lib.
10595
10596 2001-11-24  Danny Smith  <dannysmith@users.sourceforge.net>
10597
10598         * include/winnt.h (PACCESS_MASK): Add typedef.
10599         * include/aclapi.h: New file.
10600         * include/acctrl.h: New file.
10601         * lib/advapi32.def: Add missing symbols.
10602         * lib/test.c: Add #include <aclapi.h>.
10603
10604 2001-11-23  Danny Smith  <dannysmith@users.sourceforge.net>
10605
10606         * include/winbase.h (OSVERSIONINFO[AW],VER_PLATFORM_WIN32s,
10607         VER_PLATFORM_WIN32_WINDOWS,VER_PLATFORM_WIN32_NT): Move from
10608         here ...
10609         * include/winnt.h: ... to here.
10610         * include/winbase.h (VerifyVersionInfo[AW]): Add declaration.
10611         * include/winnt.h (OSVERSIONINFOEX[AW]): Add structure definitions
10612         and typedefs.
10613         (VER_NT_WORKSTATION,VER_NT_DOMAIN_CONTROLLER,VER_NT_SERVER):
10614         Add defines.
10615
10616 2001-11-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10617
10618         * w32api/include/winnt.h: prepare SSE register support.
10619         (CONTEXT_EXTENDED_REGISTERS): Add new define.
10620         (MAXIMUM_SUPPORTED_EXTENSION): New define.
10621         (struct CONTEXT): ExtendedRegisters field added.
10622
10623 2001-11-16  Danny Smith  <dannysmith@users.sourceforge.net>
10624
10625         * include/winuser.h (tagALTTABINFO, tagCOMBOBOXINFO,
10626         tagCURSORINFO, tagMENUBARINFO, tagMENUINFO, tagMONITORINFO
10627         tagSCROLLBARINFO, tagTITLEBARINFO. tagWINDOWINFO,
10628         tagLASTINPUTINFO ): Define new structures.
10629         (EndMenu, GetAltTabInfo[AW],GetComboBoxInfo,GetCursorInfo,
10630         GetLastInputInfo, GetListBoxInfo, GetMenuBarInfo,
10631         GetMonitorInfo[AW], GetScrollBarInfo, GetTitleBarInfo,
10632         GetWindowInfo, GetWindowModuleFileName[AW],GetMenuInfo
10633         SetMenuInfo): Add new prototypes.
10634         * lib/user32.def: Add import stubs for above functions.
10635
10636         * include/winuser.h (IDC_STATIC): Protect against prior
10637         definition.
10638
10639 2001-11-12  Corinna Vinschen  <corinna@vinschen.de>
10640
10641         * include/winbase.h (OSVERSIONINFOEX): Add definition.
10642         * include/winnt.h: Add VER_NT_* and VER_SUITE_* defines.
10643
10644 2001-11-10  Robert Collins  <rbtcollins@hotmail.com>
10645
10646         * include/winnt.h: Add Danny Smith's text comment about gcc compiler
10647         warnings with _AUTHORITY #defines.
10648
10649 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10650
10651         * include/winnt.h (GetCurrentFiber): Create a prototype before the
10652         implementation.
10653         (GetFiberData): Ditto.
10654
10655 2001-11-09  Robert Collins  <rbtcollins@hotmail.com>
10656
10657         * include/winnt.h: Backout last change.
10658
10659 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
10660
10661         * include/winnt.h: Define *_SID_AUTHORITY appropriately,
10662         GetCurrentFiber: Create a prototype before the implementation.
10663         GetFiberData: Ditto.
10664
10665 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
10666
10667         * include/winuser.h (IDC_STATIC): Add define.
10668         Thanks to: Benoit Laniel.
10669
10670 2001-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
10671
10672         * include/commdlg.h: Include <unknwn.h> rather than local
10673         definition of LPUKNOWN.
10674         * include/rpcproxy.h: Don't include if ndef CINTERFACE.
10675         Emit warning.
10676
10677 2001-11-05  Mattia Barbon  <mbarbon@dsi.unive.it>
10678
10679         * include/windef.h (DECLSPEC_NORTEURN): Add an empty version
10680         for Watcom.
10681         (DECLARE_STDCALL_P): Use it to add __stdcall decoration for
10682         functions of the form 'type * function(...)' in a way compatible
10683         with both Watcom and GCC.
10684         * include/rpcdcep.h (I_RpcAllocate): Use DECLARE_STDCALL_P.
10685         * include/rpcproxy.h (CInterfaceProxyVtbl): Do not declare
10686         zero-sized arrays for Watcom. Mark as __extension for __GNUC__.
10687         * include/windows.h: Watcom can use anonymous structs/unions.
10688         * include/winnt.h: Watcom can use 64 bit ints.
10689         (GetCurrentFiber): Add another inline definition using
10690         Watcom inline assembly syntax.
10691         (GetFiberData): Likewise.
10692         * include/winsock.h (inet_ntoa): Use DECLARE_STDCALL_P.
10693         (gethostbyname): Likewise.
10694         (gethostbyaddr}: Likewise.
10695         (getservbyport}: Likewise.
10696         (getservbyname}: Likewise.
10697         (getprotobynumber}: Likewise.
10698         (getprotobyname}: Likewise.
10699         * include/winsock2.h (inet_ntoa): Use DECLARE_STDCALL_P.
10700         (gethostbyname}: Likewise.
10701         (gethostbyaddr}: Likewise.
10702         (getservbyport}: Likewise.
10703         (getservbyname}: Likewise.
10704         (getprotobynumber}: Likewise.
10705         (getprotobyname}: Likewise.
10706         * lib/diinut.c: Correction for Watcom.
10707         * lib/kernel32.c (GetCurrentFiber): Add another definition
10708         using Watcom inline assembly syntax.
10709         (GetFiberData): Likewise.
10710         * lib/scrnsave.c (WinMain): Add break after default:
10711         clause.
10712
10713 2001-11-04  "stefan"  <stefan@lkcc.org>
10714
10715         * include/winnt.h (GetCurrentFiber): Add prototype.
10716         (GetFiberData): Likewise.
10717
10718 2001-11-04  Christopher Faylor  <cgf@redhat.com>
10719
10720         * lib/Makefile.in: Add .NOTPARALLEL target since dlltool cannot run in
10721         parallel invocations.
10722
10723 2001-11-03  Christopher Faylor  <cgf@redhat.com>
10724
10725         * lib/scrnsave.c (WinMain): Trivial change to avoid a compiler warning.
10726
10727 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10728
10729         * include/basetyps.h (DECLARE_INTERFACE): Don't add
10730         __attribute__((com_interface)) for __GNUC__ >= 3.
10731
10732 2001-11-01  Danny Smith  <dannysmith@users.sourceforge.net>
10733
10734         * include/commdlg.h (PRINTPAGERANGE): Add structure
10735         definition.
10736         (PRINTDLGEX[AW]): Likewise.
10737         (PrintDlgEx[AW]): Add function declaration.
10738         * lib/comdlg32.def (PrintDlgEx[AW]): Add function stubs.
10739         * ChangeLog: Fix typo in last entry.
10740
10741 2001-11-01  TAMURA Kent  <tkent@users.sourceforge.net>
10742
10743         * include/objbase.h (CoGetClassObject): Change third parameter
10744         to COSERVERINFO*.
10745
10746 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10747
10748         * include/winuser.h (MOUSEEVENTF_WHEEL): Define.
10749         Thanks to: Kim Saunders.
10750         * include/oleauto.h: Define VARIANT* flags for VariantChangeType.
10751         Thanks to: Pat Thoyts.
10752         * include/winnt.h: Change C++ style comment to C style.
10753         * include/shlobj.h: Ditto.
10754         * include/objbase.h (enum tagCOINIT): Remove comma at end of
10755         list.
10756         * include/oledlg.h (enum tagOLEUIPASTEFLAG): Ditto.
10757         * include/oleidl.h (enum tagDROPEFFECT): Mark as __extension__
10758         (enum not limited to range of int).
10759         * include/oaidl.h (struct tagVARIANT): Mark as __extension__
10760         (struct with no named members), ifndef NONAMELESSUNION.
10761
10762 2001-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
10763
10764         * include/winuser.h (CREATESTRUCT): UNICODE it.
10765         (CBT_CREATEWND): Likewise.
10766
10767 2001-10-20  Corinna Vinschen  <corinna@vinschen.de>
10768
10769         * include/winnetwk.h (WNetGetResourceInformationA): Add declaration.
10770         (WNetGetResourceInformationW): Ditto.
10771         (WNetGetResourceInformation): Add define.
10772
10773 2001-10-12  Pedro A Aranda  <paaguti@hotmail.com>
10774
10775         * include/winuser.h (POINTSTOPOINT): Use explicit casts
10776         before extracting words.
10777
10778 2001-10-04  Danny Smith  <dannysmith@users.sourceforge.net>
10779
10780         * include/winnt.h: Add PF_* defines.
10781         Thanks to: "Wizord"  <wizord@argoslabs.com>
10782
10783 2001-09-18  Danny Smith  <dannysmith@users.sourceforge.net>
10784
10785         * include/winnt.h (_[U]LARGE_INTEGER): Mark nameless structure
10786         field as _ANONYMOUS_STRUCT.
10787         * include/setupapi.h (SP_DEVINSTALL_PARAMS): Add missing typedef
10788         for UNICODE.
10789         * include/ipexport.h (icmp_echo_reply): Remove extra ';'.
10790         * lib/makefile.in: Add -pedantic switch to TEST_OPTIONS for header
10791         test.
10792
10793 2001-09-17  Mattia Barbon  <mbarbon@dsi.unive.it>
10794
10795         * include/commctrl.h: Add some ListView constants.
10796
10797 2001-09-17  Earnie Boyd  <earnie@sf.net>
10798
10799         * lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
10800         portion of the directory from the install.
10801         (inst_libdir): Ditto.
10802         * Makefile.in (VERSION): Increment.
10803         * include/w32api.h: Increment version.
10804
10805 2001-09-13  Earnie Boyd  <earnie@SF.net>
10806
10807         * lib/Makefile.in (inst_includedir): Change to always use w32api
10808         subdirectory for target == cygwin.
10809         (inst_libdir): Ditto.
10810
10811 2001-09-13  Earnie Boyd  <earnie@SF.net>
10812
10813         * lib/Makefile.in (config_prefix): New variable.
10814         (inst_includedir): Manipulate special value only if target == cygwin
10815         and build == target and prefix != config_prefix.
10816         (inst_libdir): Ditto.
10817
10818 2001-09-12  Earnie Boyd  <earnie@SF.net>
10819
10820         * Makefile.in (TARFLAGS): New variable.
10821         (TARFILEEXT): Ditto.
10822
10823 2001-09-12  Earnie Boyd  <earnie@SF.net>
10824
10825         * Makefile.in: Increment version.
10826         * include/w32api.h: Ditto.
10827         * lib/Makefile.in: Add usr/ to install directory special for cygwin.
10828
10829 2001-09-11  Danny Smith  <dannysmith@users.sourceforge.net>
10830
10831         * include/winnt.h (_[U]LARGE_INTEGER): Protect nameless struct with
10832         !defined(NONAMELESSUNION), rather than defined(_ANONYMOUS_STRUCT).
10833         (_REPARSE_DATA_BUFFER): Name union field DUMMYUNIONNAME.
10834
10835 2001-09-05  Danny Smith  <dannysmith@users.sourceforge.net>
10836
10837         * include/wininet.h (InternetAutodial): Add prototype.
10838         (InternetAutodialHangup): Ditto.
10839         (InternetDial): Ditto.
10840         (InternetGetConnectedState): Ditto.
10841         (InternetGoOnline): Ditto.
10842         (InternetHangUp): Ditto.
10843         (InternetSetDialState): Ditto.
10844         Add associated INTERNET_* auto dial flags.
10845         Guard typedefs and prototypes with #ifndef RC_INVOKED.
10846
10847 2001-09-04  Earnie Boyd  <earnie@SF.Net>
10848
10849         * lib/Makefile.in: Move the setting of variable libdir to after the
10850         setting of exec_prefix since the value of libdir is dependant on it.
10851
10852 2001-09-04  Christopher Faylor  <cgf@cygnus.com>
10853
10854         * include/winbase.h: Add missing closing parentheses to
10855         InterlockedExchangePointer declaration.
10856
10857 2001-09-01  Danny Smith  <dannysmith@users.sourceforge.net>
10858
10859         * include/shlobj.h (CFSTR_* ): Add new defines.
10860         Thanks to: "Ron" <ron@debian.org> .
10861         Unicode them.
10862
10863 2001-09-01  Christopher Faylor  <cgf@cygnus.com>
10864
10865         * include/winnt.h: Use defined(_ANONYMOUS_STRUCT) to determine if
10866         anonymous structs are available rather than just testing preprocessor
10867         variable directly.
10868
10869 2001-08-31  Corinna Vinschen  <corinna@vinschen.de>
10870
10871         * include/winnt.h: Change definition of `SYSTEM_LUID' to comply
10872         with new `LARGE_INTEGER' definition.
10873
10874 2001-08-30  Christopher Faylor  <cgf@cygnus.com>
10875
10876         * include/winsock2.h: Remove "extra token" after #endif.
10877
10878 2001-08-31  Earnie Boyd  <earnie@SF.Net>
10879
10880         * config.guess: Remove the \r from the end of line.
10881         * config.sub: Ditto.
10882
10883 2001-08-30  Danny Smith  <dannysmith@users.sourceforge.net>
10884
10885         * include/winnt.h: Allow anonymous struct in [U]LARGE_INTEGER
10886         if __cplusplus as well as if _ANONYMOUS_STRUCT.
10887
10888 2001-08-29  Earnie Boyd  <earnie@SF.Net>
10889
10890         * config.guess: Add the MSYS system.
10891         * config.sub: Ditto.
10892         * include/winsock.h: Add the __INSIDE_MSYS__ protections.
10893         * incldue/winsock2.h: Ditto.
10894
10895 2001-08-29  Eric Kohl  <ekohl@users.sourceforge.net>
10896
10897         * include/winnt.h: Allow anonymous (Xxx.LowPart) or
10898         non-anonymous (Xxx.u.LowPart) access to HighPart and
10899         LowPart of a LARGE_INTEGER or ULARGE_INTEGER.
10900
10901 2001-08-24  TAMURA Kent  <tkent@users.sourceforge.net>
10902
10903         * include/wingdi.h (HANGUL_CHARSET): Add define.
10904
10905 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10906
10907         * include/setupapi.h: Formatting.
10908
10909 2001-08-21  Earnie Boyd  <earnie@SF.Net>
10910
10911         * include/shlobj.h: Remove \r from the line endings.
10912
10913 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10914
10915         * include/setupapi.h : New file.
10916         * lib/setupapi.def:New file.
10917         * lib/test.c: Include setupapi.h.
10918
10919 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10920         * include/winioctl.h (_DISK_PERFORMANCE): Correct typo.
10921
10922 2001-08-21  Mattia Barbon  <mbarbon@dsi.unive.it>
10923
10924         * include/richedit.h (ENLINK): Add structure definition.
10925         (EM_AUTOURLDETECT, EN_LINK, ENM_LINK): Add defines.
10926
10927 2001-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
10928
10929         * include/shlobj.h (CMIC_*): Remove duplicate defines.
10930         (CMDSTR_*): Remove duplicates; UNICODE string constants.
10931         (GCS_*): Make UNICODE.
10932         (CSIDL_*): Add more defines.
10933         * include/winioctl.h (_MEDIA_TYPE): Add pointer typedef.
10934         (_DISK_GEOMETRY): Ditto.
10935         (_DISK_PERFORMANCE): Ditto.
10936         * include/winbase.h (HasOverlappedIoCompleted): Add macro.
10937
10938 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10939
10940         * include/winnt.h: Move CHAR, SHORT and LONG typedefs outside
10941         of block protected by #ifndef VOID.
10942         (This reverts 1998-12-01 Anders Norlander change.)
10943         * include/odbcinst.h: End file with newline.
10944         * include/raserror.h: Ditto.
10945
10946 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10947
10948         * include/winsock2.h (#include <wtypes.h): Don't.
10949         (_BLOB): Define instead, if not already done.
10950         (__BLOB_T_DEFINED: New define for guarding _BLOB.
10951         * include/wtypes.h (_BLOB): Guard against prior definition.
10952
10953 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10954
10955         * include/oaidl.h (tagVARIANT): Mark anonymous structs and unions
10956         as __extension__.
10957         (tagTYPEDESC): Ditto.
10958         (_wireBRECORD): Add structure definition.
10959         (_wireSAFEARR_BRECORD): Ditto.
10960         (_wireSAFEARR_HAVEIID): Ditto.
10961         (_wireSAFEARRAY_UNION.u): Add fields SAFEARR_BRECORD RecordStr,
10962         SAFEARR_HAVEIID HaveIidStr.
10963         (tagVariant): Add fields _VARIANT_BOOL bool,*pbool.
10964         (_wireVARIANT): Change field parray to type wirePSAFEARRAY,
10965         pparray to wirePSAFEARRAY*.
10966         (_wireVARIANT): Add field wireBRECORD brecVal.
10967         (wireVARIANT): Change typedef to struct _wireVariant*.
10968         (IRecordInfo): Add interface definition.
10969         (LPRECORDINFO): Add typedef for IRecordInfo*.
10970         (IID_IRecordInfo): Add forward decalaration.
10971
10972 2001-08-15  Danny Smith  <dannysmith@users.sourceforge.net>
10973
10974         * include/lmcons.h: Guard CNLEN and UNCLEN against prior definition.
10975         * include/nddeapi.h: Likewise.
10976
10977 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10978
10979         * lib/test.c (Win32_Winsock): Replace with __USE_W32_SOCKETS.
10980         Add more includes of w32api headers.
10981
10982 2001-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
10983
10984         * include/winnt.h (GetCurrentFiber): Change __inline to __inline__.
10985         Swap asm code with that of GetFiberData.
10986         (GetFiberData): Ditto.
10987         * lib/kernel32.c: New file, containing library versions of
10988         GetCurrentFiber and GetFiberData.
10989         * lib/makefile.in: Add kernel32.o as static object to libkernal32.a.
10990
10991 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10992
10993         * include/winuser.h (GET_WHEEL_DELTA_WPARAM): Add macro.
10994         Thanks to: Harold Hunt <Harold@compasstechnologies.com>.
10995
10996 2001-08-08  Danny Smith  <dannysmith@users.sourceforge.net>
10997
10998         * lib/oleaut32.def: Regenerate.
10999
11000 2001-08-04  Danny Smith  <dannysmith@users.sourceforge.net>
11001
11002         * include/wtypes.h (DECIMAL_SETZERO): Correct typo.
11003
11004 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
11005
11006         Apply Dmitry Bely  <dbely@mail.ru> patch 437834 (with additions).
11007         * include/oleidl.h (ISupportErrorInfo, ICreateInfo): Move from here
11008         * include/oaidl.h: ... to here.
11009         * include/oaidl.h ICreateErrorInfo): Add interface definition.
11010         (IErrorInfo::GetGUID): Change arg to GUID.
11011         (LPSUPPORTERRORINFO): Add typedef.
11012         (IID_ISupportErrorInfo): Change forward decl. of type to IID.
11013
11014 2001-08-02  Danny Smith  <dannysmith@users.sourceforge.net>
11015
11016         * include/winsock2.h (WSAGET* and WSAMAKE*): Remove duplicate
11017         defines.
11018
11019 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
11020
11021         * include/commctrl.h (TreeView_SetIndent): Correct typo.
11022
11023 2001-07-30  Danny Smith  <dannysmith@users.sourceforge.net>
11024
11025         * include/commctrl.h (TBSTYPE_FLAT): Remove define.
11026         Thanks to: Jason Craig  <jacraig@softhome.net>
11027
11028 2001-07-30  Mattia Barbon  <mbarbon@dsi.unive.it>
11029
11030         * include/commctrl.h (TBBUTTONINFO[AW]): Add struct definitions,
11031         and UNICODE mappings, if _WIN32_IE >= 0x400.
11032         (TBIF_* and TB_SETBUTTONINFO): Add defines, if _WIN32_IE >= 0x400.
11033         (CDIS_*,CDDS_*,CDRF_*) : Add defines.
11034         (tagNMCUSTOMDRAWINFO): Add struct definition and typedefs.
11035         (tagNMLVCUSTOMDRAW): Likewise.
11036         (tagNMTVCUSTOMDRAW): Likewise.
11037         (tagNMLVCACHEHINT): Likewise.
11038
11039 2001-07-06  Danny Smith  <dannysmith@users.sourceforge.net>
11040
11041         * include/basetsd.h (#include <_mingw.h>): Remove.
11042         (__int64): Define.
11043
11044 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
11045
11046         * include/wingdi.h (AC_SRC_OVER): Add define.
11047         (struct _BLENDFUNCTION): Add.
11048
11049 2001-06-28  Danny Smith  <dannysmith@users.sourceforge.net>
11050
11051         * include/shlobj.h:  Add BIF_* defines.
11052
11053 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
11054
11055         * include/winerror.h (E_PENDING): Add error code define.
11056
11057 2001-06-27  Danny Smith  <dannysmith@users.sourceforge.net>
11058
11059         * include/basetsd.h (#include <_mingw.h>): Add directive.
11060
11061 2001-06-25  Danny Smith  <dannysmith@users.sourceforge.net>
11062
11063         * include/winbase.h (InterlockedCompareExchange): Change args
11064         and return value from PVOID to LONG.
11065         (InterlockedExchange): Change first arg to LPLONG.
11066         (InterlockedCompareExchangePointer): New macro.
11067         (InterlockedExchangePointer): New macro.
11068
11069 2001-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
11070
11071         * lib/kernel32.def: Add LanguageGroup and UILanguage symbols.
11072         Thanks to Kevin Chase <kevincha99@hotmail.com>.
11073
11074 2001-06-11  TAMURA Kent  <tkent@users.sourceforge.net>
11075
11076         * objidl.h (IMalloc::ReAlloc()): Correct declaration.
11077         (IMalloc::Free()): Ditto.
11078
11079 2001-06-11  Danny Smith  <dannysmith@users.sourceforge.net>
11080
11081         * include/shlobj.h (REGSTR_PATH_EXPLORER): Unicode it.
11082         (REGSTR_PATH_SPECIAL_FOLDERS): Ditto.
11083         * include/regstr.h (REGSTR_PATH_EXPLORER): Add #ifndef guard.
11084
11085 2001-06-11  Mattia Barbon  <mbarbon@dsi.unive.it>
11086
11087         * include/shlobj.h (struct _browseinfo): UNICODE it.
11088         (SHBrowseForFolder): Ditto.
11089         (SHGetPathFromIDList): Ditto.
11090
11091 2001-06-11  Earnie Boyd  <earnie@users.sourceforge.net>
11092
11093         * include/basetsd.h: RC_INVOKED protection and realignment.
11094         Thanks to: Colin Peters <colinpeters@users.sourceforge.net>
11095
11096 2001-06-06  Earnie Boyd  <earnie@users.sourceforge.net>
11097
11098         * Makefile.in (bindist): Reassign value of exec_prefix on make command
11099         line.
11100
11101 2001-05-22  Christopher Faylor  <cgf@cygnus.com>
11102
11103         * lib/mapi32.def: Add MAPISendMail.
11104
11105 2001-05-22  Earnie Boyd  <earnie@users.sourceforge.net>
11106
11107         * include/w32api.h: Update version.
11108         * Makefile.in: Ditto.
11109
11110 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
11111
11112         * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoid
11113         compiler warnings.
11114
11115 2001-05-17  Corinna Vinschen  <corinna@vinschen.de>
11116
11117         * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES against
11118         previous definition in include/ntsecapi.h.
11119         * include/ntsecapi.h: Vice versa.
11120
11121 2001-05-16  Corinna Vinschen  <corinna@vinschen.de>
11122
11123         * include/winnt.h: Add defines for group attributes.
11124         Add define for SYSTEM_LUID.
11125         Add missing types `PTOKEN_DEFAULT_DACL', `PTOKEN_OWNER' and
11126         `PTOKEN_PRIMARY_GROUP'.
11127
11128 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
11129
11130         * lib/Makefile.in: Install libraries in /usr/lib/w32api when building
11131         for cygwin.
11132
11133 2001-04-24  Christopher Faylor  <cgf@cygnus.com>
11134
11135         * include/winsock2.h: Protect one *more* newlib defines when compiling
11136         cygwin.
11137
11138 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
11139
11140         * include/winsock2.h: Protect some more newlib defines when compiling
11141         cygwin.
11142
11143 2001-04-23  Christopher Faylor  <cgf@cygnus.com>
11144
11145         * include/winsock.h: Protect some more newlib defines when compiling
11146         cygwin.
11147
11148 2001-04-17  Egor Duda  <deo@logos-m.ru>
11149
11150         * include/windows.h: Define _ANONYMOUS_STRUCT and _ANONYMOUS_UNION
11151         as __extenstion__ when appropriate.
11152         * include/mmsystem.h: Mark anonymous structs and unions as
11153         __extension__ to prevent compiler warning when invoked with
11154         -pedantic
11155         * include/oaidl.h: Ditto.
11156         * include/objidl.h: Ditto.
11157         * include/olectl.h: Ditto.
11158         * include/prsht.h: Ditto.
11159         * include/shlobj.h: Ditto.
11160         * include/winbase.h: Ditto.
11161         * include/winnt.h: Ditto.
11162         * include/wtypes.h: Ditto.
11163
11164 2001-04-11  Danny Smith  <dannysmith@users.sourceforge.net>
11165
11166         * include/windows.h (#include <winsock.h>): Include <winsock2.h>
11167         instead if (_WIN32_WINNT >= 0x0400)&&(__W32API_MAJOR_VERSION > 0).
11168
11169 2001-04-11  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11170
11171         * include/winuser.h (WM_IME_*): Remove defines (now in imm.h).
11172
11173 2001-04-11  John Fortin  <fortinj@attglobal.net>
11174
11175         * include/windef.h (*PBOOL): Unprotect from XFree86Server.
11176         (*LPBOOL): Ditto.
11177
11178 2001-04-08  Christopher Faylor  <cgf@cygnus.com>
11179
11180         * include/winnt.h (GetCurrentFiber): Make "external __inline" or asm
11181         code will be included in every module which includes this header.
11182         (GetFiberData): Ditto.
11183
11184 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
11185
11186         * include/winnt.h (GetCurrentFiber): Fix typo.
11187
11188 2001-04-08  Earnie Boyd  <earnie@users.sourceforge.net>
11189
11190         * include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
11191         * include/winbase.h: (GetFileAttributesExW): Fix typo.
11192         * include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
11193         (StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
11194         Thanks To: Kent Tamura  <tkent@users.sourceforge.net>
11195
11196         * include/winnt.h: (GetFiberData): Add __inline assembler coding.
11197         (GetCurrentFiber): Ditto.
11198         Thanks to: Andy Younger  <AndyY@redlemon.com>
11199
11200         * include/windef.h: (HMONITOR_DECLARED): New definition to stop
11201         DirectX 8 from complaining.
11202         Thanks to: Sigbjørn Lund Olsen  <mosikos@online.no>
11203
11204 2001-04-08  Michael Soderstrom  <ichaelsoderstro@hotmail.com>
11205
11206         * include/commctrl.h Updated TreeView and ListView defines and macros.
11207
11208 2001-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
11209
11210         * include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
11211         and above.
11212
11213 2001-03-30  Earnie Boyd  <earnie@users.sourceforge.net>
11214         * include/winuser.h (VK_KANA): New definition.
11215         Thanks to: "Harold Hunt" <huntharo@msu.edu>
11216
11217 2001-03-29  Earnie Boyd  <earnie@users.sourceforge.net
11218
11219         * include/winuser.h (RT_CURSOR): Add protection for XFree86Server.
11220         (RT_FONT): Ditto.
11221         * include/basetsd.h (INT32): Ditto.
11222         * include/windef.h (ATOM): Ditto.
11223         (BOOL): Ditto.
11224         (BYTE): Ditto.
11225         * include/winbase.h (FreeResource): Ditto.
11226         Thanks to: "Harold Hunt" <huntharo@msu.edu>
11227
11228 2001-03-20  Danny Smith  <dannysmith@users.sourceforge.net>
11229
11230         * include/winsock.h (_SYS_TYPES_H macro guard for int types): Remove;
11231         use only _BSDTYPES_DEFINED macro now defined in newlib sys/types.h.
11232         (SYS_TYPES_H macro guard for fd_set): Replace with_SYS_TYPES_FD_SET
11233         macro now defined in newlib sys/types.h.  Emit warning if defined.
11234         * include/winsock2.h: Ditto.
11235         * include/windows.h (Win32_Winsock): Replace with new macros
11236         __USE_W32_SOCKETS and warn of deprecation.
11237
11238 2001-03-13  Earnie Boyd  <earnie@users.sourceforge.net
11239
11240         * include/wingdi.h: (DOCINFO) Ansi version defined incorrectly.
11241         Thanks to: Mattia Barbon <mbarbon@dsi.unive.it>
11242
11243 2001-03-12  Earnie Boyd  <earnie@users.sourceforge.net
11244
11245         * include/commctrl.h (TBSTYLE_FLAT): New definition.
11246         (TB_GETBUTTONSIZE): Ditto.
11247         (TCS_HOTTRACK): Ditto.
11248         Thanks to: Chris Hansen <popeofpop@softhome.net>
11249
11250 2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net
11251
11252         * Makefile.in: (snapshot): Add target.
11253         * lib/Makefile.in: (install-headers): Use installdir variable.
11254         (installdir): Set value based on target-alias.
11255
11256 2001-02-21  Earnie Boyd  <earnie@users.sourceforge.net
11257
11258         * include/w32api.h: (_W32API_VERSION): Remove.
11259         (__W32API_VERSION): Add.
11260         (__W32API_MAJOR_VERSION): Ditto.
11261         (__W32API_MINOR_VERSION): Ditto.
11262
11263 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
11264
11265         * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
11266         (StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW]
11267         * include/winuser.h (struct tagMOUSEKEYS): Define new structure.
11268         * include/winerror.h (NTE_*): Add CryptoAPI error codes.
11269
11270 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
11271
11272         * include/mswsock.h: New file.
11273         * include/ws2tcpip.h: New file.
11274         * include/winsock.h (IPPROTO_IGMP): New define.
11275         (IPPROTO_GGP): Correct value.
11276         (SO_* macros): Remove mswsock defines.
11277         (TCP_BSDURGENT): Likewise.
11278         (IP_* macros): Add comment warning of WinSock2 incompatibility
11279         (WSARecvEx): Remove mswsock prototype.
11280         (TransmitFile): Likewise.
11281         (AcceptEx): Likewise.
11282         (GetAcceptExSockaddrs): Likewise.
11283         (struct _TRANSMIT_FILE_BUFFERS): Remove mswsock definition.
11284         (#include <mswsock.h>): Add directive and explanatory comment
11285         * include/winsock2.h (header guard): add guard for  _WINSOCK_H
11286         (_WINSOCK_H): Define to prevent later inclusion of winsock.h
11287         (#include <winsock.h>): Replace directive with winsock.h file content
11288         The following changes apply to the merged file:
11289         (FD_SET): Keep winsock2.h definition, delete winsock.h definition
11290         (SOMAXCONN): Likewise
11291         (#include <nspapi.h>): Move - don't include until LPSOCKADDR defined
11292         (IP_* macros): Delete WinSock1 definitions (WinSock2 definitions now
11293         in ws2tcpip.h)
11294         (struct ip_mreq): Delete (now defined in ws2tcpip.h for WinSock2)
11295         (FD_*_BIT and FD_* defines): Place together and extend to
11296         FD_MAX_EVENTS 10
11297         (AF* defines): Extend to AF_MAX 10
11298         (WSAIsBlocking): #if 0 out prototype (N/A in WinSock2)
11299         (WSAUnhookBlockingHook): Likewise.
11300         (WSASetBlockingHook): Likewise.
11301         (WSACancelBlockingCall): Likewise.
11302         (WSAEINPROGRESS): Comment as not raised in WinSock2.
11303         (#include <mswsock.h>): Delete directive inherited from winsock.h
11304         (WSA_QOS* defines): Add QualityOfService error codes.
11305         (SIO_* defines): Add new macros
11306         * include/ipexport.h (IP_STATUS flags): Add definitions.
11307         (IP_FLAG_DF): Likewise.
11308         (IP_OPT_* ): Likewise.
11309         (struct ip_option_information): Likewise.
11310         (struct icmp_echo_reply): Likewise.
11311
11312 2001-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
11313
11314         * include/commctrl.h: Revert TEXT change.
11315         * include/lmalert.h: Ditto.
11316         * include/lmcons.h: Ditto.
11317         * include/lmsname.h: Ditto.
11318         * include/lmsvc.h: Ditto.
11319         * include/ntsecapi.h: Ditto.
11320         * include/oledlg.h: Ditto.
11321         * include/ras.h: Ditto.
11322         * include/regstr.h: Ditto.
11323         * include/richedit.h: Ditto.
11324         * include/wininet.h: Ditto.
11325         * include/winnt.h: Ditto.
11326
11327 2001-02-15  Earnie Boyd  <earnie@users.sourceforge.net>
11328
11329         * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
11330         * include/lmalert.h: Ditto.
11331         * include/lmcons.h: Ditto.
11332         * include/lmsname.h: Ditto.
11333         * include/lmsvc.h: Ditto.
11334         * include/ntsecapi.h: Ditto.
11335         * include/oledlg.h: Ditto.
11336         * include/ras.h: Ditto.
11337         * include/regstr.h: Ditto.
11338         * include/richedit.h: Ditto.
11339         * include/wininet.h: Ditto.
11340         * include/w32api.h: New File.
11341
11342 2001-02-13  Corinna Vinschen  <corinna@vinschen.de>
11343
11344         * include/shlobj.h: Add missing SLR_* flags.
11345
11346 2001-02-12:  Earnie Boyd  <earnie@users.sourceforge.net>
11347
11348         * lib/Makefile.in: (host_alias): Add variable.
11349         (host_build): Ditto:
11350         (xinstall): Removed
11351         (xinstall-libraries): Ditto.
11352         (xinstall-headers): Ditto.
11353         (xuninstall): Ditto.
11354         (xuninstall-libraries): Ditto.
11355         (xuninstall-headers): Ditto.
11356         * Makefile.in: (host_alias): Add variable.
11357         (build_alias): Ditto.
11358
11359 2001-02-02  Earnie Boyd  <earnie@users.sourceforge.net>
11360
11361         * include/winnt.h: (__TEXT): Add private macro.
11362         (_TEXT): Modify definition to use __TEXT.
11363         (_T): Ditto.
11364         This change allows the passing of a MACRO as an argument and have that
11365         MACRO resolved first.
11366         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11367
11368 2001-01-31  Earnie Boyd  <earnie@users.sourceforge.net>
11369
11370         * Makefile.in: Increment VERSION to 0.5
11371         * include/winnt.h: Change TEXT to _TEXT throughout.
11372         (SID_RELEASE): Define.
11373         Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
11374
11375 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11376
11377         * Apply Phil Krylov patches.
11378         2001-01-19  Phil Krylov  <phil@mail.ru>
11379         * include/commctrl.h: (HDI_IMAGE) New definition.
11380         (HDI_DI_SETITEM) Ditto.
11381         (HDI_ORDER) Ditto.
11382         (HDI_FILTER) Ditto.
11383         (HDF_BITMAP_ON_RIGHT) Ditto.
11384         (HDF_IMAGE) Ditto.
11385         (HDM_SETORDERARRAY) Ditto.
11386         (Header_SetOrderArray) Ditto.
11387         (ICC_BAR_CLASSES) Ditto.
11388         (struct _HD_ITEMA) Change definition.
11389         (struct _HD_ITEMW) Ditto.
11390         (struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
11391         (InitCommonControlsEx()) Ditto.
11392         2001-01-23  Phil Krylov  <phil@mail.ru>
11393         * include/richedit.h: Many Richedit 2.0 definitions.
11394
11395 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11396
11397         * include/winuser.h: (IDC_HAND)  New resource identifier.
11398         Thanks to: Mark Jordon <mark_jordan@ieee.org>
11399
11400 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11401
11402         * include/iptypes.h: Include <sys/types.h> for time_t declaration.
11403         Fix typo's.
11404
11405 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11406
11407         * include/objidl.h: (GetClassID): Argument needs to be a pointer.
11408         (GetUnmarshalClass): CLSID argument needs to be a pointer.
11409         Thanks To: <bge@users.sourceforge.net>
11410
11411 2001-01-30  Earnie Boyd  <earnie@users.sourceforge.net>
11412
11413         * Apply Danny Smith patch 102386
11414         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11415         * lib/rasapi32.def: add symbols available in NT4 and W2k
11416
11417 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11418
11419         * Apply Danny Smith patch 102382
11420         2000-11-15  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11421         * lib/mswsock.def: remove leading underscores from symbol names
11422
11423 2001-01-28  Earnie Boyd  <earnie@users.sourceforge.net>
11424
11425         * Apply Danny Smith patch 102446
11426         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
11427         * include/sql.h (ODBCVER): change default to 0x0351.
11428         (SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
11429         (SQLColAttributes): likewise.
11430         (SQLBindParam): add prototype for ODBC 3.x function.
11431         (SQLCloseCursor): likewise.
11432         (SQLColAttribute): likewise.
11433         (SQLCopyDesc):likewise.
11434         (SQLEndTran): likewise.
11435         (SQLFetchScroll): likewise.
11436         (SQLGetConnectAttr): likewise.
11437         (SQLGetDescField): likewise.
11438         (SQLGetDescRec): likewise.
11439         (SQLGetDiagField): likewise.
11440         (SQLGetDiagRec): likewise.
11441         (SQLGetEnvAttr): likewise.
11442         (SQLGetStmtAttr): likewise.
11443         (SQLSetConnectAttr): likewise.
11444         (SQLSetDescField):likewise.
11445         (SQLSetDescRec): likewise.
11446         (SQLSetEnvAttr): likewise.
11447         (SQLSetStmtAttr): likewise.
11448         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
11449         _WIN64 compatability;
11450         (SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
11451         (SQL_ACTIVE_CONNECTIONS): likewise.
11452         (SQL_ACTIVE_STATEMENTS): likewise.
11453         (SQL_ALL_EXCEPT_LIKE): likewise.
11454         (SQL_API_ALL_FUNCTIONS): likewise.
11455         (SQL_API_LOADBYORDINAL): likewise.
11456         (SQL_API_SQLBINDPARAMETER): likewise.
11457         (SQL_API_SQLBROWSECONNECT): likewise.
11458         (SQL_API_SQLCOLATTRIBUTES): likewise.
11459         (SQL_API_SQLCOLUMNPRIVILEGES): likewise.
11460         (SQL_API_SQLDESCRIBEPARAM): likewise.
11461         (SQL_API_SQLDRIVERCONNECT): likewise.
11462         (SQL_API_SQLDRIVERS): likewise.
11463         (SQL_API_SQLEXTENDEDFETCH): likewise.
11464         (SQL_API_SQLFOREIGNKEYS): likewise.
11465         (SQL_API_SQLMORERESULTS): likewise.
11466         (SQL_API_SQLNATIVESQL): likewise.
11467         (SQL_API_SQLNUMPARAMS): likewise.
11468         (SQL_API_SQLPARAMOPTIONS): likewise.
11469         (SQL_API_SQLPRIMARYKEYS): likewise.
11470         (SQL_API_SQLPROCEDURECOLUMNS): likewise.
11471         (SQL_API_SQLPROCEDURES): likewise.
11472         (SQL_API_SQLSETPOS): likewise.
11473         (SQL_API_SQLSETSCROLLOPTIONS): likewise.
11474         (SQL_API_SQLTABLEPRIVILEGES): likewise.
11475         (SQL_ASYNC_ENABLE): likewise.
11476         (SQL_ASYNC_ENABLE_DEFAULT): likewise.
11477         (SQL_ASYNC_ENABLE_OFF): likewise.
11478         (SQL_ASYNC_ENABLE_ON): likewise.
11479         (SQL_ATTR_READONLY): likewise.
11480         (SQL_ATTR_READWRITE_UNKNOWN): likewise.
11481         (SQL_ATTR_WRITE): likewise.
11482         (SQL_AUTOCOMMIT): likewise.
11483         (SQL_AUTOCOMMIT_DEFAULT): likewise.
11484         (SQL_AUTOCOMMIT_OFF): likewise.
11485         (SQL_AUTOCOMMIT_ON): likewise.
11486         (SQL_BEST_ROWID): likewise.
11487         (SQL_BIGINT): likewise.
11488         (SQL_BINARY): likewise.
11489         (SQL_BIND_BY_COLUMN): likewise.
11490         (SQL_BIND_TYPE): likewise.
11491         (SQL_BIND_TYPE_DEFAULT): likewise.
11492         (SQL_BIT): likewise.
11493         (SQL_BOOKMARK_PERSISTENCE): likewise.
11494         (SQL_BP_CLOSE): likewise.
11495         (SQL_BP_DELETE): likewise.
11496         (SQL_BP_DROP): likewise.
11497         (SQL_BP_OTHER_HSTMT): likewise.
11498         (SQL_BP_SCROLL): likewise.
11499         (SQL_BP_TRANSACTION): likewise.
11500         (SQL_BP_UPDATE): likewise.
11501         (SQL_C_BINARY): likewise.
11502         (SQL_C_BIT): likewise.
11503         (SQL_C_BOOKMARK): likewise.
11504         (SQL_C_CHAR): likewise.
11505         (SQL_C_DATE): likewise.
11506         (SQL_C_DEFAULT): likewise.
11507         (SQL_C_DOUBLE): likewise.
11508         (SQL_C_FLOAT): likewise.
11509         (SQL_C_LONG): likewise.
11510         (SQL_C_SHORT): likewise.
11511         (SQL_C_SLONG): likewise.
11512         (SQL_C_SSHORT): likewise.
11513         (SQL_C_STINYINT): likewise.
11514         (SQL_C_TIME): likewise.
11515         (SQL_C_TIMESTAMP): likewise.
11516         (SQL_C_TINYINT): likewise.
11517         (SQL_C_ULONG): likewise.
11518         (SQL_C_USHORT): likewise.
11519         (SQL_C_UTINYINT): likewise.
11520         (SQL_CB_NON_NULL): likewise.
11521         (SQL_CB_NULL): likewise.
11522         (SQL_CC_CLOSE): likewise.
11523         (SQL_CC_DELETE): likewise.
11524         (SQL_CC_PRESERVE): likewise.
11525         (SQL_CN_ANY): likewise.
11526         (SQL_CN_DIFFERENT): likewise.
11527         (SQL_CN_NONE): likewise.
11528         (SQL_COLATT_OPT_MAX): likewise.
11529         (SQL_COLATT_OPT_MIN): likewise.
11530         (SQL_COLUMN_ALIAS): likewise.
11531         (SQL_COLUMN_AUTO_INCREMENT): likewise.
11532         (SQL_COLUMN_CASE_SENSITIVE): likewise.
11533         (SQL_COLUMN_COUNT): likewise.
11534         (SQL_COLUMN_DISPLAY_SIZE): likewise.
11535         (SQL_COLUMN_DRIVER_START): likewise.
11536         (SQL_COLUMN_LABEL): likewise.
11537         (SQL_COLUMN_LENGTH): likewise.
11538         (SQL_COLUMN_MONEY): likewise.
11539         (SQL_COLUMN_NAME): likewise.
11540         (SQL_COLUMN_NULLABLE): likewise.
11541         (SQL_COLUMN_OWNER_NAME): likewise.
11542         (SQL_COLUMN_PRECISION): likewise.
11543         (SQL_COLUMN_QUALIFIER_NAME): likewise.
11544         (SQL_COLUMN_SCALE): likewise.
11545         (SQL_COLUMN_SEARCHABLE): likewise.
11546         (SQL_COLUMN_TABLE_NAME): likewise.
11547         (SQL_COLUMN_TYPE): likewise.
11548         (SQL_COLUMN_TYPE_NAME): likewise.
11549         (SQL_COLUMN_UNSIGNED): likewise.
11550         (SQL_COLUMN_UPDATABLE): likewise.
11551         (SQL_CONCAT_NULL_BEHAVIOR): likewise.
11552         (SQL_CONCUR_DEFAULT): likewise.
11553         (SQL_CONCUR_LOCK): likewise.
11554         (SQL_CONCUR_READ_ONLY): likewise.
11555         (SQL_CONCUR_ROWVER): likewise.
11556         (SQL_CONCUR_TIMESTAMP): likewise.
11557         (SQL_CONCUR_VALUES): likewise.
11558         (SQL_CONCURRENCY): likewise.
11559         (SQL_CONN_OPT_MAX): likewise.
11560         (SQL_CONN_OPT_MIN): likewise.
11561         (SQL_CONNECT_OPT_DRVR_START): likewise.
11562         (SQL_CONVERT_BIGINT): likewise.
11563         (SQL_CONVERT_BINARY): likewise.
11564         (SQL_CONVERT_BIT): likewise.
11565         (SQL_CONVERT_CHAR): likewise.
11566         (SQL_CONVERT_DATE): likewise.
11567         (SQL_CONVERT_DECIMAL): likewise.
11568         (SQL_CONVERT_DOUBLE): likewise.
11569         (SQL_CONVERT_FLOAT): likewise.
11570         (SQL_CONVERT_FUNCTIONS): likewise.
11571         (SQL_CONVERT_INTEGER): likewise.
11572         (SQL_CONVERT_LONGVARBINARY): likewise.
11573         (SQL_CONVERT_LONGVARCHAR): likewise.
11574         (SQL_CONVERT_NUMERIC): likewise.
11575         (SQL_CONVERT_REAL): likewise.
11576         (SQL_CONVERT_SMALLINT): likewise.
11577         (SQL_CONVERT_TIME): likewise.
11578         (SQL_CONVERT_TIMESTAMP): likewise.
11579         (SQL_CONVERT_TINYINT): likewise.
11580         (SQL_CONVERT_VARBINARY): likewise.
11581         (SQL_CONVERT_VARCHAR): likewise.
11582         (SQL_CORRELATION_NAME): likewise.
11583         (SQL_CR_CLOSE): likewise.
11584         (SQL_CR_DELETE): likewise.
11585         (SQL_CR_PRESERVE): likewise.
11586         (SQL_CUR_DEFAULT): likewise.
11587         (SQL_CUR_USE_DRIVER): likewise.
11588         (SQL_CUR_USE_IF_NEEDED): likewise.
11589         (SQL_CUR_USE_ODBC): likewise.
11590         (SQL_CURRENT_QUALIFIER): likewise.
11591         (SQL_CURSOR_DYNAMIC): likewise.
11592         (SQL_CURSOR_FORWARD_ONLY): likewise.
11593         (SQL_CURSOR_KEYSET_DRIVEN): likewise.
11594         (SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
11595         (SQL_CURSOR_STATIC): likewise.
11596         (SQL_CURSOR_TYPE): likewise.
11597         (SQL_CURSOR_TYPE_DEFAULT): likewise.
11598         (SQL_CVT_BIGINT): likewise.
11599         (SQL_CVT_BINARY): likewise.
11600         (SQL_CVT_BIT): likewise.
11601         (SQL_CVT_CHAR): likewise.
11602         (SQL_CVT_DATE): likewise.
11603         (SQL_CVT_DECIMAL): likewise.
11604         (SQL_CVT_DOUBLE): likewise.
11605         (SQL_CVT_FLOAT): likewise.
11606         (SQL_CVT_INTEGER): likewise.
11607         (SQL_CVT_LONGVARBINARY): likewise.
11608         (SQL_CVT_LONGVARCHAR): likewise.
11609         (SQL_CVT_NUMERIC): likewise.
11610         (SQL_CVT_REAL): likewise.
11611         (SQL_CVT_SMALLINT): likewise.
11612         (SQL_CVT_TIME): likewise.
11613         (SQL_CVT_TIMESTAMP): likewise.
11614         (SQL_CVT_TINYINT): likewise.
11615         (SQL_CVT_VARBINARY): likewise.
11616         (SQL_CVT_VARCHAR): likewise.
11617         (SQL_DATABASE_NAME): likewise.
11618         (SQL_DATE): likewise.
11619         (SQL_DRIVER_HDBC): likewise.
11620         (SQL_DRIVER_HENV): likewise.
11621         (SQL_DRIVER_HLIB): likewise.
11622         (SQL_DRIVER_HSTMT): likewise.
11623         (SQL_DRIVER_NAME): likewise.
11624         (SQL_DRIVER_ODBC_VER): likewise.
11625         (SQL_DRIVER_VER): likewise.
11626         (SQL_ENSURE): likewise.
11627         (SQL_EXPRESSIONS_IN_ORDERBY): likewise.
11628         (SQL_EXT_API_LAST): likewise.
11629         (SQL_EXT_API_START): likewise.
11630         (SQL_FD_FETCH_BOOKMARK): likewise.
11631         (SQL_FD_FETCH_PREV): likewise.
11632         (SQL_FD_FETCH_RESUME): likewise.
11633         (SQL_FETCH_PREV): likewise.
11634         (SQL_FETCH_RESUME): likewise.
11635         (SQL_FILE_NOT_SUPPORTED): likewise.
11636         (SQL_FILE_QUALIFIER): likewise.
11637         (SQL_FILE_TABLE): likewise.
11638         (SQL_FILE_USAGE): likewise.
11639         (SQL_FN_CVT_CONVERT): likewise.
11640         (SQL_FN_NUM_ABS): likewise.
11641         (SQL_FN_NUM_ACOS): likewise.
11642         (SQL_FN_NUM_ASIN): likewise.
11643         (SQL_FN_NUM_ATAN): likewise.
11644         (SQL_FN_NUM_ATAN2): likewise.
11645         (SQL_FN_NUM_CEILING): likewise.
11646         (SQL_FN_NUM_COS): likewise.
11647         (SQL_FN_NUM_COT): likewise.
11648         (SQL_FN_NUM_DEGREES): likewise.
11649         (SQL_FN_NUM_EXP): likewise.
11650         (SQL_FN_NUM_FLOOR): likewise.
11651         (SQL_FN_NUM_LOG): likewise.
11652         (SQL_FN_NUM_LOG10): likewise.
11653         (SQL_FN_NUM_MOD): likewise.
11654         (SQL_FN_NUM_PI): likewise.
11655         (SQL_FN_NUM_POWER): likewise.
11656         (SQL_FN_NUM_RADIANS): likewise.
11657         (SQL_FN_NUM_RAND): likewise.
11658         (SQL_FN_NUM_ROUND): likewise.
11659         (SQL_FN_NUM_SIGN): likewise.
11660         (SQL_FN_NUM_SIN): likewise.
11661         (SQL_FN_NUM_SQRT): likewise.
11662         (SQL_FN_NUM_TAN): likewise.
11663         (SQL_FN_NUM_TRUNCATE): likewise.
11664         (SQL_FN_STR_ASCII): likewise.
11665         (SQL_FN_STR_CHAR): likewise.
11666         (SQL_FN_STR_CONCAT): likewise.
11667         (SQL_FN_STR_DIFFERENCE): likewise.
11668         (SQL_FN_STR_INSERT): likewise.
11669         (SQL_FN_STR_LCASE): likewise.
11670         (SQL_FN_STR_LEFT): likewise.
11671         (SQL_FN_STR_LENGTH): likewise.
11672         (SQL_FN_STR_LOCATE): likewise.
11673         (SQL_FN_STR_LOCATE_2): likewise.
11674         (SQL_FN_STR_LTRIM): likewise.
11675         (SQL_FN_STR_REPEAT): likewise.
11676         (SQL_FN_STR_REPLACE): likewise.
11677         (SQL_FN_STR_RIGHT): likewise.
11678         (SQL_FN_STR_RTRIM): likewise.
11679         (SQL_FN_STR_SOUNDEX): likewise.
11680         (SQL_FN_STR_SPACE): likewise.
11681         (SQL_FN_STR_SUBSTRING): likewise.
11682         (SQL_FN_STR_UCASE): likewise.
11683         (SQL_FN_SYS_DBNAME): likewise.
11684         (SQL_FN_SYS_IFNULL): likewise.
11685         (SQL_FN_SYS_USERNAME): likewise.
11686         (SQL_FN_TD_CURDATE): likewise.
11687         (SQL_FN_TD_CURTIME): likewise.
11688         (SQL_FN_TD_DAYNAME): likewise.
11689         (SQL_FN_TD_DAYOFMONTH): likewise.
11690         (SQL_FN_TD_DAYOFWEEK): likewise.
11691         (SQL_FN_TD_DAYOFYEAR): likewise.
11692         (SQL_FN_TD_HOUR): likewise.
11693         (SQL_FN_TD_MINUTE): likewise.
11694         (SQL_FN_TD_MONTH): likewise.
11695         (SQL_FN_TD_MONTHNAME): likewise.
11696         (SQL_FN_TD_NOW): likewise.
11697         (SQL_FN_TD_QUARTER): likewise.
11698         (SQL_FN_TD_SECOND): likewise.
11699         (SQL_FN_TD_TIMESTAMPadd): likewise.
11700         (SQL_FN_TD_TIMESTAMPDIFF): likewise.
11701         (SQL_FN_TD_WEEK): likewise.
11702         (SQL_FN_TD_YEAR): likewise.
11703         (SQL_FN_TSI_DAY): likewise.
11704         (SQL_FN_TSI_FRAC_SECOND): likewise.
11705         (SQL_FN_TSI_HOUR): likewise.
11706         (SQL_FN_TSI_MINUTE): likewise.
11707         (SQL_FN_TSI_MONTH): likewise.
11708         (SQL_FN_TSI_QUARTER): likewise.
11709         (SQL_FN_TSI_SECOND): likewise.
11710         (SQL_FN_TSI_WEEK): likewise.
11711         (SQL_FN_TSI_YEAR): likewise.
11712         (SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
11713         (SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
11714         (SQL_GB_NO_RELATION): likewise.
11715         (SQL_GB_NOT_SUPPORTED): likewise.
11716         (SQL_GD_BLOCK): likewise.
11717         (SQL_GD_BOUND): likewise.
11718         (SQL_GET_BOOKMARK): likewise.
11719         (SQL_GROUP_BY): likewise.
11720         (SQL_INFO_DRIVER_START): likewise.
11721         (SQL_INFO_FIRST): likewise.
11722         (SQL_INFO_LAST): likewise.
11723         (SQL_INTERVAL_DAY): likewise.
11724         (SQL_INTERVAL_DAY_TO_HOUR): likewise.
11725         (SQL_INTERVAL_DAY_TO_MINUTE): likewise.
11726         (SQL_INTERVAL_DAY_TO_SECOND): likewise.
11727         (SQL_INTERVAL_HOUR): likewise.
11728         (SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
11729         (SQL_INTERVAL_HOUR_TO_SECOND): likewise.
11730         (SQL_INTERVAL_MINUTE): likewise.
11731         (SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
11732         (SQL_INTERVAL_MONTH): likewise.
11733         (SQL_INTERVAL_SECOND): likewise.
11734         (SQL_INTERVAL_YEAR): likewise.
11735         (SQL_INTERVAL_YEAR_TO_MONTH): likewise.
11736         (SQL_KEYSET_SIZE): likewise.
11737         (SQL_KEYSET_SIZE_DEFAULT): likewise.
11738         (SQL_KEYWORDS): likewise.
11739         (SQL_LCK_EXCLUSIVE): likewise.
11740         (SQL_LCK_NO_CHANGE): likewise.
11741         (SQL_LCK_UNLOCK): likewise.
11742         (SQL_LIKE_ESCAPE_CLAUSE): likewise.
11743         (SQL_LIKE_ONLY): likewise.
11744         (SQL_LOCK_TYPES): likewise.
11745         (SQL_LOGIN_TIMEOUT): likewise.
11746         (SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
11747         (SQL_LONGVARBINARY): likewise.
11748         (SQL_LONGVARCHAR): likewise.
11749         (SQL_MAX_BINARY_LITERAL_LEN): likewise.
11750         (SQL_MAX_CHAR_LITERAL_LEN): likewise.
11751         (SQL_MAX_DSN_LENGTH): likewise.
11752         (SQL_MAX_LENGTH): likewise.
11753         (SQL_MAX_LENGTH_DEFAULT): likewise.
11754         (SQL_MAX_OPTION_STRING_LENGTH): likewise.
11755         (SQL_MAX_OWNER_NAME_LEN): likewise.
11756         (SQL_MAX_PROCEDURE_NAME_LEN): likewise.
11757         (SQL_MAX_QUALIFIER_NAME_LEN): likewise.
11758         (SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
11759         (SQL_MAX_ROWS): likewise.
11760         (SQL_MAX_ROWS_DEFAULT): likewise.
11761         (SQL_MODE_DEFAULT): likewise.
11762         (SQL_MODE_READ_ONLY): likewise.
11763         (SQL_MODE_READ_WRITE): likewise.
11764         (SQL_MULT_RESULT_SETS): likewise.
11765         (SQL_MULTIPLE_ACTIVE_TXN): likewise.
11766         (SQL_NC_END): likewise.
11767         (SQL_NC_START): likewise.
11768         (SQL_NEED_LONG_DATA_LEN): likewise.
11769         (SQL_NNC_NON_NULL): likewise.
11770         (SQL_NNC_NULL): likewise.
11771         (SQL_NO_TOTAL): likewise.
11772         (SQL_NON_NULLABLE_COLUMNS): likewise.
11773         (SQL_NOSCAN): likewise.
11774         (SQL_NOSCAN_DEFAULT): likewise.
11775         (SQL_NOSCAN_OFF): likewise.
11776         (SQL_NOSCAN_ON): likewise.
11777         (SQL_NUM_EXTENSIONS): likewise.
11778         (SQL_NUM_FUNCTIONS): likewise.
11779         (SQL_NUMERIC_FUNCTIONS): likewise.
11780         (SQL_OAC_LEVEL1): likewise.
11781         (SQL_OAC_LEVEL2): likewise.
11782         (SQL_OAC_NONE): likewise.
11783         (SQL_ODBC_API_CONFORMANCE): likewise.
11784         (SQL_ODBC_CURSORS): likewise.
11785         (SQL_ODBC_KEYWORDS): likewise.
11786         (SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
11787         (SQL_ODBC_SQL_CONFORMANCE): likewise.
11788         (SQL_ODBC_SQL_OPT_IEF): likewise.
11789         (SQL_ODBC_VER): likewise.
11790         (SQL_OPT_TRACE): likewise.
11791         (SQL_OPT_TRACE_DEFAULT): likewise.
11792         (SQL_OPT_TRACE_FILE_DEFAULT): likewise.
11793         (SQL_OPT_TRACE_OFF): likewise.
11794         (SQL_OPT_TRACE_ON): likewise.
11795         (SQL_OPT_TRACEFILE): likewise.
11796         (SQL_OSC_CORE): likewise.
11797         (SQL_OSC_EXTENDED): likewise.
11798         (SQL_OSC_MINIMUM): likewise.
11799         (SQL_OSCC_COMPLIANT): likewise.
11800         (SQL_OSCC_NOT_COMPLIANT): likewise.
11801         (SQL_OU_DML_STATEMENTS): likewise.
11802         (SQL_OU_INDEX_DEFINITION): likewise.
11803         (SQL_OU_PRIVILEGE_DEFINITION): likewise.
11804         (SQL_OU_PROCEDURE_INVOCATION): likewise.
11805         (SQL_OU_TABLE_DEFINITION): likewise.
11806         (SQL_OUTER_JOINS): likewise.
11807         (SQL_OWNER_TERM): likewise.
11808         (SQL_OWNER_USAGE): likewise.
11809         (SQL_PACKET_SIZE): likewise.
11810         (SQL_PC_NOT_PSEUDO): likewise.
11811         (SQL_POS_add): likewise.
11812         (SQL_POS_DELETE): likewise.
11813         (SQL_POS_OPERATIONS): likewise.
11814         (SQL_POS_POSITION): likewise.
11815         (SQL_POS_REFRESH): likewise.
11816         (SQL_POS_UPDATE): likewise.
11817         (SQL_POSITIONED_STATEMENTS): likewise.
11818         (SQL_PROCEDURE_TERM): likewise.
11819         (SQL_PROCEDURES): likewise.
11820         (SQL_PS_POSITIONED_DELETE): likewise.
11821         (SQL_PS_POSITIONED_UPDATE): likewise.
11822         (SQL_PS_SELECT_FOR_UPDATE): likewise.
11823         (SQL_QL_END): likewise.
11824         (SQL_QL_START): likewise.
11825         (SQL_QU_DML_STATEMENTS): likewise.
11826         (SQL_QU_INDEX_DEFINITION): likewise.
11827         (SQL_QU_PRIVILEGE_DEFINITION): likewise.
11828         (SQL_QU_PROCEDURE_INVOCATION): likewise.
11829         (SQL_QU_TABLE_DEFINITION): likewise.
11830         (SQL_QUALIFIER_LOCATION): likewise.
11831         (SQL_QUALIFIER_NAME_SEPARATOR): likewise.
11832         (SQL_QUALIFIER_TERM): likewise.
11833         (SQL_QUALIFIER_USAGE): likewise.
11834         (SQL_QUERY_TIMEOUT): likewise.
11835         (SQL_QUERY_TIMEOUT_DEFAULT): likewise.
11836         (SQL_QUICK): likewise.
11837         (SQL_QUIET_MODE): likewise.
11838         (SQL_QUOTED_IDENTIFIER_CASE): likewise.
11839         (SQL_RD_DEFAULT): likewise.
11840         (SQL_RD_OFF): likewise.
11841         (SQL_RD_ON): likewise.
11842         (SQL_RETRIEVE_DATA): likewise.
11843         (SQL_ROW_NUMBER): likewise.
11844         (SQL_ROW_UPDATES): likewise.
11845         (SQL_ROWSET_SIZE): likewise.
11846         (SQL_ROWSET_SIZE_DEFAULT): likewise.
11847         (SQL_ROWVER): likewise.
11848         (SQL_SC_NON_UNIQUE): likewise.
11849         (SQL_SC_TRY_UNIQUE): likewise.
11850         (SQL_SC_UNIQUE): likewise.
11851         (SQL_SCCO_OPT_TIMESTAMP): likewise.
11852         (SQL_SCROLL_DYNAMIC): likewise.
11853         (SQL_SCROLL_FORWARD_ONLY): likewise.
11854         (SQL_SCROLL_KEYSET_DRIVEN): likewise.
11855         (SQL_SCROLL_OPTIONS): likewise.
11856         (SQL_SCROLL_STATIC): likewise.
11857         (SQL_SEARCHABLE): likewise.
11858         (SQL_SIGNED_OFFSET): likewise.
11859         (SQL_SIMULATE_CURSOR): likewise.
11860         (SQL_SO_DYNAMIC): likewise.
11861         (SQL_SO_FORWARD_ONLY): likewise.
11862         (SQL_SO_KEYSET_DRIVEN): likewise.
11863         (SQL_SO_MIXED): likewise.
11864         (SQL_SO_STATIC): likewise.
11865         (SQL_SPEC_MAJOR): likewise.
11866         (SQL_SPEC_MINOR): likewise.
11867         (SQL_SPEC_STRING): likewise.
11868         (SQL_SQ_COMPARISON): likewise.
11869         (SQL_SQ_CORRELATED_SUBQUERIES): likewise.
11870         (SQL_SQ_EXISTS): likewise.
11871         (SQL_SQ_IN): likewise.
11872         (SQL_SQ_QUANTIFIED): likewise.
11873         (SQL_SQLSTATE_SIZE): likewise.
11874         (SQL_SS_addITIONS): likewise.
11875         (SQL_SS_DELETIONS): likewise.
11876         (SQL_SS_UPDATES): likewise.
11877         (SQL_STATIC_SENSITIVITY): likewise.
11878         (SQL_STMT_OPT_MAX): likewise.
11879         (SQL_STMT_OPT_MIN): likewise.
11880         (SQL_STRING_FUNCTIONS): likewise.
11881         (SQL_SUBQUERIES): likewise.
11882         (SQL_SYSTEM_FUNCTIONS): likewise.
11883         (SQL_TABLE_STAT): likewise.
11884         (SQL_TABLE_TERM): likewise.
11885         (SQL_TIME): likewise.
11886         (SQL_TIMEDATE_add_INTERVALS): likewise.
11887         (SQL_TIMEDATE_DIFF_INTERVALS): likewise.
11888         (SQL_TIMEDATE_FUNCTIONS): likewise.
11889         (SQL_TIMESTAMP): likewise.
11890         (SQL_TINYINT): likewise.
11891         (SQL_TRANSLATE_DLL): likewise.
11892         (SQL_TRANSLATE_OPTION): likewise.
11893         (SQL_TXN_ISOLATION): likewise.
11894         (SQL_TXN_VERSIONING): likewise.
11895         (SQL_TYPE_DRIVER_END): likewise.
11896         (SQL_TYPE_DRIVER_START): likewise.
11897         (SQL_TYPE_MAX): likewise.
11898         (SQL_TYPE_MIN): likewise.
11899         (SQL_TYPE_NULL): likewise.
11900         (SQL_U_UNION): likewise.
11901         (SQL_U_UNION_ALL): likewise.
11902         (SQL_UB_DEFAULT): likewise.
11903         (SQL_UB_OFF): likewise.
11904         (SQL_UB_ON): likewise.
11905         (SQL_UNICODE): likewise.
11906         (SQL_UNICODE_CHAR): likewise.
11907         (SQL_UNICODE_LONGVARCHAR): likewise.
11908         (SQL_UNICODE_VARCHAR): likewise.
11909         (SQL_UNION): likewise.
11910         (SQL_UNSEARCHABLE): likewise.
11911         (SQL_UNSIGNED_OFFSET): likewise.
11912         (SQL_USE_BOOKMARKS): likewise.
11913         (SQL_VARBINARY): likewise.
11914         (SQL_TRUE): add define for ODBC3.x.
11915         (SQL_FALSE): likewise.
11916         (SQL_AM_CONNECTION): likewise.
11917         (SQL_AM_NONE): likewise.
11918         (SQL_AM_STATEMENT): likewise.
11919         (SQL_API_SQLALLOCHANDLE): likewise.
11920         (SQL_API_SQLBINDPARAM): likewise.
11921         (SQL_API_SQLCLOSECURSOR): likewise.
11922         (SQL_API_SQLCOLATTRIBUTE): likewise.
11923         (SQL_API_SQLCOPYDESC): likewise.
11924         (SQL_API_SQLENDTRAN): likewise.
11925         (SQL_API_SQLFETCHSCROLL): likewise.
11926         (SQL_API_SQLFREEHANDLE): likewise.
11927         (SQL_API_SQLGETCONNECTATTR): likewise.
11928         (SQL_API_SQLGETDESCFIELD): likewise.
11929         (SQL_API_SQLGETDESCREC): likewise.
11930         (SQL_API_SQLGETDIAGFIELD): likewise.
11931         (SQL_API_SQLGETDIAGREC): likewise.
11932         (SQL_API_SQLGETENVATTR): likewise.
11933         (SQL_API_SQLGETSTMTATTR): likewise.
11934         (SQL_API_SQLSETCONNECTATTR): likewise.
11935         (SQL_API_SQLSETDESCFIELD): likewise.
11936         (SQL_API_SQLSETDESCREC): likewise.
11937         (SQL_API_SQLSETENVATTR): likewise.
11938         (SQL_API_SQLSETSTMTATTR): likewise.
11939         (SQL_ARD_TYPE): likewise.
11940         (SQL_AT_add_CONSTRAINT): likewise.
11941         (SQL_ATTR_APP_PARAM_DESC): likewise.
11942         (SQL_ATTR_APP_ROW_DESC): likewise.
11943         (SQL_ATTR_AUTO_IPD): likewise.
11944         (SQL_ATTR_CURSOR_SCROLLABLE): likewise.
11945         (SQL_ATTR_CURSOR_SENSITIVITY): likewise.
11946         (SQL_ATTR_IMP_PARAM_DESC): likewise.
11947         (SQL_ATTR_IMP_ROW_DESC): likewise.
11948         (SQL_ATTR_METADATA_ID): likewise.
11949         (SQL_ATTR_OUTPUT_NTS): likewise.
11950         (SQL_CATALOG_NAME): likewise.
11951         (SQL_CODE_DATE): likewise.
11952         (SQL_CODE_TIME): likewise.
11953         (SQL_CODE_TIMESTAMP): likewise.
11954         (SQL_COLLATION_SEQ): likewise.
11955         (SQL_CURSOR_SENSITIVITY): likewise.
11956         (SQL_DATE_LEN): likewise.
11957         (SQL_DATETIME): likewise.
11958         (SQL_DEFAULT): likewise.
11959         (SQL_DESC_ALLOC_AUTO): likewise.
11960         (SQL_DESC_ALLOC_TYPE): likewise.
11961         (SQL_DESC_ALLOC_USER): likewise.
11962         (SQL_DESC_COUNT): likewise.
11963         (SQL_DESC_DATA_PTR): likewise.
11964         (SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
11965         (SQL_DESC_INDICATOR_PTR): likewise.
11966         (SQL_DESC_LENGTH): likewise.
11967         (SQL_DESC_NAME): likewise.
11968         (SQL_DESC_NULLABLE): likewise.
11969         (SQL_DESC_OCTET_LENGTH): likewise.
11970         (SQL_DESC_OCTET_LENGTH_PTR): likewise.
11971         (SQL_DESC_PRECISION): likewise.
11972         (SQL_DESC_SCALE): likewise.
11973         (SQL_DESC_TYPE): likewise.
11974         (SQL_DESC_UNNAMED): likewise.
11975         (SQL_DESCRIBE_PARAMETER): likewise.
11976         (SQL_DIAG_ALTER_DOMAIN): likewise.
11977         (SQL_DIAG_ALTER_TABLE): likewise.
11978         (SQL_DIAG_CALL): likewise.
11979         (SQL_DIAG_CLASS_ORIGIN): likewise.
11980         (SQL_DIAG_CONNECTION_NAME): likewise.
11981         (SQL_DIAG_CREATE_ASSERTION): likewise.
11982         (SQL_DIAG_CREATE_CHARACTER_SET): likewise.
11983         (SQL_DIAG_CREATE_COLLATION): likewise.
11984         (SQL_DIAG_CREATE_DOMAIN): likewise.
11985         (SQL_DIAG_CREATE_INDEX): likewise.
11986         (SQL_DIAG_CREATE_SCHEMA): likewise.
11987         (SQL_DIAG_CREATE_TABLE): likewise.
11988         (SQL_DIAG_CREATE_TRANSLATION): likewise.
11989         (SQL_DIAG_CREATE_VIEW): likewise.
11990         (SQL_DIAG_DELETE_WHERE): likewise.
11991         (SQL_DIAG_DROP_ASSERTION): likewise.
11992         (SQL_DIAG_DROP_CHARACTER_SET): likewise.
11993         (SQL_DIAG_DROP_COLLATION): likewise.
11994         (SQL_DIAG_DROP_DOMAIN): likewise.
11995         (SQL_DIAG_DROP_INDEX): likewise.
11996         (SQL_DIAG_DROP_SCHEMA): likewise.
11997         (SQL_DIAG_DROP_TABLE): likewise.
11998         (SQL_DIAG_DROP_TRANSLATION): likewise.
11999         (SQL_DIAG_DROP_VIEW): likewise.
12000         (SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
12001         (SQL_DIAG_DYNAMIC_FUNCTION): likewise.
12002         (SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
12003         (SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
12004         (SQL_DIAG_GRANT): likewise.
12005         (SQL_DIAG_INSERT): likewise.
12006         (SQL_DIAG_MESSAGE_TEXT): likewise.
12007         (SQL_DIAG_NATIVE): likewise.
12008         (SQL_DIAG_NUMBER): likewise.
12009         (SQL_DIAG_RETURNCODE): likewise.
12010         (SQL_DIAG_REVOKE): likewise.
12011         (SQL_DIAG_ROW_COUNT): likewise.
12012         (SQL_DIAG_SELECT_CURSOR): likewise.
12013         (SQL_DIAG_SERVER_NAME): likewise.
12014         (SQL_DIAG_SQLSTATE): likewise.
12015         (SQL_DIAG_SUBCLASS_ORIGIN): likewise.
12016         (SQL_DIAG_UNKNOWN_STATEMENT): likewise.
12017         (SQL_DIAG_UPDATE_WHERE): likewise.
12018         (SQL_FALSE): likewise.
12019         (SQL_FETCH_ABSOLUTE): likewise.
12020         (SQL_FETCH_LAST): likewise.
12021         (SQL_FETCH_PRIOR): likewise.
12022         (SQL_FETCH_RELATIVE): likewise.
12023         (SQL_HANDLE_DBC): likewise.
12024         (SQL_HANDLE_DESC): likewise.
12025         (SQL_HANDLE_ENV): likewise.
12026         (SQL_HANDLE_STMT): likewise.
12027         (SQL_INSENSITIVE): likewise.
12028         (SQL_INTEGRITY): likewise.
12029         (SQL_MAX_CATALOG_NAME_LEN): likewise.
12030         (SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
12031         (SQL_MAX_DRIVER_CONNECTIONS): likewise.
12032         (SQL_MAX_IDENTIFIER_LEN): likewise.
12033         (SQL_MAX_SCHEMA_NAME_LEN): likewise.
12034         (SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
12035         (SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
12036         (SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
12037         (SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
12038         (SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
12039         (SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
12040         (SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
12041         (SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
12042         (SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
12043         (SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
12044         (SQL_MAXIMUM_INDEX_SIZE): likewise.
12045         (SQL_MAXIMUM_ROW_SIZE): likewise.
12046         (SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
12047         (SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
12048         (SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
12049         (SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
12050         (SQL_NAMED): likewise.
12051         (SQL_NONSCROLLABLE): likewise.
12052         (SQL_NTSL): likewise.
12053         (SQL_NULL_HANDLE): likewise.
12054         (SQL_NULL_HDESC): likewise.
12055         (SQL_OUTER_JOIN_CAPABILITIES): likewise.
12056         (SQL_PRED_BASIC): likewise.
12057         (SQL_PRED_CHAR): likewise.
12058         (SQL_PRED_NONE): likewise.
12059         (SQL_ROW_IDENTIFIER): likewise.
12060         (SQL_SCROLLABLE): likewise.
12061         (SQL_SENSITIVE): likewise.
12062         (SQL_SUCCEEDED(rc)): likewise.
12063         (SQL_TIME_LEN): likewise.
12064         (SQL_TIMESTAMP_LEN): likewise.
12065         (SQL_TRANSACTION_CAPABLE): likewise.
12066         (SQL_TRANSACTION_ISOLATION_OPTION): likewise.
12067         (SQL_TRANSACTION_READ_COMMITTED): likewise.
12068         (SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
12069         (SQL_TRANSACTION_REPEATABLE_READ): likewise.
12070         (SQL_TRANSACTION_SERIALIZABLE): likewise.
12071         (SQL_TYPE_DATE): likewise.
12072         (SQL_TYPE_TIME): likewise.
12073         (SQL_TYPE_TIMESTAMP): likewise.
12074         (SQL_UNKNOWN_TYPE): likewise.
12075         (SQL_UNNAMED): likewise.
12076         (SQL_UNSPECIFIED): likewise.
12077         (SQL_XOPEN_CLI_YEAR): likewise.
12078         (SQLAllocConnect): add comment marking as deperecated.
12079         (SQLAllocEnv): likewise.
12080         (SQLAllocStmt): likewise.
12081         (SQLFreeConnect): likewise.
12082         (SQLFreeEnv): likewise.
12083         (SQLGetConnectOption): likewise.
12084         (SQLGetStmtOption): likewise.
12085
12086         * include/sqlext.h (#include <sqlucode.h>): add directive.
12087         (SQLSetScrollOptions): non-core function, move prototype from sql.h.
12088         (SQLColAttributes): likewise.
12089         (SQLBulkOperations): add function prototype.
12090         (SQLAllocHandleStd): likewise
12091         (TraceReturn): add Trace API prototype.
12092         (TraceVersion): likewise.
12093         (ODBCGetTryWaitValue):likewise.
12094         (ODBCSetTryWaitValue): likewise.
12095         (SQL_LOCK_RECORD): correct function macro.
12096         (SQL_REFRESH_RECORD): likewise.
12097         (SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
12098         _WIN64 compatability.
12099         move defines for non-core functions from sql.h to sqlext.h (refer
12100         changes for sql.h)
12101         (SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
12102         (SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
12103         (SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12104         (SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12105         (SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
12106         (SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
12107         (SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
12108         (SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
12109         (SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
12110         (SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
12111         (SQL_AF_ALL): likewise.
12112         (SQL_AF_AVG): likewise.
12113         (SQL_AF_COUNT): likewise.
12114         (SQL_AF_DISTINCT): likewise.
12115         (SQL_AF_MAX): likewise.
12116         (SQL_AF_MIN): likewise.
12117         (SQL_AF_SUM): likewise.
12118         (SQL_AGGREGATE_FUNCTIONS): likewise.
12119         (SQL_ALL_CATALOGS): likewise.
12120         (SQL_ALL_SCHEMAS): likewise.
12121         (SQL_ALL_TABLE_TYPES): likewise.
12122         (SQL_ALTER_DOMAIN): likewise.
12123         (SQL_AM_CONNECTION): likewise.
12124         (SQL_AM_NONE): likewise.
12125         (SQL_AM_STATEMENT): likewise.
12126         (SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
12127         (SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
12128         (SQL_API_SQLALLOCHANDLESTD): likewise.
12129         (SQL_API_SQLBULKOPERATIONS): likewise.
12130         (SQL_ASYNC_MODE): likewise.
12131         (SQL_AT_ADD_COLUMN_COLLATION): likewise.
12132         (SQL_AT_ADD_COLUMN_DEFAULT): likewise.
12133         (SQL_AT_ADD_COLUMN_SINGLE): likewise.
12134         (SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
12135         (SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
12136         (SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12137         (SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12138         (SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
12139         (SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
12140         (SQL_AT_DROP_COLUMN_CASCADE): likewise.
12141         (SQL_AT_DROP_COLUMN_DEFAULT): likewise.
12142         (SQL_AT_DROP_COLUMN_RESTRICT): likewise.
12143         (SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
12144         (SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
12145         (SQL_AT_SET_COLUMN_DEFAULT): likewise.
12146         (SQL_ATTR_ACCESS_MODE): likewise.
12147         (SQL_ATTR_ASYNC_ENABLE): likewise.
12148         (SQL_ATTR_AUTOCOMMIT): likewise.
12149         (SQL_ATTR_CONCURRENCY): likewise.
12150         (SQL_ATTR_CONNECTION_POOLING): likewise.
12151         (SQL_ATTR_CONNECTION_TIMEOUT): likewise.
12152         (SQL_ATTR_CP_MATCH): likewise.
12153         (SQL_ATTR_CURRENT_CATALOG): likewise.
12154         (SQL_ATTR_CURSOR_TYPE): likewise.
12155         (SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
12156         (SQL_ATTR_ENABLE_AUTO_IPD): likewise.
12157         (SQL_ATTR_ENLIST_IN_DTC): likewise.
12158         (SQL_ATTR_ENLIST_IN_XA): likewise.
12159         (SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
12160         (SQL_ATTR_KEYSET_SIZE): likewise.
12161         (SQL_ATTR_LOGIN_TIMEOUT): likewise.
12162         (SQL_ATTR_MAX_LENGTH): likewise.
12163         (SQL_ATTR_MAX_ROWS): likewise.
12164         (SQL_ATTR_NOSCAN): likewise.
12165         (SQL_ATTR_ODBC_CURSORS): likewise.
12166         (SQL_ATTR_ODBC_VERSION): likewise.
12167         (SQL_ATTR_PACKET_SIZE): likewise.
12168         (SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
12169         (SQL_ATTR_PARAM_BIND_TYPE): likewise.
12170         (SQL_ATTR_PARAM_OPERATION_PTR): likewise.
12171         (SQL_ATTR_PARAM_STATUS_PTR): likewise.
12172         (SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
12173         (SQL_ATTR_PARAMSET_SIZE): likewise.
12174         (SQL_ATTR_QUERY_TIMEOUT): likewise.
12175         (SQL_ATTR_QUIET_MODE): likewise.
12176         (SQL_ATTR_RETRIEVE_DATA): likewise.
12177         (SQL_ATTR_ROW_ARRAY_SIZE): likewise.
12178         (SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
12179         (SQL_ATTR_ROW_BIND_TYPE): likewise.
12180         (SQL_ATTR_ROW_NUMBER): likewise.
12181         (SQL_ATTR_ROW_OPERATION_PTR): likewise.
12182         (SQL_ATTR_ROW_STATUS_PTR): likewise.
12183         (SQL_ATTR_ROWS_FETCHED_PTR): likewise.
12184         (SQL_ATTR_SIMULATE_CURSOR): likewise.
12185         (SQL_ATTR_TRACE): likewise.
12186         (SQL_ATTR_TRACEFILE): likewise.
12187         (SQL_ATTR_TRANSLATE_LIB): likewise.
12188         (SQL_ATTR_TRANSLATE_OPTION): likewise.
12189         (SQL_ATTR_TXN_ISOLATION): likewise.
12190         (SQL_ATTR_USE_BOOKMARKS): likewise.
12191         (SQL_BATCH_ROW_COUNT): likewise.
12192         (SQL_BATCH_SUPPORT): likewise.
12193         (SQL_BRC_EXPLICIT): likewise.
12194         (SQL_BRC_PROCEDURES): likewise.
12195         (SQL_BRC_ROLLED_UP): likewise.
12196         (SQL_BS_ROW_COUNT_EXPLICIT): likewise.
12197         (SQL_BS_ROW_COUNT_PROC): likewise.
12198         (SQL_BS_SELECT_EXPLICIT): likewise.
12199         (SQL_BS_SELECT_PROC): likewise.
12200         (SQL_C_INTERVAL_DAY): likewise.
12201         (SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
12202         (SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
12203         (SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
12204         (SQL_C_INTERVAL_HOUR): likewise.
12205         (SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
12206         (SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
12207         (SQL_C_INTERVAL_MINUTE): likewise.
12208         (SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
12209         (SQL_C_INTERVAL_MONTH): likewise.
12210         (SQL_C_INTERVAL_SECOND): likewise.
12211         (SQL_C_INTERVAL_YEAR): likewise.
12212         (SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
12213         (SQL_C_NUMERIC): likewise.
12214         (SQL_C_SBIGINT): likewise.
12215         (SQL_C_TYPE_DATE): likewise.
12216         (SQL_C_TYPE_TIME): likewise.
12217         (SQL_C_TYPE_TIMESTAMP): likewise.
12218         (SQL_C_UBIGINT): likewise.
12219         (SQL_C_VARBOOKMARK): likewise.
12220         (SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
12221         (SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12222         (SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12223         (SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
12224         (SQL_CA_CREATE_ASSERTION): likewise.
12225         (SQL_CA1_ABSOLUTE): likewise.
12226         (SQL_CA1_BOOKMARK): likewise.
12227         (SQL_CA1_BULK_ADD): likewise.
12228         (SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
12229         (SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
12230         (SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
12231         (SQL_CA1_LOCK_EXCLUSIVE): likewise.
12232         (SQL_CA1_LOCK_NO_CHANGE): likewise.
12233         (SQL_CA1_LOCK_UNLOCK): likewise.
12234         (SQL_CA1_NEXT): likewise.
12235         (SQL_CA1_POS_DELETE): likewise.
12236         (SQL_CA1_POS_POSITION): likewise.
12237         (SQL_CA1_POS_REFRESH): likewise.
12238         (SQL_CA1_POS_UPDATE): likewise.
12239         (SQL_CA1_POSITIONED_DELETE): likewise.
12240         (SQL_CA1_POSITIONED_UPDATE): likewise.
12241         (SQL_CA1_RELATIVE): likewise.
12242         (SQL_CA1_SELECT_FOR_UPDATE): likewise.
12243         (SQL_CA2_CRC_APPROXIMATE): likewise.
12244         (SQL_CA2_CRC_EXACT): likewise.
12245         (SQL_CA2_LOCK_CONCURRENCY): likewise.
12246         (SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
12247         (SQL_CA2_MAX_ROWS_CATALOG): likewise.
12248         (SQL_CA2_MAX_ROWS_DELETE): likewise.
12249         (SQL_CA2_MAX_ROWS_INSERT): likewise.
12250         (SQL_CA2_MAX_ROWS_SELECT): likewise.
12251         (SQL_CA2_MAX_ROWS_UPDATE): likewise.
12252         (SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
12253         (SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
12254         (SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
12255         (SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
12256         (SQL_CA2_SENSITIVITY_DELETIONS): likewise.
12257         (SQL_CA2_SENSITIVITY_UPDATES): likewise.
12258         (SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
12259         (SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
12260         (SQL_CA2_SIMULATE_UNIQUE): likewise.
12261         (SQL_CATALOG_LOCATION): likewise.
12262         (SQL_CATALOG_NAME_SEPARATOR): likewise.
12263         (SQL_CATALOG_TERM): likewise.
12264         (SQL_CATALOG_USAGE): likewise.
12265         (SQL_CCOL_CREATE_COLLATION): likewise.
12266         (SQL_CCS_COLLATE_CLAUSE): likewise.
12267         (SQL_CCS_CREATE_CHARACTER_SET): likewise.
12268         (SQL_CCS_LIMITED_COLLATION): likewise.
12269         (SQL_CDO_COLLATION): likewise.
12270         (SQL_CDO_CONSTRAINT): likewise.
12271         (SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
12272         (SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12273         (SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12274         (SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
12275         (SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
12276         (SQL_CDO_CREATE_DOMAIN): likewise.
12277         (SQL_CDO_DEFAULT): likewise.
12278         (SQL_CL_END): likewise.
12279         (SQL_CL_START): likewise.
12280         (SQL_COL_PRED_BASIC): likewise.
12281         (SQL_COL_PRED_CHAR): likewise.
12282         (SQL_COLUMN_DRIVER_START): likewise.
12283         (SQL_COLUMN_IGNORE): likewise.
12284         (SQL_COLUMN_NUMBER_UNKNOWN): likewise.
12285         (SQL_CONVERT_GUID): likewise.
12286         (SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
12287         (SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
12288         (SQL_CONVERT_WCHAR): likewise.
12289         (SQL_CONVERT_WLONGVARCHAR): likewise.
12290         (SQL_CONVERT_WVARCHAR): likewise.
12291         (SQL_CP_DEFAULT): likewise.
12292         (SQL_CP_MATCH_DEFAULT): likewise.
12293         (SQL_CP_OFF): likewise.
12294         (SQL_CP_ONE_PER_DRIVER): likewise.
12295         (SQL_CP_ONE_PER_HENV): likewise.
12296         (SQL_CP_RELAXED_MATCH): likewise.
12297         (SQL_CP_STRICT_MATCH): likewise.
12298         (SQL_CREATE_ASSERTION): likewise.
12299         (SQL_CREATE_CHARACTER_SET): likewise.
12300         (SQL_CREATE_COLLATION): likewise.
12301         (SQL_CREATE_DOMAIN): likewise.
12302         (SQL_CREATE_SCHEMA): likewise.
12303         (SQL_CREATE_TABLE): likewise.
12304         (SQL_CREATE_TRANSLATION): likewise.
12305         (SQL_CREATE_VIEW): likewise.
12306         (SQL_CS_AUTHORIZATION): likewise.
12307         (SQL_CS_CREATE_SCHEMA): likewise.
12308         (SQL_CS_DEFAULT_CHARACTER_SET): likewise.
12309         (SQL_CT_COLUMN_COLLATION): likewise.
12310         (SQL_CT_COLUMN_CONSTRAINT): likewise.
12311         (SQL_CT_COLUMN_DEFAULT): likewise.
12312         (SQL_CT_COMMIT_DELETE): likewise.
12313         (SQL_CT_COMMIT_PRESERVE): likewise.
12314         (SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
12315         (SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
12316         (SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
12317         (SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
12318         (SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
12319         (SQL_CT_CREATE_TABLE): likewise.
12320         (SQL_CT_GLOBAL_TEMPORARY): likewise.
12321         (SQL_CT_LOCAL_TEMPORARY): likewise.
12322         (SQL_CT_TABLE_CONSTRAINT): likewise.
12323         (SQL_CTR_CREATE_TRANSLATION): likewise.
12324         (SQL_CU_DML_STATEMENTS): likewise.
12325         (SQL_CU_INDEX_DEFINITION): likewise.
12326         (SQL_CU_PRIVILEGE_DEFINITION): likewise.
12327         (SQL_CU_PROCEDURE_INVOCATION): likewise.
12328         (SQL_CU_TABLE_DEFINITION): likewise.
12329         (SQL_CVT_GUID): likewise.
12330         (SQL_CVT_INTERVAL_DAY_TIME): likewise.
12331         (SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
12332         (SQL_CVT_WCHAR): likewise.
12333         (SQL_CVT_WLONGVARCHAR): likewise.
12334         (SQL_CVT_WVARCHAR): likewise.
12335         (SQL_DA_DROP_ASSERTION): likewise.
12336         (SQL_DATETIME_LITERALS): likewise.
12337         (SQL_DB_DEFAULT): likewise.
12338         (SQL_DB_DISCONNECT): likewise.
12339         (SQL_DB_RETURN_TO_POOL): likewise.
12340         (SQL_DC_DROP_COLLATION): likewise.
12341         (SQL_DCS_DROP_CHARACTER_SET): likewise.
12342         (SQL_DD_CASCADE): likewise.
12343         (SQL_DD_DROP_DOMAIN): likewise.
12344         (SQL_DD_RESTRICT): likewise.
12345         (SQL_DDL_INDEX): likewise.
12346         (SQL_DELETE_BY_BOOKMARK): likewise.
12347         (SQL_DESC_ARRAY_SIZE): likewise.
12348         (SQL_DESC_ARRAY_STATUS_PTR): likewise.
12349         (SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
12350         (SQL_DESC_BASE_COLUMN_NAME): likewise.
12351         (SQL_DESC_BASE_TABLE_NAME): likewise.
12352         (SQL_DESC_BIND_OFFSET_PTR): likewise.
12353         (SQL_DESC_BIND_TYPE): likewise.
12354         (SQL_DESC_CASE_SENSITIVE): likewise.
12355         (SQL_DESC_CATALOG_NAME): likewise.
12356         (SQL_DESC_CONCISE_TYPE): likewise.
12357         (SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
12358         (SQL_DESC_DISPLAY_SIZE): likewise.
12359         (SQL_DESC_FIXED_PREC_SCALE): likewise.
12360         (SQL_DESC_LABEL): likewise.
12361         (SQL_DESC_LITERAL_PREFIX): likewise.
12362         (SQL_DESC_LITERAL_SUFFIX): likewise.
12363         (SQL_DESC_LOCAL_TYPE_NAME): likewise.
12364         (SQL_DESC_MAXIMUM_SCALE): likewise.
12365         (SQL_DESC_MINIMUM_SCALE): likewise.
12366         (SQL_DESC_NUM_PREC_RADIX): likewise.
12367         (SQL_DESC_PARAMETER_TYPE): likewise.
12368         (SQL_DESC_ROWS_PROCESSED_PTR): likewise.
12369         (SQL_DESC_SCHEMA_NAME): likewise.
12370         (SQL_DESC_SEARCHABLE): likewise.
12371         (SQL_DESC_TABLE_NAME): likewise.
12372         (SQL_DESC_TYPE_NAME): likewise.
12373         (SQL_DESC_UNSIGNED): likewise.
12374         (SQL_DESC_UPDATABLE): likewise.
12375         (SQL_DI_CREATE_INDEX): likewise.
12376         (SQL_DI_DROP_INDEX): likewise.
12377         (SQL_DIAG_COLUMN_NUMBER): likewise.
12378         (SQL_DIAG_CURSOR_ROW_COUNT): likewise.
12379         (SQL_DIAG_ROW_NUMBER): likewise.
12380         (SQL_DL_SQL92_DATE): likewise.
12381         (SQL_DL_SQL92_INTERVAL_DAY): likewise.
12382         (SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
12383         (SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
12384         (SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
12385         (SQL_DL_SQL92_INTERVAL_HOUR): likewise.
12386         (SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
12387         (SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
12388         (SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
12389         (SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
12390         (SQL_DL_SQL92_INTERVAL_MONTH): likewise.
12391         (SQL_DL_SQL92_INTERVAL_SECOND): likewise.
12392         (SQL_DL_SQL92_INTERVAL_YEAR): likewise.
12393         (SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
12394         (SQL_DL_SQL92_TIME): likewise.
12395         (SQL_DL_SQL92_TIMESTAMP): likewise.
12396         (SQL_DM_VER): likewise.
12397         (SQL_DRIVER_HDESC): likewise.
12398         (SQL_DROP_ASSERTION): likewise.
12399         (SQL_DROP_CHARACTER_SET): likewise.
12400         (SQL_DROP_COLLATION): likewise.
12401         (SQL_DROP_DOMAIN): likewise.
12402         (SQL_DROP_SCHEMA): likewise.
12403         (SQL_DROP_TABLE): likewise.
12404         (SQL_DROP_TRANSLATION): likewise.
12405         (SQL_DROP_VIEW): likewise.
12406         (SQL_DS_CASCADE): likewise.
12407         (SQL_DS_DROP_SCHEMA): likewise.
12408         (SQL_DS_RESTRICT): likewise.
12409         (SQL_DT_CASCADE): likewise.
12410         (SQL_DT_DROP_TABLE): likewise.
12411         (SQL_DT_RESTRICT): likewise.
12412         (SQL_DTC_DONE): likewise.
12413         (SQL_DTR_DROP_TRANSLATION): likewise.
12414         (SQL_DV_CASCADE): likewise.
12415         (SQL_DV_DROP_VIEW): likewise.
12416         (SQL_DV_RESTRICT): likewise.
12417         (SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
12418         (SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
12419         (SQL_EXT_API_LAST): likewise.
12420         (SQL_EXT_API_START): likewise.
12421         (SQL_FETCH_BY_BOOKMARK): likewise.
12422         (SQL_FETCH_FIRST_SYSTEM): likewise.
12423         (SQL_FETCH_FIRST_USER): likewise.
12424         (SQL_FN_CVT_CAST): likewise.
12425         (SQL_FN_STR_BIT_LENGTH): likewise.
12426         (SQL_FN_STR_CHAR_LENGTH): likewise.
12427         (SQL_FN_STR_CHARACTER_LENGTH): likewise.
12428         (SQL_FN_STR_OCTET_LENGTH): likewise.
12429         (SQL_FN_STR_POSITION): likewise.
12430         (SQL_FN_TD_CURRENT_DATE): likewise.
12431         (SQL_FN_TD_CURRENT_TIME): likewise.
12432         (SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
12433         (SQL_FN_TD_EXTRACT): likewise.
12434         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
12435         (SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
12436         (SQL_FUNC_EXISTS(exists,api)): likewise.
12437         (SQL_GB_COLLATE): likewise.
12438         (SQL_HANDLE_SENV): likewise.
12439         (SQL_IK_ALL): likewise.
12440         (SQL_IK_ASC): likewise.
12441         (SQL_IK_DESC): likewise.
12442         (SQL_IK_NONE): likewise.
12443         (SQL_INDEX_KEYWORDS): likewise.
12444         (SQL_INFO_DRIVER_START): likewise.
12445         (SQL_INFO_LAST): likewise.
12446         (SQL_INFO_SCHEMA_VIEWS): likewise.
12447         (SQL_INITIALLY_DEFERRED): likewise.
12448         (SQL_INITIALLY_IMMEDIATE): likewise.
12449         (SQL_INSERT_STATEMENT): likewise.
12450         (SQL_INTERVAL): likewise.
12451         (SQL_IS_INSERT_LITERALS): likewise.
12452         (SQL_IS_INSERT_SEARCHED): likewise.
12453         (SQL_IS_INTEGER): likewise.
12454         (SQL_IS_POINTER): likewise.
12455         (SQL_IS_SELECT_INTO): likewise.
12456         (SQL_IS_SMALLINT): likewise.
12457         (SQL_IS_UINTEGER): likewise.
12458         (SQL_IS_USMALLINT): likewise.
12459         (SQL_ISV_ASSERTIONS): likewise.
12460         (SQL_ISV_CHARACTER_SETS): likewise.
12461         (SQL_ISV_CHECK_CONSTRAINTS): likewise.
12462         (SQL_ISV_COLLATIONS): likewise.
12463         (SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
12464         (SQL_ISV_COLUMN_PRIVILEGES): likewise.
12465         (SQL_ISV_COLUMNS): likewise.
12466         (SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
12467         (SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
12468         (SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
12469         (SQL_ISV_DOMAINS): likewise.
12470         (SQL_ISV_KEY_COLUMN_USAGE): likewise.
12471         (SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
12472         (SQL_ISV_SCHEMATA): likewise.
12473         (SQL_ISV_SQL_LANGUAGES): likewise.
12474         (SQL_ISV_TABLE_CONSTRAINTS): likewise.
12475         (SQL_ISV_TABLE_PRIVILEGES): likewise.
12476         (SQL_ISV_TABLES): likewise.
12477         (SQL_ISV_TRANSLATIONS): likewise.
12478         (SQL_ISV_USAGE_PRIVILEGES): likewise.
12479         (SQL_ISV_VIEW_COLUMN_USAGE): likewise.
12480         (SQL_ISV_VIEW_TABLE_USAGE): likewise.
12481         (SQL_ISV_VIEWS): likewise.
12482         (SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
12483         (SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
12484         (SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
12485         (SQL_NO_COLUMN_NUMBER): likewise.
12486         (SQL_NO_ROW_NUMBER): likewise.
12487         (SQL_NOT_DEFERRABLE): likewise.
12488         (SQL_NUM_EXTENSIONS): likewise.
12489         (SQL_NUM_FUNCTIONS): likewise.
12490         (SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
12491         (SQL_OIC_CORE): likewise.
12492         (SQL_OIC_LEVEL1): likewise.
12493         (SQL_OIC_LEVEL2): likewise.
12494         (SQL_OV_ODBC2): likewise.
12495         (SQL_OV_ODBC3): likewise.
12496         (SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
12497         (SQL_PARAM_ARRAY_SELECTS): likewise.
12498         (SQL_PARAM_BIND_BY_COLUMN): likewise.
12499         (SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
12500         (SQL_PARAM_DIAG_UNAVAILABLE): likewise.
12501         (SQL_PARAM_ERROR): likewise.
12502         (SQL_PARAM_IGNORE): likewise.
12503         (SQL_PARAM_PROCEED): likewise.
12504         (SQL_PARAM_SUCCESS): likewise.
12505         (SQL_PARAM_SUCCESS_WITH_INFO): likewise.
12506         (SQL_PARAM_UNUSED): likewise.
12507         (SQL_PARC_BATCH): likewise.
12508         (SQL_PARC_NO_BATCH): likewise.
12509         (SQL_PAS_BATCH): likewise.
12510         (SQL_PAS_NO_BATCH): likewise.
12511         (SQL_PAS_NO_SELECT): likewise.
12512         (SQL_ROW_IGNORE): likewise.
12513         (SQL_ROW_NUMBER_UNKNOWN): likewise.
12514         (SQL_ROW_PROCEED): likewise.
12515         (SQL_ROW_SUCCESS_WITH_INFO): likewise.
12516         (SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
12517         (SQL_SC_SQL92_ENTRY): likewise.
12518         (SQL_SC_SQL92_FULL): likewise.
12519         (SQL_SC_SQL92_INTERMEDIATE): likewise.
12520         (SQL_SCC_ISO92_CLI): likewise.
12521         (SQL_SCC_XOPEN_CLI_VERSION1): likewise.
12522         (SQL_SCHEMA_TERM): likewise.
12523         (SQL_SCHEMA_USAGE): likewise.
12524         (SQL_SDF_CURRENT_DATE): likewise.
12525         (SQL_SDF_CURRENT_TIME): likewise.
12526         (SQL_SDF_CURRENT_TIMESTAMP): likewise.
12527         (SQL_SFKD_CASCADE): likewise.
12528         (SQL_SFKD_NO_ACTION): likewise.
12529         (SQL_SFKD_SET_DEFAULT): likewise.
12530         (SQL_SFKD_SET_NULL): likewise.
12531         (SQL_SFKU_CASCADE): likewise.
12532         (SQL_SFKU_NO_ACTION): likewise.
12533         (SQL_SFKU_SET_DEFAULT): likewise.
12534         (SQL_SFKU_SET_NULL): likewise.
12535         (SQL_SG_DELETE_TABLE): likewise.
12536         (SQL_SG_INSERT_COLUMN): likewise.
12537         (SQL_SG_INSERT_TABLE): likewise.
12538         (SQL_SG_REFERENCES_COLUMN): likewise.
12539         (SQL_SG_REFERENCES_TABLE): likewise.
12540         (SQL_SG_SELECT_TABLE): likewise.
12541         (SQL_SG_UPDATE_COLUMN): likewise.
12542         (SQL_SG_UPDATE_TABLE): likewise.
12543         (SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
12544         (SQL_SG_USAGE_ON_COLLATION): likewise.
12545         (SQL_SG_USAGE_ON_DOMAIN): likewise.
12546         (SQL_SG_USAGE_ON_TRANSLATION): likewise.
12547         (SQL_SG_WITH_GRANT_OPTION): likewise.
12548         (SQL_SNVF_BIT_LENGTH): likewise.
12549         (SQL_SNVF_CHAR_LENGTH): likewise.
12550         (SQL_SNVF_CHARACTER_LENGTH): likewise.
12551         (SQL_SNVF_EXTRACT): likewise.
12552         (SQL_SNVF_OCTET_LENGTH): likewise.
12553         (SQL_SNVF_POSITION): likewise.
12554         (SQL_SP_BETWEEN): likewise.
12555         (SQL_SP_COMPARISON): likewise.
12556         (SQL_SP_EXISTS): likewise.
12557         (SQL_SP_IN): likewise.
12558         (SQL_SP_ISNOTNULL): likewise.
12559         (SQL_SP_ISNULL): likewise.
12560         (SQL_SP_LIKE): likewise.
12561         (SQL_SP_MATCH_FULL): likewise.
12562         (SQL_SP_MATCH_PARTIAL): likewise.
12563         (SQL_SP_MATCH_UNIQUE_FULL): likewise.
12564         (SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
12565         (SQL_SP_OVERLAPS): likewise.
12566         (SQL_SP_QUANTIFIED_COMPARISON): likewise.
12567         (SQL_SP_UNIQUE): likewise.
12568         (SQL_SQL_CONFORMANCE): likewise.
12569         (SQL_SQL92_DATETIME_FUNCTIONS): likewise.
12570         (SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
12571         (SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
12572         (SQL_SQL92_GRANT): likewise.
12573         (SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
12574         (SQL_SQL92_PREDICATES): likewise.
12575         (SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
12576         (SQL_SQL92_REVOKE): likewise.
12577         (SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
12578         (SQL_SQL92_STRING_FUNCTIONS): likewise.
12579         (SQL_SQL92_VALUE_EXPRESSIONS): likewise.
12580         (SQL_SR_CASCADE): likewise.
12581         (SQL_SR_DELETE_TABLE): likewise.
12582         (SQL_SR_GRANT_OPTION_FOR): likewise.
12583         (SQL_SR_INSERT_COLUMN): likewise.
12584         (SQL_SR_INSERT_TABLE): likewise.
12585         (SQL_SR_REFERENCES_COLUMN): likewise.
12586         (SQL_SR_REFERENCES_TABLE): likewise.
12587         (SQL_SR_RESTRICT): likewise.
12588         (SQL_SR_SELECT_TABLE): likewise.
12589         (SQL_SR_UPDATE_COLUMN): likewise.
12590         (SQL_SR_UPDATE_TABLE): likewise.
12591         (SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
12592         (SQL_SR_USAGE_ON_COLLATION): likewise.
12593         (SQL_SR_USAGE_ON_DOMAIN): likewise.
12594         (SQL_SR_USAGE_ON_TRANSLATION): likewise.
12595         (SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
12596         (SQL_SRJO_CROSS_JOIN): likewise.
12597         (SQL_SRJO_EXCEPT_JOIN): likewise.
12598         (SQL_SRJO_FULL_OUTER_JOIN): likewise.
12599         (SQL_SRJO_INNER_JOIN): likewise.
12600         (SQL_SRJO_INTERSECT_JOIN): likewise.
12601         (SQL_SRJO_LEFT_OUTER_JOIN): likewise.
12602         (SQL_SRJO_NATURAL_JOIN): likewise.
12603         (SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
12604         (SQL_SRJO_UNION_JOIN): likewise.
12605         (SQL_SRVC_DEFAULT): likewise.
12606         (SQL_SRVC_NULL): likewise.
12607         (SQL_SRVC_ROW_SUBQUERY): likewise.
12608         (SQL_SRVC_VALUE_EXPRESSION): likewise.
12609         (SQL_SSF_CONVERT): likewise.
12610         (SQL_SSF_LOWER): likewise.
12611         (SQL_SSF_SUBSTRING): likewise.
12612         (SQL_SSF_TRANSLATE): likewise.
12613         (SQL_SSF_TRIM_BOTH): likewise.
12614         (SQL_SSF_TRIM_LEADING): likewise.
12615         (SQL_SSF_TRIM_TRAILING): likewise.
12616         (SQL_SSF_UPPER): likewise.
12617         (SQL_STANDARD_CLI_CONFORMANCE): likewise.
12618         (SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
12619         (SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
12620         (SQL_SU_DML_STATEMENTS): likewise.
12621         (SQL_SU_INDEX_DEFINITION): likewise.
12622         (SQL_SU_PRIVILEGE_DEFINITION): likewise.
12623         (SQL_SU_PROCEDURE_INVOCATION): likewise.
12624         (SQL_SU_TABLE_DEFINITION): likewise.
12625         (SQL_SVE_CASE): likewise.
12626         (SQL_SVE_CAST): likewise.
12627         (SQL_SVE_COALESCE): likewise.
12628         (SQL_SVE_NULLIF): likewise.
12629         (SQL_UB_FIXED): likewise.
12630         (SQL_UB_VARIABLE): likewise.
12631         (SQL_UNION_STATEMENT): likewise.
12632         (SQL_UPDATE_BY_BOOKMARK): likewise.
12633         (SQL_US_UNION): likewise.
12634         (SQL_US_UNION_ALL): likewise.
12635         (SQL_DESC_ROWVER): likewise.
12636         (SQL_GUID): likewise.
12637         (SQL_C_GUID): likewise.
12638         (ODBC_STD): likewise.
12639         (SQLAllocHandle): likewise.
12640         (SQLAllocEnv(p)): likewise.
12641         (SQL_YEAR): likewise.
12642         (SQL_MONTH): likewise.
12643         (SQL_DAY): likewise.
12644         (SQL_HOUR): likewise.
12645         (SQL_MINUTE): likewise.
12646         (SQL_SECOND): likewise.
12647         (SQL_YEAR_TO_MONTH): likewise.
12648         (SQL_DAY_TO_HOUR): likewise.
12649         (SQL_DAY_TO_MINUTE): likewise.
12650         (SQL_DAY_TO_SECOND): likewise.
12651         (SQL_HOUR_TO_MINUTE): likewise.
12652         (SQL_HOUR_TO_SECOND): likewise.
12653         (SQL_MINUTE_TO_SECOND): likewise.
12654         (SQL_ATTR_ANSI_APP): likewise.
12655         (SQL_AA_TRUE): likewise.
12656         (SQL_AA_FALSE): likewise.
12657
12658         * include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
12659         (struct tagSQL_YEAR_MONTH): add for ODBC3.x.
12660         (struct tagSQL_DAY_SECOND): likewise.
12661         (struct tagSQL_INTERVAL_STRUCT): likewise.
12662         (struct tagSQL_NUMERIC_STRUCT): likewise.
12663         (struct tagSQLGUID): add for 0DBC3.50.
12664         (enum SQLINTERVAL): add for ODBC3.x.
12665         (SQLWCHAR): add typedef.
12666         (SQLTCHAR): add typedef, conditional on UNICODE.
12667         (SQLLEN): add typedef for _WIN64, define for _WIN32.
12668         (SQLULEN): likewise.
12669         (SQLROWOFFSET): likewise.
12670         (SQLROWCOUNT): likewise.
12671         (SQLTRANSID): likewise.
12672         (SQLSETPOSIROW): likewise.
12673         (SQLHANDLE): add ODBC3.x typedef.
12674         (SQLHDESC): likewise.
12675         (SQLDATE): likewise.
12676         (SQLDECIMAL): likewise.
12677         (SQLDOUBLE): likewise.
12678         (SQLFLOAT): likewise.
12679         (SQLNUMERIC): likewise.
12680         (SQLREAL): likewise.
12681         (SQLTIME): likewise.
12682         (SQLTIMESTAMP): likewise.
12683         (SQLVARCHAR): likewise.
12684         (SQLBIGINT): likewise.
12685         (SQLUBIGINT): likewise.
12686         (SQL_DATE_STRUCT): likewise.
12687         (SQL_TIME_STRUCT): likewise.
12688         (SQL_TIMESTAMP_STRUCT): likewise.
12689         (ODBCINT64): add ODBC3.x define.
12690
12691         * lib/odbc32.def : regenerate.
12692
12693 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net
12694
12695         * Apply Danny Smith patch 102275
12696         2000-11-05  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12697         * include/objbase.h: (COM_RIGHTS): Add definition.
12698         (tagSTDMSHLFLAGS): add enumeration.
12699         (CoInitializeEx): Add prototypes.
12700         (CoGetStdMarshalEx): ditto.
12701         (CoCreateInstanceEx): ditto.
12702         (CoInitializeSecurity): ditto.
12703         (CoGetCallContext): ditto.
12704         (CoQueryProxyBlanket): ditto.
12705         (CoSetProxyBlanket): ditto.
12706         (CoCopyProxy): ditto.
12707         (CoQueryClientBlanket): ditto.
12708         (CoImpersonateClient): ditto.
12709         (CoRevertToSelf): ditto.
12710         (CoQueryAuthenticationServices): ditto.
12711         (CoSwitchCallContext): ditto.
12712         (CoGetInstanceFromFile): ditto.
12713         (CoGetInstanceFromIStorage): ditto.
12714         * include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
12715         (SOLE_AUTHENTICATION_INFO): ditto.
12716         (EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
12717         (COLE_DEFAULT_PRINCIPAL): Add definition.
12718         (COLE_DEFAULT_AUTHINFO): Ditto.
12719         * include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
12720         (RPC_PROTSEQ_VECTOR) Fix typo.
12721         (RpcRaiseException): add DECLSPEC_NORETURN attribute.
12722         * include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
12723         attribute.
12724
12725 2001-01-26  Earnie Boyd  <earnie@users.sourceforge.net>
12726
12727         * lib/msvcp60.def: Apply Danny Smith patch 103321.
12728         2001-01-17  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>.
12729         New file.
12730
12731 2001-01-26  Christopher Faylor  <cgf@cygnus.com>
12732
12733         * include/winnt.h: Add PTOKEN_USER.
12734
12735 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12736
12737         * include/sqlucode.h: Apply Danny Smith patch 102443
12738         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12739         New file.
12740
12741 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12742
12743         * lib/odbccp32.def: Apply Danny Smith patch 102442
12744         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12745         New file.
12746
12747 2001-01-16  Earnie Boyd  <earnie@users.sourceforge.net>
12748
12749         * include/odbcinst.h: Apply Danny Smith patch 102441
12750         2000-11-20  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12751         New file.
12752
12753 2000-12-25  Christopher Faylor  <cgf@cygnus.com>
12754
12755         * lib/Makefile.in: Don't make "links" to include/w32api directory.
12756
12757 2000-12-20  Corinna Vinschen  <corinna@vinschen.de>
12758
12759         * include/winbase.h: Add prototype for SetSecurityDescriptorControl.
12760
12761 2000-12-11  Christopher Faylor  <cgf@cygnus.com>
12762
12763         * lib/Makefile.in: Install headers and libraries in tooldir.
12764
12765 2000-12-04  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12766
12767         * include/winnls.h: NORM_IGNORE* remove duplicate defines.
12768         SORT_STRINGSORT: ditto.
12769         CMAP*: ditto.
12770         CTRY_*: add new defines.
12771         LGRPID_*: ditto.
12772         LCMAP*: change defines to hex notation.
12773         CALID: change from ULONG to DWORD.
12774         CALTYPE: ditto.
12775         _cpinfoex[AW]: add structure.
12776         FoldString: correct Unicode mappings.
12777         GetCPInfoEx[AW]: add prototypes.
12778         EnumCalendarInfoEx[AW]: ditto.
12779         EnumDateFormatsEx[AW]: ditto.
12780         EnumSystemLanguageGroups[AW]: ditto.
12781         EnumLanguageGroupLocales[AW]: ditto.
12782         EnumUILanguages[AW]: ditto.
12783         GetSystemDefaultUILanguage[AW]: ditto.
12784         GetUserDefaultUILanguage[AW]: ditto.
12785         IsValidLanguageGroup[AW]: ditto.
12786         CALINFO_ENUMPROCEX[AW]: add function pointer typedef
12787         LANGUAGEGROUP_ENUMPROC[AW]: ditto
12788         LANGGROUPLOCALE_ENUMPROC[AW]: ditto
12789         UILANGUAGE_ENUMPROC[AW]: ditto
12790         DATEFMT_ENUMPROCEX[AW]: ditto
12791         LPCURRENCYFMT[AW]: add structure pointer typedef
12792         LPNUMBERFMT[AW]: ditto
12793
12794 2000-12-02  Matt Hargett  <matt@use.net>
12795
12796         * include/winbase.h: Added a define for INVALID_SET_FILE_POINTER, a
12797         possible return code for the SetFilePointer() win32 API call.
12798
12799 2000-11-09  Corinna Vinschen  <corinna@vinschen.de>
12800
12801         * include/winnt.h: Add missing FILE_NAMED_STREAMS define.
12802
12803 2000-11-06  Earnie Boyd  <earnie_boyd@yahoo.com>
12804
12805         * Makefile.in: increment VERSION.
12806         (dist:) Rename to srcdist.  Create new dist target to call
12807         srcdist and bindist targets.
12808         (srcdist:) New target.
12809         (clean-top:) add call to mostlyclean-top and add rm of distribution
12810         tarballs.
12811         * lib/Makefile.in: (uninstall:) modify to remove files from the
12812         new w32api subdirectory and to remove w32api subdirectory.
12813         (xuninstall:) Ditto.
12814         TODO: Add a task to redo the clean targets of Makefile.in
12815
12816 2000-11-03  Christopher Faylor  <cgf@cygnus.com>
12817
12818         * lib/Makefile.in: Install header files in w32api subdirectory.
12819
12820 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12821
12822         * CONTRIBUTIONS: New file.
12823         * README: Change the maintained by header.
12824         * TODO: Add a note about checking the TODO.
12825
12826 2000-10-31  Earnie Boyd  <earnie_boyd@yahoo.com>
12827
12828         * Merge in accepted changes from
12829         2000-10-23  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
12830         * include/basetyps.h: add comment for GUID_DEFINED
12831         * include/lm.h: add includes for lmerr.h and lmserver.h
12832         * include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
12833         * include/lmerr.h:  add error codes
12834         * include/lmserver.h: replace LPTSTR with LPWSTR,
12835         LPTCSTR with LPWCSTR in structures and prototypes
12836         * include/lmshare.h: ditto
12837         * include/lmuse.h: ditto
12838         * include/lmstats.h: ditto
12839         * include/oleauto.h: add function prototype SystemTimeToVariantTime
12840         * include/winbase.h: change first argument of CommConfigDialog to const
12841         * include/windowsx.h: add macros  defining FAR versions of
12842         mem and string functions for porting from Win16 code
12843         * include/winioctl.h:  added IOCTL_STORAGE defines
12844         * include/winnetwk.h:  added WNNC_NET flags
12845         * include/winnt.h: add include of <basetsd.h>;
12846         add structs; add pointer typedefs  for TOKEN structs
12847         * include/winsock.h: add guard around BSD-ish typedefs
12848         * include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
12849         * include/basetsd.h: new file
12850         * include/raserror.h: ditto
12851         * include/rassapi.h: ditto
12852         * include/ras.h: ditto
12853         comment from Earnie: replaced original ras.h contribution with Danny's
12854         contribution as it is more complete.
12855         * include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
12856
12857 2000-10-19  Earnie Boyd  <earnie_boyd@yahoo.com>
12858
12859         * Makefile.in: increment VERSION.  Change tar file name for dist and
12860         bindist targets to be more standard.
12861         * config.guess: Update with the currently published file.
12862         * config.sub: ditto.
12863         * configure.in: Use value of build_alias instead of testing for
12864         directory names to set BUILDENV.
12865         * configure: ditto.
12866         * lib/Makefile.in: Change the name of the targets install,
12867         install-headers and install-libraries to xinstall, xinstall-headers
12868         and xinstall-libraries for system target specified installation.
12869         Recreate targets install, install-headers and install-libraries for
12870         exec-prefix specified installation.  Ditto for the uninstall targets of
12871         the same name.
12872
12873 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12874
12875         * include/iprtrmib.h: Further layout changes according to standard.
12876         * include/iptypes.h: Ditto.
12877         * include/ntdef.h: Ditto.
12878         * include/ntsecapi.h: Ditto.
12879         * include/subauth.h: Ditto.
12880
12881 2000-10-09  Corinna Vinschen  <corinna@vinschen.de>
12882
12883         * include/ntsecapi.h: Fix PLSA_UNICODE_STRING define.
12884
12885 2000-10-08  Corinna Vinschen  <corinna@vinschen.de>
12886
12887         * include/ntsecapi.h: New file.
12888         * include/subauth.h: Ditto.
12889         * include/ipexport.h: Fix global header define not to contain
12890         trailing underscore. Change layout according to standard.
12891         * include/iphlpapi.h: Ditto.
12892         * include/ipifcons.h: Ditto.
12893         * include/iprtrmib.h: Ditto.
12894         * include/iptypes.h: Ditto.
12895         * include/ntdef.h: Ditto. Define conditional datatypes dependent
12896         of inclusion of ntsecapi.h and subauth.h.
12897         * lib/secur32.def: New stub for secur32.dll.
12898
12899 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12900
12901         * include/ras.h: New file.
12902         * lib/rasapi32.def: Add symbols for RasEnumDevicesA and
12903         RasEnumDevicesW.
12904
12905 2000-10-02  Corinna Vinschen  <corinna@vinschen.de>
12906
12907         * include/ntdef.h: Add define for NTAPI.
12908
12909 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12910
12911         * include/ipexport.h: Add missing `extern "C"' directives.
12912         * include/iphlpapi.h: Ditto.
12913         * include/iprtrmib.h: Ditto.
12914         * include/iptypes.h: Ditto.
12915
12916 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12917
12918         * include/ipifcons.h: New header file.
12919         * include/iprtrmib.h: Move operational states to ipifcons.h.
12920         * include/iphlpapi.h: Add missing parameters to GetIfTable()
12921         declaration.
12922
12923 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12924
12925         * include/iprtrmib.h: Add missing MIB_IF_OPER_STATUS_xxx definitions.
12926
12927 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12928
12929         * lib/iphlpapi.def: New stub for iphlpapi.dll.
12930         * include/iptypes.h: New header file.
12931         * include/ipexport.h: Ditto.
12932         * include/iphlpapi.h: Ditto.
12933         * include/iprtrmib.h: Ditto.
12934
12935 2000-10-01  Corinna Vinschen  <corinna@vinschen.de>
12936
12937         * include/ntdef.h: New file.
12938
12939 2000-08-18  Corinna Vinschen  <corinna@vinschen.de>
12940
12941         * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId
12942         to TOKEN_INFORMATION_CLASS type.
12943         Add QUOTA_LIMITS type.
12944
12945 2000-08-08  Corinna Vinschen  <corinna@vinschen.de>
12946
12947         * include/userenv.h: New header file.
12948         * lib/userenv.def: New stub for userenv.dll.
12949
12950 2000-08-08  Christopher Faylor  <cgf@cygnus.com>
12951
12952         * include/winuser.h: Correct PCWPSTRUCT typo.
12953         (discovered by Axel Riese)
12954
12955 2000-07-27  DJ Delorie  <dj@redhat.com>
12956
12957         * include/windows.h: optimize non-inclusion of repeat headers
12958
12959 2000-07-21  Corinna Vinschen  <corinna@vinschen.de>
12960
12961         * include/winnt.h: Add missing typedefs for PTOKEN_SOURCE and
12962         LPTOKEN_SOURCE.
12963
12964 2000-07-11  DJ Delorie  <dj@cygnus.com>
12965
12966         * include/shlobj.h: add CSIDL_COMMON_*
12967
12968 2000-06-27  Corinna Vinschen  <corinna@vinschen.de>
12969
12970         * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
12971         BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
12972         Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
12973         FILE_FLAG_OPEN_NO_RECALL.
12974         * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
12975         FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
12976         * winnt.h: Add typedef for GUID.
12977         Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
12978         FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
12979         FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
12980         Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
12981         FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
12982         FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
12983         Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
12984         REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
12985         * lib/psapi.def: New file.
12986
12987 2000-06-22  Christopher Faylor  <cgf@cygnus.com>
12988
12989         * rpcdce.h: Protect OPTIONAL definition since it may be (legally)
12990         previously defined.
12991         * windef.h : Ditto.
12992
12993 2000-06-14  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>
12994
12995         * include/winnt.h: Add some missing defines related to locale
12996         identifiers.  Translate values of LANG_* and SUBLANG_* into hexadecimal.
12997
12998 2000-05-27  Corinna Vinschen  <corinna@vinschen.de>
12999
13000         * include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
13001
13002 2000-05-18  Corinna Vinschen  <corinna@vinschen.de>
13003
13004         * include/winnt.h: Add some missing TAPE_DRIVE_* defines.
13005
13006 2000-04-26  Christopher Faylor  <cgf@cygnus.com>
13007
13008         * include/wininet.h: Add another "INTERNET_OPTIONS".
13009
13010 2000-04-25  Mumit Khan  <khan@xraylith.wisc.edu>
13011
13012         * include/winspool.h: Add 2 more PRINTER_ATTRIBUTE_* macros.
13013
13014 2000-04-25  Martin Kotulla  <martin-k@softmaker.de>
13015
13016         * include/ddeml.h (DdeCreateStringHandle{A,W}): Fix prototype.
13017         * include/shlobj.h (IShellLink{A,W}::GetPath): Fix prototype.
13018         * include/wingdi.h: Add LPFNDEVMODE and LPFNDEVCAPS callbacks.
13019         * include/winuser.h: Add WM_* macros. Add PCOPYDATASTRUCT typedef.
13020
13021 2000-04-10  Christopher Faylor  <cgf@cygnus.com>
13022
13023         * include/winbase.h: Change first argument of ENUMRES* types to
13024         coincide with Microsoft usage.
13025
13026 2000-04-01  Christopher Faylor  <cgf@cygnus.com>
13027
13028         * include/wininet.h: Add three more "INTERNET_OPTIONS".
13029
13030 2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>
13031
13032         * include/winbase.h (CreateHardLink{A,W}): Add prototypes.
13033         * include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
13034         * include/winnt.h (SEC_*): Add macros.
13035         * lib/th32.def: Use Kernel32.dll instead of TH32.DLL.
13036         * include/ole.h: Workaround for C++ parser bug.
13037         * include/rpcdcep.h: Likewise.
13038         * include/winsock.h: Likewise.
13039
13040 2000-03-26  Christopher Faylor  <cgf@cygnus.com>
13041
13042         * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
13043
13044 2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>
13045
13046         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
13047         * include/wtypes.h (PBLOB, LPBLOB): Define.
13048         * include/winsock2.h: Much more complete version.
13049         (FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.
13050
13051         Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
13052         * include/winsock.h (FD_CLR): Add missing ')'.
13053         (timercmp): Fix macro to handle all 6 comparison operators.
13054         (AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
13055         (AF_MAX): Update.
13056         (PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.
13057
13058         * include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
13059         namespace pollution.
13060         * include/rpcndr.h: Likewise.
13061         * include/winnt.h: Likewise.
13062         * include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
13063         (SHGetSpecialFolderPath{A,W}): Add prototypes.
13064         * lib/ole32.def: Add missing exports.
13065         * include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
13066         * include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
13067         (NT_TIB): Define.
13068         * include/tlhelp32.h: New file.
13069
13070 2000-02-28  Christopher Faylor  <cgf@cygnus.com>
13071
13072         * include/rapi.h: New file.
13073         * lib/rapi.def: New file.
13074
13075 2000-02-11  Axel Riese  <ariese@andromeda.risc.uni-linz.ac.at>
13076
13077         * oaidl.h (LPTYPECOMP): Remove multiple definition.
13078
13079 2000-02-03  Mumit Khan  <khan@xraylith.wisc.edu>
13080
13081         * Snapshot 2000-02-03.
13082
13083 2000-01-21  Chris Faylor  <cgf@cygnus.com>
13084
13085         * include/winnt.h: Add ARM support.
13086
13087 2000-01-19  Mumit Khan  <khan@xraylith.wisc.edu>
13088
13089         From Greg Primes <gregory.l.priem@intel.com>:
13090         * include/oaidl.h (DESCKIND): Define macro.
13091         (ITypeComp): Define interface.
13092         (ITypeComp): Likewise.
13093         * rpcndr.h (DECLSPEC_UUID): Define macro.
13094         (MIDL_INTERFACE): Likewise.
13095
13096         * include/psapi.h: New file.
13097         * include/imagehlp.h: New file.
13098         * lib/imagehlp.def: New file.
13099
13100         * include/oaidl.h (tagVARIANT): Update fields.
13101
13102         From Craig Lanning <CraigL@DyCon.com>:
13103         * include/commctrl.h: Add some TCS_* macros.
13104         * include/winnls.h (IsValidLocale): Add prototype.
13105
13106 2000-01-18  Mumit Khan  <khan@xraylith.wisc.edu>
13107
13108         * include/oaidl.h: OLE Patches from "Fifer, Eric"
13109         <EFifer@sanwaint.com> needed to build Win32::OLE perl module.
13110         * include/objbase.h: Likewise.
13111         * include/objidl.h: Likewise.
13112         * include/ocidl.h: New file.
13113         * include/oleauto.h: Likewise.
13114         * include/wtypes.h: Likewise.
13115         * lib/oleaut32.def: Likewise.
13116
13117         * include/lmserver.h (NetServerTransportAddEx): Fix prototype.
13118         Thanks to "Jon Leichter" <jon@symas.com>.
13119         * include/commctrl.h (LVM_FINDITEM): Fix typo in macro.
13120         * include/winbase.h: Add GetLongPathName{A,W} prototypes.
13121         * include/shellapi.h (SHGetFileInfo): Add macro. Thanks to
13122         "Axel Riese" <ariese@andromeda.risc.uni-linz.ac.at>.
13123         (CommandLineToArgvW): Fix prototype. Thanks to "Frans E. van
13124         Dorsselaer" <frans@bia-bv.demon.nl>.
13125         * include/httpext.h: New file. Thanks to Jan Nijtmans
13126         <j.nijtmans@chello.nl>.
13127         * include/mmsystem.h (WAVEFORMATEX): Guard definition to avoid
13128         redefinition of LPCWAVEFORMATEX in DirectX headers.
13129         (CALLBACK_NULL): Define to be 0. Thanks to Krzysztof Nikiel
13130         <krzych00@priv7.onet.pl>.
13131         * include/sqlext.h (SQLDriverConnnect): Fix prototype.
13132         * include/windef.h (HRESULT): Guard definition to avoid
13133         redefinition in DirectX headers.
13134         * include/winnt.h: Add target macros from windows.h.
13135         * include/windows.h: Update synch comment for target macros.
13136         (_ANONYMOUS_STRUCT): Define for GCC 2.95 and newer.
13137         (_ANONYMOUS_UNION): Likewise.
13138         * include/wingdi.h (AbortPrinter): Move from here ...
13139         * include/winspool.h (AbortPrinter): to here and fix linkage.
13140         (MONITOR_INFO_2{A,W}): Define.
13141         * include/winsock.h (htons): Fix argument.
13142         (htonl): Likewise.
13143         * include/winsock2.h (SO_*, MAX_*, WSA_*): Add macros.
13144         (GROUP): Define.
13145         (GUID): Define conditionally.
13146         (WSAPROTOCOLCHAIN, WSAPROTOCOL_INFO): Define.
13147         (WSASocket*): Declare.
13148         * include/basetyps.h (GUID): Guard REGUID and LPGUID as well.
13149
13150         * lib/dsetup.def: Remove leading underscore.
13151         * lib/dsound.def: Likewise.
13152         * lib/ws2_32.def: Likewise.
13153
13154 1999-12-22  Mumit Khan  <khan@xraylith.wisc.edu>
13155
13156         * include/windef.h (HMONITOR, HTERMINAL, HWINEVENTHOOK): Define
13157         handles.
13158
13159         * lib/Makefile.in (EXTRA_OBJS): Add dinput.o.
13160         * lib/dinput.c: Include windows.h for GCC.
13161         * lib/dxguid.c: Likewise.
13162         (INITGUID): Define macro.
13163
13164         * include/objidl.h (ISequentialStream): Define interface.
13165         (IStream): Derive from ISequentialStream.
13166
13167         * include/objidl.h (IStream::{LockRegion, UnlockRegion, Stat,
13168         Clone}): Mark as PURE.
13169         (IDataObject::EnumDAdvise): Likewise.
13170         * include/oleidl.h (IDropSource::GiveFeedback): Likewise.
13171         (IViewObject::Unfreeze): Likewise.
13172         (IViewObject2::Unfreeze): Likewise.
13173
13174         * include/objidl.h: Add various IID_ declarations.
13175         * include/olectl.h: Likewise.
13176         * include/oleidl.h: Likewise.
13177
13178 1999-12-21  Mumit Khan  <khan@xraylith.wisc.edu>
13179
13180         * Snapshot 1999-12-21.
13181
13182         * include/winbase.h (CancelIO): Rename to CancelIo.
13183         * include/winsvc.h (LPHANDLER_FUNCTION): Fix prototype.
13184         * include/winuser.h (PEVENTMSG, LPEVENTMSG): Declare.
13185
13186         * Merge with winsup-19991218.
13187         * include/winnt.h: Add defines for W2K ACL control flags.
13188
13189         * Merge with Anders Norlander's 19991130 snapshot.
13190
13191         * include/windows.h: #include mmsystem.h ifndef WIN32_LEAN_AND_MEAN.
13192         * include/winbase.h (EXCEPTION_INVALID_HANDLE): Define.
13193
13194         Patch from Harold Weissfield
13195         * include/shellapi.h: Added some ABN_* defines.
13196
13197         * include/commctrl.h (_TrackMouseEvent): Add prototype.
13198         * lib/comctl32.def (_TrackMouseEvent): Import.
13199         * include/winuser.h: Misc. fixes from Sang Cho
13200         <sangcho@alpha94.chongju.ac.kr>.
13201         * include/winuser.h (SM_CMETRICS): Define to 76 or 83 depending on
13202         value of _WIN32_WINNT.
13203         * include/winuser.h: Reorganize SM_* defines in numerical order.
13204
13205 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
13206
13207         * include/windef.h: Make RECTL a distinct type from RECT.
13208         * include/windows.h: Define upto 8 DUMMYUNIONNAMEs for DirectX.
13209         * include/winuser.h (CDS_): Update (Franco Bez <franco.bez@gmx.de>).
13210         (COMPAREITEMSTRUCT): Fix fields.
13211         (SERIALKEYSA): Likewise.
13212         (SERIALKEYSW): Likewise..
13213         * include/winbase.h (CRITICAL_SECTION_DEBUG): Likewise.
13214         (WIN32_FIND_DATAA): Likewise.
13215         (WIN32_FIND_DATAW): Likewise.
13216         * include/commdlg.h (SNDMSG): Define.
13217         * include/winsock.h (SO_UPDATE_ACCEPT_CONTEXT): Define.
13218         (SO_CONNECT_TIME): Likewise.
13219         (AcceptEx): Declare.
13220         (GetAcceptExSockaddrs): Likewise.
13221         * include/winsock2.h: Fix typo in #ifdef __cplusplus.
13222         * include/winspool.h: Add RC_INVOKED guard.
13223         * lib/wsock32.def (AcceptEx@32): Export.
13224         (GetAcceptExSockaddrs@32): Likewise.
13225
13226 1999-11-18  Mumit Khan  <khan@xraylith.wisc.edu>
13227
13228         * Snapshot 1999-11-18.
13229
13230         * include/oaidl.h (tagVARIANT): Rename pbool to pboolVal needed by
13231         Octopod C++ IDE (and MSVC compatibility).
13232         * include/oleauto.h (V_BOOLREF(X)): Likewise.
13233         * include/shellapi.h (ShellAbout*): Fix typo.
13234         * wingdi.h (FW_ULTRABOLD): Likewise.
13235         * include/winnt.h (_TAPE_ERASE, _TAPE_PREPARE, _TAPE_SET_POSITION,
13236         _TAPE_WRITE_MARKS): Add missing fields and fix existing ones.
13237         Add packing directives for various structures. All structure
13238         sizes now conform to MSVC.
13239
13240 1999-11-07  Mumit Khan  <khan@xraylith.wisc.edu>
13241
13242         Released 1999-11-07.
13243
13244 1999-11-06  Mumit Khan  <khan@xraylith.wisc.edu>
13245
13246         * include/winsock2.h: New file. Mostly a stub for now.
13247         * include/winbase.h (DllMain): Delete prototype.
13248         * include/commctrl.h (Header_SetItem): Fix macro.
13249         * include/{isguids.h, lmerrlog.h, mcx.h, objfwd.h, olectl.h,
13250         regstr.h, richole.h, rpcdce.h, rpcdcep.h, rpcnsi.h, rpcproxy.h,
13251         shlguid.h, sqltypes.h, winperf.h}: Enclose in extern "C" if c++.
13252
13253         Merge in changes from wxWindows.
13254         * include/basetyps.h (GUID_DEFINED, UUID_DEFINED): Add guards.
13255         * include/oaidl.h (DISPID_*): Add macros.
13256         (IID_ITypeLib, IID_ICreateTypeInfo, IID_ICreateTypeInfo2,
13257         IID_ICreateTypeLib, IID_ICreateTypeLib2, IID_ITypeInfo,
13258         IID_IErrorInfo, IID_IDispatch, IID_ICreateErrorInfo): Declare.
13259         * include/objidl.h (IDataObject): Fix EnumFormatEtc parameter.
13260
13261         Merge in changes from Octopod C++ IDE group.
13262         * include/commctrl.h (NMHEADERA, NMHEADERW): Define.
13263         (Header_InsertItem): Fix macro.
13264         * include/oaidl.h (IID_IDispatch): Declare.
13265         (IID_ISupportErrorInfo): Likewise.
13266         (IDispatch): Rename Invoked to Invoke.
13267         * include/objidl.h (IPersist): Fix GetClassID.
13268         * include/oleauto.h (VectorFromBstr): Declare.
13269         (BstrFromVector): Likewise.
13270         * include/olectl.h (OLEMISC_*): Update.
13271         * include/olectlid.h (IID_IDispatch): Declare.
13272         * include/oleidl.h (IOleObject): Fix GetExtent and SetExtent.
13273         (IOleInPlaceFrame): Fix.
13274         (ISupportErrorInfo): Define.
13275         (IErrorInfo): Define.
13276         * include/winuser.h (SIF_TRACKPOS): Define.
13277
13278 1999-11-03  Mumit Khan  <khan@xraylith.wisc.edu>
13279
13280         Fix Merge errors:
13281         * include/winnt.h (PSID): Uncomment definition.
13282         (PISID): Rename from PSID.
13283         (struct _TAPE_GET_MEDIA_PARAMETER): Remove reserved field.
13284         (struct _SECURITY_ATTRIBUTES): Remove multiple definition.
13285
13286         * include/lmalert.h, include/lmbrowsr.h, include/lmchdev.h,
13287         include/lmconfig.h, include/lmerrlog.h, include/lmmsg.h,
13288         include/lmremutl.h, include/lmrepl.h, include/lmserver.h,
13289         include/lmsvc.h, include/lmwksta.h, include/oaidl.h,
13290         include/shellapi.h, include/winbase.h, include/wingdi.h,
13291         include/winnt.h, include/winsock.h: Merged with winsup-19991026.
13292
13293 1999-10-31  Mumit Khan  <khan@xraylith.wisc.edu>
13294
13295         * include/wingdi.h (PHYSICAL*, SCALINGFACTOR*): New. From
13296         Marius Kjeldahl <kjeldahl@hotmail.com>.
13297
13298 1999-08-29  Mumit Khan  <khan@xraylith.wisc.edu>
13299
13300         * include/winnt.h (APPLICATION_ERROR_MASK): Add macros.
13301         (ERROR_SEVERITY_*): Likewise.
13302
13303 1999-08-17  Mumit Khan  <khan@xraylith.wisc.edu>
13304
13305         * include/winbase.h (TLS_OUT_OF_INDEXES): Add macro.
13306         (DllMain): Fix prototype.
13307
13308 1999-08-02  Mumit Khan  <khan@xraylith.wisc.edu>
13309
13310         * include/commdlg.h: Enclose within pack(push,1) and pack(pop).
13311         (cderr.h): Don't include.
13312         * include/winuser.h: Fix macro definitions.
13313
13314 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13315
13316         Merge with winsup 1999-07-29:
13317         * include/wincon.h (MOUSE_WHEELED): Define.
13318         * include/winnt.h (PSECURITY_ATTRIBUTES): Add type.
13319         (SECURITY_DESCRIPTOR): Add struct type.
13320         (PSECURITY_DESCRIPTOR): Pointer to above type. BEWARE: this type
13321         is equal to PVOID in the Platform SDK! So don't depend on accessing
13322         members through ->.
13323
13324 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13325
13326         * lib/Makefile.in (install-headers): Don't @ commands.
13327         (install-libraries): Ditto.
13328
13329 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13330
13331         * include/sqlext.h: Use #include <sql.h> instead of "sql.h".
13332
13333 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13334
13335         Patch from Mumit Khan:
13336         * include/windows.h: Fix typo in winsock.h include guard and add
13337         _UWIN to the list.
13338         * include/winnt.h (__int64): Undefine first.
13339         (struct _SID): Declare.
13340
13341 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13342
13343         * include/winnt.h: Add some REG_* defines reported by Boris Lantrewitz.
13344
13345 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13346
13347         Patch from Mumit Khan:
13348         * Makefile.in: Do the right thing when cross-compiling.
13349         * include/windef.h: Don't define _export and __export if already
13350         defined.
13351
13352 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13353
13354         * include/basetyps.h (DECLARE_INTERFACE): Use com_interface attribute.
13355         (DECLARE_INTERFACE_): Ditto.
13356
13357 1999-08-02  Anders Norlander  <anorland@hem2.passagen.se>
13358
13359         * include/mmsystem.h (HWAVEOUT): Fix missing ')'
13360
13361         Reported by Brad Porter
13362         * include/wingdi.h (FW_ULTRALIGHT): Add.
13363         (FW_DEMIBOLD): Add.
13364         (FW_ULTRABOLD): Add.
13365         (FW_BLACK): Add.
13366         (JOHAB_CHARSET): Add.
13367         (VIETNAMESE_CHARSET): Add.
13368
13369
13370 1999-05-15  Anders Norlander  <anorland@hem2.passagen.se>
13371
13372         * lib/scrnsave.c (WinMain): Remove dependencies on C library.
13373         * lib/Makefile.in (Makefile): Regenerate.
13374         * include/pshpack[1248].h: New files, if a program would use any of
13375         them.
13376         * include/poppack.h: Ditto.
13377         * include/windef.h (_WIN32_WINNT): Define
13378         * include/windows.h: Remove DUMMYUNIONNAME[45].
13379         * include/windows.h: Correctly define _M_IX86 to reflect the target
13380         processor.
13381         * include/windows.h: Add preliminary support for other architectures.
13382         * include/winnt.h: Add CONTEXT structure for PPC and ALPHA.
13383         * include/winnt.h: Remove PACKED from U/LARGE_INTEGER
13384         * include/winnt.h (LUID_AND_ATTRIBUTES): Use pack(4) to solve alignment
13385         issue with LARGE_INTEGER.
13386         (ANSI_NULL): Define.
13387         (PSZ): Define.
13388         (ACL_REVISION[1234]): Define.
13389         (MIN/MAX_ACL_REVISION): Define.
13390         (PTCHAR): Define.
13391         (LANG_USER_DEFAULT): Define.
13392         (LANG_SYSTEM_DEFAULT): Define.
13393         (LOCALE_NEUTRAL): Define.
13394         (SORTVERSIONFROMLCID): Define.
13395         * include/windef.h (UNREFERENCED_PARAMETER): Define.
13396         (UNREFERENCED_LOCAL_VARIABLE): Define.
13397         (DBG_UNREFERENCED_PARAMETER): Define.
13398         (DBG_UNREFERENCED_LOCAL_VARIABLE): Define.
13399         * lib/mswsock.def: New file. Imports for mswsock.dll.
13400         * include/custcntl.h: New file. Necessary to compile some SDK
13401         samples.
13402         * include/winuser.h (SM_MOUSEWHEELPRESENT): Define.
13403         (WM_MOUSEWHEEL): Define.
13404         (WHEEL_DELTA): Define.
13405         (WM_MOUSELAST): Redefine to reflect WM_MOUSEWHEEL.
13406         (WM_NEXTMENU): Define.
13407         (CharNextA): Fix prototype.
13408         (CharNextW): Ditto.
13409
13410 1999-05-14  Anders Norlander  <anorland@hem2.passagen.se>
13411
13412         * include/winsock.h: Enclose in extern "C" if C++, huh?
13413         * include/winuser.h(WM_SYNCPAINT): Define. From fltk.
13414
13415 1999-05-13  Anders Norlander  <anorland@hem2.passagen.se>
13416
13417         * include/windef.h (NULL): Define only ifndef
13418         (TRUE): Ditto, was previously only defined ifndef FALSE
13419         (PASCAL): Define as _pascal
13420         (__pascal): Define
13421         (WINAPIV): Define
13422         (min,max): Define only ifndef NOMINMAX
13423
13424 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13425
13426         * include/commctrl.h: Support for Date/Calendar controls + IE controls.
13427         You must define _WIN32_IE if you want support for it.
13428         Modified patch from Nirmal Prasad  <nprasad@truept.com>.
13429
13430 1999-05-10  Ron Aaron   <v-ronaar@Exchange.Microsoft.com>
13431
13432         * include/wincon.h: Add some ButtonState flags and EventFlags.
13433
13434 1999-05-10  Anders Norlander  <anorland@hem2.passagen.se>
13435
13436         * include/basetyps.h: Don't support COM when __OBJC__ defined because
13437         interface define causes mayhem.
13438         (DEFINE_INTERFACE): Use comobject attribute only if HAVE_COMOBJECT is
13439         defined.
13440         * include/windows.h: Undefine BOOL if __OBJC__ defined
13441
13442 1999-05-09  Chris Faylor  <cgf@cygnus.com>
13443
13444         * include/winnls.h: Define additional code pages.
13445
13446 1999-05-09  Anders Norlander  <anorland@hem2.passagen.se>
13447
13448         * include/winbase.h(RtlFillMemory): Parameters got passed in wrong
13449         order, corrected.
13450         (RtlZeroMemory): Use RtlFillMemory
13451
13452 1999-05-04  Anders Norlander  <anorland@hem2.passagen.se>
13453
13454         * include/winnt.h: Add PACKED to LARGE_INTEGER and ULARGE_INTEGER
13455         to get the correct size when used in some structs.
13456         (ULARGE_INTEGER): Ditto.
13457         * include/winnt.h (TAPE_CREATE_PARTITION): Add struct.
13458         * include/winnt.h: Add TAPE_* pointer types PTAPE_*
13459
13460 1999-05-02  Nirmal Prasad  <nprasad@truept.com>
13461
13462         * include/wininet.h: Enclose in extern "C" if c++
13463         (INTERNET_BUFFERSA/W): Define struct
13464         * include/wininet.h: Add some HSR_* defines
13465
13466 1999-05-02  Anders Norlander  <anorland@hem2.passagen.se>
13467
13468         * include/winnt.h (IMAGE_FIRST_SECTION): Prepend missing paren
13469         * include/winnt.h (UNALIGNED): Define
13470         * include/windef.h (DECLSPEC_NORETURN): Define
13471
13472         * include/wininet.h (INTERNET_MAX_NAME): Remove
13473         (INTERNET_MAX_SCHEME_LENGTH): Define
13474         (INTERNET_MAX_URL_LENGTH): Use INTERNET_MAX_SCHEME_LENGTH
13475         * include/wininet.def: Completely redone, it was losing badly.
13476
13477 1999-05-01  Anders Norlander  <anorland@hem2.passagen.se>
13478
13479         * lib/dplayx.def: Remove '_' prefixes
13480         * lib/shell32.def: Remove imports for IID_ContextMenu
13481
13482 1999-04-29  Anders Norlander  <anorland@hem2.passagen.se>
13483
13484         * Makefile.in (dist): Support dist target
13485         * lib/Makefile.in (dist): Likewise
13486         * lib/Makefile.in (uninstall-headers): Fix command
13487         * Makefile.in (bindist): Target to build a prebuilt dist
13488
13489         * lib/ws2_32.def: Winsock2 implib
13490
13491         * include/largeint.h: New header
13492         * include/largeint.c: Large integer support library
13493         * lib/Makefile.in(EXTRA_LIBS): Add liblargeint.a
13494         (EXTRA_OBJS): Add largeint.o
13495
13496         * include/Makefile: Remove
13497         * lib/Makefile: Remove
13498         * Makefile: Remove
13499         * configure.in: New autoconf script
13500         * configure: generated configure script
13501         * Makefile.in: autoconf makefile template
13502         * lib/Makefile.in: Ditto
13503         * include/test.c: mv to lib/test.c
13504         * include/res.rc: mv to lib/res.rc
13505         * include/TODO: mv to .
13506         * include/Notes: mv to ./NOTES
13507
13508 1999-04-28  Anders Norlander  <anorland@hem2.passagen.se>
13509
13510         * include/zmouse.h (WHEEL_DELTA): Define
13511
13512 1999-04-26  Mumit Khan  <khan@xraylith.wisc.edu>
13513
13514         * include/ddeml.h (HSZPAIR): Declare.
13515         * include/zmouse.h: New file.
13516
13517 1999-04-27  Daniel Guerrero Miralles  <daniel.guerrero@upcnet.upc.es>
13518
13519         * lib/d3dim.def: New implib
13520         * lib/d3drm.def: Ditto
13521         * lib/d3dxof.def: Ditto
13522         * lib/ddraw.def: Ditto
13523         * lib/dinput.def: Ditto
13524         * lib/dplayx.def: Ditto
13525         * lib/dsetup.def: Ditto
13526         * lib/dsound.def: Ditto
13527         * lib/dinput.c: Guid library for DirectInput
13528         * lib/dxguid.c: Guid library for DirectX
13529
13530 1999-04-21  Anders Norlander  <anorland@hem2.passagen.se>
13531
13532         * include/windowsx.h (GET_X_LPARAM): Missing macro added (reported
13533         by Ron Aaron).
13534         * include/windowsx.h (GET_Y_LPARAM): Also missing
13535         * include/winnls.h (IsValidCodePage): Missing prototype added (reported
13536         by Mumit Khan).
13537
13538 1999-04-18  Anders Norlander  <anorland@hem2.passagen.se>
13539
13540         * include/scrnsave.h: New header file for screen saver library
13541         * lib/scrnsave.c: New file: screen saver library
13542
13543 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13544
13545         * include/regstr.h: Enclosed all strings in TEXT() macros so it
13546         works well in when UNICODE is defined
13547
13548 1999-04-17  Nirmal Prasad  <nprasad@truept.com>
13549
13550         * include/winuser.h(STYLESTRUCT): New struct
13551         * include/wingdi.h:(GOBJENUMPROC): This function type should
13552         return void.
13553
13554 1999-04-17  Anders Norlander  <anorland@hem2.passagen.se>
13555
13556         * include/basetyps.h (LPGUID): New typedef
13557         * lib/glut.def: Import library defintions for glut.dll
13558         * lib/glu32.def: Ditto for glut32.dll
13559         * include/winnt.h: Fixed handling of wchar_t typedef
13560         * include/sql.h(SQL_NO_DATA_FOUND): Replace with SQL_NO_DATA
13561         * include/sqlext.h(SQL_NO_DATA_FOUND): Define as SQL_NO_DATA
13562
13563 1999-03-20  Anders Norlander  <anorland@hem2.passagen.se>
13564
13565         * include/winbase.h(AbnormalTermination): Define as FALSE
13566         * include/commctrl.h: Support for new progress bar messages/styles
13567
13568 1999-03-20  Geoffrey Noer  <noer@cygnus.com>
13569
13570         * include/commdlg.h(PageSetupDlg): New define
13571         * include/richedit.h: Missing SCF_* defines
13572         * include/winnt.h: Lots o' defines
13573         * include/winbase.h(AllocateAndInitializeSid): Corrected prototype
13574
13575 1999-03-09  Anders Norlander  <anorland@hem2.passagen.se>
13576
13577         * include/commdlg.h: Removed pack pragma
13578         * lib/comctl32.def(InitCommonControlsEx@4): Added import
13579
13580 1999-03-08  Anders Norlander  <anorland@hem2.passagen.se>
13581
13582         * Makefile: Set version to 0.1.5
13583         * lib/Makefile (clean): Fix typo
13584
13585         * include/commctrl.h: Removed pack pragma
13586         * include/cpl.h: Likewise
13587         * include/dbt.h: Likewise
13588         * include/dde.h: Likewise
13589         * include/nddeapi.h: Likewise
13590         * include/shellapi.h: Likewise
13591         * include/wincrypt.h: Likewise
13592         * include/lmaccess.h: Fixed USER_PRIV_ADMIN typo
13593
13594         * include/winsock.h (netent): Define only ifndef __INSIDE_CYGWIN__
13595         (servent): Likewise
13596         (protoent): Likewise
13597
13598         * include/windows.h: Prevent inclusion of winsock.h if we are
13599         using or compiling cygwin. Define Win32_Winsock to force inclusion.
13600
13601 1999-01-08  Anders Norlander  <anorland@hem2.passagen.se>
13602
13603         * include/winbase.h (CREATE_FORCEDOS): New define
13604
13605 1999-01-07  Anders Norlander  <anorland@hem2.passagen.se>
13606
13607         * include/wincon.h(KEY_EVENT_RECORD): Fixed packing problem on
13608         (COORD): Likewise
13609         * include/wingdi.h (BITMAPFILEHEADER): Fixed packing
13610         * include/windows.h: Added DUMMYUNIONNAME4 and 5
13611         * include/winnt.h (LUID_AND_ATTRIBUTES_ARRAY): New type
13612         (PLUID_AND_ATTRIBUTES_ARRAY): New type
13613
13614         * include/ddeml.h: Removed unnecessary `#pragma pack'
13615         * include/imm.h: Likewise
13616         * include/nddeapi.h: Likewise
13617         * include/nspapi.h: Likewise
13618         * include/regstr.h: Likewise
13619         * include/wincon.h: Likewise
13620         * include/windef.h: Likewise
13621         * include/winioctl.h: Likewise
13622         * include/winnls.h: Likewise
13623         * include/winsvc.h: Likewise
13624         * include/winuser.h: Likewise
13625         * include/winver.h: Likewise
13626         * include/wtypes.h: Likewise
13627
13628 1999-01-05  Anders Norlander  <anorland@hem2.passagen.se>
13629
13630         * Makefile (VERSION): Set to 0.1.4
13631         * include/basetyps.h: Check for NOCOMOBJECT
13632         * include/Makefile: Pass -DNOCOMOBJECT to g++ to avoid warnings
13633         on comobject attribute.
13634         * lib/kernel32.def: Added a few functions
13635         * include/windef.h (DWORD): Changed back to unsigned long
13636
13637         * include/windows.h: Include only winresrc.h if RC_INVOKED is defined,
13638         winresrc.h in turn includes the necessary headers. This makes things
13639         much simpler, no need to protect blocks of code in headers that
13640         should not be seen by the resource compiler.
13641
13642 1999-01-05  Geoffrey Noer  <noer@cygnus.com>
13643
13644         * include/winbase.h (STATUS_INVALID_HANDLE): Added define
13645         * include/wincon.h: Added console event type flags
13646         * include/winnt.h (FILE_SHARE_DELETE): Added
13647           (SECURITY_DESCRIPTOR): typedef as DWORD
13648
13649         * include/winuser.h (WM_PENWINFIRST): Fixed typo
13650         * include/winsock.h: Protect some blocks with __INSIDE_CYGWIN_ and
13651         define u_* types only if _SYS_TYPES_H is not defined.
13652
13653 1999-01-02  Anders Norlander  <anorland@hem2.passagen.se>
13654
13655         * COPYING.LIB: Deleted
13656         * README: Updated to reflect license changes
13657         * include/shlobj.h: Remove extra comma on some enums
13658         * include/windef.h: Changed DWORD typedef from unsigned long to
13659         unsigned int in order to avoid warnings on bit fields that
13660         use DWORD.
13661         * include/Makefile (test): Compile with all warnings
13662         * include/unknwn.h: Include objfwd.h
13663         * include/winsock.h: Added missing copyright notices.
13664
13665 1999-01-01  Anders Norlander  <anorland@hem2.passagen.se>
13666
13667         * lib/winmm.def: Corrected LIBRARY statement
13668         * include/mmsystem.h: Define mmioSeek codes if not already defined
13669         * include/commctrl.h (CreateStatusWindowA): Corrected prototype
13670         (CreateStatusWindowW): Likewise
13671
13672         * include/winresrc.h: Include only files necessary instead of windows.h
13673         * include/dde.h: Allow inclusion in resource scripts.
13674         * include/winnt.h: Likewise
13675         * include/commctrl.h: Likewise
13676         * include/prsht.h: Likewise
13677         * README: Updated
13678
13679 1998-12-10  Anders Norlander  <anorland@hem2.passagen.se>
13680
13681         * include/sqltypes.h (SQLHANDLE): Added this type
13682         (SQLHDESC): Likewise
13683         * include/sql.h (SQLFreeHandle): Added this prototype
13684         (SQLAllocHandle): Likewise
13685
13686 1998-12-08  Anders Norlander  <anorland@hem2.passagen.se>
13687
13688         * include/winsock.h: Define _GNU_H_WINDOWS32_SOCKETS to avoid
13689         conflicts with cygwin headers.
13690
13691 1998-12-06  Anders Norlander  <anorland@hem2.passagen.se>
13692
13693         * Makefile: Changed VERSION to 0.1.3
13694         * Makefile (dist-lib): New target to make import library only
13695         distribution
13696         * Makefile (dist-hdr): New target to make headers only distribution
13697         * Makefile (dist): Now depends on dist-lib and dist-hdr instead of
13698         building one single distribution file.
13699         * dist.mak: Deleted
13700
13701         * include/lm.h: New file
13702         * include/lmcons.h: New file
13703         * include/lmalert.h: New file
13704         * include/lmaudit.h: New file
13705         * include/lmconfig.h: New file
13706         * include/lmapibuf.h: New file
13707         * include/lmaccess.h: New file
13708         * include/lmchdev.h: New file
13709         * include/lmremutl.h: New file
13710         * include/lmrepl.h: New file
13711         * include/lmerrlog.h: New file
13712         * include/lmat.h: New file
13713         * include/lmuse.h: New file
13714         * include/lmuseflg.h: New file
13715         * include/lmserver.h: New file
13716         * include/lmerr.h: New file
13717         * include/lmsname.h: New file
13718         * include/lmstats.h: New file
13719         * include/lmsvc.h: New file
13720         * include/lmwksta.h: New file
13721         * include/lmbrowsr.h: New file
13722
13723 1998-12-05  Anders Norlander  <anorland@hem2.passagen.se>
13724
13725         * include/unknwn.h: Fixed IClassFactory declaration; INTERFACE was missing
13726         * include/unknwn.h: Added extern declaration for IID_IClassFactory
13727
13728         * include/initguid.h: New file
13729
13730         * include/rpcndr.h: Defined hyper and MIDL_hyper as double if 64 bit
13731         int not supported
13732
13733         * include/winnt.h: Added USN
13734         * include/winnt.h: Changed handling of 64 bit int support
13735
13736         * include/windows.h: Added support for BC,LCC and MSVC
13737
13738         * include/windows.h: Changed handling machine architecture defines
13739
13740         * include/olectl.h: New file
13741
13742 1998-12-04  Anders Norlander  <anorland@hem2.passagen.se>
13743
13744         * include/oleidl.h: Added IViewObject and IViewObject2
13745
13746         * include/objidl: Corrected prototype for IStorage::DestroyElement and
13747         IStorage::MoveElement
13748
13749         * include/oledlg.h: New file
13750
13751         * include/winresrc.h: New file
13752
13753         * include/wingdi.h: Added LPDOCINFO
13754
13755         * include/commctrl.h: Added SBARS_SIZEGRIP and TVM_SETINDENT
13756         * include/commctrl.h: Added TCM_SETITEM to UNICODE/ANSI block
13757         * include/commctrl.h: Added ListView_GetSelectedCount, ListView_GetItemSpacing,
13758         TabCtrl_SetImageList and TabCtrl_GetItemCount
13759         * include/commctrl.h: Added TVM_FIRST, HDM_FIRST and TV_FIRST
13760
13761         * include/windowsx.h: Added missing ListBox_xx ComboBox_xx etc. macros
13762
13763         * include/wingdi.h: Added (L)PBITMAP,(L)PBITMAPCOREHEADER,
13764         PBITMAPINFOHEADER, (L)PBITMAPCOREINFO and (L)PBITMAPFILEHEADER.
13765
13766         * include/commdlg.h: Added LPDEVNAMES
13767
13768         * include/windows.h: Include excpt.h
13769
13770         * include/excpt.h: New file. This file just contains some
13771         stubs for SEH that do nothing.
13772
13773         * include/commctrl.h: Added general WM_NOTIFY codes
13774
13775         * include/winuser.h: Added ICON_SMALL and ICON_BIG
13776         * include/winuser.h: Removed VK_0-VK_9 VK_A-VK_Z; they should obviously
13777         not be in the headers.
13778         * include/winuser.h: Added LPCBTACTIVATESTRUCT and LPCLIENTCREATESTRUCT
13779         * include/winuser.h: Added old WM_SIZE parameter names so
13780         wxWindows compiles.
13781         * include/winuser.h: Added IDC_SIZE and IDC_ICON
13782         * include/winuser.h: Added LPDLGITEMTEMPLATE
13783         * include/winuser.h: HTCAPTION was missing value
13784         * include/winuser.h: Added WM_ACTIVE flags
13785
13786         * include/windowsx.h: Added _fmemcpy so V compiles; also added
13787         _fxx defines for memmove, memset and memcmp
13788
13789         * include/windef.h: Changed _export and __export to empty defines
13790
13791         * include/shellapi.h: Corrected prototypes for ExtractIcon functions.
13792         String parameters were not const and ExtractAssociatedIcon takes
13793         a WORD pointer not DWORD pointer as last parameter.
13794
13795         * Makefile: Changed VERSION to 0.1.2
13796
13797         * include/ole2ver.h: New file
13798
13799         * Makefile: Removed all dependencies on GLUT
13800
13801         * include/GL/glut.h: Removed file because of decision to remove
13802         files that are not part of the library.
13803         * lib/glut.def: Likewise
13804         * lib/glut32.def: Likewise
13805
13806         * include/windows.h: Include winperf.h
13807
13808         * include/winperf.h: New file
13809
13810         * lib/gdi32.def: Added GetEnhMetaFilePixelFormat
13811
13812         * include/winnls.h: Added calendar types
13813         * include/winnls.h: Added country codes
13814
13815 1998-12-03  Anders Norlander  <anorland@hem2.passagen.se>
13816
13817         * include/windef.h: Added PROC and NEARPROC
13818
13819         * include/wingdi.h: Added ChoosePixelFormat, DescribePixelFormat
13820         * include/wingdi.h: Added OpenGL types and prototypes
13821         * include/wingdi.h: Added ENHMETA_STOCK_OBJECT
13822         * include/wingdi.h: Added DCTT_DOWNLOAD_OUTLINE
13823         * include/wingdi.h: Added POINTFX, TTPOLYCURVE and TTPOLYGONHEADER
13824         * include/wingdi.h: Added truetype character outline types
13825         * include/wingdi.h: Added DEVMODE initialization flags
13826         * include/wingdi.h: Added panose codes
13827         * include/wingdi.h: Added missing character sets
13828         * include/wingdi.h: Added ANTIALIASED_QUALITY and
13829         NONANTIALIASED_QUALITY
13830         * include/wingdi.h: Added ENUMLOGFONTA/W and ENUMLOGFONTEXA/W
13831         * include/wingdi.h: Added pointer types for EXTLOGPEN
13832         * include/wingdi.h: Added PATTERN type
13833         * include/wingdi.h: Added NEWTEXTMETRICA/W and NEWTEXTMETRICEXA/W
13834         * include/wingdi.h: Added new text metric flags
13835         * include/wingdi.h: Added pitch and family flags
13836         * include/wingdi.h: Moved BCHAR defintion from winnt.h here
13837         * include/wingdi.h: Added METAHEADER
13838         * include/wingdi.h: Fixed packing of RGBTRIPLE and BITMAPFILEHEADER
13839         * include/wingdi.h: Added TA_MASK
13840         * include/wingdi.h: Added MAXSTRETCHBLTMODE
13841         * include/wingdi.h: Added error codes
13842
13843         * include/winuser.h: Added missing winhelp structures
13844         * include/winuser.h: Added dialog flags/styles/messages
13845         * include/winuser.h: Added EM_SETMARGIN codes
13846         * include/winuser.h: Made it possiblie to use IDI_XX values
13847         in resource files.
13848         * include/winuser.h: Added missing LoadImage load flags
13849         * include/winuser.h: Added missing message box flags
13850         * include/winuser.h: Added ScrollWindow codes
13851         * include/winuser.h: Added DT_WORD_ELLIPSIS
13852         * include/winuser.h: Added drag and drop support
13853         * include/winuser.h: Added WM_MENUCHAR return codes
13854         * include/winuser.h: Added DLGWINDOWEXTRA
13855         * include/winuser.h: Added missing SetWindowPos flags.
13856         * include/winuser.h: Added BSF_NOTIMEOUTIFNOTHUNG
13857         * include/winuser.h: Added IDHOT_xx defines
13858         * include/winuser.h: Added MOD_WIN
13859         * include/winuser.h: Added missing defines and structs for owner draw
13860         controls.
13861         * include/winuser.h: Added WPF_RESTORETOMAXIMIZED and
13862         WPF_SETMINPOSITION
13863         * include/winuser.h: Added DrawAnimatedRects flags
13864         * include/winuser.h: Added WM_PRINT codes
13865         * include/winuser.h: Added CS_IME class style
13866         * include/winuser.h: Added WM_SIZE codes
13867         * include/winuser.h: Added WM_MOUSEACTIVATE return codes
13868         * include/winuser.h: Added WM_NCHITTEST return codes
13869         * include/winuser.h: Added WM_SIZING parameters
13870         * include/winuser.h: Added WM_NEXTMENU and MDINEXTMENU
13871         * include/winuser.h: Added menu loop codes.
13872         * include/winuser.h: Added NFR_ANSI, NFR_UNICODE, NF_QUERY and
13873         NF_REQUERY
13874         * include/winuser.h: Added WM_POWER flags
13875         * include/winuser.h: Added KL_NAMELENGTH, WSF_VISIBLE
13876         * include/winuser.h: Added missing message filter codes
13877         * include/winuser.h: Added WM_KEYXX message flags
13878         * include/winuser.h: Added WM_SHOWMESSAGE flags
13879         * include/winuser.h: Added old ShowWindow commands
13880         * include/winuser.h: Fixed packing of DLGITEMTEMPLATE and DLGTEMPLATE
13881         structures.
13882
13883         * include/mciavi.h: New file for the MCI AVI driver that for some
13884         reason is not in mmsystem.h.
13885
13886         * include/winbase.h: Added PIPE_UNLIMITED_INSTANCES and INVALID_FILE_SIZE
13887         * include/winbase.h: Added SECURITY_xx for CreateFile
13888         * include/winbase.h: Added RTS and DTS control values
13889         * include/winbase.h: Fixed SYSTEM_INFO structure
13890         * include/winbase.h: Added CREATE_NO_WINDOW, CREATE_SHARED_WOW_VDM
13891         * include/winbase.h: Added FILE_TYPE_REMOTE
13892         * include/winbase.h: Added modem status flags
13893         * include/winbase.h: Added HINSTANCE_ERROR
13894         * include/winbase.h: Added DefineDosDevice defines
13895         * include/winbase.h: Added power management flags AC_xx BATTERY_xx
13896         * include/winbase.h: Added STARTF_XX flags
13897         * include/winbase.h: Fixed typo on _lcreat prototype.
13898         * include/winbase.h: Moved DBG_XX to winnt.h
13899         * include/winbase.h: Moved TOKEN_XX, DLL_PROCESS_XX and DLL_THREAD_XX to
13900         winnt.h
13901
13902         * include/unknwn.h: Added extern declaration of IID_IUnknown
13903
13904         * include/windowsx.h: Added hmemcpy.
13905
13906         * include/winnt.h: Added dummy member to DECLARE_HANDLE struct
13907         * include/winnt.h: Added PACCESS_TOKEN
13908         * include/winnt.h: Added TAPE_XX defines and moved some from winbase.h
13909         * include/winnt.h: Added SE_IMPERSONATION_STATE and TOKEN_SOURCE_LENGTH
13910         * include/winnt.h: Added SE_PRIVILEGE_ENABLED_BY_DEFAULT, SE_PRIVILEGE_ENABLED,
13911         SE_PRIVILEGE_USED_FOR_ACCESS, PRIVILEGE_SET_ALL_NECESSARY,
13912         SECURITY_MAX_IMPERSONATION_LEVEL, DEFAULT_IMPERSONATION_LEVEL,
13913         SECURITY_DYNAMIC_TRACKING and SECURITY_STATIC_TRACKING.
13914
13915         * include/winnt.h: Added SE_OWNER_DEFAULTED, SE_GROUP_DEFAULTED, SE_DACL_XX,
13916         SE_SACL_XX, SE_SELF_RELATIVE, SECURITY_DESCRIPTOR_MIN_LENGTH,
13917         SECURITY_DESCRIPTOR_REVISION and SECURITY_DESCRIPTOR_REVISION1.
13918
13919         * include/winsvc.h: Removed conflicting defines which were supposed
13920         to be in winnt.h
13921
13922         * include/winnt.h: Added SERVICE_NODE_TYPE, SERVICE_LOAD_TYPE
13923         and SERVICE_ERROR_TYPE.
13924
13925         * include/winnt.h: Added SERVICE_XX defines.
13926         * include/winsvc.h: Added SERVICES_ACTIVE_DATABASEA/W,
13927         SERVICES_FAILED_DATABASEA/W and SC_GROUP_IDENTIFIERA/W.
13928
13929         * include/winsvc.h: Added SERVICE_STATE_ALL, SERVICE_QUERY_CONFIG,
13930         SERVICE_CHANGE_CONFIG, SERVICE_QUERY_STATUS, SERVICE_ENUMERATE_DEPENDENTS,
13931         SERVICE_START, SERVICE_STOP, SERVICE_PAUSE_CONTINUE,
13932         SERVICE_USER_DEFINED_CONTROL and SERVICE_ALL_ACCESS
13933
13934 1998-12-02  Anders Norlander  <anorland@hem2.passagen.se>
13935
13936         * include/winbase.h: Corrected prototype for CreateProcessA
13937
13938         * include/mmsystem.h: Added CAPS1 and C1_TRANSPARENT for display
13939         driver extensions.
13940
13941         * include/shlobj.h: Corrected prototype for SHGetDesktopFolder, should
13942         be LPSHELLFOLDER* not LPSHELLFOLDER.
13943
13944         * include/windows.h: Include commdlg.h
13945
13946         * include/winuser.h: Added MDICREATESTRUCT
13947
13948         * include/winuser.h: Added LB_ERR, LB_ERRSPACE, LB_OKAY, CB_ERR,
13949         CB_ERRSPACE, and CB_OKAY
13950
13951         * include/wingdi.h: Added LPBITMAPINFOHEADER
13952
13953         * include/rpcproxy.h: Removed IN, OUT and OPTIONAL since they
13954         are meaningless.
13955         * include/rpcdce2.h: Likewise.
13956
13957         * lib/shell32.c: Moved GUID defintions from shlguid.h to this file.
13958
13959         * include/richole.h: Replaced DEFINE_GUID with extern const GUID
13960         * include/olectlid.h: Likewise
13961         * include/shlguid.h: Likewise
13962
13963         * include/coguid.h: Delete file since it was for 16 bit windows only.
13964
13965         * lib/*.def: Appended .dll to library name where needed.
13966
13967         * include/windef.h: Define _stdcall and __stdcall only if not
13968         previously defined instead of undefining first.
13969
13970         * include/dlgs.h: Put RC_INVOKED around structure defs
13971
13972         * include/intshcut.h: New file
13973         * include/isguids.h: New file
13974
13975         * lib/uuid.c: Added all COM/OLE GUIDS I know and do not know about.
13976
13977 1998-12-01  Anders Norlander  <anorland@hem2.passagen.se>
13978
13979         * include/winnt.h: Added check if _T is defined before defining it
13980
13981         * include/windows.h: Include dlgs.h if WIN32_LEAN_AND_MEAN not defined
13982
13983         * include/dlgs.h: New file
13984
13985         * include/winbase.h: Removed DllEntryPoint define
13986
13987         * include/winbase.h: Added SetupComm prototype
13988
13989         * include/rpc.h: SEH RPC functions no longer defined since they weren't
13990         supported anyway.
13991
13992         * include/basetyps.h: Removed use of COMOBJECT define, instead
13993         DECLARE_INTERFACE directly uses comobject attribute when GCC
13994         is used.
13995
13996         * include/wtypes.h: STGC enum was missing typedef
13997
13998         * include/objidl.h: ADVC enum was missing typedef
13999
14000         * include/winnt.h: Moved CHAR, SHORT and LONG definitions so
14001         they are nested within the VOID definition.
14002
14003         * include/winbase.h: Added stream ids and attributes
14004
14005         * include/winbase.h: Changed WIN32_STREAM_ID member cStreamName
14006         to an ANYSIZE_ARRAY array.
14007
14008 1998-11-26  Anders Norlander  <anorland@hem2.passagen.se>
14009
14010         * include/windef.h: defined _declspec as __declspec since
14011         some programs (like VWCL) use _declspec instead of __declspec
14012
14013         * include/winnt.h: added COMPRESS_FORMAT defines
14014
14015         * include/winbase.h: moved IS_TEXT_XXX defines to winnt.h
14016
14017         * include/winnt.h: added HEAP_XXXX defines
14018
14019         * include/winbase.h: moved HEAP_XXXX defines to winnt.h
14020
14021         * include/winnt.h: added defintions for PE/COFF from the PE and COFF
14022         specification.
14023
14024         * include/winnt.h: added NTAPI define
14025
14026 1998-11-25  Anders Norlander  <anorland@hem2.passagen.se>
14027
14028         * include/winnt.h: defined TBYTE,LPTSTR etc in terms of TCHAR
14029         instead of CHAR or WCHAR.
14030
14031         * include/winnt.h: added _T define
14032
14033         * include/winnt.h: added test for _TCHAR_DEFINED
14034
14035         * include/winnt.h: included string.h for memory macros
14036
14037         * include/prsht.h: added PSM_SETFINISHTEXT to UNICODE/ANSI test
14038
14039         * include/prsht.h: moved PSM_SETTITLEA/W to UNICODE test at end of file
14040
14041         * include/prsht.h: added PropSheet_XXX macros
14042
14043
14044 1998-11-24  Anders Norlander  <anorland@hem2.passagen.se>
14045
14046         * include/winspool.h: Changed DeletePrinterProcessor and
14047         DeletePrinterProvidor to DeletePrintXX.
14048
14049         * include/wingdi.h: Changed EMRCREATECOLORSPACE lcs member type to
14050         LOGCOLORSPACEW.
14051
14052         * include/wingdi.h: Changed prototype for CreateColorSpace to A and W
14053         variants
14054
14055         * include/wingdi.h: Likewise for GetLogColorSpace
14056
14057         * include/wingdi.h: Changed LOGCOLORSPACE to LOGCOLORSPACEA/W.
14058
14059         * include/richedit.h: Added missing defines and structures
14060
14061         * include/winuser.h: Moved EDITWORDBREAKPROCEX to include/richedit.h
14062
14063         * include/winuser.h: Added HWND_DESKTOP
14064
14065 1998-11-23  Anders Norlander  <anorland@hem2.passagen.se>
14066
14067         * Makefile: Include ChangeLog when building source
14068         distribution (srcdist)
14069
14070         * include/oleauto.h: Changed WINOLEAUTAPI and WINOLEAUTAPI_ so they
14071         are always defined as STDAPI and STDAPI_
14072
14073         * include/objbase.h: Changed WINOLEAPI and WINOLEAPI_ so they
14074         are always defined as STDAPI and STDAPI_
14075
14076         * include/objidl.h: Removed extra ';' on IStorage SetClass method
14077
14078         * include/rpcndr.h: Removed all IN and OUT from function prototypes
14079
14080         * ChangeLog started