Commit 8f1ea6ee authored by Alexandre Julliard's avatar Alexandre Julliard

include: Make sure wine/port.h and msvcrt headers are not used together.

parent c27aa289
......@@ -22,6 +22,10 @@
#define __WINE_USE_MSVCRT
#endif
#ifdef __WINE_WINE_PORT_H
# error You cannot use both wine/port.h and msvcrt headers
#endif
#if defined(__x86_64__) && !defined(_WIN64)
#define _WIN64
#endif
......
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