示例#1
0
 void at_exit( void (*func)() )
 {
     external_wrapper((void*)func);
 }
示例#2
0
 void ANATHEMA_DLL_SPEC at_exit(void (*func)())
 {
     external_wrapper((void*)func);
 }
示例#3
0
 void TRINITY_DLL_SPEC at_exit( void (*func)() )
 {
     external_wrapper((void*)func);
 }
示例#4
0
 void MANGOS_DLL_SPEC at_exit(void (*func)())
 {
     external_wrapper((void*)func);
 }
示例#5
0
 void QUAD_DLL_SPEC at_exit( void (*func)() )
 {
     external_wrapper((void*)func);
 }