comparison src/win32/wspell.c @ 5084:a96653493416

[gaim-migrate @ 5439] Fixed warnings (win32) committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 08 Apr 2003 18:36:50 +0000
parents 0fe2ffdb7906
children 9657e243d001
comparison
equal deleted inserted replaced
5083:580c790bc042 5084:a96653493416
49 wgaim_gtkspell_recheck_all = (void*)wgaim_find_and_loadproc("libgtkspell.dll", "gtkspell_recheck_all"); 49 wgaim_gtkspell_recheck_all = (void*)wgaim_find_and_loadproc("libgtkspell.dll", "gtkspell_recheck_all");
50 } 50 }
51 51
52 void wgaim_gtkspell_init() { 52 void wgaim_gtkspell_init() {
53 HKEY hKey; 53 HKEY hKey;
54 const char buffer[1024] = ""; 54 char buffer[1024] = "";
55 DWORD size = sizeof(buffer); 55 DWORD size = sizeof(buffer);
56 DWORD type; 56 DWORD type;
57 57
58 if(ERROR_SUCCESS == RegOpenKeyEx(HKEY_LOCAL_MACHINE, 58 if(ERROR_SUCCESS == RegOpenKeyEx(HKEY_LOCAL_MACHINE,
59 "Software\\Aspell", 59 "Software\\Aspell",