1.1 diff -r 3184d26a9596 -r 30d18cf8bb67 bitblt.h 1.2 --- a/bitblt.h Sat Dec 29 17:44:57 2001 +0000 1.3 +++ b/bitblt.h Sat Dec 29 17:45:43 2001 +0000 1.4 @@ -1,7 +1,3 @@ 1.5 -typedef unsigned char u8; 1.6 -typedef unsigned int u32; 1.7 -typedef int boolean; 1.8 - 1.9 typedef struct Point 1.10 { 1.11 u32 x;