[go: up one dir, main page]

Menu

Tree [db5fa4] 6.0-exp /
 History

HTTPS access


File Date Author Commit
 mingwrt 2017-11-09 Keith Marshall Keith Marshall [db5fa4] Avoid an implication that the API is exclusivel...
 wslapi 2017-11-09 Keith Marshall Keith Marshall [db5fa4] Avoid an implication that the API is exclusivel...
 .gitignore 2017-11-08 Earnie Boyd Earnie Boyd [e605ac] Prepare environment for Earnie's tools.
 .hgignore 2016-07-19 Keith Marshall Keith Marshall [72b000] Update install-sh to match mingw.org/build-aux ...
 .hgtags 2017-07-31 Keith Marshall Keith Marshall [110353] Added tag wsl-5.0.1-release for changeset b44e0...
 ChangeLog 2017-11-09 Keith Marshall Keith Marshall [db5fa4] Avoid an implication that the API is exclusivel...
 LICENSE 2012-08-08 Earnie Boyd Earnie Boyd [f15aa7] Initial commit
 Makefile.comm 2017-11-09 Keith Marshall Keith Marshall [db5fa4] Avoid an implication that the API is exclusivel...
 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-11-08 Keith Marshall Keith Marshall [ec6054] Create 6.0-exp branch, for Win64 support prepar...
 aclocal.m4 2017-02-27 Keith Marshall Keith Marshall [122714] Support optional DLL builds from static libraries.
 configure.ac 2017-11-09 Keith Marshall Keith Marshall [db5fa4] Avoid an implication that the API is exclusivel...
 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.