Source code of Windows XP (NT5)
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.

9 lines
260 B

  1. #include "stdwin.h"
  2. #include <delayimp.h>
  3. #include "rstrpriv.h"
  4. extern CSRClientLoader g_CSRClientLoader;
  5. #include "..\rstrcore\dload_common.cpp"
  6. // we assume DELAYLOAD_VERSION >= 0x0200
  7. PfnDliHook __pfnDliFailureHook2 = SystemRestore_DelayLoadFailureHook;