SB_Edges array must be of type Bit32s (fixes status bar in Cygwin64)

This commit is contained in:
Volker Ruppert 2014-07-06 14:17:18 +00:00
parent a1f7fe26ed
commit edb3a8b936

View File

@ -157,7 +157,7 @@ static char ipsText[20];
#define SIZE_OF_SB_ELEMENT 40
#define SIZE_OF_SB_MOUSE_MESSAGE 170
#define SIZE_OF_SB_IPS_MESSAGE 90
long SB_Edges[BX_MAX_STATUSITEMS+BX_SB_MAX_TEXT_ELEMENTS+1];
Bit32s SB_Edges[BX_MAX_STATUSITEMS+BX_SB_MAX_TEXT_ELEMENTS+1];
char SB_Text[BX_MAX_STATUSITEMS][10];
unsigned SB_Text_Elements;
bx_bool SB_Active[BX_MAX_STATUSITEMS];