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
|