switch source tree from k&r to c99
This commit is contained in:
+5
-5
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user