increase dip switch dialog limit from 4 to 8 (only seems to affect newer GCC - hence why it was discovered previously)
This commit is contained in:
parent
fb5befd83f
commit
81663b24d8
|
@ -4,7 +4,7 @@
|
|||
HWND hInpDIPSWDlg = NULL; // Handle to the DIPSW Dialog
|
||||
static HWND hInpDIPSWList = NULL;
|
||||
|
||||
static unsigned char nPrevDIPSettings[4];
|
||||
static unsigned char nPrevDIPSettings[8];
|
||||
|
||||
static unsigned int nDIPGroup;
|
||||
static int nDIPOffset;
|
||||
|
|
Loading…
Reference in New Issue