add gettype.exe clone. It works in windows and partially in ROS. I will look into...
[reactos.git] / reactos / subsys / system / gettype / gettype.xml
1 <module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe">
2 <include base="gettype">.</include>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="__USE_W32API" />
5 <library>kernel32</library>
6 <file>gettype.c</file>
7 </module>