WindowsXP/base/dload/cfgmgr32.c
2025-04-27 07:49:33 -04:00

13 lines
370 B
C

#include "basepch.h"
#pragma hdrstop
#define _CFGMGR32_
#include <cfgmgr32.h>
#error Do not add any delayload stubs for CFGMGR32.DLL.
#error CFGMGR32.DLL is just a stub DLL that forwards all its exports
#error to the same-named exports in SETUPAPI.DLL.
#error So you should change your SOURCES file
#error to link to SETUPAPI.LIB instead of CFGMGR32.LIB.