diff --git a/racket/src/start/embedded_dll.inc b/racket/src/start/embedded_dll.inc index a68c576efc..30758eca08 100644 --- a/racket/src/start/embedded_dll.inc +++ b/racket/src/start/embedded_dll.inc @@ -10,7 +10,7 @@ typedef struct embedded_dll_entry_t { static embedded_dll_entry_t *embedded_dlls; -extern void *__pfnDliNotifyHook2; +void *__pfnDliNotifyHook2 = NULL; static FARPROC WINAPI delayHook(unsigned dliNotify, void *pdli); static HCUSTOMMODULE LoadLibraryHook(LPCSTR, void *); static FARPROC GetProcAddressHook(HCUSTOMMODULE, LPCSTR, void *);