X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fviewer.h;h=b7900855b2e52a8d1e2fc2bb33b63f6101d41a60;hb=57d199e001fa71fc1d0e2aa4e7daae975254392c;hp=68c7a13d538ac1a2cffbd093cd9d61e914338681;hpb=8726c79f5d9b9e6308bca14d73ec95ea335e91ed;p=smdp.git diff --git a/include/viewer.h b/include/viewer.h index 68c7a13..b790085 100644 --- a/include/viewer.h +++ b/include/viewer.h @@ -32,7 +32,11 @@ * */ -#include +#if WIN32 == 1 +# include +#else +# include +#endif #include "parser.h" #include "cstack.h" @@ -41,6 +45,7 @@ #define CP_BLUE 2 // 123 #define CP_RED 3 // 213 #define CP_YELLOW 4 // 208 +#define CP_BLACK 5 // CP_WHITE with foreground and background swapped #define FADE_DELAY 15000 // micro seconds