mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-23 22:49:45 -05: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
|
||
|
|
||
|
|