using __linux__ instead of LINUX
This commit is contained in:
parent
5f319a527f
commit
745e41ce3b
|
@ -1315,7 +1315,7 @@ C_DLLEXPORT int Meta_Detach(PLUG_LOADTIME now, PL_UNLOAD_REASON reason) {
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef LINUX
|
||||
#ifdef __linux__
|
||||
C_DLLEXPORT void GiveFnptrsToDll( enginefuncs_t* pengfuncsFromEngine, globalvars_t *pGlobals ) {
|
||||
#else
|
||||
void WINAPI GiveFnptrsToDll( enginefuncs_t* pengfuncsFromEngine, globalvars_t *pGlobals ) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user