| # | Line 5 | Line 5 | |
|---|---|---|
| 5 | #include <windows.h> | |
| 6 | #include <stdbool.h> | |
| 7 | ||
| 8 | + | #define ONICALL __fastcall | 
| 9 | + | |
| 10 | extern HMODULE DDrDLLModule; | |
| 11 | extern HMODULE DDrONiModule; | |
| 12 | ||
| 13 | + | extern bool opt_border; | 
| 14 | + | extern bool opt_shadow; | 
| 15 | + | extern bool opt_topmost; | 
| 16 | + | |
| 17 | #endif | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines (old) | 
| > | Changed lines (new) |