diff --git a/Source/AuProcAddresses.NT.cpp b/Source/AuProcAddresses.NT.cpp index 9eb2e4a2..d26865d3 100644 --- a/Source/AuProcAddresses.NT.cpp +++ b/Source/AuProcAddresses.NT.cpp @@ -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) {