OSDN Git Service

Normalize fd_set event macros for <winsock2.h> compatibility.
[mingw/mingw-org-wsl.git] / README
1 mingw.org-wsl (Windows System Libraries):
2 =====
3 This package contains both the C Runtime (libcrt) and the Windows API (winapi)
4 definitions as provided by the MinGW.org team.  These libraries can be used
5 for both 32 bit and 64 bit Windows programming.  We have extended some parts
6 of the C runtime to be C99 compliant but for the most part you can find the
7 documentation provided by http://msdn.microsoft.com to be your best source for
8 how to use these libraries in your C programming.  The GNU C++ compiler (g++)
9 has its own implementation of the C++ standard and the documentation you find
10 for stdc++ on the http://gcc.gnu.org site will be your best source of informa-
11 tion for it.  Note that some of the C++ API will not able to be used on Windows
12 due to lack of implementation for the Windows platform.