- Reflect the recent user32_apitest changes. Please consider updating the cmake files when you alter the rbuild files in the future.

svn path=/trunk/; revision=51336
This commit is contained in:
Amine Khaldi 2011-04-14 11:55:40 +00:00
parent 9561880163
commit 4ae88bb7a4

View file

@ -2,14 +2,16 @@
add_definitions(-D_DLL -D__USE_CRTIMP) add_definitions(-D_DLL -D__USE_CRTIMP)
list(APPEND SOURCE list(APPEND SOURCE
DeferWindowPos.c
GetIconInfo.c
GetKeyState.c
GetPeekMessage.c
GetSystemMetrics.c
InitializeLpkHooks.c InitializeLpkHooks.c
RealGetWindowClass.c RealGetWindowClass.c
ScrollDC.c ScrollDC.c
ScrollWindowEx.c ScrollWindowEx.c
GetSystemMetrics.c SetCursorPos.c
GetIconInfo.c
GetPeekMessage.c
DeferWindowPos.c
testlist.c testlist.c
user32_apitest.rc) user32_apitest.rc)