Commit 473c70d7 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

vlc_fixups: Dummy definition for LC_NUMERIC_MASK.

parent 15f6ae0b
......@@ -153,6 +153,7 @@ static inline char *getenv (const char *name)
#endif
#ifndef HAVE_USELOCALE
#define LC_NUMERIC_MASK 0
typedef void *locale_t;
static inline locale_t uselocale(locale_t loc)
{
......
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