diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-17 11:59:24 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-17 11:59:24 +0000 |
commit | 3cc2e824092b0b542b3d1857bb742514560b0f32 (patch) | |
tree | e0140f4b137c13a1e47487a1e6aa50f1d492d157 /protocols/Skype/src/skype.h | |
parent | 2dcdda76b6e9434ae5b05699d218b0ac17651d50 (diff) |
Skype:
better way of finding running process
git-svn-id: http://svn.miranda-ng.org/main/trunk@2335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.h')
-rw-r--r-- | protocols/Skype/src/skype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype.h b/protocols/Skype/src/skype.h index 398a3ad2b8..e8ffe2b3b6 100644 --- a/protocols/Skype/src/skype.h +++ b/protocols/Skype/src/skype.h @@ -5,6 +5,7 @@ #include <windows.h>
#include <malloc.h>
#include <shlwapi.h>
+#include <tlhelp32.h>
//#pragma warning(push)
//# pragma warning(disable:4312)
|