Attempt fix 11

This commit is contained in:
Saood Karim
2025-04-20 22:18:03 -05:00
parent ca1aae058e
commit cf6cfdc290

View File

@@ -16,7 +16,6 @@
#if defined(_WIN32) && !defined(__MINGW32__)
# define IQK_API __declspec(dllexport)
#endif
#else
# define IQK_API __attribute__ ((visibility ("default")))
#endif