This commit is contained in:
rsc 2005-11-27 15:56:23 +00:00
parent d912fcd8b7
commit 430976597f
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@
#undef Borderwidth
#define Borderwidth 0
#undef TRUE /* OS X */
#undef FALSE
typedef struct Consreadmesg Consreadmesg;
typedef struct Conswritemesg Conswritemesg;
typedef struct Stringpair Stringpair;