using __linux__ instead of LINUX

This commit is contained in:
Pavol Marko 2004-03-07 19:28:30 +00:00
parent 5f319a527f
commit 745e41ce3b

View File

@ -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 ) {