switch source tree from k&r to c99

This commit is contained in:
nhmall
2021-01-26 21:06:16 -05:00
parent a2a9cb7b4f
commit f963c5aca7
232 changed files with 12099 additions and 17782 deletions
+3 -3
View File
@@ -29,11 +29,11 @@
typedef struct mswin_menu_item {
glyph_info glyphinfo;
ANY_P identifier;
CHAR_P accelerator;
CHAR_P group_accel;
char accelerator;
char group_accel;
int attr;
char str[NHMENU_STR_SIZE];
BOOLEAN_P presel;
boolean presel;
unsigned int itemflags;
int count;
BOOL has_focus;