utf-8 issue
This commit is contained in:
parent
6d58bbaa03
commit
fbea5c3733
@ -927,10 +927,9 @@ 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) {}
|
||||||
void __declspec(naked) __fastcall __security_check_cookie(UINT_PTR cookie) {}
|
void __declspec(naked) __fastcall __security_check_cookie(UINT_PTR cookie) {}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
Loading…
Reference in New Issue
Block a user