Message ID | CAEwic4aU5=D0a=MsLhCe1iVNFS0NghRO2wRkCpCQ9pA5_Nr7_Q@mail.gmail.com |
---|---|
State | New |
Headers | show |
Index: mingw32.h =================================================================== --- mingw32.h (revision 189294) +++ mingw32.h (working copy) @@ -150,6 +150,11 @@ #define STANDARD_STARTFILE_PREFIX_2 "" #endif +/* For native mingw-version we need to take care that NATIVE_SYSTEM_HEADER_DIR + macro contains POSIX-style path. See bug 52947. */ +#undef NATIVE_SYSTEM_HEADER_DIR +#define NATIVE_SYSTEM_HEADER_DIR "/mingw/include" + /* Output STRING, a string representing a filename, to FILE. We canonicalize it to be in Unix format (backslashes are replaced forward slashes. */