]> git.sesse.net Git - vlc/blobdiff - include/vlc_fixups.h
Use C locale when formatting error messages in the log
[vlc] / include / vlc_fixups.h
index e1680ae69f27279fa8f7f2015116776c9d81d790..ef6fae285db437ea66889844e68d0d0b9725e1f9 100644 (file)
@@ -170,7 +170,8 @@ static inline char *getenv (const char *name)
 #endif
 
 #ifndef HAVE_USELOCALE
-#define LC_NUMERIC_MASK 0
+#define LC_NUMERIC_MASK  0
+#define LC_MESSAGES_MASK 0
 typedef void *locale_t;
 static inline locale_t uselocale(locale_t loc)
 {