mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:45:45 -04:00
Initial community commit
This commit is contained in:
12
Src/nu/nosec.c
Normal file
12
Src/nu/nosec.c
Normal file
@ -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