mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
(Windows) Fixed a compile error.
This commit is contained in:
parent
1dbdbe04e2
commit
260ad2d8f0
|
@ -738,7 +738,7 @@ bool SystemData::createSystemDirectories()
|
||||||
pugi::xml_document doc;
|
pugi::xml_document doc;
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
pugi::xml_parse_result res =
|
pugi::xml_parse_result res =
|
||||||
doc.load_file(Utils::String::stringToWideString(configPath).c_str());
|
doc.load_file(Utils::String::stringToWideString(configPaths.front()).c_str());
|
||||||
#else
|
#else
|
||||||
pugi::xml_parse_result res = doc.load_file(configPaths.front().c_str());
|
pugi::xml_parse_result res = doc.load_file(configPaths.front().c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue