mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
c++11 linux compile conflicts with perl
This commit is contained in:
parent
86c8b11102
commit
f32048808a
@ -32,6 +32,10 @@ typedef const char Const_char;
|
||||
#include "EQWParser.h"
|
||||
#include "EQLConfig.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
#undef THIS
|
||||
#endif
|
||||
|
||||
@ -32,6 +32,10 @@ typedef const char Const_char;
|
||||
#include "EQWParser.h"
|
||||
#include "EQW.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
#undef THIS
|
||||
#endif
|
||||
|
||||
@ -32,6 +32,10 @@ typedef const char Const_char;
|
||||
#include "EQWParser.h"
|
||||
#include "HTTPRequest.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
#undef THIS
|
||||
#endif
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "PlayerCorpse.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "client.h"
|
||||
#include "titles.h"
|
||||
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "doors.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -31,6 +31,10 @@
|
||||
#include <list>
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "entity.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "groups.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -22,6 +22,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "../common/linked_list.h"
|
||||
#include "hate_list.h"
|
||||
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
typedef const char Const_char;
|
||||
|
||||
#include "mob.h"
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
typedef const char Const_char;
|
||||
|
||||
#include "npc.h"
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "object.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "perlpacket.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -22,6 +22,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "../common/Item.h"
|
||||
|
||||
#ifdef THIS /* this macro seems to leak out on some systems */
|
||||
|
||||
@ -30,6 +30,10 @@
|
||||
#include "../common/debug.h"
|
||||
#include "embperl.h"
|
||||
|
||||
#ifdef seed
|
||||
#undef seed
|
||||
#endif
|
||||
|
||||
#include "raids.h"
|
||||
#include "client.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user