comparison src/themes.c @ 4321:1cfad48b7d93

[gaim-migrate @ 4576] win32'ized committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 16 Jan 2003 22:39:22 +0000
parents a23ae74677a2
children 8a932c488afc
comparison
equal deleted inserted replaced
4320:a4d30084fe1c 4321:1cfad48b7d93
24 #include "gtkimhtml.h" 24 #include "gtkimhtml.h"
25 #include <stdio.h> 25 #include <stdio.h>
26 #include <string.h> 26 #include <string.h>
27 #include <ctype.h> 27 #include <ctype.h>
28 #include "gaim.h" 28 #include "gaim.h"
29
30 #ifdef _WIN32
31 #include "win32dep.h"
32 #endif
29 33
30 struct smiley_list { 34 struct smiley_list {
31 char *sml; 35 char *sml;
32 GSList *smileys; 36 GSList *smileys;
33 struct smiley_list *next; 37 struct smiley_list *next;