Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2011-11-07 03:55:21 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2011-11-07 03:55:21 +0400
commitd4593c6396e5f9300e6a593cbd2b0ed399411a0f (patch)
treee1546781ad21ca3156a2427b6b1e89b06ef94897 /libsteamworks.h
parente495efe1f2f5635c959da63e647d4c80b60eed34 (diff)
Version 0.3 updates. Forgot to commit these before.
Diffstat (limited to 'libsteamworks.h')
-rwxr-xr-xlibsteamworks.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libsteamworks.h b/libsteamworks.h
index de9db23..3df8481 100755
--- a/libsteamworks.h
+++ b/libsteamworks.h
@@ -3,6 +3,10 @@
# define PURPLE_PLUGINS
#endif
+#define STEAMWORKS_CLIENT_INTERFACES
+#define STEAM_API_NON_VERSIONED_INTERFACES
+#define STEAMWORKS_CLIENT_INTERFACES
+#define WLB_WINSECURE
#include "windows.h"
#include "winbase.h"
#include "Steamworks.h"
@@ -17,6 +21,9 @@
#include "debug.h"
#include "accountopt.h"
+#ifndef CLIENTENGINE_INTERFACE_VERSION_002
+# define CLIENTENGINE_INTERFACE_VERSION_002 "CLIENTENGINE_INTERFACE_VERSION002"
+#endif
extern "C" {
const gchar *steamworks_list_icon(PurpleAccount *account, PurpleBuddy *buddy);