From e93336d428081eb1646146c546f2fee527cb888c Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 13 Aug 2005 21:33:13 +0000 Subject: [PATCH] forgotten sdl-fix --- lib/gdi/gfbdc.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/gdi/gfbdc.cpp b/lib/gdi/gfbdc.cpp index 83ffed2b..7130b0c7 100644 --- a/lib/gdi/gfbdc.cpp +++ b/lib/gdi/gfbdc.cpp @@ -158,3 +158,7 @@ void gFBDC::reloadSettings() } // eAutoInitPtr init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC"); +#ifndef SDLDC +eAutoInitPtr init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC"); +#endif + -- 2.30.2