diff plugins/spellchk.c @ 4373:dcc6c130c6d9

[gaim-migrate @ 4639] win32 fixes committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 21 Jan 2003 00:38:33 +0000
parents 65d98b565fbe
children 2427d847e39c
line wrap: on
line diff
--- a/plugins/spellchk.c	Tue Jan 21 00:18:06 2003 +0000
+++ b/plugins/spellchk.c	Tue Jan 21 00:38:33 2003 +0000
@@ -321,10 +321,8 @@
 		return;
 	}
 
-	#ifndef _WIN32
 	fchmod(fd, S_IRUSR | S_IWUSR);
-	#endif
-		
+
 	if(gtk_tree_model_get_iter_first(GTK_TREE_MODEL(model), &iter)) {
 		do {
 			GValue val0, val1;