2
0
Эх сурвалжийг харах

Update irrXML.h

FIx export directive for linux.
Kim Kulling 6 жил өмнө
parent
commit
37357515fa

+ 2 - 2
contrib/irrXML/irrXML.h

@@ -8,9 +8,9 @@
 #include <stdio.h>
 
 #ifdef _WIN32
-#    define IRRXML_API __declspec(dllexport)
+#   define IRRXML_API __declspec(dllexport)
 #else
-#    define IRRXML_API
+#   define IRRXML_API __attribute__ ((visibility("default")))
 #endif // _WIN32
 
 /** \mainpage irrXML 1.2 API documentation