Add __layeredfs_version export to hook DLLs

This commit is contained in:
Will Toohey
2025-10-15 16:29:18 +10:00
parent 428eb1b279
commit d79ee3fe2b

View File

@@ -3,6 +3,8 @@
#include "hook.h"
#include "utils.hpp"
extern "C" __declspec(dllexport) const char __layeredfs_version[] = VER_STRING;
HMODULE my_module;
char dll_filename[MAX_PATH];
uint64_t dll_time;