mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-03-20 15:31:42 +01: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
|