mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
11 lines
397 B
Text
11 lines
397 B
Text
|
<module name="advapi32_winetest" type="win32cui" installbase="bin" installname="advapi32_winetest.exe" allowwarnings="true">
|
||
|
<include base="advapi32_winetest">.</include>
|
||
|
<define name="__USE_W32API" />
|
||
|
<library>advapi32</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>ntdll</library>
|
||
|
<file>registry.c</file>
|
||
|
<file>security.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
</module>
|