From c18dd0a216671999885cb107032c4602610820fd Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 16 Nov 2020 20:53:07 +0100 Subject: api: remove useless line Signed-off-by: Jason A. Donenfeld --- api/entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/entry.c b/api/entry.c index 6afccbc..7acd09b 100644 --- a/api/entry.c +++ b/api/entry.c @@ -34,7 +34,7 @@ DelayedLoadLibraryHook(unsigned dliNotify, PDelayLoadInfo pdli) } const PfnDliHook __pfnDliNotifyHook2 = DelayedLoadLibraryHook; -#define NOT 1 + BOOL APIENTRY DllMain(_In_ HINSTANCE hinstDLL, _In_ DWORD fdwReason, _In_ LPVOID lpvReserved) { -- cgit v1.2.3-59-g8ed1b