aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/storage/vfs/vfsservice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg2 hours1-1/+1
| | | | | | | This PR makes it *possible* to do a Windows build on Linux via `clang-cl`. It doesn't actually change any build process. No policy change, just mechanics and some code fixes to clear clang compilation. The code fixes are mainly related to #include file name casing, to match the on-disk casing of the SDK files (via xwin).
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-0/+179
* move all storage-related services into storage tree * move config into config/ * also move admin service into storage since it mostly has storage related functionality * header consolidation