build fix for Debian's i586-mingw32msvc
git-svn-id: svn://svn.icculus.org/netradiant/trunk@141 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
fd246066ee
commit
4f43944e44
|
|
@ -25,14 +25,6 @@ extern "C"
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef boolean
|
||||
#ifdef __cplusplus
|
||||
#define boolean bool
|
||||
#else
|
||||
typedef int boolean;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __MACOS__
|
||||
|
|
@ -44,6 +36,14 @@ typedef int boolean;
|
|||
|
||||
#endif
|
||||
|
||||
#ifndef boolean
|
||||
#ifdef __cplusplus
|
||||
#define boolean bool
|
||||
#else
|
||||
#define boolean int
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// rad additions
|
||||
// 11.29.99
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user