mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
15 lines
463 B
Text
15 lines
463 B
Text
|
<module name="gdihv" type="win32gui" installbase="system32" installname="gdihv.exe">
|
||
|
<include base="gdihv">.</include>
|
||
|
<define name="_WIN32_IE">0x0501</define>
|
||
|
<define name="_WIN32_WINNT">0x0501</define>
|
||
|
<library>user32</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>comctl32</library>
|
||
|
<library>psapi</library>
|
||
|
<file>gdihv.c</file>
|
||
|
<file>gdihv.rc</file>
|
||
|
<file>mainwnd.c</file>
|
||
|
<file>handlelist.c</file>
|
||
|
<file>proclist.c</file>
|
||
|
</module>
|