mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
c03ea6d0ce
svn path=/trunk/; revision=28246
10 lines
346 B
Ruby
10 lines
346 B
Ruby
<module name="winver" type="win32gui" installbase="system32" installname="winver.exe" unicode="yes">
|
|
<include base="winver">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_IE">0x501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>shell32</library>
|
|
<library>kernel32</library>
|
|
<file>winver.c</file>
|
|
</module>
|