From 7ead01d6b3649d6294e8df73ef1a8030016ba72a Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 9 Oct 2024 03:14:51 +0000 Subject: [PATCH] fix stuff git-svn-id: file:///raid/svn-personal/tewi/trunk@291 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/gui.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Server/gui.c b/Server/gui.c index eb81a03..bb3ce69 100644 --- a/Server/gui.c +++ b/Server/gui.c @@ -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 -- 2.45.2