mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 11:25:58 +01:00
10 lines
185 B
C++
10 lines
185 B
C++
#include "precomp.h"
|
|
#if 0//CUT
|
|
#include "textfeedcb.h"
|
|
|
|
#define CBCLASS TextFeedCallbackI
|
|
START_DISPATCH;
|
|
VCB(TEXTFEEDCB_ONRECEIVETEXT, textfeed_onReceiveText);
|
|
END_DISPATCH;
|
|
#endif
|