From c66db8ce4986df2b4572f3700683b733972f3d6c Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 28 Oct 2013 21:08:49 +0000 Subject: [PATCH] fix windows build --- source/shared_lib/include/platform/sdl/platform_util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/shared_lib/include/platform/sdl/platform_util.h b/source/shared_lib/include/platform/sdl/platform_util.h index 719e86ddd..da864e260 100644 --- a/source/shared_lib/include/platform/sdl/platform_util.h +++ b/source/shared_lib/include/platform/sdl/platform_util.h @@ -102,8 +102,7 @@ std::string utf8_encode(const std::wstring &wstr); std::wstring utf8_decode(const std::string &str); std::string getRegKey(const std::string& location, const std::string& name); -void message(string message); -bool ask(string message); +void message(string message, bool isNonGraphicalModeEnabled); void exceptionMessage(const exception &excp); string getCommandLine(); void init_win32();