mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[DELAYIMP] Fix/Merge definitions of __pfnDliNotifyHook2 and __pfnDliFailureHook2
This commit is contained in:
parent
9415f94c3a
commit
e5904542d6
1 changed files with 2 additions and 5 deletions
|
@ -15,14 +15,11 @@
|
||||||
|
|
||||||
/**** Linker magic: provide a default (NULL) pointer, but allow the user to override it ****/
|
/**** 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 __pfnDliNotifyHook2;
|
||||||
PfnDliHook __pfnDliFailureHook2;
|
PfnDliHook __pfnDliFailureHook2;
|
||||||
#else
|
|
||||||
/* The actual items we use */
|
|
||||||
extern PfnDliHook __pfnDliNotifyHook2;
|
|
||||||
extern PfnDliHook __pfnDliFailureHook2;
|
|
||||||
|
|
||||||
|
#if !defined(__GNUC__)
|
||||||
/* The fallback symbols */
|
/* The fallback symbols */
|
||||||
PfnDliHook __pfnDliNotifyHook2Default = NULL;
|
PfnDliHook __pfnDliNotifyHook2Default = NULL;
|
||||||
PfnDliHook __pfnDliFailureHook2Default = NULL;
|
PfnDliHook __pfnDliFailureHook2Default = NULL;
|
||||||
|
|
Loading…
Reference in a new issue