mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-12 08:51:15 -05:00
8 lines
176 B
C++
8 lines
176 B
C++
|
#include "ifc_messageprocessori.h"
|
||
|
|
||
|
#define CBCLASS ifc_messageprocessorI
|
||
|
START_DISPATCH;
|
||
|
CB(IFC_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
|
||
|
END_DISPATCH;
|
||
|
#undef CBCLASS
|