mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
7 lines
No EOL
168 B
C++
7 lines
No EOL
168 B
C++
#include "main.h"
|
|
#include "MessageProcessor.h"
|
|
|
|
#define CBCLASS MessageProcessor
|
|
START_DISPATCH;
|
|
CB(API_MESSAGEPROCESSOR_PROCESS_MESSAGE, ProcessMessage)
|
|
END_DISPATCH; |