mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 17:21:24 +00:00
Fixed build with GCC 4.x / Xcode 3.2.x
This commit is contained in:
parent
4d799cab70
commit
45a88780b0
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Avoid collision between DObject class and Objective-C
|
||||||
|
#define Class ObjectClass
|
||||||
|
|
||||||
#include "cmdlib.h"
|
#include "cmdlib.h"
|
||||||
#include "d_main.h"
|
#include "d_main.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
@ -40,6 +43,9 @@
|
||||||
#include "m_argv.h"
|
#include "m_argv.h"
|
||||||
#include "m_misc.h"
|
#include "m_misc.h"
|
||||||
#include "gameconfigfile.h"
|
#include "gameconfigfile.h"
|
||||||
|
|
||||||
|
#undef Class
|
||||||
|
|
||||||
#include <Cocoa/Cocoa.h>
|
#include <Cocoa/Cocoa.h>
|
||||||
#include <wordexp.h>
|
#include <wordexp.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue