summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-14 16:31:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-14 16:31:21 +0000
commit6c47e76c6d7296528b55d514910a6af1663f7b99 (patch)
treeae6e3053e7a90016c26c8cf00f6c7332e4847554 /protocols/Xfire/src
parent57d7aea9d038519bfa7cf38e757105d730220e37 (diff)
fix for EnumProcesses under Windows XP
git-svn-id: http://svn.miranda-ng.org/main/trunk@14953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src')
-rw-r--r--protocols/Xfire/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Xfire/src/stdafx.h b/protocols/Xfire/src/stdafx.h
index 2b5ec68d7f..0140336606 100644
--- a/protocols/Xfire/src/stdafx.h
+++ b/protocols/Xfire/src/stdafx.h
@@ -5,6 +5,8 @@
#pragma once
+#define PSAPI_VERSION 1
+
#include <sys/types.h>
#include <stdio.h>
#include <tchar.h>