diff options
Diffstat (limited to 'src/sqlite/sqliteInt.h')
-rw-r--r-- | src/sqlite/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite/sqliteInt.h b/src/sqlite/sqliteInt.h index c4f723f..5edba2b 100644 --- a/src/sqlite/sqliteInt.h +++ b/src/sqlite/sqliteInt.h @@ -155,7 +155,7 @@ ** cc '-DUINTPTR_TYPE=long long int' ... */ #ifndef UINT64_TYPE -# if defined(_MSC_VER) || defined(__BORLANDC__) +# if defined(_MSC_VER) # define UINT64_TYPE unsigned __int64 # else # define UINT64_TYPE unsigned long long int |