comparison src/gtkconv.c @ 4373:dcc6c130c6d9

[gaim-migrate @ 4639] win32 fixes committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 21 Jan 2003 00:38:33 +0000
parents d856987c72ca
children 194507c83612
comparison
equal deleted inserted replaced
4372:00f4fa7a93ff 4373:dcc6c130c6d9
25 #ifndef _WIN32 25 #ifndef _WIN32
26 #include <sys/time.h> 26 #include <sys/time.h>
27 #include <unistd.h> 27 #include <unistd.h>
28 #include <gdk/gdkx.h> 28 #include <gdk/gdkx.h>
29 #include <X11/Xlib.h> 29 #include <X11/Xlib.h>
30 #else
31 #include "win32dep.h"
32 #ifdef small
33 #undef small
34 #endif
35 #endif /*_WIN32*/ 30 #endif /*_WIN32*/
36 #include <sys/types.h> 31 #include <sys/types.h>
37 #include <sys/stat.h> 32 #include <sys/stat.h>
38 #include <stdio.h> 33 #include <stdio.h>
39 #include <stdlib.h> 34 #include <stdlib.h>
46 #include "gtkimhtml.h" 41 #include "gtkimhtml.h"
47 #include <gdk/gdkkeysyms.h> 42 #include <gdk/gdkkeysyms.h>
48 #include "prpl.h" 43 #include "prpl.h"
49 #include "gtkimhtml.h" 44 #include "gtkimhtml.h"
50 #include "dnd-hints.h" 45 #include "dnd-hints.h"
46
47 #ifdef _WIN32
48 #include "win32dep.h"
49 #endif
51 50
52 static char nick_colors[][8] = { 51 static char nick_colors[][8] = {
53 "#ba55d3", /* Medium Orchid */ 52 "#ba55d3", /* Medium Orchid */
54 "#ee82ee", /* Violet */ 53 "#ee82ee", /* Violet */
55 "#c715b4", /* Medium Violet Red */ 54 "#c715b4", /* Medium Violet Red */