]> Creatis software - gdcm.git/commitdiff
COMP: oops bcc32 was complaining
authormalaterre <malaterre>
Mon, 30 May 2005 00:26:05 +0000 (00:26 +0000)
committermalaterre <malaterre>
Mon, 30 May 2005 00:26:05 +0000 (00:26 +0000)
src/gdcmjasper/src/libjasper/include/jasper/jas_config.h.in

index e5c2efa7d155bdeed43890de028e56564ef6d0c7..14439ccc1eae342ca7833be12eca082a4646b736 100644 (file)
@@ -194,7 +194,9 @@ typedef unsigned char      uchar;
 typedef unsigned long long ulonglong;
 typedef long long          longlong;
 #else
-#error this is not supposed to happen please report your compiler
+typedef unsigned char      uchar;
+typedef unsigned __int64   ulonglong;
+typedef __int64            longlong;
 #endif // GDCM_TYPE_USE_LONG_LONG
 /* #define  ssize_t    int */
 #endif // HAVE_SYS_TYPES_H