[gaim-migrate @ 7394]

Mon, 15 Sep 2003 21:31:30 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Mon, 15 Sep 2003 21:31:30 +0000
changeset 6849
e77910a0eb8d
parent 6848
ca91f08b60df
child 6850
9f623516ee67

[gaim-migrate @ 7394]
compile for windows

plugins/spellchk.c file | annotate | diff | comparison | revisions
--- a/plugins/spellchk.c	Mon Sep 15 21:30:37 2003 +0000
+++ b/plugins/spellchk.c	Mon Sep 15 21:31:30 2003 +0000
@@ -13,7 +13,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#ifndef _WIN32
 #include <strings.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 

mercurial