From 4c10d4dd2f709ab3f04dfdc5a72532a9dba7fd17 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sat, 23 Feb 2013 00:07:47 -0800 Subject: [PATCH] c++11 linux compile conflicts with perl more --- world/EQW.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/world/EQW.cpp b/world/EQW.cpp index 014e41439..c97fcd652 100644 --- a/world/EQW.cpp +++ b/world/EQW.cpp @@ -38,6 +38,12 @@ #include "LauncherLink.h" #include "wguild_mgr.h" + +#ifdef seed +#undef seed +#endif + + #include using namespace std;