From: Nishi Date: Wed, 9 Oct 2024 03:14:51 +0000 (+0000) Subject: fix stuff X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=7ead01d6b3649d6294e8df73ef1a8030016ba72a;p=tewi.git fix stuff git-svn-id: file:///raid/svn-personal/tewi/trunk@291 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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