mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 21:05:55 +01:00
7 lines
168 B
C++
7 lines
168 B
C++
|
#include "main.h"
|
||
|
#include "MessageProcessor.h"
|
||
|
|
||
|
#define CBCLASS MessageProcessor
|
||
|
START_DISPATCH;
|
||
|
CB(API_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
|
||
|
END_DISPATCH;
|