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>2014-03-09 23:25:30 +0400
committereionrobb <eionrobb@8ca6c67d-4297-256d-f884-781da6d5760b>2014-03-09 23:25:30 +0400
commite2a183142c7b2137a0ffac246a6994590fe379d0 (patch)
treef755de7d4c2ac1c72e587b4ba0300952a2571240
parentf7cb48cf82a8280d44c440599bed319a25d7a763 (diff)
A proper actual fix for not compiling on OSX. D'oh!
-rw-r--r--steam-mobile/libsteam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/libsteam.c b/steam-mobile/libsteam.c
index 51ac9dd..965c834 100644
--- a/steam-mobile/libsteam.c
+++ b/steam-mobile/libsteam.c
@@ -5,7 +5,7 @@ static gboolean core_is_haze = FALSE;
// Hack to fix OSX compatibility :)
#ifdef __APPLE__
-#undef G_OSX_UNIX
+#undef G_OS_UNIX
#endif
#ifdef G_OS_UNIX