SCSI now supports 7 devices.
Reworked hard drive / CD-ROM / Zip configuration functions a bit.
This commit is contained in:
parent
c298e706a4
commit
0d36eeaabe
13 changed files with 4555 additions and 3951 deletions
|
|
@ -145,6 +145,14 @@ extern void (*wx_idle_func)(void* window, void* event);
|
|||
#define WX_LB_SETCURSEL 66
|
||||
#define WX_LBN_DBLCLK 67
|
||||
|
||||
#define WX_CHB_SETPAGETEXT 68
|
||||
#define WX_CHB_ADDPAGE 69
|
||||
#define WX_CHB_REMOVEPAGE 70
|
||||
#define WX_CHB_GETPAGECOUNT 71
|
||||
|
||||
#define WX_REPARENT 72
|
||||
|
||||
|
||||
#define WX_MB_OK wxOK
|
||||
#define WX_MB_OKCANCEL wxOK|wxCANCEL
|
||||
#define WX_IDOK wxOK
|
||||
|
|
|
|||
Loading…
Reference in a new issue