mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +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;
|
||||
#if defined(_WIN64)
|
||||
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
|
||||
pugi::xml_parse_result res = doc.load_file(configPaths.front().c_str());
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue