OSDN Git Service

Address MinGW-Issue #39677; declare _findclose() only once.
[mingw/mingw-org-wsl.git] / README
1 MinGW.org-WSL (Windows System Libraries)
2 ========================================
3
4 This package provides both the C Runtime (mingwrt) and the Windows API
5 (winapi, a.k.a. w32api) system library components, which are required to
6 support the MinGW.org distribution of the GNU Compiler Collection.
7
8
9 Important Notice
10 ----------------
11
12 The canonical URI for this package's source code repository is:
13 git://git.osdn.net/gitroot/mingw/mingw-org-wsl.git
14
15 Alternative canonical URIs, equivalent to the above are:
16 https://scm.osdn.net/gitroot/mingw/mingw-org-wsl.git
17 http://scm.osdn.net/gitroot/mingw/mingw-org-wsl.git
18
19 Privileged users, with SSH update rights, may clone the repository from:
20 ssh://USERNAME@git.osdn.net:/gitroot/mingw/mingw-org-wsl.git
21
22 Privileged users, who favour Mercurial over Git, may enable Mercurial's
23 git extension, and then "hg clone" from the equivalent (hg-capable) URI:
24 git+ssh://USERNAME@git.osdn.net:/gitroot/mingw/mingw-org-wsl.git
25
26 If you obtain source code from any URI, other than those canonical URIs
27 listed above, (or any alternative URI as may be identified subsequently,
28 at these URIs), then you should be advised that such source code is not
29 maintained by the MinGW.org Development Team, and is likely obsolete.
30
31
32 Description
33 -----------
34
35 MinGW.org-WSL is provided, and maintained by the MinGW.org Development
36 Team, to furnish essential bindings between the GNU Compiler Collection
37 and the MS-Windows operating system.  Historically, development has been
38 focused on support for the 32-bit MS-Windows platform.  However, these
39 libraries are intended for use in both 32-bit and 64-bit programming;
40 patches to imporve support for both platforms, and in particular the
41 64-bit platform, will be gratefully considered.
42
43 Parts of the C runtime have been adapted to improve C99 compliance, but
44 for the most part you may find that Microsoft's documentation, provided
45 at http://msdn.microsoft.com, offers the most useful advice on the use
46 the MinGW.org-WSL libraries in your own programming.
47
48 The GNU C++ Compiler (g++) provides its own implementation of the C++
49 standard; http://gcc.gnu.org offers the most useful documentation for
50 this particular implementation of the C++ standard.  (Do please note
51 that not all features of this implementation are fully supported on
52 the MS-Windows platforms).