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

index 14439ccc1eae342ca7833be12eca082a4646b736..89a1e2d13f9976bcfc5f98d7c763768dc14cd1af 100644 (file)
@@ -194,6 +194,9 @@ typedef unsigned char      uchar;
 typedef unsigned long long ulonglong;
 typedef long long          longlong;
 #else
+typedef unsigned short     ushort;
+typedef unsigned int       uint;
+typedef unsigned long      ulong;
 typedef unsigned char      uchar;
 typedef unsigned __int64   ulonglong;
 typedef __int64            longlong;