From e9456d7a58fc721cc5c931838399d9734b6fd971 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 24 Feb 2006 22:04:35 +0000 Subject: * Merged ioq3-r584 --- src/qcommon/q_shared.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/qcommon/q_shared.h') diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index a55689e7..518eab41 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -102,6 +102,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA //============================================================= +#ifdef Q3_VM +typedef int intptr_t; +#else +#include +#endif + typedef unsigned char byte; typedef enum {qfalse, qtrue} qboolean; -- cgit