mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
7944b41ae3
svn path=/trunk/; revision=16719
9 lines
321 B
XML
9 lines
321 B
XML
<module name="genguid" type="win32cui" installbase="system32" installname="genguid.exe">
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>ole32</library>
|
|
<library>uuid</library>
|
|
<file>genguid.c</file>
|
|
</module> |