mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 21:35:51 +01:00
11 lines
164 B
C++
11 lines
164 B
C++
|
|
#include <svc_console.h>
|
|
|
|
#define CBCLASS svc_consoleI
|
|
START_DISPATCH;
|
|
CB(ACTIVATED, activated);
|
|
CB(OUTPUTSTRING, outputString);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|