mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-12 00:31:45 -05:00
9 lines
166 B
C++
9 lines
166 B
C++
|
#include <precomp.h>
|
||
|
#include "customobject.h"
|
||
|
|
||
|
#define CBCLASS CustomObjectI
|
||
|
START_DISPATCH;
|
||
|
VCB(CUSTOMOBJECT_SETROOTWND, customobject_setRootWnd);
|
||
|
END_DISPATCH;
|
||
|
|