mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Misc: Remove a define that is no longer needed since ACE was removed
This commit is contained in:
@@ -23,14 +23,12 @@
|
||||
|
||||
namespace G3D
|
||||
{
|
||||
class Vector2;
|
||||
class Vector3;
|
||||
class Vector4;
|
||||
}
|
||||
|
||||
namespace Movement
|
||||
{
|
||||
using G3D::Vector2;
|
||||
using G3D::Vector3;
|
||||
using G3D::Vector4;
|
||||
|
||||
|
||||
@@ -24,11 +24,6 @@
|
||||
#include <windows.h>
|
||||
#include <winsvc.h>
|
||||
|
||||
// stupid ACE define
|
||||
#ifdef main
|
||||
#undef main
|
||||
#endif //main
|
||||
|
||||
#if !defined(WINADVAPI)
|
||||
#if !defined(_ADVAPI32_)
|
||||
#define WINADVAPI DECLSPEC_IMPORT
|
||||
|
||||
@@ -35,8 +35,6 @@
|
||||
|
||||
using namespace VMAP;
|
||||
|
||||
// G3D namespace typedefs conflicts with ACE typedefs
|
||||
|
||||
namespace MMAP
|
||||
{
|
||||
struct MapTiles
|
||||
|
||||
Reference in New Issue
Block a user