mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:31:56 -05:00
10 lines
164 B
C++
10 lines
164 B
C++
|
|
#include <svc_console.h>
|
|
|
|
#define CBCLASS svc_consoleI
|
|
START_DISPATCH;
|
|
CB(ACTIVATED, activated);
|
|
CB(OUTPUTSTRING, outputString);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|