mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Baby, one more time :(
This commit is contained in:
parent
ac71943174
commit
ad310d21ee
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ typedef unsigned long long uint64_t;
|
||||||
#if SIZEOF_LONG == 8
|
#if SIZEOF_LONG == 8
|
||||||
#define MYSQLND_LLU_SPEC "%lu"
|
#define MYSQLND_LLU_SPEC "%lu"
|
||||||
#elif SIZEOF_LONG == 4
|
#elif SIZEOF_LONG == 4
|
||||||
#define MYSQLND_LL_SPEC "%llu"
|
#define MYSQLND_LLU_SPEC "%llu"
|
||||||
#endif
|
#endif
|
||||||
#endif /* MYSQLND_LLU_SPEC*/
|
#endif /* MYSQLND_LLU_SPEC*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue