2025-04-27 07:49:33 -04:00

15 lines
256 B
C

// Reconnect Dialog and friends
#ifndef __RECONH
#define __RECONH
extern HANDLE vhinstCur; // current instance from reint.c
BOOL CALLBACK Recon_DlgProc(
HWND hwndDlg,
UINT uMsg,
WPARAM wParam,
LPARAM lParam);
#endif