Skip to content

Commit d30c626

Browse files
authored
Merge 8b9513b into fa89f05
2 parents fa89f05 + 8b9513b commit d30c626

10 files changed

Lines changed: 912 additions & 28 deletions

File tree

nvdaHelper/local/nvdaHelperLocal.def

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,13 @@ EXPORTS
6767
getOleClipboardText
6868
_nvdaControllerInternal_reportLiveRegion
6969
_nvdaControllerInternal_openConfigDirectory
70+
wasPlay_create
71+
wasPlay_destroy
72+
wasPlay_open
73+
wasPlay_feed
74+
wasPlay_stop
75+
wasPlay_sync
76+
wasPlay_pause
77+
wasPlay_resume
78+
wasPlay_startup
79+
wasPlay_getDevices

nvdaHelper/local/sconscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ localLib=env.SharedLibrary(
8888
"UIAUtils.cpp",
8989
"mixer.cpp",
9090
"oleUtils.cpp",
91+
"wasapi.cpp",
9192
],
9293
LIBS=[
9394
"advapi32.lib",

0 commit comments

Comments
 (0)