mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-15 01:54:55 -05:00
17 lines
No EOL
188 B
C
17 lines
No EOL
188 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __cdecl _FF_MSGBANNER (
|
|
void
|
|
)
|
|
{}
|
|
|
|
|
|
void __cdecl _NMSG_WRITE (
|
|
int rterrnum
|
|
)
|
|
{}
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |