mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
10 lines
209 B
C++
10 lines
209 B
C++
#include <precomp.h>
|
|
#include "svc_accessibility.h"
|
|
|
|
#define CBCLASS svc_accessibilityI
|
|
START_DISPATCH;
|
|
CB(SVC_ACCESSIBILITY_CREATEACCESSIBLEOBJECT, createAccessibleObject);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|
|
|
|
|