Initial community commit
This commit is contained in:
@@ -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