Tweaks
This commit is contained in:
3
Source/ThirdParty/pugixml/pugixml_extra.cpp
vendored
3
Source/ThirdParty/pugixml/pugixml_extra.cpp
vendored
@@ -1,9 +1,10 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#include "pugixml.hpp"
|
||||
#include "pugixml_extra.hpp"
|
||||
|
||||
namespace pugi
|
||||
{
|
||||
|
||||
// Compare two strings
|
||||
// This comes from pugi::impl::strequal
|
||||
bool strequal(const char_t* src, const char_t* dst)
|
||||
|
||||
2
Source/ThirdParty/pugixml/pugixml_extra.hpp
vendored
2
Source/ThirdParty/pugixml/pugixml_extra.hpp
vendored
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "pugixml.hpp"
|
||||
|
||||
Reference in New Issue
Block a user