15 lines
256 B
C
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
|
|
|