home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples1.exe / smc / DelayLoad.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  109 b   |  6 lines

  1. #include <windows.h>
  2. #include "ShimLoad.h"
  3.  
  4. ExternC PfnDliHook __pfnDliNotifyHook = ShimDelayLoadHook;
  5.  
  6.