diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-16 20:32:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-16 20:32:05 +0000 |
commit | 693b7a10ad35934e9e91656642e2c2321b27fab3 (patch) | |
tree | c8df1d424e75ff091b5c9f84004afa5813fef07a /plugins/wbOSD/src | |
parent | e2ac2b3d40bc4c5d4ae776617351c80b8bd25cc9 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD/src')
-rw-r--r-- | plugins/wbOSD/src/wbOSD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wbOSD/src/wbOSD.h b/plugins/wbOSD/src/wbOSD.h index 5c89c1c4b1..7f8a1e61a2 100644 --- a/plugins/wbOSD/src/wbOSD.h +++ b/plugins/wbOSD/src/wbOSD.h @@ -10,6 +10,7 @@ Distributed under GNU's GPL 2 or later #define _WIN32_WINNT 0x0500
#define _CRT_SECURE_NO_WARNINGS
+#include <windows.h>
#include <shlwapi.h>
#include <commctrl.h>
|