mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[Bug 444846] Fixing GCC warning on x86-64 about redefined HAVE_VA_LIST_AS_ARRAY. r=crowder
This commit is contained in:
parent
c3acf2cc17
commit
6e106c4272
@ -377,7 +377,7 @@ int main(int argc, char **argv)
|
||||
printf("\n");
|
||||
|
||||
#if defined __GNUC__ && defined __x86_64__
|
||||
printf("#define HAVE_VA_LIST_AS_ARRAY\n");
|
||||
printf("#define HAVE_VA_LIST_AS_ARRAY 1\n");
|
||||
printf("\n");
|
||||
#endif
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
||||
#elif defined(_WIN32) || defined(XP_OS2) || defined(WINCE)
|
||||
|
||||
#ifdef __WATCOMC__
|
||||
#define HAVE_VA_LIST_AS_ARRAY
|
||||
#define HAVE_VA_LIST_AS_ARRAY 1
|
||||
#endif
|
||||
|
||||
#define IS_LITTLE_ENDIAN 1
|
||||
|
Loading…
Reference in New Issue
Block a user