[SDK][CRT] Fix _ismbblead undefined error on MSVC

This commit is contained in:
Katayama Hirofumi MZ 2018-08-27 10:12:55 +09:00 committed by Mark Jansen
parent d056eb05f2
commit 0a8ade5dd4
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -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);