diff plugins/spellchk.c @ 4363:65d98b565fbe

[gaim-migrate @ 4629] Win32 fixes for the latest stuff by I Eat Phroggies. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 20 Jan 2003 16:57:09 +0000
parents 922b66840a51
children dcc6c130c6d9
line wrap: on
line diff
--- a/plugins/spellchk.c	Mon Jan 20 14:16:27 2003 +0000
+++ b/plugins/spellchk.c	Mon Jan 20 16:57:09 2003 +0000
@@ -321,7 +321,9 @@
 		return;
 	}
 
+	#ifndef _WIN32
 	fchmod(fd, S_IRUSR | S_IWUSR);
+	#endif
 		
 	if(gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) {
 		do {