Files
reactos/sdk/lib/delayimp/pfnDliFailureHook2.c
Timo Kreuzer 5840b212a8 [DELAYIMP] Separate hook symbols from library code
This allows to define these functions in the importing module.
2025-08-06 17:48:37 +03:00

12 lines
319 B
C

/*
* PROJECT: ReactOS delayimport Library
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: __pfnDliFailureHook2 symbol for delayimport library
* COPYRIGHT: Copyright 2025 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
#include <windef.h>
#include <delayimp.h>
PfnDliHook __pfnDliFailureHook2;