utf-8 issue
This commit is contained in:
parent
6d58bbaa03
commit
fbea5c3733
@ -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) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user