From fca398ae4da72395aa6cc368c42126fe317cad4e Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Thu, 22 Dec 2016 19:40:02 -0500 Subject: [PATCH] Win32 Debugger: no need for Win32 interface code for SDL --- src/win32/win_dbg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/win32/win_dbg.c b/src/win32/win_dbg.c index 23416af1b..fe6ebb04a 100644 --- a/src/win32/win_dbg.c +++ b/src/win32/win_dbg.c @@ -20,7 +20,9 @@ #include +#ifndef HAVE_SDL #include "win_main.h" +#endif #include "../doomdef.h" //just for VERSION #include "win_dbg.h" #include "../m_argv.h" //print the parameter in the log