[go: up one dir, main page]

Menu

Tree [a771e0] 5.0-active /
 History

HTTPS access


File Date Author Commit
 mingwrt 2017-12-06 Keith Marshall Keith Marshall [4b3cc3] Prepare and publish MinGW.org WSL-5.0.2 release.
 w32api 2017-12-06 Keith Marshall Keith Marshall [4b3cc3] Prepare and publish MinGW.org WSL-5.0.2 release.
 .gitignore 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...
 .hgignore 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...
 .hgtags 2017-12-06 Keith Marshall Keith Marshall [a771e0] Apply wsl-5.0.2-release tag.
 ChangeLog 2017-12-06 Keith Marshall Keith Marshall [4b3cc3] Prepare and publish MinGW.org WSL-5.0.2 release.
 LICENSE 2012-08-08 Earnie Boyd Earnie Boyd [f15aa7] Initial commit
 Makefile.comm 2017-03-14 Keith Marshall Keith Marshall [127b4a] Refactor mingwrt and w32api common makefile con...
 Makefile.in 2017-02-24 Keith Marshall Keith Marshall [8c8b93] Extend basic test suite infrastructure to w32api.
 README 2012-08-08 Earnie Boyd Earnie Boyd [f15aa7] Initial commit
 VERSION.m4 2017-07-31 Keith Marshall Keith Marshall [3ffb77] MinGW.org WSL-5.0.1 released; update repository...
 aclocal.m4 2017-02-27 Keith Marshall Keith Marshall [122714] Support optional DLL builds from static libraries.
 configure.ac 2016-10-14 Keith Marshall Keith Marshall [55eaba] Make package installation prefix consistent thr...
 install-sh 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...

Read Me

mingw.org-wsl (Windows System Libraries):
=====
This package contains both the C Runtime (libcrt) and the Windows API (winapi)
definitions as provided by the MinGW.org team.  These libraries can be used
for both 32 bit and 64 bit Windows programming.  We have extended some parts
of the C runtime to be C99 compliant but for the most part you can find the
documentation provided by http://msdn.microsoft.com to be your best source for
how to use these libraries in your C programming.  The GNU C++ compiler (g++)
has its own implementation of the C++ standard and the documentation you find
for stdc++ on the http://gcc.gnu.org site will be your best source of informa-
tion for it.  Note that some of the C++ API will not able to be used on Windows
due to lack of implementation for the Windows platform.