1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

fix build on windows, seems this macro is not defined

This commit is contained in:
Andrey Hristov
2010-09-01 16:54:20 +00:00
parent 6bc16cce8f
commit 383d7d005a

View File

@@ -156,13 +156,7 @@ typedef struct st_mysqlnd_options
The ABI will be broken and the methods structure will be somewhere else
in the memory which can crash external code. Feel free to reuse these.
*/
#if SIZEOF_CHAR_P == 4
uint32_t unused1;
#elif SIZEOF_CHAR_P == 8
uint64_t unused1;
#else
#error Not supported platform
#endif
char * unused1;
char * unused2;
char * unused3;
char * unused4;