mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
10 lines
355 B
XML
10 lines
355 B
XML
<module name="touch" type="win32cui" installbase="system32" installname="touch.exe" warnings="true">
|
|
<include base="touch">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>ntdll</library>
|
|
<file>err.c</file>
|
|
<file>touch.c</file>
|
|
<file>touch.rc</file>
|
|
</module> |