diff 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
line wrap: on
line diff
--- a/src/gtkconv.c	Tue Jan 21 00:18:06 2003 +0000
+++ b/src/gtkconv.c	Tue Jan 21 00:38:33 2003 +0000
@@ -27,11 +27,6 @@
 #include <unistd.h>
 #include <gdk/gdkx.h>
 #include <X11/Xlib.h>
-#else
-#include "win32dep.h"
-#ifdef small
-#undef small
-#endif
 #endif /*_WIN32*/
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -49,6 +44,10 @@
 #include "gtkimhtml.h"
 #include "dnd-hints.h"
 
+#ifdef _WIN32
+#include "win32dep.h"
+#endif
+
 static char nick_colors[][8] = {
 	"#ba55d3",              /* Medium Orchid */
 	"#ee82ee",              /* Violet */