summaryrefslogtreecommitdiffstats
path: root/kexi/3rdparty/kexisql/src/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/3rdparty/kexisql/src/os.h')
-rw-r--r--kexi/3rdparty/kexisql/src/os.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/3rdparty/kexisql/src/os.h b/kexi/3rdparty/kexisql/src/os.h
index d1395841..d11198c9 100644
--- a/kexi/3rdparty/kexisql/src/os.h
+++ b/kexi/3rdparty/kexisql/src/os.h
@@ -71,7 +71,7 @@
# define OS_MAC 1
# define OS_WIN 0
# define OS_UNIX 0
-# elif defined(_WIN32) || defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__BORLANDC__)
+# elif defined(_WIN32) || defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
# define OS_MAC 0
# define OS_WIN 1
# define OS_UNIX 0
@@ -127,7 +127,7 @@
HANDLE h; /* Handle for accessing the file */
int locked; /* 0: unlocked, <0: write lock, >0: read lock */
};
-# if defined(_MSC_VER) || defined(__BORLANDC__)
+# if defined(_MSC_VER)
typedef __int64 off_t;
# else
# if !defined(_CYGWIN_TYPES_H)