changeset 12845:8ac4025810ab

[gaim-migrate @ 15193] Compile warning fix when not compiling with libao committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 12 Jan 2006 03:48:42 +0000
parents 890c6429bc61
children 95d350f56998
files src/gtkprefs.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Thu Jan 12 03:43:46 2006 +0000
+++ b/src/gtkprefs.c	Thu Jan 12 03:48:42 2006 +0000
@@ -1329,6 +1329,7 @@
 	gtk_widget_set_sensitive(vbox, strcmp(method, "none"));
 }
 
+#ifdef USE_AO
 static void
 sound_changed3_cb(const char *name, GaimPrefType type,
 				  gconstpointer value, gpointer data)
@@ -1342,7 +1343,8 @@
 				 !strcmp(method, "esd") ||
 				 !strcmp(method, "nas"));
 }
-#endif
+#endif /* USE_AO */
+#endif /* !_WIN32 */
 
 
 static void