mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
Removed configure check for mbstate_t and uses of it.
This commit is contained in:
@@ -75,19 +75,11 @@ setError(bool* errors)
|
||||
//
|
||||
|
||||
#if WINDOWS_LIKE
|
||||
#define HAVE_MBSTATE_T 1
|
||||
#define HAVE_MBSINIT 1
|
||||
#define HAVE_MBRTOWC 1
|
||||
#define HAVE_WCRTOMB 1
|
||||
#endif
|
||||
|
||||
#if !HAVE_MBSTATE_T
|
||||
struct mbstate_t { int m_dummy; };
|
||||
#undef HAVE_MBSINIT
|
||||
#undef HAVE_MBRTOWC
|
||||
#undef HAVE_WCRTOMB
|
||||
#endif
|
||||
|
||||
#if !HAVE_MBSINIT
|
||||
static
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user