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.

15 lines
315 B

  1. #include "priv.h"
  2. EXTERN_C {
  3. #include "..\inc\dllload.c"
  4. // --------- NETPLWIZ.DLL ---------------
  5. HINSTANCE g_hinstNETPLWIZ = NULL;
  6. DELAY_LOAD_HRESULT(g_hinstNETPLWIZ, NETPLWIZ.DLL, PubWizard,
  7. (HWND hwnd, BOOL bTutorial, IDataObject *pDataObject),
  8. (hwnd, bTutorial, pDataObject));
  9. };