diff options
| author | Liam Mitchell <[email protected]> | 2025-08-22 15:51:32 -0700 |
|---|---|---|
| committer | Liam Mitchell <[email protected]> | 2025-08-22 15:51:32 -0700 |
| commit | 623f5bbd39e24a8a26203c02bafc3800d74d1db0 (patch) | |
| tree | 440f47c23b2d2d9c4afb53b06d732bf5228fcfbe /src/zenutil/service.cpp | |
| parent | Move ReportServiceStatus to zenutil and remove extraneous logging (diff) | |
| download | zen-623f5bbd39e24a8a26203c02bafc3800d74d1db0.tar.xz zen-623f5bbd39e24a8a26203c02bafc3800d74d1db0.zip | |
Move windows service utilities to zenutil and fix clang-format errors
Diffstat (limited to 'src/zenutil/service.cpp')
| -rw-r--r-- | src/zenutil/service.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/service.cpp b/src/zenutil/service.cpp index bf2d7d630..e4a9a951e 100644 --- a/src/zenutil/service.cpp +++ b/src/zenutil/service.cpp @@ -10,6 +10,7 @@ #if ZEN_PLATFORM_WINDOWS # include <zencore/windows.h> +# include <zenutil/windows/service.h> #endif #if ZEN_PLATFORM_MAC # include <zencore/filesystem.h> |