utf-8 issue

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

View File

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