OSDN Git Service

mingw/mingw-org-wsl.git
5 years agoCorrect typographic error; fix bug #39117 6.0-exp
Keith Marshall [Mon, 8 Apr 2019 09:03:40 +0000 (10:03 +0100)]
Correct typographic error; fix bug #39117

5 years agoMerge post 2017-11-09 changes from 5.2-trunk.
Keith Marshall [Mon, 1 Apr 2019 15:16:17 +0000 (16:16 +0100)]
Merge post 2017-11-09 changes from 5.2-trunk.

--HG--
rename : w32api/ChangeLog => wslapi/ChangeLog
rename : w32api/include/commctrl.h => wslapi/include/commctrl.h
rename : w32api/include/iptypes.h => wslapi/include/iptypes.h
rename : w32api/include/nspapi.h => wslapi/include/nspapi.h
rename : w32api/include/prsht.h => wslapi/include/prsht.h
rename : w32api/include/sdkddkver.h => wslapi/include/sdkddkver.h
rename : w32api/include/wincon.h => wslapi/include/wincon.h
rename : w32api/include/wincrypt.h => wslapi/include/wincrypt.h
rename : w32api/include/windows.h => wslapi/include/windows.h
rename : w32api/include/winerror.h => wslapi/include/winerror.h
rename : w32api/include/winreg.h => wslapi/include/winreg.h
rename : w32api/include/winsock.h => wslapi/include/winsock.h
rename : w32api/include/winsock2.h => wslapi/include/winsock2.h
rename : w32api/include/winver.h => wslapi/include/winver.h
rename : w32api/include/ws2spi.h => wslapi/include/ws2spi.h
rename : w32api/include/wsnetbs.h => wslapi/include/wsnetbs.h
rename : w32api/lib/advapi32.def => wslapi/lib/advapi32.def
rename : w32api/lib/kernel32.def => wslapi/lib/kernel32.def
rename : w32api/tests/Makefile.in => wslapi/tests/Makefile.in
rename : w32api/tests/headers.at => wslapi/tests/headers.at

5 years agoClean up winsock default version selection stratagem.
Keith Marshall [Sun, 3 Feb 2019 15:47:20 +0000 (15:47 +0000)]
Clean up winsock default version selection stratagem.

5 years agoAdd build option for <features.h> sample distribution.
Keith Marshall [Sat, 2 Feb 2019 23:50:04 +0000 (23:50 +0000)]
Add build option for <features.h> sample distribution.

5 years agoAdjust repository version following WSL-5.2.1 release.
Keith Marshall [Tue, 22 Jan 2019 20:21:59 +0000 (20:21 +0000)]
Adjust repository version following WSL-5.2.1 release.

5 years agoAdded tag wsl-5.2.1-release for changeset 40ebea91874e
Keith Marshall [Tue, 22 Jan 2019 11:59:40 +0000 (11:59 +0000)]
Added tag wsl-5.2.1-release for changeset 40ebea91874e

5 years agoPrepare and publish MinGW.org WSL-5.2.1 release. wsl-5.2.1-release
Keith Marshall [Tue, 22 Jan 2019 11:58:15 +0000 (11:58 +0000)]
Prepare and publish MinGW.org WSL-5.2.1 release.

5 years agoIncorporate user-customized <features.h> configuration.
Keith Marshall [Tue, 22 Jan 2019 11:36:30 +0000 (11:36 +0000)]
Incorporate user-customized <features.h> configuration.

5 years agoHandle another GCC compile-time warning.
Keith Marshall [Mon, 21 Jan 2019 10:50:29 +0000 (10:50 +0000)]
Handle another GCC compile-time warning.

5 years agoFix a mkstemp() file name generator defect.
Keith Marshall [Fri, 11 Jan 2019 20:03:49 +0000 (20:03 +0000)]
Fix a mkstemp() file name generator defect.

5 years agoFix a <stdio.h> typedef omission.
Keith Marshall [Fri, 11 Jan 2019 18:01:52 +0000 (18:01 +0000)]
Fix a <stdio.h> typedef omission.

5 years agoAdjust repository version following WSL-5.2 release.
Keith Marshall [Sun, 23 Dec 2018 15:52:23 +0000 (15:52 +0000)]
Adjust repository version following WSL-5.2 release.

5 years agoAdded tag wsl-5.2-release for changeset c11b4f97069d
Keith Marshall [Sun, 23 Dec 2018 10:29:47 +0000 (10:29 +0000)]
Added tag wsl-5.2-release for changeset c11b4f97069d

5 years agoPrepare and publish MinGW.org WSL-5.2 release. wsl-5.2-release
Keith Marshall [Sun, 23 Dec 2018 10:28:55 +0000 (10:28 +0000)]
Prepare and publish MinGW.org WSL-5.2 release.

5 years agoCorrect an optional DLL installation and packaging defect.
Keith Marshall [Sat, 22 Dec 2018 23:20:49 +0000 (23:20 +0000)]
Correct an optional DLL installation and packaging defect.

5 years agoUpdate ANSI stdio feature test to accommodate ISO-C11.
Keith Marshall [Sat, 22 Dec 2018 16:52:51 +0000 (16:52 +0000)]
Update ANSI stdio feature test to accommodate ISO-C11.

5 years agoImplement test suite for aligned heap management API.
Keith Marshall [Thu, 20 Dec 2018 19:43:18 +0000 (19:43 +0000)]
Implement test suite for aligned heap management API.

5 years agoReimplement aligned heap management API.
Keith Marshall [Thu, 20 Dec 2018 19:30:25 +0000 (19:30 +0000)]
Reimplement aligned heap management API.

5 years agoMake <winver.h> header effectively self-contained.
Keith Marshall [Tue, 18 Dec 2018 21:24:43 +0000 (21:24 +0000)]
Make <winver.h> header effectively self-contained.

5 years agoReimplement Win9x specific fseek()/fwrite() redirector.
Keith Marshall [Tue, 4 Dec 2018 19:00:29 +0000 (19:00 +0000)]
Reimplement Win9x specific fseek()/fwrite() redirector.

5 years agoImplement POSIX.1-1996 linked-list queue management API.
Keith Marshall [Tue, 4 Dec 2018 18:06:30 +0000 (18:06 +0000)]
Implement POSIX.1-1996 linked-list queue management API.

5 years agoEmulate _fseeki64()/_ftelli64() API on legacy platforms.
Keith Marshall [Sun, 25 Nov 2018 17:51:48 +0000 (17:51 +0000)]
Emulate _fseeki64()/_ftelli64() API on legacy platforms.

5 years agoFix MinGW-Bug #2248 (SF ticket).
Keith Marshall [Fri, 23 Nov 2018 21:06:43 +0000 (21:06 +0000)]
Fix MinGW-Bug #2248 (SF ticket).

5 years agoApply some more cosmetic layout adjustments.
Keith Marshall [Fri, 23 Nov 2018 18:07:58 +0000 (18:07 +0000)]
Apply some more cosmetic layout adjustments.

5 years agoFix MinGW-Bug #38736 (OSDN ticket).
Jelle Geerts [Sun, 18 Nov 2018 21:25:35 +0000 (21:25 +0000)]
Fix MinGW-Bug #38736 (OSDN ticket).

5 years agoMake <commctrl.h> header effectively self-contained.
Keith Marshall [Sun, 18 Nov 2018 18:48:03 +0000 (18:48 +0000)]
Make <commctrl.h> header effectively self-contained.

5 years agoMake <prsht.h> header effectively self-contained.
Keith Marshall [Fri, 16 Nov 2018 20:03:22 +0000 (20:03 +0000)]
Make <prsht.h> header effectively self-contained.

5 years agoClean up <wincon.h>; consolidate its version dependencies.
Keith Marshall [Mon, 29 Oct 2018 23:36:08 +0000 (23:36 +0000)]
Clean up <wincon.h>; consolidate its version dependencies.

5 years agoMake <wincon.h> header effectively self-contained.
Keith Marshall [Wed, 24 Oct 2018 20:41:19 +0000 (21:41 +0100)]
Make <wincon.h> header effectively self-contained.

5 years agoImprove WinXP/Vista console I/O support.
David Gressett [Wed, 24 Oct 2018 18:17:28 +0000 (19:17 +0100)]
Improve WinXP/Vista console I/O support.

5 years agoUpdate <conio.h> and <wchar.h> header files.
Keith Marshall [Sun, 21 Oct 2018 15:39:35 +0000 (16:39 +0100)]
Update <conio.h> and <wchar.h> header files.

5 years agoMap compile-time constant references for POSIX clocks.
Keith Marshall [Thu, 18 Oct 2018 08:50:58 +0000 (09:50 +0100)]
Map compile-time constant references for POSIX clocks.

5 years agoSuppress autoconf detection of _aligned_malloc functions.
Keith Marshall [Mon, 8 Oct 2018 20:09:12 +0000 (21:09 +0100)]
Suppress autoconf detection of _aligned_malloc functions.

5 years agoMake alloca() API both GNU and Microsoft compatible.
Keith Marshall [Sun, 7 Oct 2018 19:15:11 +0000 (20:15 +0100)]
Make alloca() API both GNU and Microsoft compatible.

5 years agoAvoid unwanted GCC warning diagnostic messages.
Keith Marshall [Thu, 6 Sep 2018 18:50:09 +0000 (19:50 +0100)]
Avoid unwanted GCC warning diagnostic messages.

5 years agoPre-empt default EXEEXT use before its determination.
Keith Marshall [Tue, 4 Sep 2018 11:58:11 +0000 (12:58 +0100)]
Pre-empt default EXEEXT use before its determination.

5 years agoAdjust repository version following WSL-5.1.1 release.
Keith Marshall [Mon, 3 Sep 2018 20:54:50 +0000 (21:54 +0100)]
Adjust repository version following WSL-5.1.1 release.

5 years agoAdded tag wsl-5.1.1-release for changeset 816401abf902 5.1-trunk
Keith Marshall [Mon, 3 Sep 2018 19:06:25 +0000 (20:06 +0100)]
Added tag wsl-5.1.1-release for changeset 816401abf902

5 years agoPrepare and publish MinGW.org WSL-5.1.1 release. wsl-5.1.1-release
Keith Marshall [Mon, 3 Sep 2018 19:05:20 +0000 (20:05 +0100)]
Prepare and publish MinGW.org WSL-5.1.1 release.

5 years agoMake clockapi symbolic constants #ifdef detectable.
Keith Marshall [Sun, 2 Sep 2018 19:28:38 +0000 (20:28 +0100)]
Make clockapi symbolic constants #ifdef detectable.

5 years agoCircumvent <process.h> testsuite failure with GCC-7+.
Keith Marshall [Sun, 26 Aug 2018 19:40:38 +0000 (20:40 +0100)]
Circumvent <process.h> testsuite failure with GCC-7+.

5 years agoDon't restrict <winerror.h> exposure when including <winsock.h>
Keith Marshall [Sun, 29 Jul 2018 21:14:18 +0000 (22:14 +0100)]
Don't restrict <winerror.h> exposure when including <winsock.h>

5 years agoAdvertise new canonical URI for source code repository.
Keith Marshall [Fri, 13 Jul 2018 13:01:13 +0000 (14:01 +0100)]
Advertise new canonical URI for source code repository.

5 years agoMake <wincrypt.h> header effectively self-contained.
Keith Marshall [Wed, 11 Jul 2018 20:20:14 +0000 (21:20 +0100)]
Make <wincrypt.h> header effectively self-contained.

* include/wincrypt.h: Include <winbase.h>

5 years agoCorrect <wincrypt.h> typographic errors; fix issue [#38391]
Keith Marshall [Wed, 11 Jul 2018 20:07:05 +0000 (21:07 +0100)]
Correct <wincrypt.h> typographic errors; fix issue [#38391]

* include/wincrypt.h (CALG_TLS1PRF): Delete symbolic reference to...
(ALG_CLASS_DHASH): ...this; there is no such symbol; replace it with...
(ALG_CLASS_HASH): ...this, which represents the correct reference.
(struct _CRYPTOAPI_BLOB): Delete extraneous "typedef" keyword; this
struct definition is not directly associated with any type name.
(struct _SSL_EXTRA_CERT_CHAIN_POLICY_PARA): Likewise.

6 years agoSuppress glob-brace expansion within quoted arguments.
Keith Marshall [Mon, 16 Apr 2018 14:53:36 +0000 (15:53 +0100)]
Suppress glob-brace expansion within quoted arguments.

6 years agoSuppress glob-brace expansion of single item lists.
Keith Marshall [Mon, 16 Apr 2018 14:41:53 +0000 (15:41 +0100)]
Suppress glob-brace expansion of single item lists.

6 years agoAdjust repository version following WSL-5.1 release.
Keith Marshall [Mon, 26 Feb 2018 19:22:26 +0000 (19:22 +0000)]
Adjust repository version following WSL-5.1 release.

6 years agoAdded tag wsl-5.1-release for changeset 2b81c4eb9c59
Keith Marshall [Mon, 26 Feb 2018 18:52:57 +0000 (18:52 +0000)]
Added tag wsl-5.1-release for changeset 2b81c4eb9c59

6 years agoPrepare and publish MinGW.org WSL-5.1 release. wsl-5.1-release
Keith Marshall [Mon, 26 Feb 2018 18:52:43 +0000 (18:52 +0000)]
Prepare and publish MinGW.org WSL-5.1 release.

6 years agoMake <iptypes.h> header effectively self-contained.
Keith Marshall [Sat, 24 Feb 2018 15:41:13 +0000 (15:41 +0000)]
Make <iptypes.h> header effectively self-contained.

6 years agoCorrect <sys/timeb.h> 32-bit vs. 64-bit time_t anomalies.
Keith Marshall [Fri, 23 Feb 2018 19:51:52 +0000 (19:51 +0000)]
Correct <sys/timeb.h> 32-bit vs. 64-bit time_t anomalies.

6 years agoCorrect Windows version support for <utime.h> functions.
Keith Marshall [Thu, 22 Feb 2018 20:00:40 +0000 (20:00 +0000)]
Correct Windows version support for <utime.h> functions.

6 years agoFix faulty POSIX deprecation warning logic.
Keith Marshall [Wed, 17 Jan 2018 16:01:48 +0000 (16:01 +0000)]
Fix faulty POSIX deprecation warning logic.

6 years agoFix a build issue, assembling generic SX files.
Keith Marshall [Thu, 28 Dec 2017 21:08:21 +0000 (21:08 +0000)]
Fix a build issue, assembling generic SX files.

6 years agoMake <winreg.h> header effectively self-contained.
Keith Marshall [Wed, 20 Dec 2017 23:26:30 +0000 (23:26 +0000)]
Make <winreg.h> header effectively self-contained.

6 years agoClean up, following issue [#2262] patch application.
Keith Marshall [Wed, 20 Dec 2017 22:50:06 +0000 (22:50 +0000)]
Clean up, following issue [#2262] patch application.

6 years agoUpdate registry management API, per issue [#2262].
Sebastián Puebla [Wed, 20 Dec 2017 22:25:54 +0000 (22:25 +0000)]
Update registry management API, per issue [#2262].

6 years agoSupport strtok() re-entrancy, per request [#2342].
Keith Marshall [Mon, 18 Dec 2017 11:45:49 +0000 (11:45 +0000)]
Support strtok() re-entrancy, per request [#2342].

6 years agoProvide default definition for _WIN32_IE feature test macro.
Keith Marshall [Sat, 16 Dec 2017 21:22:19 +0000 (21:22 +0000)]
Provide default definition for _WIN32_IE feature test macro.

6 years agoImplement autotest module for POSIX clock API functions.
Keith Marshall [Sat, 16 Dec 2017 10:04:49 +0000 (10:04 +0000)]
Implement autotest module for POSIX clock API functions.

6 years agoImplement a subset of the POSIX.1b-1993 clock API.
Keith Marshall [Fri, 15 Dec 2017 20:58:19 +0000 (20:58 +0000)]
Implement a subset of the POSIX.1b-1993 clock API.

6 years agoAdd support for POSIX.1 "obsolescence" warnings.
Keith Marshall [Thu, 14 Dec 2017 23:42:03 +0000 (23:42 +0000)]
Add support for POSIX.1 "obsolescence" warnings.

6 years agoAdjust repository version following WSL-5.0.2 release.
Keith Marshall [Wed, 6 Dec 2017 19:54:35 +0000 (19:54 +0000)]
Adjust repository version following WSL-5.0.2 release.

6 years agoApply wsl-5.0.2-release tag. 5.0-active
Keith Marshall [Wed, 6 Dec 2017 19:40:49 +0000 (19:40 +0000)]
Apply wsl-5.0.2-release tag.

6 years agoPrepare and publish MinGW.org WSL-5.0.2 release. wsl-5.0.2-release
Keith Marshall [Wed, 6 Dec 2017 19:38:31 +0000 (19:38 +0000)]
Prepare and publish MinGW.org WSL-5.0.2 release.

6 years agoProvide legacy OS work around for issue [#2357]
Keith Marshall [Sat, 2 Dec 2017 13:23:14 +0000 (13:23 +0000)]
Provide legacy OS work around for issue [#2357]

6 years agoHandle indeterminate FLT_EVAL_METHOD; fix issue [#2352].
Keith Marshall [Tue, 28 Nov 2017 17:33:30 +0000 (17:33 +0000)]
Handle indeterminate FLT_EVAL_METHOD; fix issue [#2352].

6 years agoMake <wsnetbs.h> header effectively self-contained.
Keith Marshall [Tue, 28 Nov 2017 16:48:29 +0000 (16:48 +0000)]
Make <wsnetbs.h> header effectively self-contained.

6 years agoFactor <winsock.h> duplicate content out of <winsock2.h>
Keith Marshall [Tue, 28 Nov 2017 13:28:34 +0000 (13:28 +0000)]
Factor <winsock.h> duplicate content out of <winsock2.h>

6 years agoMake <winsock.h> and <winsock2.h> duplicate code congruent.
Keith Marshall [Fri, 24 Nov 2017 17:04:18 +0000 (17:04 +0000)]
Make <winsock.h> and <winsock2.h> duplicate code congruent.

6 years agoEstablish default selection for WinSock API declaration.
Keith Marshall [Tue, 14 Nov 2017 20:07:02 +0000 (20:07 +0000)]
Establish default selection for WinSock API declaration.

6 years agoUpdate gethostname() declaration; drop Cygwin specificity.
Keith Marshall [Tue, 14 Nov 2017 10:19:03 +0000 (10:19 +0000)]
Update gethostname() declaration; drop Cygwin specificity.

6 years agoNormalize fd_set event macros for <winsock2.h> compatibility.
Keith Marshall [Thu, 9 Nov 2017 15:26:23 +0000 (15:26 +0000)]
Normalize fd_set event macros for <winsock2.h> compatibility.

6 years agoFilter potential WinSock v2 conflicts out of <winsock.h>
Keith Marshall [Thu, 9 Nov 2017 11:36:00 +0000 (11:36 +0000)]
Filter potential WinSock v2 conflicts out of <winsock.h>

6 years agoFilter out <winsock.h> typedef anomalies.
Keith Marshall [Thu, 9 Nov 2017 01:49:33 +0000 (01:49 +0000)]
Filter out <winsock.h> typedef anomalies.

6 years agoAvoid an implication that the API is exclusively 32-bit.
Keith Marshall [Thu, 9 Nov 2017 00:56:00 +0000 (00:56 +0000)]
Avoid an implication that the API is exclusively 32-bit.

--HG--
rename : w32api/CONTRIBUTIONS => wslapi/CONTRIBUTIONS
rename : w32api/ChangeLog => wslapi/ChangeLog
rename : w32api/Makefile.in => wslapi/Makefile.in
rename : w32api/README.w32api => wslapi/README.w32api
rename : w32api/TODO => wslapi/TODO
rename : w32api/configure.ac => wslapi/configure.ac
rename : w32api/include/GL/gl.h => wslapi/include/GL/gl.h
rename : w32api/include/GL/glext.h => wslapi/include/GL/glext.h
rename : w32api/include/GL/glu.h => wslapi/include/GL/glu.h
rename : w32api/include/accctrl.h => wslapi/include/accctrl.h
rename : w32api/include/aclapi.h => wslapi/include/aclapi.h
rename : w32api/include/aclui.h => wslapi/include/aclui.h
rename : w32api/include/adsprop.h => wslapi/include/adsprop.h
rename : w32api/include/afxres.h => wslapi/include/afxres.h
rename : w32api/include/amaudio.h => wslapi/include/amaudio.h
rename : w32api/include/amvideo.h => wslapi/include/amvideo.h
rename : w32api/include/audevcod.h => wslapi/include/audevcod.h
rename : w32api/include/aviriff.h => wslapi/include/aviriff.h
rename : w32api/include/aygshell.h => wslapi/include/aygshell.h
rename : w32api/include/basetsd.h => wslapi/include/basetsd.h
rename : w32api/include/basetyps.h => wslapi/include/basetyps.h
rename : w32api/include/bdatypes.h => wslapi/include/bdatypes.h
rename : w32api/include/cderr.h => wslapi/include/cderr.h
rename : w32api/include/cguid.h => wslapi/include/cguid.h
rename : w32api/include/cmnquery.h => wslapi/include/cmnquery.h
rename : w32api/include/comcat.h => wslapi/include/comcat.h
rename : w32api/include/commctrl.h => wslapi/include/commctrl.h
rename : w32api/include/commdlg.h => wslapi/include/commdlg.h
rename : w32api/include/control.h => wslapi/include/control.h
rename : w32api/include/cpl.h => wslapi/include/cpl.h
rename : w32api/include/cplext.h => wslapi/include/cplext.h
rename : w32api/include/custcntl.h => wslapi/include/custcntl.h
rename : w32api/include/dbt.h => wslapi/include/dbt.h
rename : w32api/include/dde.h => wslapi/include/dde.h
rename : w32api/include/ddeml.h => wslapi/include/ddeml.h
rename : w32api/include/ddk/atm.h => wslapi/include/ddk/atm.h
rename : w32api/include/ddk/batclass.h => wslapi/include/ddk/batclass.h
rename : w32api/include/ddk/cfg.h => wslapi/include/ddk/cfg.h
rename : w32api/include/ddk/cfgmgr32.h => wslapi/include/ddk/cfgmgr32.h
rename : w32api/include/ddk/d4drvif.h => wslapi/include/ddk/d4drvif.h
rename : w32api/include/ddk/d4iface.h => wslapi/include/ddk/d4iface.h
rename : w32api/include/ddk/ddkmapi.h => wslapi/include/ddk/ddkmapi.h
rename : w32api/include/ddk/hidclass.h => wslapi/include/ddk/hidclass.h
rename : w32api/include/ddk/hidpi.h => wslapi/include/ddk/hidpi.h
rename : w32api/include/ddk/hidsdi.h => wslapi/include/ddk/hidsdi.h
rename : w32api/include/ddk/hidusage.h => wslapi/include/ddk/hidusage.h
rename : w32api/include/ddk/kbdmou.h => wslapi/include/ddk/kbdmou.h
rename : w32api/include/ddk/mcd.h => wslapi/include/ddk/mcd.h
rename : w32api/include/ddk/miniport.h => wslapi/include/ddk/miniport.h
rename : w32api/include/ddk/minitape.h => wslapi/include/ddk/minitape.h
rename : w32api/include/ddk/mountdev.h => wslapi/include/ddk/mountdev.h
rename : w32api/include/ddk/mountmgr.h => wslapi/include/ddk/mountmgr.h
rename : w32api/include/ddk/ndis.h => wslapi/include/ddk/ndis.h
rename : w32api/include/ddk/ndisguid.h => wslapi/include/ddk/ndisguid.h
rename : w32api/include/ddk/ndistapi.h => wslapi/include/ddk/ndistapi.h
rename : w32api/include/ddk/ndiswan.h => wslapi/include/ddk/ndiswan.h
rename : w32api/include/ddk/netevent.h => wslapi/include/ddk/netevent.h
rename : w32api/include/ddk/netpnp.h => wslapi/include/ddk/netpnp.h
rename : w32api/include/ddk/newdev.h => wslapi/include/ddk/newdev.h
rename : w32api/include/ddk/ntapi.h => wslapi/include/ddk/ntapi.h
rename : w32api/include/ddk/ntdd8042.h => wslapi/include/ddk/ntdd8042.h
rename : w32api/include/ddk/ntddbeep.h => wslapi/include/ddk/ntddbeep.h
rename : w32api/include/ddk/ntddcdrm.h => wslapi/include/ddk/ntddcdrm.h
rename : w32api/include/ddk/ntddcdvd.h => wslapi/include/ddk/ntddcdvd.h
rename : w32api/include/ddk/ntddchgr.h => wslapi/include/ddk/ntddchgr.h
rename : w32api/include/ddk/ntdddisk.h => wslapi/include/ddk/ntdddisk.h
rename : w32api/include/ddk/ntddk.h => wslapi/include/ddk/ntddk.h
rename : w32api/include/ddk/ntddkbd.h => wslapi/include/ddk/ntddkbd.h
rename : w32api/include/ddk/ntddmou.h => wslapi/include/ddk/ntddmou.h
rename : w32api/include/ddk/ntddndis.h => wslapi/include/ddk/ntddndis.h
rename : w32api/include/ddk/ntddpar.h => wslapi/include/ddk/ntddpar.h
rename : w32api/include/ddk/ntddpcm.h => wslapi/include/ddk/ntddpcm.h
rename : w32api/include/ddk/ntddscsi.h => wslapi/include/ddk/ntddscsi.h
rename : w32api/include/ddk/ntddser.h => wslapi/include/ddk/ntddser.h
rename : w32api/include/ddk/ntddstor.h => wslapi/include/ddk/ntddstor.h
rename : w32api/include/ddk/ntddtape.h => wslapi/include/ddk/ntddtape.h
rename : w32api/include/ddk/ntddtdi.h => wslapi/include/ddk/ntddtdi.h
rename : w32api/include/ddk/ntddvdeo.h => wslapi/include/ddk/ntddvdeo.h
rename : w32api/include/ddk/ntddvol.h => wslapi/include/ddk/ntddvol.h
rename : w32api/include/ddk/ntifs.h => wslapi/include/ddk/ntifs.h
rename : w32api/include/ddk/ntpoapi.h => wslapi/include/ddk/ntpoapi.h
rename : w32api/include/ddk/ntstatus.h => wslapi/include/ddk/ntstatus.h
rename : w32api/include/ddk/parallel.h => wslapi/include/ddk/parallel.h
rename : w32api/include/ddk/pfhook.h => wslapi/include/ddk/pfhook.h
rename : w32api/include/ddk/poclass.h => wslapi/include/ddk/poclass.h
rename : w32api/include/ddk/scsi.h => wslapi/include/ddk/scsi.h
rename : w32api/include/ddk/scsiscan.h => wslapi/include/ddk/scsiscan.h
rename : w32api/include/ddk/scsiwmi.h => wslapi/include/ddk/scsiwmi.h
rename : w32api/include/ddk/smbus.h => wslapi/include/ddk/smbus.h
rename : w32api/include/ddk/srb.h => wslapi/include/ddk/srb.h
rename : w32api/include/ddk/storport.h => wslapi/include/ddk/storport.h
rename : w32api/include/ddk/tdi.h => wslapi/include/ddk/tdi.h
rename : w32api/include/ddk/tdiinfo.h => wslapi/include/ddk/tdiinfo.h
rename : w32api/include/ddk/tdikrnl.h => wslapi/include/ddk/tdikrnl.h
rename : w32api/include/ddk/tdistat.h => wslapi/include/ddk/tdistat.h
rename : w32api/include/ddk/tvout.h => wslapi/include/ddk/tvout.h
rename : w32api/include/ddk/upssvc.h => wslapi/include/ddk/upssvc.h
rename : w32api/include/ddk/usb.h => wslapi/include/ddk/usb.h
rename : w32api/include/ddk/usb100.h => wslapi/include/ddk/usb100.h
rename : w32api/include/ddk/usbcamdi.h => wslapi/include/ddk/usbcamdi.h
rename : w32api/include/ddk/usbdi.h => wslapi/include/ddk/usbdi.h
rename : w32api/include/ddk/usbioctl.h => wslapi/include/ddk/usbioctl.h
rename : w32api/include/ddk/usbiodef.h => wslapi/include/ddk/usbiodef.h
rename : w32api/include/ddk/usbscan.h => wslapi/include/ddk/usbscan.h
rename : w32api/include/ddk/usbuser.h => wslapi/include/ddk/usbuser.h
rename : w32api/include/ddk/video.h => wslapi/include/ddk/video.h
rename : w32api/include/ddk/videoagp.h => wslapi/include/ddk/videoagp.h
rename : w32api/include/ddk/win2k.h => wslapi/include/ddk/win2k.h
rename : w32api/include/ddk/winddi.h => wslapi/include/ddk/winddi.h
rename : w32api/include/ddk/winddk.h => wslapi/include/ddk/winddk.h
rename : w32api/include/ddk/winnt4.h => wslapi/include/ddk/winnt4.h
rename : w32api/include/ddk/winxp.h => wslapi/include/ddk/winxp.h
rename : w32api/include/ddk/ws2san.h => wslapi/include/ddk/ws2san.h
rename : w32api/include/ddk/xfilter.h => wslapi/include/ddk/xfilter.h
rename : w32api/include/devguid.h => wslapi/include/devguid.h
rename : w32api/include/dhcpcsdk.h => wslapi/include/dhcpcsdk.h
rename : w32api/include/directx/d3d9.h => wslapi/include/directx/d3d9.h
rename : w32api/include/directx/d3d9caps.h => wslapi/include/directx/d3d9caps.h
rename : w32api/include/directx/d3d9types.h => wslapi/include/directx/d3d9types.h
rename : w32api/include/directx/dxerr8.h => wslapi/include/directx/dxerr8.h
rename : w32api/include/directx/dxerr9.h => wslapi/include/directx/dxerr9.h
rename : w32api/include/dlgs.h => wslapi/include/dlgs.h
rename : w32api/include/docobj.h => wslapi/include/docobj.h
rename : w32api/include/dsadmin.h => wslapi/include/dsadmin.h
rename : w32api/include/dsclient.h => wslapi/include/dsclient.h
rename : w32api/include/dsgetdc.h => wslapi/include/dsgetdc.h
rename : w32api/include/dshow.h => wslapi/include/dshow.h
rename : w32api/include/dsquery.h => wslapi/include/dsquery.h
rename : w32api/include/dsrole.h => wslapi/include/dsrole.h
rename : w32api/include/dvdevcod.h => wslapi/include/dvdevcod.h
rename : w32api/include/dvdmedia.h => wslapi/include/dvdmedia.h
rename : w32api/include/edevdefs.h => wslapi/include/edevdefs.h
rename : w32api/include/errorrep.h => wslapi/include/errorrep.h
rename : w32api/include/errors.h => wslapi/include/errors.h
rename : w32api/include/evcode.h => wslapi/include/evcode.h
rename : w32api/include/exdisp.h => wslapi/include/exdisp.h
rename : w32api/include/exdispid.h => wslapi/include/exdispid.h
rename : w32api/include/fltdefs.h => wslapi/include/fltdefs.h
rename : w32api/include/gdiplus.h => wslapi/include/gdiplus.h
rename : w32api/include/gdiplus/gdiplus.h => wslapi/include/gdiplus/gdiplus.h
rename : w32api/include/gdiplus/gdiplusbase.h => wslapi/include/gdiplus/gdiplusbase.h
rename : w32api/include/gdiplus/gdiplusbrush.h => wslapi/include/gdiplus/gdiplusbrush.h
rename : w32api/include/gdiplus/gdipluscolor.h => wslapi/include/gdiplus/gdipluscolor.h
rename : w32api/include/gdiplus/gdipluscolormatrix.h => wslapi/include/gdiplus/gdipluscolormatrix.h
rename : w32api/include/gdiplus/gdipluseffects.h => wslapi/include/gdiplus/gdipluseffects.h
rename : w32api/include/gdiplus/gdiplusenums.h => wslapi/include/gdiplus/gdiplusenums.h
rename : w32api/include/gdiplus/gdiplusflat.h => wslapi/include/gdiplus/gdiplusflat.h
rename : w32api/include/gdiplus/gdiplusgpstubs.h => wslapi/include/gdiplus/gdiplusgpstubs.h
rename : w32api/include/gdiplus/gdiplusgraphics.h => wslapi/include/gdiplus/gdiplusgraphics.h
rename : w32api/include/gdiplus/gdiplusheaders.h => wslapi/include/gdiplus/gdiplusheaders.h
rename : w32api/include/gdiplus/gdiplusimageattributes.h => wslapi/include/gdiplus/gdiplusimageattributes.h
rename : w32api/include/gdiplus/gdiplusimagecodec.h => wslapi/include/gdiplus/gdiplusimagecodec.h
rename : w32api/include/gdiplus/gdiplusimaging.h => wslapi/include/gdiplus/gdiplusimaging.h
rename : w32api/include/gdiplus/gdiplusimpl.h => wslapi/include/gdiplus/gdiplusimpl.h
rename : w32api/include/gdiplus/gdiplusinit.h => wslapi/include/gdiplus/gdiplusinit.h
rename : w32api/include/gdiplus/gdipluslinecaps.h => wslapi/include/gdiplus/gdipluslinecaps.h
rename : w32api/include/gdiplus/gdiplusmatrix.h => wslapi/include/gdiplus/gdiplusmatrix.h
rename : w32api/include/gdiplus/gdiplusmem.h => wslapi/include/gdiplus/gdiplusmem.h
rename : w32api/include/gdiplus/gdiplusmetafile.h => wslapi/include/gdiplus/gdiplusmetafile.h
rename : w32api/include/gdiplus/gdiplusmetaheader.h => wslapi/include/gdiplus/gdiplusmetaheader.h
rename : w32api/include/gdiplus/gdipluspath.h => wslapi/include/gdiplus/gdipluspath.h
rename : w32api/include/gdiplus/gdipluspen.h => wslapi/include/gdiplus/gdipluspen.h
rename : w32api/include/gdiplus/gdipluspixelformats.h => wslapi/include/gdiplus/gdipluspixelformats.h
rename : w32api/include/gdiplus/gdiplusstringformat.h => wslapi/include/gdiplus/gdiplusstringformat.h
rename : w32api/include/gdiplus/gdiplustypes.h => wslapi/include/gdiplus/gdiplustypes.h
rename : w32api/include/httpext.h => wslapi/include/httpext.h
rename : w32api/include/icm.h => wslapi/include/icm.h
rename : w32api/include/idispids.h => wslapi/include/idispids.h
rename : w32api/include/il21dec.h => wslapi/include/il21dec.h
rename : w32api/include/imagehlp.h => wslapi/include/imagehlp.h
rename : w32api/include/imm.h => wslapi/include/imm.h
rename : w32api/include/initguid.h => wslapi/include/initguid.h
rename : w32api/include/intshcut.h => wslapi/include/intshcut.h
rename : w32api/include/ipexport.h => wslapi/include/ipexport.h
rename : w32api/include/iphlpapi.h => wslapi/include/iphlpapi.h
rename : w32api/include/ipifcons.h => wslapi/include/ipifcons.h
rename : w32api/include/ipinfoid.h => wslapi/include/ipinfoid.h
rename : w32api/include/iprtrmib.h => wslapi/include/iprtrmib.h
rename : w32api/include/iptypes.h => wslapi/include/iptypes.h
rename : w32api/include/ipxconst.h => wslapi/include/ipxconst.h
rename : w32api/include/ipxrtdef.h => wslapi/include/ipxrtdef.h
rename : w32api/include/ipxtfflt.h => wslapi/include/ipxtfflt.h
rename : w32api/include/isguids.h => wslapi/include/isguids.h
rename : w32api/include/ks.h => wslapi/include/ks.h
rename : w32api/include/ksmedia.h => wslapi/include/ksmedia.h
rename : w32api/include/largeint.h => wslapi/include/largeint.h
rename : w32api/include/lm.h => wslapi/include/lm.h
rename : w32api/include/lmaccess.h => wslapi/include/lmaccess.h
rename : w32api/include/lmalert.h => wslapi/include/lmalert.h
rename : w32api/include/lmapibuf.h => wslapi/include/lmapibuf.h
rename : w32api/include/lmat.h => wslapi/include/lmat.h
rename : w32api/include/lmaudit.h => wslapi/include/lmaudit.h
rename : w32api/include/lmbrowsr.h => wslapi/include/lmbrowsr.h
rename : w32api/include/lmchdev.h => wslapi/include/lmchdev.h
rename : w32api/include/lmconfig.h => wslapi/include/lmconfig.h
rename : w32api/include/lmcons.h => wslapi/include/lmcons.h
rename : w32api/include/lmerr.h => wslapi/include/lmerr.h
rename : w32api/include/lmerrlog.h => wslapi/include/lmerrlog.h
rename : w32api/include/lmmsg.h => wslapi/include/lmmsg.h
rename : w32api/include/lmremutl.h => wslapi/include/lmremutl.h
rename : w32api/include/lmrepl.h => wslapi/include/lmrepl.h
rename : w32api/include/lmserver.h => wslapi/include/lmserver.h
rename : w32api/include/lmshare.h => wslapi/include/lmshare.h
rename : w32api/include/lmsname.h => wslapi/include/lmsname.h
rename : w32api/include/lmstats.h => wslapi/include/lmstats.h
rename : w32api/include/lmsvc.h => wslapi/include/lmsvc.h
rename : w32api/include/lmuse.h => wslapi/include/lmuse.h
rename : w32api/include/lmuseflg.h => wslapi/include/lmuseflg.h
rename : w32api/include/lmwksta.h => wslapi/include/lmwksta.h
rename : w32api/include/lzexpand.h => wslapi/include/lzexpand.h
rename : w32api/include/mapi.h => wslapi/include/mapi.h
rename : w32api/include/mciavi.h => wslapi/include/mciavi.h
rename : w32api/include/mcx.h => wslapi/include/mcx.h
rename : w32api/include/mgm.h => wslapi/include/mgm.h
rename : w32api/include/mgmtapi.h => wslapi/include/mgmtapi.h
rename : w32api/include/mlang.h => wslapi/include/mlang.h
rename : w32api/include/mmreg.h => wslapi/include/mmreg.h
rename : w32api/include/mmsystem.h => wslapi/include/mmsystem.h
rename : w32api/include/mpegtype.h => wslapi/include/mpegtype.h
rename : w32api/include/mprapi.h => wslapi/include/mprapi.h
rename : w32api/include/mq.h => wslapi/include/mq.h
rename : w32api/include/msacm.h => wslapi/include/msacm.h
rename : w32api/include/mshtml.h => wslapi/include/mshtml.h
rename : w32api/include/mswsock.h => wslapi/include/mswsock.h
rename : w32api/include/nb30.h => wslapi/include/nb30.h
rename : w32api/include/nddeapi.h => wslapi/include/nddeapi.h
rename : w32api/include/nspapi.h => wslapi/include/nspapi.h
rename : w32api/include/ntdef.h => wslapi/include/ntdef.h
rename : w32api/include/ntdll.h => wslapi/include/ntdll.h
rename : w32api/include/ntdsapi.h => wslapi/include/ntdsapi.h
rename : w32api/include/ntdsbcli.h => wslapi/include/ntdsbcli.h
rename : w32api/include/ntldap.h => wslapi/include/ntldap.h
rename : w32api/include/ntsecapi.h => wslapi/include/ntsecapi.h
rename : w32api/include/ntsecpkg.h => wslapi/include/ntsecpkg.h
rename : w32api/include/oaidl.h => wslapi/include/oaidl.h
rename : w32api/include/objbase.h => wslapi/include/objbase.h
rename : w32api/include/objfwd.h => wslapi/include/objfwd.h
rename : w32api/include/objidl.h => wslapi/include/objidl.h
rename : w32api/include/objsafe.h => wslapi/include/objsafe.h
rename : w32api/include/objsel.h => wslapi/include/objsel.h
rename : w32api/include/obsolete.h.in => wslapi/include/obsolete.h.in
rename : w32api/include/ocidl.h => wslapi/include/ocidl.h
rename : w32api/include/odbcinst.h => wslapi/include/odbcinst.h
rename : w32api/include/ole.h => wslapi/include/ole.h
rename : w32api/include/ole2.h => wslapi/include/ole2.h
rename : w32api/include/ole2ver.h => wslapi/include/ole2ver.h
rename : w32api/include/oleacc.h => wslapi/include/oleacc.h
rename : w32api/include/oleauto.h => wslapi/include/oleauto.h
rename : w32api/include/olectl.h => wslapi/include/olectl.h
rename : w32api/include/olectlid.h => wslapi/include/olectlid.h
rename : w32api/include/oledlg.h => wslapi/include/oledlg.h
rename : w32api/include/oleidl.h => wslapi/include/oleidl.h
rename : w32api/include/poppack.h => wslapi/include/poppack.h
rename : w32api/include/powrprof.h => wslapi/include/powrprof.h
rename : w32api/include/prsht.h => wslapi/include/prsht.h
rename : w32api/include/psapi.h => wslapi/include/psapi.h
rename : w32api/include/pshpack1.h => wslapi/include/pshpack1.h
rename : w32api/include/pshpack2.h => wslapi/include/pshpack2.h
rename : w32api/include/pshpack4.h => wslapi/include/pshpack4.h
rename : w32api/include/pshpack8.h => wslapi/include/pshpack8.h
rename : w32api/include/qedit.h => wslapi/include/qedit.h
rename : w32api/include/rapi.h => wslapi/include/rapi.h
rename : w32api/include/ras.h => wslapi/include/ras.h
rename : w32api/include/rasdlg.h => wslapi/include/rasdlg.h
rename : w32api/include/raserror.h => wslapi/include/raserror.h
rename : w32api/include/rassapi.h => wslapi/include/rassapi.h
rename : w32api/include/reason.h => wslapi/include/reason.h
rename : w32api/include/regstr.h => wslapi/include/regstr.h
rename : w32api/include/richedit.h => wslapi/include/richedit.h
rename : w32api/include/richole.h => wslapi/include/richole.h
rename : w32api/include/routprot.h => wslapi/include/routprot.h
rename : w32api/include/rpc.h => wslapi/include/rpc.h
rename : w32api/include/rpcdce.h => wslapi/include/rpcdce.h
rename : w32api/include/rpcdce2.h => wslapi/include/rpcdce2.h
rename : w32api/include/rpcdcep.h => wslapi/include/rpcdcep.h
rename : w32api/include/rpcndr.h => wslapi/include/rpcndr.h
rename : w32api/include/rpcnsi.h => wslapi/include/rpcnsi.h
rename : w32api/include/rpcnsip.h => wslapi/include/rpcnsip.h
rename : w32api/include/rpcnterr.h => wslapi/include/rpcnterr.h
rename : w32api/include/rpcproxy.h => wslapi/include/rpcproxy.h
rename : w32api/include/rtutils.h => wslapi/include/rtutils.h
rename : w32api/include/schannel.h => wslapi/include/schannel.h
rename : w32api/include/schnlsp.h => wslapi/include/schnlsp.h
rename : w32api/include/scrnsave.h => wslapi/include/scrnsave.h
rename : w32api/include/sddl.h => wslapi/include/sddl.h
rename : w32api/include/sdkddkver.h => wslapi/include/sdkddkver.h
rename : w32api/include/secext.h => wslapi/include/secext.h
rename : w32api/include/security.h => wslapi/include/security.h
rename : w32api/include/servprov.h => wslapi/include/servprov.h
rename : w32api/include/setupapi.h => wslapi/include/setupapi.h
rename : w32api/include/shellapi.h => wslapi/include/shellapi.h
rename : w32api/include/shldisp.h => wslapi/include/shldisp.h
rename : w32api/include/shlguid.h => wslapi/include/shlguid.h
rename : w32api/include/shlobj.h => wslapi/include/shlobj.h
rename : w32api/include/shlwapi.h => wslapi/include/shlwapi.h
rename : w32api/include/shobjidl.h => wslapi/include/shobjidl.h
rename : w32api/include/snmp.h => wslapi/include/snmp.h
rename : w32api/include/specstrings.h => wslapi/include/specstrings.h
rename : w32api/include/sql.h => wslapi/include/sql.h
rename : w32api/include/sqlext.h => wslapi/include/sqlext.h
rename : w32api/include/sqltypes.h => wslapi/include/sqltypes.h
rename : w32api/include/sqlucode.h => wslapi/include/sqlucode.h
rename : w32api/include/sspi.h => wslapi/include/sspi.h
rename : w32api/include/stm.h => wslapi/include/stm.h
rename : w32api/include/strmif.h => wslapi/include/strmif.h
rename : w32api/include/subauth.h => wslapi/include/subauth.h
rename : w32api/include/svcguid.h => wslapi/include/svcguid.h
rename : w32api/include/tlhelp32.h => wslapi/include/tlhelp32.h
rename : w32api/include/tmschema.h => wslapi/include/tmschema.h
rename : w32api/include/unknwn.h => wslapi/include/unknwn.h
rename : w32api/include/userenv.h => wslapi/include/userenv.h
rename : w32api/include/usp10.h => wslapi/include/usp10.h
rename : w32api/include/uxtheme.h => wslapi/include/uxtheme.h
rename : w32api/include/vfw.h => wslapi/include/vfw.h
rename : w32api/include/vidcap.h => wslapi/include/vidcap.h
rename : w32api/include/vmr9.h => wslapi/include/vmr9.h
rename : w32api/include/vptype.h => wslapi/include/vptype.h
rename : w32api/include/w32api.h.in => wslapi/include/w32api.h.in
rename : w32api/include/winbase.h => wslapi/include/winbase.h
rename : w32api/include/winber.h => wslapi/include/winber.h
rename : w32api/include/wincon.h => wslapi/include/wincon.h
rename : w32api/include/wincrypt.h => wslapi/include/wincrypt.h
rename : w32api/include/windef.h => wslapi/include/windef.h
rename : w32api/include/windns.h => wslapi/include/windns.h
rename : w32api/include/windows.h => wslapi/include/windows.h
rename : w32api/include/windowsx.h => wslapi/include/windowsx.h
rename : w32api/include/winerror.h => wslapi/include/winerror.h
rename : w32api/include/wingdi.h => wslapi/include/wingdi.h
rename : w32api/include/wininet.h => wslapi/include/wininet.h
rename : w32api/include/winioctl.h => wslapi/include/winioctl.h
rename : w32api/include/winldap.h => wslapi/include/winldap.h
rename : w32api/include/winnetwk.h => wslapi/include/winnetwk.h
rename : w32api/include/winnls.h => wslapi/include/winnls.h
rename : w32api/include/winnt.h => wslapi/include/winnt.h
rename : w32api/include/winperf.h => wslapi/include/winperf.h
rename : w32api/include/winreg.h => wslapi/include/winreg.h
rename : w32api/include/winresrc.h => wslapi/include/winresrc.h
rename : w32api/include/winsnmp.h => wslapi/include/winsnmp.h
rename : w32api/include/winsock.h => wslapi/include/winsock.h
rename : w32api/include/winsock2.h => wslapi/include/winsock2.h
rename : w32api/include/winspool.h => wslapi/include/winspool.h
rename : w32api/include/winsvc.h => wslapi/include/winsvc.h
rename : w32api/include/winuser.h => wslapi/include/winuser.h
rename : w32api/include/winver.h => wslapi/include/winver.h
rename : w32api/include/ws2spi.h => wslapi/include/ws2spi.h
rename : w32api/include/ws2tcpip.h => wslapi/include/ws2tcpip.h
rename : w32api/include/wsahelp.h => wslapi/include/wsahelp.h
rename : w32api/include/wsipx.h => wslapi/include/wsipx.h
rename : w32api/include/wsnetbs.h => wslapi/include/wsnetbs.h
rename : w32api/include/wtsapi32.h => wslapi/include/wtsapi32.h
rename : w32api/include/wtypes.h => wslapi/include/wtypes.h
rename : w32api/include/xprtdefs.h => wslapi/include/xprtdefs.h
rename : w32api/include/zmouse.h => wslapi/include/zmouse.h
rename : w32api/lib/aclui.def => wslapi/lib/aclui.def
rename : w32api/lib/advapi32.def => wslapi/lib/advapi32.def
rename : w32api/lib/ativscp-uuid.c => wslapi/lib/ativscp-uuid.c
rename : w32api/lib/avicap32.def => wslapi/lib/avicap32.def
rename : w32api/lib/avifil32.def => wslapi/lib/avifil32.def
rename : w32api/lib/bthprops.def => wslapi/lib/bthprops.def
rename : w32api/lib/cap.def => wslapi/lib/cap.def
rename : w32api/lib/cguid-uuid.c => wslapi/lib/cguid-uuid.c
rename : w32api/lib/comcat-uuid.c => wslapi/lib/comcat-uuid.c
rename : w32api/lib/comctl32.def => wslapi/lib/comctl32.def
rename : w32api/lib/comdlg32.def => wslapi/lib/comdlg32.def
rename : w32api/lib/crypt32.def => wslapi/lib/crypt32.def
rename : w32api/lib/ctl3d32.def => wslapi/lib/ctl3d32.def
rename : w32api/lib/ddk/apcups.def => wslapi/lib/ddk/apcups.def
rename : w32api/lib/ddk/cfgmgr32.def => wslapi/lib/ddk/cfgmgr32.def
rename : w32api/lib/ddk/dxapi.def => wslapi/lib/ddk/dxapi.def
rename : w32api/lib/ddk/hal.def => wslapi/lib/ddk/hal.def
rename : w32api/lib/ddk/hid.def => wslapi/lib/ddk/hid.def
rename : w32api/lib/ddk/hidparse.def => wslapi/lib/ddk/hidparse.def
rename : w32api/lib/ddk/mcd.def => wslapi/lib/ddk/mcd.def
rename : w32api/lib/ddk/ndis.def => wslapi/lib/ddk/ndis.def
rename : w32api/lib/ddk/newdev.def => wslapi/lib/ddk/newdev.def
rename : w32api/lib/ddk/ntoskrnl.def => wslapi/lib/ddk/ntoskrnl.def
rename : w32api/lib/ddk/scsiport.def => wslapi/lib/ddk/scsiport.def
rename : w32api/lib/ddk/tdi.def => wslapi/lib/ddk/tdi.def
rename : w32api/lib/ddk/usbcamd.def => wslapi/lib/ddk/usbcamd.def
rename : w32api/lib/ddk/usbcamd2.def => wslapi/lib/ddk/usbcamd2.def
rename : w32api/lib/ddk/videoprt.def => wslapi/lib/ddk/videoprt.def
rename : w32api/lib/ddk/win32k.def => wslapi/lib/ddk/win32k.def
rename : w32api/lib/devguid.c => wslapi/lib/devguid.c
rename : w32api/lib/dhcpcsvc.def => wslapi/lib/dhcpcsvc.def
rename : w32api/lib/directx/d3d8.def => wslapi/lib/directx/d3d8.def
rename : w32api/lib/directx/d3d9.def => wslapi/lib/directx/d3d9.def
rename : w32api/lib/directx/d3dim.def => wslapi/lib/directx/d3dim.def
rename : w32api/lib/directx/d3drm.def => wslapi/lib/directx/d3drm.def
rename : w32api/lib/directx/d3dx8d.def => wslapi/lib/directx/d3dx8d.def
rename : w32api/lib/directx/d3dx9d.def => wslapi/lib/directx/d3dx9d.def
rename : w32api/lib/directx/d3dxof.def => wslapi/lib/directx/d3dxof.def
rename : w32api/lib/directx/ddraw.def => wslapi/lib/directx/ddraw.def
rename : w32api/lib/directx/dinput.def => wslapi/lib/directx/dinput.def
rename : w32api/lib/directx/dinput8.def => wslapi/lib/directx/dinput8.def
rename : w32api/lib/directx/dinput_joy.c => wslapi/lib/directx/dinput_joy.c
rename : w32api/lib/directx/dinput_joy2.c => wslapi/lib/directx/dinput_joy2.c
rename : w32api/lib/directx/dinput_kbd.c => wslapi/lib/directx/dinput_kbd.c
rename : w32api/lib/directx/dinput_mouse.c => wslapi/lib/directx/dinput_mouse.c
rename : w32api/lib/directx/dinput_mouse2.c => wslapi/lib/directx/dinput_mouse2.c
rename : w32api/lib/directx/dinput_private.h => wslapi/lib/directx/dinput_private.h
rename : w32api/lib/directx/dmoguids.c => wslapi/lib/directx/dmoguids.c
rename : w32api/lib/directx/dplayx.def => wslapi/lib/directx/dplayx.def
rename : w32api/lib/directx/dpnaddr.def => wslapi/lib/directx/dpnaddr.def
rename : w32api/lib/directx/dpnet.def => wslapi/lib/directx/dpnet.def
rename : w32api/lib/directx/dpnlobby.def => wslapi/lib/directx/dpnlobby.def
rename : w32api/lib/directx/dpvoice.def => wslapi/lib/directx/dpvoice.def
rename : w32api/lib/directx/dsetup.def => wslapi/lib/directx/dsetup.def
rename : w32api/lib/directx/dsound.def => wslapi/lib/directx/dsound.def
rename : w32api/lib/directx/dxerr.c => wslapi/lib/directx/dxerr.c
rename : w32api/lib/directx/dxerr8.c => wslapi/lib/directx/dxerr8.c
rename : w32api/lib/directx/dxerr8w.c => wslapi/lib/directx/dxerr8w.c
rename : w32api/lib/directx/dxerr9.c => wslapi/lib/directx/dxerr9.c
rename : w32api/lib/directx/dxerr9w.c => wslapi/lib/directx/dxerr9w.c
rename : w32api/lib/directx/dxguid.c => wslapi/lib/directx/dxguid.c
rename : w32api/lib/directx/ksproxy.def => wslapi/lib/directx/ksproxy.def
rename : w32api/lib/directx/ksuser.c => wslapi/lib/directx/ksuser.c
rename : w32api/lib/directx/ksuser.def => wslapi/lib/directx/ksuser.def
rename : w32api/lib/directx/msdmo.def => wslapi/lib/directx/msdmo.def
rename : w32api/lib/directx/strmiids.c => wslapi/lib/directx/strmiids.c
rename : w32api/lib/directx/test.c => wslapi/lib/directx/test.c
rename : w32api/lib/dlcapi.def => wslapi/lib/dlcapi.def
rename : w32api/lib/dnsapi.def => wslapi/lib/dnsapi.def
rename : w32api/lib/docobj-uuid.c => wslapi/lib/docobj-uuid.c
rename : w32api/lib/exdisp-uuid.c => wslapi/lib/exdisp-uuid.c
rename : w32api/lib/extras-uuid.c => wslapi/lib/extras-uuid.c
rename : w32api/lib/faultrep.def => wslapi/lib/faultrep.def
rename : w32api/lib/gdi32.def => wslapi/lib/gdi32.def
rename : w32api/lib/gdiplus.c => wslapi/lib/gdiplus.c
rename : w32api/lib/gdiplus.def => wslapi/lib/gdiplus.def
rename : w32api/lib/glaux.def => wslapi/lib/glaux.def
rename : w32api/lib/glu32.def => wslapi/lib/glu32.def
rename : w32api/lib/hlguids-uuid.c => wslapi/lib/hlguids-uuid.c
rename : w32api/lib/hlink-uuid.c => wslapi/lib/hlink-uuid.c
rename : w32api/lib/icmui.def => wslapi/lib/icmui.def
rename : w32api/lib/igmpagnt.def => wslapi/lib/igmpagnt.def
rename : w32api/lib/imagehlp.def => wslapi/lib/imagehlp.def
rename : w32api/lib/imm32.def => wslapi/lib/imm32.def
rename : w32api/lib/iphlpapi.def => wslapi/lib/iphlpapi.def
rename : w32api/lib/kernel32.def => wslapi/lib/kernel32.def
rename : w32api/lib/largeint.c => wslapi/lib/largeint.c
rename : w32api/lib/lz32.def => wslapi/lib/lz32.def
rename : w32api/lib/mapi32.def => wslapi/lib/mapi32.def
rename : w32api/lib/mfcuia32.def => wslapi/lib/mfcuia32.def
rename : w32api/lib/mgmtapi.def => wslapi/lib/mgmtapi.def
rename : w32api/lib/mlang-uuid.c => wslapi/lib/mlang-uuid.c
rename : w32api/lib/mpr.def => wslapi/lib/mpr.def
rename : w32api/lib/mprapi.def => wslapi/lib/mprapi.def
rename : w32api/lib/mqrt.def => wslapi/lib/mqrt.def
rename : w32api/lib/msacm32.def => wslapi/lib/msacm32.def
rename : w32api/lib/mscms.def => wslapi/lib/mscms.def
rename : w32api/lib/mshtml-uuid.c => wslapi/lib/mshtml-uuid.c
rename : w32api/lib/msimg32.def => wslapi/lib/msimg32.def
rename : w32api/lib/msvcp60.def => wslapi/lib/msvcp60.def
rename : w32api/lib/msvfw32.def => wslapi/lib/msvfw32.def
rename : w32api/lib/mswsock.def => wslapi/lib/mswsock.def
rename : w32api/lib/msxml-uuid.c => wslapi/lib/msxml-uuid.c
rename : w32api/lib/nddeapi.def => wslapi/lib/nddeapi.def
rename : w32api/lib/netapi32.def => wslapi/lib/netapi32.def
rename : w32api/lib/ntdll.def => wslapi/lib/ntdll.def
rename : w32api/lib/oaidl-uuid.c => wslapi/lib/oaidl-uuid.c
rename : w32api/lib/objidl-uuid.c => wslapi/lib/objidl-uuid.c
rename : w32api/lib/objsafe-uuid.c => wslapi/lib/objsafe-uuid.c
rename : w32api/lib/ocidl-uuid.c => wslapi/lib/ocidl-uuid.c
rename : w32api/lib/odbc32.def => wslapi/lib/odbc32.def
rename : w32api/lib/odbccp32.def => wslapi/lib/odbccp32.def
rename : w32api/lib/ole32.def => wslapi/lib/ole32.def
rename : w32api/lib/oleacc-uuid.c => wslapi/lib/oleacc-uuid.c
rename : w32api/lib/oleacc.def => wslapi/lib/oleacc.def
rename : w32api/lib/oleaut32.def => wslapi/lib/oleaut32.def
rename : w32api/lib/olecli32.def => wslapi/lib/olecli32.def
rename : w32api/lib/olectlid-uuid.c => wslapi/lib/olectlid-uuid.c
rename : w32api/lib/oledlg.def => wslapi/lib/oledlg.def
rename : w32api/lib/oleidl-uuid.c => wslapi/lib/oleidl-uuid.c
rename : w32api/lib/olepro32.def => wslapi/lib/olepro32.def
rename : w32api/lib/olesvr32.def => wslapi/lib/olesvr32.def
rename : w32api/lib/opengl32.def => wslapi/lib/opengl32.def
rename : w32api/lib/penwin32.def => wslapi/lib/penwin32.def
rename : w32api/lib/pkpd32.def => wslapi/lib/pkpd32.def
rename : w32api/lib/power-uuid.c => wslapi/lib/power-uuid.c
rename : w32api/lib/powrprof.def => wslapi/lib/powrprof.def
rename : w32api/lib/psapi.def => wslapi/lib/psapi.def
rename : w32api/lib/quartz.def => wslapi/lib/quartz.def
rename : w32api/lib/rapi.def => wslapi/lib/rapi.def
rename : w32api/lib/rasapi32.def => wslapi/lib/rasapi32.def
rename : w32api/lib/rasdlg.def => wslapi/lib/rasdlg.def
rename : w32api/lib/res.rc => wslapi/lib/res.rc
rename : w32api/lib/rpcdce4.def => wslapi/lib/rpcdce4.def
rename : w32api/lib/rpcns4.def => wslapi/lib/rpcns4.def
rename : w32api/lib/rpcrt4.def => wslapi/lib/rpcrt4.def
rename : w32api/lib/rtm.def => wslapi/lib/rtm.def
rename : w32api/lib/rtutils.def => wslapi/lib/rtutils.def
rename : w32api/lib/scrnsave.c => wslapi/lib/scrnsave.c
rename : w32api/lib/secur32.def => wslapi/lib/secur32.def
rename : w32api/lib/servprov-uuid.c => wslapi/lib/servprov-uuid.c
rename : w32api/lib/setupapi.def => wslapi/lib/setupapi.def
rename : w32api/lib/shell32.c => wslapi/lib/shell32.c
rename : w32api/lib/shell32.def => wslapi/lib/shell32.def
rename : w32api/lib/shfolder.def => wslapi/lib/shfolder.def
rename : w32api/lib/shlwapi.def => wslapi/lib/shlwapi.def
rename : w32api/lib/shobjidl-uuid.c => wslapi/lib/shobjidl-uuid.c
rename : w32api/lib/snmpapi.def => wslapi/lib/snmpapi.def
rename : w32api/lib/svrapi.def => wslapi/lib/svrapi.def
rename : w32api/lib/tapi32.def => wslapi/lib/tapi32.def
rename : w32api/lib/test.c => wslapi/lib/test.c
rename : w32api/lib/thunk32.def => wslapi/lib/thunk32.def
rename : w32api/lib/unknwn-uuid.c => wslapi/lib/unknwn-uuid.c
rename : w32api/lib/url.def => wslapi/lib/url.def
rename : w32api/lib/urlmon-uuid.c => wslapi/lib/urlmon-uuid.c
rename : w32api/lib/user32.def => wslapi/lib/user32.def
rename : w32api/lib/userenv.def => wslapi/lib/userenv.def
rename : w32api/lib/usp10.def => wslapi/lib/usp10.def
rename : w32api/lib/uxtheme.def => wslapi/lib/uxtheme.def
rename : w32api/lib/vdmdbg.def => wslapi/lib/vdmdbg.def
rename : w32api/lib/version.def => wslapi/lib/version.def
rename : w32api/lib/vfw32.mri => wslapi/lib/vfw32.mri
rename : w32api/lib/win32spl.def => wslapi/lib/win32spl.def
rename : w32api/lib/wininet.def => wslapi/lib/wininet.def
rename : w32api/lib/winmm.def => wslapi/lib/winmm.def
rename : w32api/lib/winspool.def => wslapi/lib/winspool.def
rename : w32api/lib/winstrm.def => wslapi/lib/winstrm.def
rename : w32api/lib/wldap32.def => wslapi/lib/wldap32.def
rename : w32api/lib/wow32.def => wslapi/lib/wow32.def
rename : w32api/lib/ws2_32.c => wslapi/lib/ws2_32.c
rename : w32api/lib/ws2_32.def => wslapi/lib/ws2_32.def
rename : w32api/lib/wsnmp32.def => wslapi/lib/wsnmp32.def
rename : w32api/lib/wsock32.def => wslapi/lib/wsock32.def
rename : w32api/lib/wst.def => wslapi/lib/wst.def
rename : w32api/lib/wtsapi32.def => wslapi/lib/wtsapi32.def
rename : w32api/tests/Makefile.in => wslapi/tests/Makefile.in
rename : w32api/tests/atlocal.in => wslapi/tests/atlocal.in
rename : w32api/tests/headers.at => wslapi/tests/headers.at
rename : w32api/tests/testsuite.at.in => wslapi/tests/testsuite.at.in
rename : w32api/tests/winsock.at => wslapi/tests/winsock.at

6 years agoPrepare environment for Earnie's tools.
Earnie Boyd [Wed, 8 Nov 2017 20:55:27 +0000 (20:55 +0000)]
Prepare environment for Earnie's tools.

6 years agoCreate 6.0-exp branch, for Win64 support preparation.
Keith Marshall [Wed, 8 Nov 2017 20:38:42 +0000 (20:38 +0000)]
Create 6.0-exp branch, for Win64 support preparation.

6 years agoOverhaul WinSock fd_set content management macros.
Keith Marshall [Wed, 8 Nov 2017 17:46:34 +0000 (17:46 +0000)]
Overhaul WinSock fd_set content management macros.

6 years agoIdentify features which have been deprecated in WinSock v2.
Keith Marshall [Tue, 7 Nov 2017 19:24:55 +0000 (19:24 +0000)]
Identify features which have been deprecated in WinSock v2.

6 years agoAdopt system naming convention for USE_SYS_TYPES_FD_SET macro.
Keith Marshall [Tue, 7 Nov 2017 11:40:46 +0000 (11:40 +0000)]
Adopt system naming convention for USE_SYS_TYPES_FD_SET macro.

6 years agoUse WINSOCK_API_LINKAGE consistently in WinSock headers.
Keith Marshall [Mon, 6 Nov 2017 11:16:26 +0000 (11:16 +0000)]
Use WINSOCK_API_LINKAGE consistently in WinSock headers.

6 years agoRefactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
Keith Marshall [Mon, 30 Oct 2017 10:27:32 +0000 (10:27 +0000)]
Refactor <wtypes.h> vs. <nspapi.h> and WinSock headers.

6 years agoInclude, and make <sys/bsdtypes.h> test suite safe (augmented).
Keith Marshall [Wed, 25 Oct 2017 18:38:37 +0000 (19:38 +0100)]
Include, and make <sys/bsdtypes.h> test suite safe (augmented).

6 years agoInclude, and make <sys/bsdtypes.h> test suite safe.
Keith Marshall [Wed, 25 Oct 2017 14:45:18 +0000 (15:45 +0100)]
Include, and make <sys/bsdtypes.h> test suite safe.

6 years agoFactor <winerror.h> duplicate content out of winsock headers.
Keith Marshall [Sat, 23 Sep 2017 10:08:48 +0000 (11:08 +0100)]
Factor <winerror.h> duplicate content out of winsock headers.

6 years agoFactor <sys/time.h> duplicate content out of winsock headers.
Keith Marshall [Fri, 15 Sep 2017 20:35:48 +0000 (21:35 +0100)]
Factor <sys/time.h> duplicate content out of winsock headers.

6 years agoSource BSD non-standard type definitions from mingwrt header.
Keith Marshall [Sat, 9 Sep 2017 13:52:14 +0000 (14:52 +0100)]
Source BSD non-standard type definitions from mingwrt header.

6 years agoFactor BSD non-standard type definitions into common header.
Keith Marshall [Sat, 9 Sep 2017 13:22:45 +0000 (14:22 +0100)]
Factor BSD non-standard type definitions into common header.

6 years agoCorrect misuse of __INSIDE_MSYS__ feature test.
Keith Marshall [Thu, 7 Sep 2017 21:45:17 +0000 (22:45 +0100)]
Correct misuse of __INSIDE_MSYS__ feature test.

6 years agoPrepare for <winsock.h> vs. <winsock2.h> refactoring.
Keith Marshall [Thu, 7 Sep 2017 20:23:13 +0000 (21:23 +0100)]
Prepare for <winsock.h> vs. <winsock2.h> refactoring.

6 years agoResolve secondary issue arising from MinGW-Bug [#2350]
Keith Marshall [Mon, 28 Aug 2017 13:05:52 +0000 (14:05 +0100)]
Resolve secondary issue arising from MinGW-Bug [#2350]

6 years agoResolve MinGW-Bug [#2350]
Keith Marshall [Mon, 28 Aug 2017 10:07:38 +0000 (11:07 +0100)]
Resolve MinGW-Bug [#2350]

6 years agoExtend testsuite to cover winsock fd_set macro operations.
Keith Marshall [Mon, 21 Aug 2017 10:47:45 +0000 (11:47 +0100)]
Extend testsuite to cover winsock fd_set macro operations.

6 years agoMinGW.org WSL-5.0.1 released; update repository version.
Keith Marshall [Mon, 31 Jul 2017 14:53:47 +0000 (15:53 +0100)]
MinGW.org WSL-5.0.1 released; update repository version.

6 years agoAdded tag wsl-5.0.1-release for changeset b44e016d9ea7
Keith Marshall [Mon, 31 Jul 2017 14:49:36 +0000 (15:49 +0100)]
Added tag wsl-5.0.1-release for changeset b44e016d9ea7

6 years agoPrepare and tag for release of MinGW.org WSL-5.0.1 wsl-5.0.1-release
Keith Marshall [Mon, 31 Jul 2017 14:41:35 +0000 (15:41 +0100)]
Prepare and tag for release of MinGW.org WSL-5.0.1

6 years agoAutomate testsuite dependency generation.
Keith Marshall [Wed, 12 Jul 2017 17:54:11 +0000 (18:54 +0100)]
Automate testsuite dependency generation.

6 years agoMake <winnt.h> header effectively self-contained.
Keith Marshall [Tue, 20 Jun 2017 21:41:37 +0000 (22:41 +0100)]
Make <winnt.h> header effectively self-contained.