diff options
author | Rozhuk Ivan <rozhuk.im@gmail.com> | 2015-03-02 02:28:49 +0000 |
---|---|---|
committer | Rozhuk Ivan <rozhuk.im@gmail.com> | 2015-03-02 02:28:49 +0000 |
commit | b6c1c9f09ada59b7f363b9f51e4a29fc15a7de37 (patch) | |
tree | ea9e52c2e29374dd27671e9f94edd951e7f4250d /plugins/TabSRMM/src/commonheaders.h | |
parent | 5decb665b2020761bcd4deee3af25bd75597b4af (diff) |
TabSRMM: wine fix for tab paint on mouse move, code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@12296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/commonheaders.h')
-rw-r--r-- | plugins/TabSRMM/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index 6270ea6e5e..25ad68af2f 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.h @@ -34,6 +34,7 @@ #define _WIN32_IE 0x0501
#include <windows.h>
+#include <windowsx.h>
#include <commdlg.h>
#include <shellapi.h>
#include <uxtheme.h>
|