mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[SDK][CRT] Fix _ismbblead undefined error on MSVC
This commit is contained in:
committed by
Mark Jansen
parent
d056eb05f2
commit
0a8ade5dd4
@@ -20,6 +20,9 @@
|
||||
#include <tchar.h>
|
||||
#include <sect_attribs.h>
|
||||
#include <locale.h>
|
||||
#ifdef _MBCS
|
||||
#include <mbstring.h>
|
||||
#endif
|
||||
|
||||
#ifndef __winitenv
|
||||
extern wchar_t *** __MINGW_IMP_SYMBOL(__winitenv);
|
||||
|
||||
Reference in New Issue
Block a user