diff mp_msg.h @ 14542:4a6b79a1ad52

remove all setlocale calls, they break the behaviour of sscanf and strcasecmp, especially with tr_TR locale - and do not seem to be good for anything.
author reimar
date Thu, 20 Jan 2005 13:22:53 +0000
parents 4802041ab8e3
children bad73cd81b23
line wrap: on
line diff
--- a/mp_msg.h	Wed Jan 19 18:24:53 2005 +0000
+++ b/mp_msg.h	Thu Jan 20 13:22:53 2005 +0000
@@ -108,7 +108,6 @@
 
 #ifdef USE_I18N
 #include <libintl.h>
-#include <locale.h>
 #define mp_gettext(String) gettext(String)
 #else
 #define mp_gettext(String) String