From 3f7c70b2ad74db8c15915e3af5436f0508546a85 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Tue, 28 Aug 2018 11:59:41 +0000 Subject: [PATCH] Keep it compiling. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4150 --- src/gui/sdlmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index bec728de..4aa4fd4b 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -1268,6 +1268,7 @@ static void GUI_StartUp(Section * sec) { sdl.desktop.full.height = vidinfo->current_h; } } +#endif #endif if (!sdl.desktop.full.width) {