utf-8 issue

This commit is contained in:
mireado 2016-04-10 13:21:23 +09:00
parent 6d58bbaa03
commit fbea5c3733

View File

@ -927,7 +927,6 @@ extern "C" {
// MSVC libs use _chkstk for stack-probing. MinGW equivalent is _alloca. // MSVC libs use _chkstk for stack-probing. MinGW equivalent is _alloca.
//void _alloca(); //void _alloca();
//void _chkstk() { _alloca(); } //void _chkstk() { _alloca(); }
// MSVC uses security cookies to prevent some buffer overflow attacks. // MSVC uses security cookies to prevent some buffer overflow attacks.
// provide dummy implementations. // provide dummy implementations.
//void _fastcall __security_check_cookie(intptr_t i) {} //void _fastcall __security_check_cookie(intptr_t i) {}