mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +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)
|
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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue