diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-20 09:35:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-20 09:35:35 +0000 |
commit | 4e2b9eef0d9a530b633c69cfa03ee43359c3a213 (patch) | |
tree | 8e9589e65c2c34ce9bebe01bbc55dbc54a44bf2d /plugins/Clist_blind/src/commonheaders.h | |
parent | b67ee96b01cb9bc3c2d01e7f8441311ffbc20687 (diff) |
using Uxtheme
git-svn-id: http://svn.miranda-ng.org/main/trunk@6136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind/src/commonheaders.h')
-rw-r--r-- | plugins/Clist_blind/src/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_blind/src/commonheaders.h b/plugins/Clist_blind/src/commonheaders.h index 0dbece6987..d95d9ffa80 100644 --- a/plugins/Clist_blind/src/commonheaders.h +++ b/plugins/Clist_blind/src/commonheaders.h @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <windows.h>
#include <vssym32.h>
+#include <Uxtheme.h>
#include <newpluginapi.h>
#include <m_clistint.h>
|