mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
8 lines
270 B
Text
8 lines
270 B
Text
|
<module name="unload" type="win32cui" installbase="bin" installname="unload.exe" unicode="true">
|
||
|
<define name="__USE_W32API" />
|
||
|
<library>msvcrt</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>ntdll</library>
|
||
|
<library>user32</library>
|
||
|
<file>unload.c</file>
|
||
|
</module>
|