Files
cemu-vcpkg/ports/pugixml/config.patch
2020-07-26 19:55:03 +02:00

14 lines
322 B
Diff

diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index ff89716..83b3818 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -44,7 +44,7 @@
// #define PUGIXML_HEADER_ONLY
// Uncomment this to enable long long support
-// #define PUGIXML_HAS_LONG_LONG
+#define PUGIXML_HAS_LONG_LONG
#endif