[+] AURORA_DLL_BLACKLIST

This commit is contained in:
Reece Wilson 2023-10-17 05:38:08 +01:00
parent f62771b6e7
commit 27fd8ff292

View File

@ -23,7 +23,11 @@ namespace Aurora
LPCSTR lpProcName);
#endif
#if !defined(AURORA_DLL_BLACKLIST)
static AuUInt32 gBlockedDLLTable[32] {};
#else
static AuUInt32 gBlockedDLLTable[32] { AURORA_DLL_BLACKLIST };
#endif
AUKN_SYM bool AddBlockedDLL(const char *pString)
{