diff --git a/src/gl/hqnx/hqx.h b/src/gl/hqnx/hqx.h index 2eed971e94..089b5a0bc3 100644 --- a/src/gl/hqnx/hqx.h +++ b/src/gl/hqnx/hqx.h @@ -33,7 +33,7 @@ #define HQX_CALLCONV #endif -#if defined(_WIN32) +#if 0 //defined(_WIN32) #ifdef DLL_EXPORT #define HQX_API __declspec(dllexport) #else