1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

attempt to make ULONGLONG_MAX work on Windows.

This commit is contained in:
konstantin@mysql.com
2003-12-05 12:52:07 +03:00
parent cce3acfa16
commit b5bef29564
2 changed files with 2 additions and 0 deletions

View File

@ -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 */