mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:15:46 -04:00
Initial community commit
This commit is contained in:
12
Src/Wasabi/api/service/svcs/svc_minibrowser.cpp
Normal file
12
Src/Wasabi/api/service/svcs/svc_minibrowser.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#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
|
||||
|
||||
|
Reference in New Issue
Block a user