Externals/pugixml: Configure new version for use in Dolphin.

This commit is contained in:
Admiral H. Curtiss 2022-05-02 08:38:25 +02:00
parent 8447c90378
commit 68b260746b
No known key found for this signature in database
GPG Key ID: F051B4C4044F33FB
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
// #define PUGIXML_NO_STL
// Uncomment this to disable exceptions
// #define PUGIXML_NO_EXCEPTIONS
#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
@ -47,7 +47,7 @@
// #define PUGIXML_HEADER_ONLY
// Uncomment this to enable long long support
// #define PUGIXML_HAS_LONG_LONG
#define PUGIXML_HAS_LONG_LONG
#endif