mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 15:38:37 +00:00
- Remove version defines
svn path=/trunk/; revision=37030
This commit is contained in:
parent
339b380d78
commit
0b42f0b683
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
<module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe" unicode="yes">
|
||||
<include base="gettype">.</include>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>kernel32</library>
|
||||
<library>shell32</library>
|
||||
<library>mpr</library>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<module name="rosperf" type="win32cui" installbase="system32" installname="rosperf.exe">
|
||||
<include base="rosperf">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="WINVER">0x0501</define>
|
||||
<library>version</library>
|
||||
<library>msimg32</library>
|
||||
<library>gdi32</library>
|
||||
|
|
Loading…
Reference in a new issue