Author: j16sdiz
Date: 2009-04-01 14:59:33 +0000 (Wed, 01 Apr 2009)
New Revision: 26315

Modified:
   trunk/contrib/fec/src/csrc/fec16-jinterf.c
   trunk/contrib/fec/src/csrc/fec8-jinterf.c
Log:
Say _WIN32, not WIN32

Modified: trunk/contrib/fec/src/csrc/fec16-jinterf.c
===================================================================
--- trunk/contrib/fec/src/csrc/fec16-jinterf.c  2009-04-01 14:57:09 UTC (rev 
26314)
+++ trunk/contrib/fec/src/csrc/fec16-jinterf.c  2009-04-01 14:59:33 UTC (rev 
26315)
@@ -3,7 +3,7 @@
 #include "jni.h"
 #include <stdio.h>
 #include <stdlib.h>
-#if defined(__GNUC__) || !defined(WIN32)
+#if defined(__GNUC__) || !defined(_WIN32)
 #include <stdint.h>
 #endif
 #include <malloc.h>

Modified: trunk/contrib/fec/src/csrc/fec8-jinterf.c
===================================================================
--- trunk/contrib/fec/src/csrc/fec8-jinterf.c   2009-04-01 14:57:09 UTC (rev 
26314)
+++ trunk/contrib/fec/src/csrc/fec8-jinterf.c   2009-04-01 14:59:33 UTC (rev 
26315)
@@ -3,7 +3,7 @@
 #include "jni.h"
 #include <stdio.h>
 #include <stdlib.h>
-#if defined(__GNUC__) || !defined(WIN32)
+#if defined(__GNUC__) || !defined(_WIN32)
 #include <stdint.h>
 #endif
 #include <malloc.h>

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to