mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
12 lines
319 B
C
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;
|