]> git.sesse.net Git - vlc/blobdiff - include/vlc_fixups.h
l10n: Traditional Chinese update
[vlc] / include / vlc_fixups.h
index 9d20a2d54b657db16c8c11e8fb859a53dec2f82d..26bba5eecc1bb47c399ec3b7189b101923093f07 100644 (file)
@@ -118,10 +118,6 @@ char *strcasestr (const char *, const char *);
 char *strdup (const char *);
 #endif
 
-#ifndef HAVE_STRNCASECMP
-int strncasecmp (const char *, const char *, size_t);
-#endif
-
 #ifndef HAVE_STRVERSCMP
 int strverscmp (const char *, const char *);
 #endif
@@ -222,8 +218,10 @@ int posix_memalign (void **, size_t, size_t);
 
 /* locale.h */
 #ifndef HAVE_USELOCALE
+#define LC_ALL_MASK      0
 #define LC_NUMERIC_MASK  0
 #define LC_MESSAGES_MASK 0
+#define LC_GLOBAL_LOCALE ((locale_t)(uintptr_t)1)
 typedef void *locale_t;
 static inline locale_t uselocale(locale_t loc)
 {