mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 08:05:38 +00:00
(Windows) Fixed a MinGW compile error.
This commit is contained in:
parent
e319a5362e
commit
0cf6914e16
|
@ -573,7 +573,7 @@ bool SystemData::createSystemDirectories()
|
||||||
|
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
systemInfoFile.open(Utils::String::stringToWideString(rompath +
|
systemInfoFile.open(Utils::String::stringToWideString(rompath +
|
||||||
systemDir + systemInfoFileName));
|
systemDir + systemInfoFileName).c_str());
|
||||||
#else
|
#else
|
||||||
systemInfoFile.open(rompath + systemDir + systemInfoFileName);
|
systemInfoFile.open(rompath + systemDir + systemInfoFileName);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue