mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
Warning killing commit
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
This commit is contained in:
parent
75eeb2a7e4
commit
bfc3948cfe
48 changed files with 49 additions and 4 deletions
|
@ -794,7 +794,7 @@ Polygon ( CONST PPOINT UnsafePoints, int Count, int polyFillMode )
|
||||||
To = Points[CurrentPoint + 1];
|
To = Points[CurrentPoint + 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT1("Polygon Making line from (%d,%d) to (%d,%d)\n", From.x, From.y, To.x, To.y );
|
DPRINT1("Polygon Making line from (%ld,%ld) to (%ld,%ld)\n", From.x, From.y, To.x, To.y );
|
||||||
IntEngLineTo(SurfObj,
|
IntEngLineTo(SurfObj,
|
||||||
dc.CombinedClip,
|
dc.CombinedClip,
|
||||||
OutBrushObj,
|
OutBrushObj,
|
||||||
|
@ -863,6 +863,6 @@ int main()
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
DPRINT1("Done!\n");
|
DPRINT1("Done!\n");
|
||||||
(void)getch();
|
(void)_getch();
|
||||||
}
|
}
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
PVOID Base;
|
PBYTE Base;
|
||||||
PVOID Ret;
|
PVOID Ret;
|
||||||
|
|
||||||
Base = VirtualAlloc(NULL,
|
Base = VirtualAlloc(NULL,
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<include base="GUI">.</include>
|
<include base="GUI">.</include>
|
||||||
<define name="_WIN32_IE">0x600</define>
|
<define name="_WIN32_IE">0x600</define>
|
||||||
<define name="_WIN32_WINNT">0x501</define>
|
<define name="_WIN32_WINNT">0x501</define>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>gdi32</library>
|
<library>gdi32</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="advapi32_winetest">.</include>
|
<include base="advapi32_winetest">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>advapi32</library>
|
<library>advapi32</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="advpack_winetest" type="win32cui" installbase="bin" installname="advpack_winetest.exe" allowwarnings="true">
|
<module name="advpack_winetest" type="win32cui" installbase="bin" installname="advpack_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="advpack_winetest">.</include>
|
<include base="advpack_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>advpack.c</file>
|
<file>advpack.c</file>
|
||||||
<file>files.c</file>
|
<file>files.c</file>
|
||||||
<file>install.c</file>
|
<file>install.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="browseui_winetest" type="win32cui" installbase="bin" installname="browseui_winetest.exe" allowwarnings="true">
|
<module name="browseui_winetest" type="win32cui" installbase="bin" installname="browseui_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="browseui_winetest">.</include>
|
<include base="browseui_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="cabinet_winetest" type="win32cui" installbase="bin" installname="cabinet_winetest.exe" allowwarnings="true">
|
<module name="cabinet_winetest" type="win32cui" installbase="bin" installname="cabinet_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="cabinet_winetest">.</include>
|
<include base="cabinet_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>extract.c</file>
|
<file>extract.c</file>
|
||||||
<file>fdi.c</file>
|
<file>fdi.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="comcat_winetest" type="win32cui" installbase="bin" installname="comcat_winetest.exe" allowwarnings="true">
|
<module name="comcat_winetest" type="win32cui" installbase="bin" installname="comcat_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="comcat_winetest">.</include>
|
<include base="comcat_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>comcat.c</file>
|
<file>comcat.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="comctl32_winetest" type="win32cui" installbase="bin" installname="comctl32_winetest.exe" allowwarnings="true">
|
<module name="comctl32_winetest" type="win32cui" installbase="bin" installname="comctl32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="comctl32_winetest">.</include>
|
<include base="comctl32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>comboex.c</file>
|
<file>comboex.c</file>
|
||||||
<file>datetime.c</file>
|
<file>datetime.c</file>
|
||||||
<file>dpa.c</file>
|
<file>dpa.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="comdlg32_winetest" type="win32cui" installbase="bin" installname="comdlg32_winetest.exe" allowwarnings="true">
|
<module name="comdlg32_winetest" type="win32cui" installbase="bin" installname="comdlg32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="comdlg32_winetest">.</include>
|
<include base="comdlg32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>filedlg.c</file>
|
<file>filedlg.c</file>
|
||||||
<file>printdlg.c</file>
|
<file>printdlg.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="gdi32_winetest" type="win32cui" installbase="bin" installname="gdi32_winetest.exe" allowwarnings="true">
|
<module name="gdi32_winetest" type="win32cui" installbase="bin" installname="gdi32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="gdi32_winetest">.</include>
|
<include base="gdi32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<library>gdi32</library>
|
<library>gdi32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="gdiplus_winetest" type="win32cui" installbase="bin" installname="gdiplus_winetest.exe" allowwarnings="true">
|
<module name="gdiplus_winetest" type="win32cui" installbase="bin" installname="gdiplus_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="gdiplus_winetest">.</include>
|
<include base="gdiplus_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>brush.c</file>
|
<file>brush.c</file>
|
||||||
<file>customlinecap.c</file>
|
<file>customlinecap.c</file>
|
||||||
<file>font.c</file>
|
<file>font.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="hlink_winetest" type="win32cui" installbase="bin" installname="hlink_winetest.exe" allowwarnings="true">
|
<module name="hlink_winetest" type="win32cui" installbase="bin" installname="hlink_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="hlink_winetest">.</include>
|
<include base="hlink_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>hlink.c</file>
|
<file>hlink.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="icmp_winetest">.</include>
|
<include base="icmp_winetest">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<library>icmp</library>
|
<library>icmp</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="imm32_winetest" type="win32cui" installbase="bin" installname="imm32_winetest.exe" allowwarnings="true">
|
<module name="imm32_winetest" type="win32cui" installbase="bin" installname="imm32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="imm32_winetest">.</include>
|
<include base="imm32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>imm32.c</file>
|
<file>imm32.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="kernel32_winetest">.</include>
|
<include base="kernel32_winetest">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>advapi32</library>
|
<library>advapi32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="lz32_winetest" type="win32cui" installbase="bin" installname="lz32_winetest.exe" allowwarnings="true">
|
<module name="lz32_winetest" type="win32cui" installbase="bin" installname="lz32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="lz32_winetest">.</include>
|
<include base="lz32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>lzexpand_main.c</file>
|
<file>lzexpand_main.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="mapi32_winetest" type="win32cui" installbase="bin" installname="mapi32_winetest.exe" allowwarnings="true">
|
<module name="mapi32_winetest" type="win32cui" installbase="bin" installname="mapi32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="mapi32_winetest">.</include>
|
<include base="mapi32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>imalloc.c</file>
|
<file>imalloc.c</file>
|
||||||
<file>prop.c</file>
|
<file>prop.c</file>
|
||||||
<file>util.c</file>
|
<file>util.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="mlang_winetest" type="win32cui" installbase="bin" installname="mlang_winetest.exe" allowwarnings="true">
|
<module name="mlang_winetest" type="win32cui" installbase="bin" installname="mlang_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="mlang_winetest">.</include>
|
<include base="mlang_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>mlang.c</file>
|
<file>mlang.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="msacm32_winetest" type="win32cui" installbase="bin" installname="msacm32_winetest.exe" allowwarnings="true">
|
<module name="msacm32_winetest" type="win32cui" installbase="bin" installname="msacm32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="msacm32_winetest">.</include>
|
<include base="msacm32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>msacm32</library>
|
<library>msacm32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="mshtml_winetest" type="win32cui" installbase="bin" installname="mshtml_winetest.exe" allowwarnings="true">
|
<module name="mshtml_winetest" type="win32cui" installbase="bin" installname="mshtml_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="mshtml_winetest">.</include>
|
<include base="mshtml_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>dom.c</file>
|
<file>dom.c</file>
|
||||||
<file>htmldoc.c</file>
|
<file>htmldoc.c</file>
|
||||||
<file>misc.c</file>
|
<file>misc.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="msi_winetest" type="win32cui" installbase="bin" installname="msi_winetest.exe" allowwarnings="true">
|
<module name="msi_winetest" type="win32cui" installbase="bin" installname="msi_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="msi_winetest">.</include>
|
<include base="msi_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>automation.c</file>
|
<file>automation.c</file>
|
||||||
<file>db.c</file>
|
<file>db.c</file>
|
||||||
<file>format.c</file>
|
<file>format.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="mstask_winetest" type="win32cui" installbase="bin" installname="mstask_winetest.exe" allowwarnings="true">
|
<module name="mstask_winetest" type="win32cui" installbase="bin" installname="mstask_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="mstask_winetest">.</include>
|
<include base="mstask_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>task.c</file>
|
<file>task.c</file>
|
||||||
<file>task_scheduler.c</file>
|
<file>task_scheduler.c</file>
|
||||||
<file>task_trigger.c</file>
|
<file>task_trigger.c</file>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<include base="msvcrt_winetest">.</include>
|
<include base="msvcrt_winetest">.</include>
|
||||||
<include base="msvcrt">include/reactos/wine/msvcrt</include>
|
<include base="msvcrt">include/reactos/wine/msvcrt</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>msvcrt</library>
|
<library>msvcrt</library>
|
||||||
<file>cpp.c</file>
|
<file>cpp.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="netapi32_winetest" type="win32cui" installbase="bin" installname="netapi32_winetest.exe" allowwarnings="true">
|
<module name="netapi32_winetest" type="win32cui" installbase="bin" installname="netapi32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="netapi32_winetest">.</include>
|
<include base="netapi32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>access.c</file>
|
<file>access.c</file>
|
||||||
<file>apibuf.c</file>
|
<file>apibuf.c</file>
|
||||||
<file>ds.c</file>
|
<file>ds.c</file>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="ntdll_winetest">.</include>
|
<include base="ntdll_winetest">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<file>atom.c</file>
|
<file>atom.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="odbccp32_winetest" type="win32cui" installbase="bin" installname="odbccp32_winetest.exe" allowwarnings="true">
|
<module name="odbccp32_winetest" type="win32cui" installbase="bin" installname="odbccp32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="odbccp32_winetest">.</include>
|
<include base="odbccp32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>misc.c</file>
|
<file>misc.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="ole32_winetest" type="win32cui" installbase="bin" installname="ole32_winetest.exe" allowwarnings="true">
|
<module name="ole32_winetest" type="win32cui" installbase="bin" installname="ole32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="ole32_winetest">.</include>
|
<include base="ole32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>clipboard.c</file>
|
<file>clipboard.c</file>
|
||||||
<file>compobj.c</file>
|
<file>compobj.c</file>
|
||||||
<file>defaulthandler.c</file>
|
<file>defaulthandler.c</file>
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<group>
|
<group>
|
||||||
<module name="oleaut32_winetest" type="win32cui" installbase="bin" installname="oleaut32_winetest.exe" allowwarnings="true">
|
<module name="oleaut32_winetest" type="win32cui" installbase="bin" installname="oleaut32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
|
||||||
<include base="oleaut32_winetest">.</include>
|
<include base="oleaut32_winetest">.</include>
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
<include base="oleaut32_winetest" root="intermediate">.</include>
|
<include base="oleaut32_winetest" root="intermediate">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>oleaut32</library>
|
<library>oleaut32</library>
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<module name="powrprof_winetest" type="win32cui" installbase="bin" installname="powrprof_winetest.exe" allowwarnings="true">
|
<module name="powrprof_winetest" type="win32cui" installbase="bin" installname="powrprof_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="powrprof_winetest">.</include>
|
<include base="powrprof_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<define name="_UNICODE" />
|
<define name="_UNICODE" />
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="psapi_winetest" type="win32cui" installbase="bin" installname="psapi_winetest.exe" allowwarnings="true">
|
<module name="psapi_winetest" type="win32cui" installbase="bin" installname="psapi_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="psapi_winetest">.</include>
|
<include base="psapi_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="riched20_winetest" type="win32cui" installbase="bin" installname="riched20_winetest.exe" allowwarnings="true">
|
<module name="riched20_winetest" type="win32cui" installbase="bin" installname="riched20_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="riched20_winetest">.</include>
|
<include base="riched20_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>editor.c</file>
|
<file>editor.c</file>
|
||||||
<file>richole.c</file>
|
<file>richole.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="riched32_winetest" type="win32cui" installbase="bin" installname="riched32_winetest.exe" allowwarnings="true">
|
<module name="riched32_winetest" type="win32cui" installbase="bin" installname="riched32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="riched32_winetest">.</include>
|
<include base="riched32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>editor.c</file>
|
<file>editor.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<include base="rpcrt4_winetest">.</include>
|
<include base="rpcrt4_winetest">.</include>
|
||||||
<include root="intermediate" base="rpcrt4_winetest">.</include>
|
<include root="intermediate" base="rpcrt4_winetest">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>pseh</library>
|
<library>pseh</library>
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
<module name="rsabase_winetest" type="win32cui" installbase="bin" installname="rsabase_winetest.exe" allowwarnings="true">
|
<module name="rsabase_winetest" type="win32cui" installbase="bin" installname="rsabase_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="rsabase_winetest">.</include>
|
<include base="rsabase_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>advapi32</library>
|
<library>advapi32</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="rsaenh_winetest" type="win32cui" installbase="bin" installname="rsaenh_winetest.exe" allowwarnings="true">
|
<module name="rsaenh_winetest" type="win32cui" installbase="bin" installname="rsaenh_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="rsaenh_winetest">.</include>
|
<include base="rsaenh_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>rsaenh.c</file>
|
<file>rsaenh.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="schannel_winetest" type="win32cui" installbase="bin" installname="schannel_winetest.exe" allowwarnings="true">
|
<module name="schannel_winetest" type="win32cui" installbase="bin" installname="schannel_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="schannel_winetest">.</include>
|
<include base="schannel_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="setupapi_winetest">.</include>
|
<include base="setupapi_winetest">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>advapi32</library>
|
<library>advapi32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true">
|
<module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="shell32_winetest">.</include>
|
<include base="shell32_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>shell32</library>
|
<library>shell32</library>
|
||||||
<library>ole32</library>
|
<library>ole32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="shlwapi_winetest" type="win32cui" installbase="bin" installname="shlwapi_winetest.exe" allowwarnings="true">
|
<module name="shlwapi_winetest" type="win32cui" installbase="bin" installname="shlwapi_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="shlwapi_winetest">.</include>
|
<include base="shlwapi_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>clist.c</file>
|
<file>clist.c</file>
|
||||||
<file>clsid.c</file>
|
<file>clsid.c</file>
|
||||||
<file>generated.c</file>
|
<file>generated.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="urlmon_winetest" type="win32cui" installbase="bin" installname="urlmon_winetest.exe" allowwarnings="true">
|
<module name="urlmon_winetest" type="win32cui" installbase="bin" installname="urlmon_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="urlmon_winetest">.</include>
|
<include base="urlmon_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>generated.c</file>
|
<file>generated.c</file>
|
||||||
<file>misc.c</file>
|
<file>misc.c</file>
|
||||||
<file>protocol.c</file>
|
<file>protocol.c</file>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<include base="user32_winetest">.</include>
|
<include base="user32_winetest">.</include>
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
<library>gdi32</library>
|
<library>gdi32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="usp10_winetest" type="win32cui" installbase="bin" installname="usp10_winetest.exe" allowwarnings="true">
|
<module name="usp10_winetest" type="win32cui" installbase="bin" installname="usp10_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="usp10_winetest">.</include>
|
<include base="usp10_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>usp10.c</file>
|
<file>usp10.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="uxtheme_winetest" type="win32cui" installbase="bin" installname="uxtheme_winetest.exe" allowwarnings="true">
|
<module name="uxtheme_winetest" type="win32cui" installbase="bin" installname="uxtheme_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="uxtheme_winetest">.</include>
|
<include base="uxtheme_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>system.c</file>
|
<file>system.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="version_winetest" type="win32cui" installbase="bin" installname="version_winetest.exe" allowwarnings="true">
|
<module name="version_winetest" type="win32cui" installbase="bin" installname="version_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="version_winetest">.</include>
|
<include base="version_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>info.c</file>
|
<file>info.c</file>
|
||||||
<file>install.c</file>
|
<file>install.c</file>
|
||||||
<file>version.rc</file>
|
<file>version.rc</file>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||||
<module name="winetest" type="win32gui" installbase="system32" allowwarnings="true">
|
<module name="winetest" type="win32gui" installbase="system32" allowwarnings="true">
|
||||||
<include base="winetest">.</include>
|
<include base="winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>comctl32</library>
|
<library>comctl32</library>
|
||||||
<library>version</library>
|
<library>version</library>
|
||||||
<library>user32</library>
|
<library>user32</library>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="winhttp_winetest" type="win32cui" installbase="bin" installname="winhttp_winetest.exe" allowwarnings="true">
|
<module name="winhttp_winetest" type="win32cui" installbase="bin" installname="winhttp_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="winhttp_winetest">.</include>
|
<include base="winhttp_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<file>notification.c</file>
|
<file>notification.c</file>
|
||||||
<file>testlist.c</file>
|
<file>testlist.c</file>
|
||||||
<file>winhttp.c</file>
|
<file>winhttp.c</file>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
<module name="wininet_winetest" type="win32cui" installbase="bin" installname="wininet_winetest.exe" allowwarnings="true">
|
<module name="wininet_winetest" type="win32cui" installbase="bin" installname="wininet_winetest.exe" allowwarnings="true">
|
||||||
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
||||||
<include base="wininet_winetest">.</include>
|
<include base="wininet_winetest">.</include>
|
||||||
|
<define name="__ROS_LONG64__" />
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>wininet</library>
|
<library>wininet</library>
|
||||||
<library>ws2_32</library>
|
<library>ws2_32</library>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue