Author: j16sdiz
Date: 2009-03-31 04:46:21 +0000 (Tue, 31 Mar 2009)
New Revision: 26268

Modified:
   trunk/contrib/fec/src/csrc/fec16-jinterf.c
   trunk/contrib/fec/src/csrc/fec8-jinterf.c
Log:
Fix build in Windows SDK 6.1

Modified: trunk/contrib/fec/src/csrc/fec16-jinterf.c
===================================================================
--- trunk/contrib/fec/src/csrc/fec16-jinterf.c  2009-03-31 04:21:08 UTC (rev 
26267)
+++ trunk/contrib/fec/src/csrc/fec16-jinterf.c  2009-03-31 04:46:21 UTC (rev 
26268)
@@ -3,7 +3,9 @@
 #include "jni.h"
 #include <stdio.h>
 #include <stdlib.h>
+#ifndef WIN32
 #include <stdint.h>
+#endif
 #include <malloc.h>
 #include "com_onionnetworks_fec_Native16Code.h"
 #include "fec.h"

Modified: trunk/contrib/fec/src/csrc/fec8-jinterf.c
===================================================================
--- trunk/contrib/fec/src/csrc/fec8-jinterf.c   2009-03-31 04:21:08 UTC (rev 
26267)
+++ trunk/contrib/fec/src/csrc/fec8-jinterf.c   2009-03-31 04:46:21 UTC (rev 
26268)
@@ -3,7 +3,9 @@
 #include "jni.h"
 #include <stdio.h>
 #include <stdlib.h>
+#ifndef WIN32
 #include <stdint.h>
+#endif
 #include <malloc.h>
 #include "com_onionnetworks_fec_Native8Code.h"
 #include "fec.h"

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

Reply via email to