]> Git repositories of Nishi - tewi.git/commitdiff
fix stuff
authorNishi <nishi@nishi.boats>
Wed, 9 Oct 2024 03:14:51 +0000 (03:14 +0000)
committerNishi <nishi@nishi.boats>
Wed, 9 Oct 2024 03:14:51 +0000 (03:14 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@291 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/gui.c

index eb81a033ac05a9c7376c04ac3303a0a61d1b415b..bb3ce69c9005e47b3bb16960975abbc206a1f9c3 100644 (file)
@@ -2,6 +2,8 @@
 
 #include "../config.h"
 
+#if defined(BUILD_GUI_VALID)
+
 #include "gui.h"
 #include "tw_server.h"
 
@@ -295,3 +297,5 @@ int WINAPI WinMain(HINSTANCE hCurInst, HINSTANCE hPrevInst, LPSTR lpsCmdLine, in
        }
        return (int)msg.wParam;
 }
+
+#endif