diff options
| author | Dan Engelbrecht <[email protected]> | 2025-10-03 14:52:01 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-10-03 14:52:01 +0200 |
| commit | a2a19b533bbcdab37b7704a8b89a22069db39ec8 (patch) | |
| tree | 7e4cc4a9c9ede02db1dbef16883698cd0474e11b /src/zenserver/main.cpp | |
| parent | move zen vfs implementation to zenstore (#549) (diff) | |
| download | zen-a2a19b533bbcdab37b7704a8b89a22069db39ec8.tar.xz zen-a2a19b533bbcdab37b7704a8b89a22069db39ec8.zip | |
zenutil cleanup (#550)
* move referencemetadata to zenstore
* rename zenutil/windows/service to windowsservice
Diffstat (limited to 'src/zenserver/main.cpp')
| -rw-r--r-- | src/zenserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp index d512d4894..a91c95ffb 100644 --- a/src/zenserver/main.cpp +++ b/src/zenserver/main.cpp @@ -31,7 +31,7 @@ #if ZEN_PLATFORM_WINDOWS # include <zencore/windows.h> -# include <zenutil/windows/service.h> +# include <zenutil/windows/windowsservice.h> #endif ////////////////////////////////////////////////////////////////////////// |