Files
NanaZip/NanaZip.Shared/DllBlock.h
dinhngtu 0d4d9fbf5e Add DLL blocking hook for FM. (#359)
* Add DLL blocking hook for FM.

* Remove dynamic code optouts.
2024-02-09 13:23:22 +08:00

20 lines
394 B
C

/*
* PROJECT: NanaZip
* FILE: DllBlock.h
* PURPOSE: Definition for DLL blocker
*
* LICENSE: The MIT License
*
* DEVELOPER: dinhngtu (contact@tudinh.xyz)
* MouriNaruto (KurikoMouri@outlook.jp)
*/
#ifndef NANAZIP_SHARED_DLLBLOCK
#define NANAZIP_SHARED_DLLBLOCK
#include <Windows.h>
EXTERN_C BOOL WINAPI NanaZipBlockDlls();
#endif // !NANAZIP_SHARED_DLLBLOCK