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

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2011-11-29 06:40:56 +0400
committerEion Robb <eion@robbmob.com>2011-11-29 06:40:56 +0400
commit587e52ade7af71cc7e4bbdb303d6d244f5491221 (patch)
tree996c2a6ff4a7130344c3b01566f21e7aa73e4dac /skype_messaging_win32.c
parentcb6cc0b25566d9604d7987f7a7d6527027ae43f5 (diff)
Added #ifdefs for INSTANTBIRD so the IB people can compile on their butchered version of glib
Diffstat (limited to 'skype_messaging_win32.c')
-rw-r--r--skype_messaging_win32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype_messaging_win32.c b/skype_messaging_win32.c
index 5230287..263a0f3 100644
--- a/skype_messaging_win32.c
+++ b/skype_messaging_win32.c
@@ -200,6 +200,9 @@ hide_skype()
static gboolean
exec_skype()
{
+#ifdef INSTANTBIRD
+ return FALSE;
+#else
DWORD size = 0;
gchar *path, *pathtemp;
HKEY regkey;
@@ -235,6 +238,7 @@ exec_skype()
success = g_spawn_command_line_async(pathtemp, NULL);
g_free(pathtemp);
return success;
+#endif
}
static gboolean