Commit 15f6ae0b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc_fixups: Continue to poke around to fix win32 build.

parent 7df9ddcb
...@@ -163,7 +163,7 @@ static inline void freelocale(locale_t loc) ...@@ -163,7 +163,7 @@ static inline void freelocale(locale_t loc)
{ {
(void)loc; (void)loc;
} }
static inline locale_t newlocale(int mask, const char * locale, locale_t base); static inline locale_t newlocale(int mask, const char * locale, locale_t base)
{ {
(void)mask; (void)locale; (void)base; (void)mask; (void)locale; (void)base;
return NULL; return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment