Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
370 B

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