Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -927,10 +927,9 @@ extern "C" { | ... | @@ -927,10 +927,9 @@ 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) {} |
934 | void __declspec(naked) __fastcall __security_check_cookie(UINT_PTR cookie) {} | 933 | void __declspec(naked) __fastcall __security_check_cookie(UINT_PTR cookie) {} |
935 | } | 934 | } |
936 | -*/ | 935 | +*/ |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment