mireado

utf-8 issue

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