From 623f5bbd39e24a8a26203c02bafc3800d74d1db0 Mon Sep 17 00:00:00 2001 From: Liam Mitchell Date: Fri, 22 Aug 2025 15:51:32 -0700 Subject: Move windows service utilities to zenutil and fix clang-format errors --- src/zenserver/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/zenserver/main.cpp') diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp index e3c88f8bb..6b22e1a0f 100644 --- a/src/zenserver/main.cpp +++ b/src/zenserver/main.cpp @@ -31,7 +31,7 @@ #if ZEN_PLATFORM_WINDOWS # include -# include "windows/service.h" +# include #endif ////////////////////////////////////////////////////////////////////////// @@ -90,7 +90,6 @@ ZenEntryPoint::ZenEntryPoint(ZenServerOptions& ServerOptions) : m_ServerOptions( { } - int ZenEntryPoint::Run() { -- cgit v1.2.3