Commit d4b8654a authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Cleanup warning when building on Mingw.

parent e2980976
......@@ -150,6 +150,10 @@ typedef INT (CALLBACK *PROC)();
#endif
#endif /* NOMINMAX */
#ifdef MAX_PATH /* Work-around for Mingw */
#undef MAX_PATH
#endif /* MAX_PATH */
#define MAX_PATH 260
#define HFILE_ERROR ((HFILE)-1)
......
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