mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
9 lines
292 B
XML
9 lines
292 B
XML
<module name="dsound" type="win32dll" baseaddress="${BASEADDRESS_DSOUND}">
|
|
<importlibrary definition="dsound.def" />
|
|
<include base="dsound">.</include>
|
|
<define name="_DISABLE_TIDENTS" />
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<file>dsound.c</file>
|
|
</module>
|