]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disable use of stdint.h on MSVC2003 and earlier
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Feb 2009 20:15:35 +0000 (20:15 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Feb 2009 20:15:35 +0000 (20:15 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8733 d7cf8633-e32d-0410-b094-e92efae38249

cap_ogg.c

index 436f436884191249eb226259d56944a92d5d0f24..07a292aa820f55f9a9decff3e935e26c84b42974 100644 (file)
--- a/cap_ogg.c
+++ b/cap_ogg.c
@@ -1,4 +1,6 @@
+#ifndef _MSC_VER
 #include <stdint.h>
+#endif
 #include <sys/types.h>
 
 #include "quakedef.h"