--- os2sdk/demos/apps/mandel/mdraw.h 2018/08/09 12:25:13 1.1.1.1 +++ os2sdk/demos/apps/mandel/mdraw.h 2018/08/09 12:25:58 1.1.1.2 @@ -1,13 +1,9 @@ /** mdraw.h - mdraw include file - * R. A. Garmoe 87/02/05 */ #define MOUSE /* compile mouse support */ -#define FALSE 0 -#define TRUE ~FALSE - #define UP 72 /* up arrow scan code */ #define DOWN 80 /* down arrow scan code */ #define RIGHT 77 /* right arrow scan code */