r994 - branches/1.34/code/qcommon tags/1.34-rc2/code/qcommon tags/1.34-rc3/code/qcommon trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Nov 29 08:19:54 EST 2006
Author: coyote
Date: 2006-11-29 08:19:53 -0500 (Wed, 29 Nov 2006)
New Revision: 994
Modified:
branches/1.34/code/qcommon/q_platform.h
tags/1.34-rc2/code/qcommon/q_platform.h
tags/1.34-rc3/code/qcommon/q_platform.h
trunk/code/qcommon/q_platform.h
Log:
Minor change to Solaris default int types...
Modified: branches/1.34/code/qcommon/q_platform.h
===================================================================
--- branches/1.34/code/qcommon/q_platform.h 2006-11-29 07:40:35 UTC (rev 993)
+++ branches/1.34/code/qcommon/q_platform.h 2006-11-29 13:19:53 UTC (rev 994)
@@ -222,7 +222,7 @@
#ifdef __sun
-#include <sys/isa_defs.h>
+#include <stdint.h>
#include <sys/byteorder.h>
#define OS_STRING "solaris"
Modified: tags/1.34-rc2/code/qcommon/q_platform.h
===================================================================
--- tags/1.34-rc2/code/qcommon/q_platform.h 2006-11-29 07:40:35 UTC (rev 993)
+++ tags/1.34-rc2/code/qcommon/q_platform.h 2006-11-29 13:19:53 UTC (rev 994)
@@ -222,7 +222,7 @@
#ifdef __sun
-#include <sys/isa_defs.h>
+#include <stdint.h>
#include <sys/byteorder.h>
#define OS_STRING "solaris"
Modified: tags/1.34-rc3/code/qcommon/q_platform.h
===================================================================
--- tags/1.34-rc3/code/qcommon/q_platform.h 2006-11-29 07:40:35 UTC (rev 993)
+++ tags/1.34-rc3/code/qcommon/q_platform.h 2006-11-29 13:19:53 UTC (rev 994)
@@ -222,7 +222,7 @@
#ifdef __sun
-#include <sys/isa_defs.h>
+#include <stdint.h>
#include <sys/byteorder.h>
#define OS_STRING "solaris"
Modified: trunk/code/qcommon/q_platform.h
===================================================================
--- trunk/code/qcommon/q_platform.h 2006-11-29 07:40:35 UTC (rev 993)
+++ trunk/code/qcommon/q_platform.h 2006-11-29 13:19:53 UTC (rev 994)
@@ -222,7 +222,7 @@
#ifdef __sun
-#include <sys/isa_defs.h>
+#include <stdint.h>
#include <sys/byteorder.h>
#define OS_STRING "solaris"
More information about the quake3-commits
mailing list