summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty/kexisql3/src/sqliteInt.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-26 19:08:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:15:56 +0900
commite05e9903710ef96c1cfdebd425a1b871935ca3f5 (patch)
treedd153859f1650e24770fdf32be0e4b2eb4d8759c /kexi/3rdparty/kexisql3/src/sqliteInt.h
parent3899caa1b0b15e6d946608f3b49cb50f063826f1 (diff)
downloadkoffice-e05e9903.tar.gz
koffice-e05e9903.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dbc953c5a76adc77d2a58f666dd692ae5b792025)
Diffstat (limited to 'kexi/3rdparty/kexisql3/src/sqliteInt.h')
-rw-r--r--kexi/3rdparty/kexisql3/src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/3rdparty/kexisql3/src/sqliteInt.h b/kexi/3rdparty/kexisql3/src/sqliteInt.h
index 796653e7c..f2f4efc57 100644
--- a/kexi/3rdparty/kexisql3/src/sqliteInt.h
+++ b/kexi/3rdparty/kexisql3/src/sqliteInt.h
@@ -167,7 +167,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