c++11 linux compile conflicts with perl

This commit is contained in:
KimLS 2013-02-23 00:06:03 -08:00
parent 86c8b11102
commit f32048808a
15 changed files with 60 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 */

View File

@ -30,6 +30,10 @@
#include "../common/debug.h"
#include "embperl.h"
#ifdef seed
#undef seed
#endif
#include "client.h"
#include "titles.h"

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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"

View File

@ -30,6 +30,10 @@
#include "../common/debug.h"
#include "embperl.h"
#ifdef seed
#undef seed
#endif
typedef const char Const_char;
#include "mob.h"

View File

@ -30,6 +30,10 @@
#include "../common/debug.h"
#include "embperl.h"
#ifdef seed
#undef seed
#endif
typedef const char Const_char;
#include "npc.h"

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -30,6 +30,10 @@
#include "../common/debug.h"
#include "embperl.h"
#ifdef seed
#undef seed
#endif
#include "raids.h"
#include "client.h"