diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-28 19:21:29 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-28 19:21:29 +0000 |
commit | 121f8a3e433af878f1168d28035ad4fd17b7aa0b (patch) | |
tree | a4032ca24cc27063dec6baeb999209a3cc2ca891 /protocols/Skype/src/skype.h | |
parent | 953e026340f1300c9419625913fbc958a0e098ba (diff) |
fixed compile error on vc2012
fixed crash on start
git-svn-id: http://svn.miranda-ng.org/main/trunk@2874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index ba1a8266b7..2816fd984f 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -3,8 +3,9 @@ #define MIRANDA_VER 0x0A00
#include <windows.h>
-#include <malloc.h>
#include <shlwapi.h>
+#include <ShellAPI.h>
+#include <malloc.h>
#include <tlhelp32.h>
#include <string>
|