mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
[Core] Remove obsolete directive
This commit is contained in:
parent
deb9a167ea
commit
2d06f70da2
57 changed files with 139 additions and 139 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue