]> Creatis software - gdcm.git/commitdiff
COMP: Why do people use microsoft extension...
authormalaterre <malaterre>
Tue, 24 Jan 2006 20:50:00 +0000 (20:50 +0000)
committermalaterre <malaterre>
Tue, 24 Jan 2006 20:50:00 +0000 (20:50 +0000)
src/gdcmopenjpeg/libopenjpeg/event.c

index bd0c06e2152cf562a78ebda9a1a645b8f9af39ed..179d32f287b5391c86e069e768ab96c633dbe01a 100644 (file)
@@ -30,7 +30,7 @@
      Utility functions
    ==========================================================*/
 
-#ifndef WIN32
+#ifndef _MSC_VER
 static char*
 i2a(unsigned i, char *a, unsigned r) {
   if (i/r > 0) a = i2a(i/r,a,r);