File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11#include " stdafx.h"
22#include " Utilities/rXml.h"
3- #pragma warning(push)
4- #pragma warning(disable : 4996)
5- #include < pugixml.hpp>
6- #pragma warning(pop)
73
84rXmlNode::rXmlNode ()
95{
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include < pugixml.hpp>
3+ #ifndef PUGIXML_HEADER_ONLY
4+ #define PUGIXML_HEADER_ONLY 1
5+ #endif // !PUGIXML_HEADER_ONLY
6+ #include " pugixml.hpp"
7+ #undef PUGIXML_HEADER_ONLY
48
59struct rXmlNode
610{
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ endforeach()
165165file (
166166GLOB_RECURSE
167167RPCS3_SRC
168- "${RPCS3_SRC_DIR} /../3rdparty/pugixml/src/pugixml.cpp"
169168"${RPCS3_SRC_DIR} /rpcs3.cpp"
170169"${RPCS3_SRC_DIR} /config.cpp"
171170"${RPCS3_SRC_DIR} /stb_image.cpp"
You can’t perform that action at this time.
0 commit comments