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/zenutil/windows | |
| 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/zenutil/windows')
| -rw-r--r-- | src/zenutil/windows/windowsservice.cpp (renamed from src/zenutil/windows/service.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/windows/service.cpp b/src/zenutil/windows/windowsservice.cpp index b76ed7a66..ebb88b018 100644 --- a/src/zenutil/windows/service.cpp +++ b/src/zenutil/windows/windowsservice.cpp @@ -3,7 +3,7 @@ #include <zencore/zencore.h> #if ZEN_PLATFORM_WINDOWS -# include <zenutil/windows/service.h> +# include <zenutil/windows/windowsservice.h> # include <zencore/except.h> # include <zencore/thread.h> |