mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
12 lines
150 B
C
12 lines
150 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
void __cdecl __security_error_handler(
|
||
|
int code,
|
||
|
void *data)
|
||
|
{
|
||
|
_exit(3);
|
||
|
}
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|