From d265a7fde35d0b5040f79d490d137deaff57f0b7 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 12 Jul 2003 03:12:36 +0000 Subject: Fixed some win32 things --- include/gettext.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/gettext.h') diff --git a/include/gettext.h b/include/gettext.h index 662a424..b530d9c 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -27,16 +27,6 @@ #else -/* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which - chokes if dcgettext is defined as a macro. So include it now, to make - later inclusions of a NOP. We don't include - as well because people using "gettext.h" will not include , - and also including would fail on SunOS 4, whereas - is OK. */ -#if defined(__sun) -# include -#endif - /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. -- cgit v1.2.3