| commit | 9abd8852ddb5c4b01174f8c07e3d21b1c99989df | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Mon Oct 16 21:29:23 2006 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 16 21:29:23 2006 +0200 |
| tree | 8f589f12c09ec3d2bccfa38ea95d33accde7aaa3 | |
| parent | 1b8c98d35da8894faaa33146db7e184fa110674b [diff] [blame] |
configure: Don't define _WIN64 on the command line to avoid trouble with system headers.
diff --git a/include/msvcrt/stdio.h b/include/msvcrt/stdio.h index bc58de3..dfa983f 100644 --- a/include/msvcrt/stdio.h +++ b/include/msvcrt/stdio.h
@@ -19,6 +19,10 @@ #define __int64 long long #endif +#if defined(__x86_64__) && !defined(_WIN64) +#define _WIN64 +#endif + /* file._flag flags */ #define _IOREAD 0x0001 #define _IOWRT 0x0002