mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-22 07:30:19 -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
|