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

This commit is contained in:
Alexandre Julliard 2010-07-22 17:40:55 +02:00
parent c27aa289b7
commit 8f1ea6eeb1

View file

@ -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