mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
8 lines
258 B
Text
8 lines
258 B
Text
|
<module name="regtests" type="win32dll" baseaddress="${BASEADDRESS_REGTESTS}">
|
||
|
<importlibrary definition="regtests.def" />
|
||
|
<include base="regtests">.</include>
|
||
|
<define name="__USE_W32API" />
|
||
|
<library>kernel32</library>
|
||
|
<file>regtests.c</file>
|
||
|
</module>
|