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>2013-07-07 12:57:01 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2013-07-07 12:57:01 +0400
commit4eb6c37e9d747c9c1473c1712dc090fdd24fdc25 (patch)
treee6dccfc55dc3b814def7e93531d9ca819cfee4d8 /steam-mobile/libsteam.h
parent4adec1eca586bd3d7de10d76b2e7e7a8fc0aceee (diff)
Detect Telepathy-Haze at runtime rather than compile time
Diffstat (limited to 'steam-mobile/libsteam.h')
-rw-r--r--steam-mobile/libsteam.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/steam-mobile/libsteam.h b/steam-mobile/libsteam.h
index 0416bae..17cb0db 100644
--- a/steam-mobile/libsteam.h
+++ b/steam-mobile/libsteam.h
@@ -24,10 +24,6 @@
# endif /* __GNUC__ >= 4 */
#endif /* G_GNUC_NULL_TERMINATED */
-#ifdef TELEPATHY
-# include <gnome-keyring.h>
-#endif
-
#ifdef _WIN32
# include "win32dep.h"
# define dlopen(a,b) LoadLibrary(a)
@@ -49,6 +45,7 @@
#include "accountopt.h"
#include "blist.h"
+#include "core.h"
#include "connection.h"
#include "debug.h"
#include "dnsquery.h"
@@ -90,9 +87,7 @@ struct _SteamAccount {
gchar *sessionid;
gint idletime;
guint last_message_timestamp;
-#ifdef TELEPATHY
gchar *cached_access_token;
-#endif
};
struct _SteamBuddy {