mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
a947b9c6fc
- Move shared code used to log window messages in helper.c - Implement logging hooks - Fix comparing the logged messages to show the correct line of the test - Add tests for hooks in TrackMouseEvent test svn path=/trunk/; revision=53812
29 lines
831 B
Ruby
29 lines
831 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="user32_apitest" type="win32cui" installbase="bin" installname="user32_apitest.exe">
|
|
<include base="user32_apitest">.</include>
|
|
<library>wine</library>
|
|
<library>gdi32</library>
|
|
<library>user32</library>
|
|
<library>pseh</library>
|
|
<file>testlist.c</file>
|
|
<file>user32_apitest.rc</file>
|
|
|
|
<file>helper.c</file>
|
|
<file>GetKeyState.c</file>
|
|
<file>InitializeLpkHooks.c</file>
|
|
<file>RealGetWindowClass.c</file>
|
|
<file>ScrollDC.c</file>
|
|
<file>ScrollWindowEx.c</file>
|
|
<file>GetSystemMetrics.c</file>
|
|
<file>GetIconInfo.c</file>
|
|
<file>GetPeekMessage.c</file>
|
|
<file>DeferWindowPos.c</file>
|
|
<file>SetActiveWindow.c</file>
|
|
<file>SetCursorPos.c</file>
|
|
<file>TrackMouseEvent.c</file>
|
|
<file>WndProc.c</file>
|
|
|
|
</module>
|
|
</group>
|