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.

14 lines
256 B

  1. // Reconnect Dialog and friends
  2. #ifndef __RECONH
  3. #define __RECONH
  4. extern HANDLE vhinstCur; // current instance from reint.c
  5. BOOL CALLBACK Recon_DlgProc(
  6. HWND hwndDlg,
  7. UINT uMsg,
  8. WPARAM wParam,
  9. LPARAM lParam);
  10. #endif