mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
attempt to make ULONGLONG_MAX work on Windows.
include/config-win.h: ULONGLONG_MAX definition added include/my_global.h: comment about config-win.h added
This commit is contained in:
@ -85,6 +85,7 @@
|
||||
|
||||
#define LONGLONG_MIN ((__int64) 0x8000000000000000)
|
||||
#define LONGLONG_MAX ((__int64) 0x7FFFFFFFFFFFFFFF)
|
||||
#define ULONGLONG_MAX ((unsigned __int64) 0xFFFFFFFFFFFFFFFF)
|
||||
#define LL(A) ((__int64) A)
|
||||
|
||||
/* Type information */
|
||||
|
Reference in New Issue
Block a user