comparison src/win32/wspell.c @ 5913:9657e243d001

[gaim-migrate @ 6345] win32 adjustments for header re-org, and GPL header insertions where missing committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 17 Jun 2003 18:56:53 +0000
parents a96653493416
children 26b739bc9f1a
comparison
equal deleted inserted replaced
5912:b3c412884a22 5913:9657e243d001
1 /* 1 /*
2 * wspell.c 2 * gaim
3 * 3 *
4 * Author: Herman Bloggs <hermanator12002@yahoo.com> 4 * File: wspell.c
5 * Date: March, 2003 5 * Date: March, 2003
6 * Description: Windows Gaim gtkspell interface. 6 * Description: Windows Gaim gtkspell interface.
7 *
8 * Copyright (C) 2002-2003, Herman Bloggs <hermanator12002@yahoo.com>
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 *
7 */ 24 */
8 #include <windows.h> 25 #include <windows.h>
9 #include <string.h> 26 #include <string.h>
10 #include <stdlib.h> 27 #include <stdlib.h>
11 #include <glib.h> 28 #include <glib.h>