From c80cb47e5cf49c7aa0b162fc509ab08fd1b17e8a Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 14 Jul 2012 20:46:42 +0200 Subject: Update XChat to r1516 --- src/common/xchat.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common') diff --git a/src/common/xchat.h b/src/common/xchat.h index 6ed5ebe2..329872d0 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -586,12 +586,7 @@ struct popup /* CL: get a random int in the range [0..n-1]. DON'T use rand() % n, it gives terrible results. */ #define RAND_INT(n) ((int)(rand() / (RAND_MAX + 1.0) * (n))) -#if defined(WIN32) && GLIB_CHECK_VERSION(2,4,0) #define xchat_filename_from_utf8 g_locale_from_utf8 #define xchat_filename_to_utf8 g_locale_to_utf8 -#else -#define xchat_filename_from_utf8 g_filename_from_utf8 -#define xchat_filename_to_utf8 g_filename_to_utf8 -#endif #endif -- cgit 1.4.1