mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fix building in 32 bit windows
This commit is contained in:
parent
9f62289507
commit
0fc4640cc9
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ TArray<FString> I_GetGogPaths()
|
|||
// If a 32-bit ZDoom runs on a 64-bit Windows, this will be transparently and
|
||||
// automatically redirected to the Wow6432Node address instead, so this address
|
||||
// should be safe to use in all cases.
|
||||
std::wstring gogregistrypath = "Software\\GOG.com\\Games";
|
||||
std::wstring gogregistrypath = L"Software\\GOG.com\\Games";
|
||||
#endif
|
||||
|
||||
// Look for Ultimate Doom
|
||||
|
|
Loading…
Reference in a new issue