[Core] Remove obsolete directive

This commit is contained in:
Antz 2015-01-21 15:38:09 +00:00 committed by Antz
parent deb9a167ea
commit 2d06f70da2
57 changed files with 139 additions and 139 deletions

View file

@ -34,7 +34,7 @@ template<class OBJECT>
* @brief
*
*/
class MANGOS_DLL_SPEC GridReference : public Reference<GridRefManager<OBJECT>, OBJECT>
class GridReference : public Reference<GridRefManager<OBJECT>, OBJECT>
{
protected:

View file

@ -32,7 +32,7 @@ namespace MaNGOS
std::atexit((void (*)())p);
}
void MANGOS_DLL_SPEC at_exit(void (*func)())
void at_exit(void (*func)())
{
external_wrapper((void*)func);
}

View file

@ -41,7 +41,7 @@ namespace MaNGOS
*
* @param (func)()
*/
void MANGOS_DLL_SPEC at_exit(void (*func)());
void at_exit(void (*func)());
template<class T>
/**