diff options
-rw-r--r-- | protocols/Xfire/src/stdafx.h | 2 |
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>
|