comparison src/stock.c @ 4363:65d98b565fbe

[gaim-migrate @ 4629] Win32 fixes for the latest stuff by I Eat Phroggies. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 20 Jan 2003 16:57:09 +0000
parents 5fb47ec9bfe4
children 7521e29658bc
comparison
equal deleted inserted replaced
4362:4f8a1b65ffa3 4363:65d98b565fbe
22 */ 22 */
23 #include "stock.h" 23 #include "stock.h"
24 #include "core.h" 24 #include "core.h"
25 #include <gtk/gtk.h> 25 #include <gtk/gtk.h>
26 #include <string.h> 26 #include <string.h>
27
28 #ifdef _WIN32
29 #include "win32dep.h"
30 #endif
27 31
28 static struct StockIcon 32 static struct StockIcon
29 { 33 {
30 const char *name; 34 const char *name;
31 const char *dir; 35 const char *dir;