mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 06:28:34 +00:00
[CMAKE]
- 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:
parent
9561880163
commit
4ae88bb7a4
1 changed files with 6 additions and 4 deletions
|
@ -2,14 +2,16 @@
|
|||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
list(APPEND SOURCE
|
||||
DeferWindowPos.c
|
||||
GetIconInfo.c
|
||||
GetKeyState.c
|
||||
GetPeekMessage.c
|
||||
GetSystemMetrics.c
|
||||
InitializeLpkHooks.c
|
||||
RealGetWindowClass.c
|
||||
ScrollDC.c
|
||||
ScrollWindowEx.c
|
||||
GetSystemMetrics.c
|
||||
GetIconInfo.c
|
||||
GetPeekMessage.c
|
||||
DeferWindowPos.c
|
||||
SetCursorPos.c
|
||||
testlist.c
|
||||
user32_apitest.rc)
|
||||
|
||||
|
|
Loading…
Reference in a new issue