diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-06 17:40:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-06 17:40:29 +0000 |
commit | 6266d59bee0d06a9d188ec01040659fcee7542e3 (patch) | |
tree | c34b8805164c6bbae99f47262b00211d6808d9ce /plugins/TabSRMM | |
parent | 123e0df8cacb3caece0eef2735d929e42873d412 (diff) |
fixes for vs2012
git-svn-id: http://svn.miranda-ng.org/main/trunk@2666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat/log.cpp | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/chat/log.cpp b/plugins/TabSRMM/src/chat/log.cpp index 48886bf0ba..a421c1aefb 100644 --- a/plugins/TabSRMM/src/chat/log.cpp +++ b/plugins/TabSRMM/src/chat/log.cpp @@ -40,7 +40,6 @@ #include "..\commonheaders.h"
#include <math.h>
#include <mbstring.h>
-#include <shlwapi.h>
/*
* The code for streaming the text is to a large extent copied from
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index b259319a45..559d3f3adc 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -40,8 +40,6 @@ #undef Translate
#define TranslateA(s) ((char*)CallService(MS_LANGPACK_TRANSLATESTRING,0,(LPARAM)(s)))
-#include <shlobj.h>
-#include <shlwapi.h>
extern HBRUSH hListBkgBrush;
extern HICON hIcons[30];
|