mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 00:44:37 +08:00
8d291610ee804189f0065ff951bd0ed89c1ffe09
Only few modifications were necessary to get it to work flawlessy with our tree:
-> getopt.c, which should rather be a part of "mingwex" (if we need the two Unix apps using it at all..)
-> Adding an 'extern int __globallocalestatus;' to the "internal.h"
-> Disabling the custom __mingw_get_crt_info, which depends on defines inside the mingw-w64 tree
-> Small warning fixes, which will be submitted to mingw-w64
- Add an include directory "include/reactos/mingw-w64" for their header stuff to make synchronizations easier.
- Remove remainders of our previous initialization routines, which still co-existed beside the new ones
- Remove misleading and unnecessary files (i.e. "binmode.c")
svn path=/trunk/; revision=40006
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%