mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
fix for MSVC6 and DWORD_PTR
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2144 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a27df1dfa6
commit
4e2a0f564f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
#include "winquake.h"
|
#include "winquake.h"
|
||||||
|
|
||||||
#if (_MSC_VER < 1200)
|
#if (_MSC_VER < 1300)
|
||||||
#define DWORD_PTR DWORD
|
#define DWORD_PTR DWORD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue