mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 22:05:51 +01:00
17 lines
370 B
C++
17 lines
370 B
C++
#include <precomp.h>
|
|
|
|
#include "svc_wndcreate.h"
|
|
|
|
#define CBCLASS svc_windowCreateI
|
|
START_DISPATCH;
|
|
CB(TESTGUID, testGuid);
|
|
CB(CREATEWINDOWBYGUID, createWindowByGuid);
|
|
CB(TESTTYPE, testType);
|
|
CB(CREATEWINDOWOFTYPE, createWindowOfType);
|
|
CB(DESTROYWINDOW, destroyWindow);
|
|
CB(REFCOUNT, refcount);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|
|
|