mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
17 lines
188 B
C
17 lines
188 B
C
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void __cdecl _FF_MSGBANNER (
|
||
|
void
|
||
|
)
|
||
|
{}
|
||
|
|
||
|
|
||
|
void __cdecl _NMSG_WRITE (
|
||
|
int rterrnum
|
||
|
)
|
||
|
{}
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|