(thanks to Winfried for his help)
[openjpeg.git] / jp3d / libjp3dvm / event.c
index 6fe8ae2e3c87864db603305ab91e33cf92160ea2..c558218c60c9b4cce1205668c4d325fd2e74ece3 100755 (executable)
@@ -30,7 +30,7 @@
 //   Utility functions\r
 // ==========================================================\r
 \r
-#ifndef WIN32\r
+#ifndef _WIN32\r
 static char*\r
 i2a(unsigned i, char *a, unsigned r) {\r
        if (i/r > 0) a = i2a(i/r,a,r);\r
@@ -57,7 +57,7 @@ _itoa(int i, char *a, int r) {
        return a;\r
 }\r
 \r
-#endif // !WIN32\r
+#endif // !_WIN32\r
 \r
 /* ----------------------------------------------------------------------- */\r
 \r