mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-08 10:12:01 -05: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
|
|
|
|
|