# | Line 3 | Line 3 | |
---|---|---|
3 | #define DAODAN_H | |
4 | ||
5 | #include <windows.h> | |
6 | < | #include <stdbool.h> |
6 | > | #include "bool.h" |
7 | ||
8 | #define ONICALL __fastcall | |
9 | ||
# | Line 14 | Line 14 | extern bool opt_border; | |
14 | extern bool opt_shadow; | |
15 | extern bool opt_topmost; | |
16 | ||
17 | + | |
18 | + | |
19 | + | |
20 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |