mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-04 09:25:59 +00:00
12 lines
220 B
C++
12 lines
220 B
C++
#include <precomp.h>
|
|
#include "debuggerui.h"
|
|
|
|
#ifdef CBCLASS
|
|
#undef CBCLASS
|
|
#endif
|
|
#define CBCLASS DebuggerUII
|
|
START_DISPATCH;
|
|
CB(DEBUGGERUI_MESSAGELOOP, messageLoop);
|
|
VCB(DEBUGGERUI_SETJITD, setJITD);
|
|
END_DISPATCH;
|