mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 04:15:42 -04: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
|