Reactos
at master 11 lines 317 B view raw
1/* 2 * PROJECT: ReactOS delayimport Library 3 * LICENSE: MIT (https://spdx.org/licenses/MIT) 4 * PURPOSE: __pfnDliNotifyHook2 symbol for delayimport library 5 * COPYRIGHT: Copyright 2025 Timo Kreuzer <timo.kreuzer@reactos.org> 6 */ 7 8#include <windef.h> 9#include <delayimp.h> 10 11PfnDliHook __pfnDliNotifyHook2;