diff options
author | John Ankarström <john@ankarstrom.se> | 2022-03-30 19:53:43 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-03-30 19:53:43 +0200 |
commit | 4abcfa8fdf1886a270783e9e8ab08c7f9b4e6aa3 (patch) | |
tree | 5dd6b063a29db3ecfb7ecaa222865ee077efb09a /c | |
parent | 294051cc6ae9ae7d7dc72a997d53442f3a015c45 (diff) | |
download | EpisodeBrowser-4abcfa8fdf1886a270783e9e8ab08c7f9b4e6aa3.tar.gz |
Include windows.h in defs.h.
Diffstat (limited to 'c')
-rw-r--r-- | c/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef DEFS_H #define DEFS_H +#include <windows.h> #include <commctrl.h> /* common.c */ |