mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
bfc3948cfe
modified tests/polytest/polytest.cpp Use %ld to print LONGs, not %d modified tests/vmtest/vmtest.c Don't do pointer arithmetics on PVOID Everything else Compile winetests with __ROS_LONG64__ svn path=/trunk/; revision=38873
17 lines
602 B
Ruby
17 lines
602 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="GUI" type="win32gui" installbase="system32" installname="testGUI.exe" allowwarnings="true" unicode="yes">
|
|
<include base="GUI">.</include>
|
|
<define name="_WIN32_IE">0x600</define>
|
|
<define name="_WIN32_WINNT">0x501</define>
|
|
<define name="__ROS_LONG64__" />
|
|
<library>gdi32</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<file>browsewnd.c</file>
|
|
<file>mainwnd.c</file>
|
|
<file>misc.c</file>
|
|
<file>WinetestsGUI.rc</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|