mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:21:54 -05:00
12 lines
261 B
C++
12 lines
261 B
C++
#include <precomp.h>
|
|
#include "svc_minibrowser.h"
|
|
|
|
#define CBCLASS svc_miniBrowserI
|
|
START_DISPATCH;
|
|
CB(TESTGUID, testGuid);
|
|
CB(CREATEMINIBROWSER, createMiniBrowser);
|
|
VCB(DESTROYMINIBROWSER, destroyMiniBrowser);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|
|
|