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