Commit d2b651ae authored by Alexandre Julliard's avatar Alexandre Julliard

Wine internal includes should not be in the include path.

parent 6f264583
......@@ -47,7 +47,6 @@ int main(int argc, char **argv)
gcc_argv[i++] = "-fshort-wchar";
gcc_argv[i++] = "-fPIC";
gcc_argv[i++] = "-I" INCLUDEDIR;
gcc_argv[i++] = "-I" INCLUDEDIR "/msvcrt";
gcc_argv[i++] = "-I" INCLUDEDIR "/windows";
gcc_argv[i++] = "-DWINE_DEFINE_WCHAR_T";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment