From 29d3cfdfdcd04602be11eb5b546efda501f88b1a Mon Sep 17 00:00:00 2001 From: namreeb Date: Fri, 28 Oct 2016 11:38:19 -1000 Subject: [PATCH] Removed lingering MANGOS_DLL_SPEC reference --- src/framework/Platform/Define.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index e71fef901fc..f4a7d25c584 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -84,7 +84,6 @@ # define DECLSPEC_NORETURN __declspec(noreturn) # endif // DECLSPEC_NORETURN #else // PLATFORM != PLATFORM_WINDOWS -# define MANGOS_DLL_SPEC # define DECLSPEC_NORETURN #endif // PLATFORM