mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
1b7106dee1
- Fix compilation of a number of modules. - Delete outdated fmifs.h, the one from ReactOS includes should be used instead. - Move more libs to /lib directory. svn path=/trunk/; revision=34627
8 lines
313 B
Ruby
8 lines
313 B
Ruby
<module name="winver" type="win32gui" installbase="system32" installname="winver.exe" unicode="yes">
|
|
<include base="winver">.</include>
|
|
<define name="_WIN32_IE">0x501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>shell32</library>
|
|
<library>kernel32</library>
|
|
<file>winver.c</file>
|
|
</module>
|