diff src/gaimrc.c @ 5084:a96653493416

[gaim-migrate @ 5439] Fixed warnings (win32) committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 08 Apr 2003 18:36:50 +0000
parents 0e639df44fb5
children 0a34e69c1575
line wrap: on
line diff
--- a/src/gaimrc.c	Tue Apr 08 14:31:19 2003 +0000
+++ b/src/gaimrc.c	Tue Apr 08 18:36:50 2003 +0000
@@ -1114,7 +1114,9 @@
 static void gaimrc_write_sounds(FILE *f)
 {
 	int i;
+#ifndef _WIN32
 	char *cmd;
+#endif
 	fprintf(f, "sound_files {\n");
 	for (i = 0; i < GAIM_NUM_SOUNDS; i++) {
 		char *file = gaim_sound_get_event_file(i);