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
+5 -5
View File
@@ -34,8 +34,8 @@ typedef struct mswin_nhmsg_putstr {
} MSNHMsgPutstr, *PMSNHMsgPutstr;
typedef struct mswin_nhmsg_print_glyph {
XCHAR_P x;
XCHAR_P y;
xchar x;
xchar y;
glyph_info glyphinfo;
glyph_info bkglyphinfo;
} MSNHMsgPrintGlyph, *PMSNHMsgPrintGlyph;
@@ -48,11 +48,11 @@ typedef struct mswin_nhmsg_cliparound {
typedef struct mswin_nhmsg_add_menu {
glyph_info glyphinfo;
const ANY_P *identifier;
CHAR_P accelerator;
CHAR_P group_accel;
char accelerator;
char group_accel;
int attr;
const char *str;
BOOLEAN_P presel;
boolean presel;
unsigned int itemflags;
} MSNHMsgAddMenu, *PMSNHMsgAddMenu;