mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
[DELAYIMP] Fix/Merge definitions of __pfnDliNotifyHook2 and __pfnDliFailureHook2
This commit is contained in:
committed by
Mark Jansen
parent
9415f94c3a
commit
e5904542d6
@@ -15,14 +15,11 @@
|
||||
|
||||
/**** Linker magic: provide a default (NULL) pointer, but allow the user to override it ****/
|
||||
|
||||
#if defined(__GNUC__)
|
||||
/* The actual items we use */
|
||||
PfnDliHook __pfnDliNotifyHook2;
|
||||
PfnDliHook __pfnDliFailureHook2;
|
||||
#else
|
||||
/* The actual items we use */
|
||||
extern PfnDliHook __pfnDliNotifyHook2;
|
||||
extern PfnDliHook __pfnDliFailureHook2;
|
||||
|
||||
#if !defined(__GNUC__)
|
||||
/* The fallback symbols */
|
||||
PfnDliHook __pfnDliNotifyHook2Default = NULL;
|
||||
PfnDliHook __pfnDliFailureHook2Default = NULL;
|
||||
|
||||
Reference in New Issue
Block a user