remove some xchar vestiges

This commit is contained in:
nhmall
2025-01-14 12:13:39 -05:00
parent b2f4b687c1
commit d2aff9a9b2
8 changed files with 13 additions and 16 deletions

View File

@@ -26,11 +26,10 @@ typedef signed char schar;
#define CHAR_P char
#define SCHAR_P schar
#define UCHAR_P uchar
#define XCHAR_P xchar
#define COORDXY_P coordxy
#define SHORT_P short
#define BOOLEAN_P boolean
#define ALIGNTYP_P aligntyp
typedef signed char xchar;
#include "wingem.h"
#undef CHAR_P
#undef SCHAR_P