Mon, 15 Sep 2003 21:31:30 +0000
[gaim-migrate @ 7394] compile for windows
--- 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>