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

export pugixml symbold in assimp

Kim Kulling 5 жил өмнө
parent
commit
9d296f3943

+ 2 - 2
contrib/pugixml/src/pugiconfig.hpp

@@ -30,8 +30,8 @@
 // #define PUGIXML_NO_EXCEPTIONS
 
 // Set this to control attributes for public classes/functions, i.e.:
-// #define PUGIXML_API __declspec(dllexport) // to export all public symbols from DLL
-// #define PUGIXML_CLASS __declspec(dllimport) // to import all classes from DLL
+#define PUGIXML_API __declspec(dllexport) // to export all public symbols from DLL
+#define PUGIXML_CLASS __declspec(dllimport) // to import all classes from DLL
 // #define PUGIXML_FUNCTION __fastcall // to set calling conventions to all public functions to fastcall
 // In absence of PUGIXML_CLASS/PUGIXML_FUNCTION definitions PUGIXML_API is used instead