mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 17:55:13 +00:00
11 lines
209 B
C++
11 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
|
|
|
|
|