📄 dplayx.rbuild
字号:
<module name="dplayx" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_DPLAYX}" installbase="system32" installname="dplayx.dll" allowwarnings ="true">
<!-- Won't load correctly in ReactOS yet autoregister infsection="OleControlDlls" type="DllRegisterServer" -->
<importlibrary definition="dplayx.spec.def" />
<include base="dplayx">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
<define name="_WIN32_WINNT">0x501</define>
<define name="WINVER">0x501</define>
<library>wine</library>
<library>uuid</library>
<library>ntdll</library>
<library>kernel32</library>
<library>user32</library>
<library>advapi32</library>
<library>ole32</library>
<library>winmm</library>
<library>dxguid</library>
<file>version.rc</file>
<file>dpclassfactory.c</file>
<file>dplay.c</file>
<file>dplaysp.c</file>
<file>dplayx_global.c</file>
<file>dplayx_main.c</file>
<file>dplayx_messages.c</file>
<file>dplobby.c</file>
<file>lobbysp.c</file>
<file>name_server.c</file>
<file>regsvr.c</file>
<file>dplayx.spec</file>
</module>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -