From 0fc4640cc9fbcced70c365122ecff97278083497 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 16 Feb 2019 11:12:10 -0500 Subject: [PATCH] - fix building in 32 bit windows --- src/win32/i_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/i_system.cpp b/src/win32/i_system.cpp index 0015e69b11..f9691146ae 100644 --- a/src/win32/i_system.cpp +++ b/src/win32/i_system.cpp @@ -1219,7 +1219,7 @@ TArray 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