Add MergeGPF to CMake, port to *nix

This commit is contained in:
Diomendius
2024-06-16 16:02:09 +12:00
parent 1d078e0053
commit 2d588b983b
2 changed files with 14 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
#ifdef _WIN32
#include "WindowsUnicodeToolShim.h"
#else
#include "UnixCompat.h"
#endif
#include "CFileStream.h"
#include "CombinedTimestamp.h"