mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-11 18:00:22 -05:00
13 lines
261 B
C++
13 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
|
|
|
|
|