--- Daodan/src/Daodan.h 2009/10/18 02:26:30 468 +++ Daodan/src/Daodan.h 2013/03/02 23:46:33 677 @@ -3,7 +3,7 @@ #define DAODAN_H #include -#include +#include "bool.h" #define ONICALL __fastcall @@ -14,4 +14,7 @@ extern bool opt_border; extern bool opt_shadow; extern bool opt_topmost; + + + #endif