Added network configuration dialogue.
This commit is contained in:
parent
6697e31929
commit
961490cca9
10 changed files with 263 additions and 7 deletions
|
|
@ -168,6 +168,11 @@ static BOOL CALLBACK config_selection_dlgproc(HWND hdlg, UINT message, WPARAM wP
|
|||
|
||||
return TRUE;
|
||||
}
|
||||
#ifdef USE_NETWORKING
|
||||
case IDC_NETWORK:
|
||||
networkconfig_open(hdlg);
|
||||
return TRUE;
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue