Initial community commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
void __cdecl __security_error_handler(
|
||||
int code,
|
||||
void *data)
|
||||
{
|
||||
_exit(3);
|
||||
}
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user