match JA and typedef LPCSTR q_shared.h

This commit is contained in:
Jonathan Gray 2013-04-28 13:03:46 +10:00
parent 81cc9190a4
commit c294d5e494
2 changed files with 2 additions and 4 deletions

View file

@ -334,6 +334,8 @@ typedef unsigned char byte;
typedef unsigned short word;
typedef unsigned long ulong;
typedef const char *LPCSTR;
typedef enum {qfalse, qtrue} qboolean;
typedef int qhandle_t;

View file

@ -3,10 +3,6 @@
#ifndef TR_LOCAL_H
#define TR_LOCAL_H
#ifdef __linux__
typedef const char * LPCSTR;
#endif
#include "../game/q_shared.h"
#include "../qcommon/qfiles.h"
#include "../qcommon/qcommon.h"