summaryrefslogtreecommitdiff
path: root/libopenjpeg/fix.c
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-01-25 15:21:28 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-01-25 15:21:28 +0000
commitec2b3b3b3f79722a05e8a2d8742cebb674ce0bce (patch)
treeb63a2a033f69d599065600651fbd76a276e48aee /libopenjpeg/fix.c
parentb9b72f1951634cf3ed45535e90a488906a99f976 (diff)
COMP: Fix compilation on mingw (already had itoa) and borland (need __int64)
Diffstat (limited to 'libopenjpeg/fix.c')
-rw-r--r--libopenjpeg/fix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/fix.c b/libopenjpeg/fix.c
index 0f5f49b4..e9ba82be 100644
--- a/libopenjpeg/fix.c
+++ b/libopenjpeg/fix.c
@@ -30,7 +30,7 @@
#include "fix.h"
-#ifdef _MSC_VER
+#if defined(_MSC_VER) || defined(__BORLANDC__)
#define int64 __int64
#else
#define int64 long long