diff --git a/lang/LangPrimSource/PyrPrimitive.cpp b/lang/LangPrimSource/PyrPrimitive.cpp index a4f61a4948f..eacc8bd95ca 100644 --- a/lang/LangPrimSource/PyrPrimitive.cpp +++ b/lang/LangPrimSource/PyrPrimitive.cpp @@ -4264,7 +4264,7 @@ void initMIDIPrimitives(); initMIDIPrimitives(); #endif -#if !defined(_WIN32) && !defined(SC_IPHONE) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__APPLE__) +#if defined __linux__ void initLIDPrimitives(); initLIDPrimitives(); #endif