mirror of
https://github.com/reactos/reactos.git
synced 2025-05-27 21:18:15 +00:00
[SDK][CRT] Fix _ismbblead undefined error on MSVC
This commit is contained in:
parent
d056eb05f2
commit
0a8ade5dd4
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <sect_attribs.h>
|
#include <sect_attribs.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
#ifdef _MBCS
|
||||||
|
#include <mbstring.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __winitenv
|
#ifndef __winitenv
|
||||||
extern wchar_t *** __MINGW_IMP_SYMBOL(__winitenv);
|
extern wchar_t *** __MINGW_IMP_SYMBOL(__winitenv);
|
||||||
|
|
Loading…
Reference in a new issue