commit | 58c64190f46cd897597c48c9e2c742a887b27124 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jul 10 13:05:20 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jul 10 13:05:20 2006 +0200 |
tree | 95deb0fdc2aee20909ec2081a060e58738c07e8f | |
parent | 945292737b15f6196c7485617cea95ebc35d959c [diff] [blame] |
configure: Define _WIN64 when building on a 64-bit platform.
diff --git a/include/basetsd.h b/include/basetsd.h index 292483a..444e876 100644 --- a/include/basetsd.h +++ b/include/basetsd.h
@@ -38,7 +38,7 @@ * type model where int and long are 32 bit and pointer is 64-bit. */ -#ifdef __x86_64__ +#if defined(__x86_64__) && !defined(_WIN64) #define _WIN64 #endif