mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 12:30:32 +00:00
- fix building in 32 bit windows
This commit is contained in:
parent
c7877388a9
commit
9b8ec98f78
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,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