mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 06:34:48 +00:00
OpenBSD does not work with LC_*_MASK stuff.
This commit is contained in:
parent
809b6589a1
commit
876b7f106f
@ -57,11 +57,6 @@
|
||||
#define JANET_EXTENDED_LOCALE
|
||||
#endif
|
||||
|
||||
/* OpenBSD works here with extended locale support, just in the usual headers */
|
||||
#if defined(__OpenBSD__)
|
||||
#define JANET_EXTENDED_LOCALE
|
||||
#endif
|
||||
|
||||
#ifdef JANET_WINDOWS
|
||||
#include <windows.h>
|
||||
#include <direct.h>
|
||||
|
Loading…
Reference in New Issue
Block a user