2015-12-28 20:31:10 +00:00
|
|
|
|
|
|
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
2015-12-28 20:51:28 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ../gditools)
|
2015-12-28 20:31:10 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
ntdd/NtGdiDdCreateDirectDrawObject.c
|
|
|
|
ntdd/NtGdiDdDeleteDirectDrawObject.c
|
|
|
|
ntdd/NtGdiDdQueryDirectDrawObject.c
|
|
|
|
|
|
|
|
ntgdi/NtGdiArcInternal.c
|
|
|
|
ntgdi/NtGdiBitBlt.c
|
|
|
|
ntgdi/NtGdiCombineRgn.c
|
|
|
|
ntgdi/NtGdiCreateBitmap.c
|
|
|
|
ntgdi/NtGdiCreateCompatibleBitmap.c
|
|
|
|
ntgdi/NtGdiCreateCompatibleDC.c
|
|
|
|
ntgdi/NtGdiCreateDIBSection.c
|
|
|
|
ntgdi/NtGdiDeleteObjectApp.c
|
|
|
|
ntgdi/NtGdiDoPalette.c
|
|
|
|
ntgdi/NtGdiEngCreatePalette.c
|
|
|
|
ntgdi/NtGdiEnumFontOpen.c
|
2020-01-20 19:11:09 +00:00
|
|
|
ntgdi/NtGdiExcludeClipRect.c
|
2019-05-08 17:31:17 +00:00
|
|
|
ntgdi/NtGdiExtSelectClipRgn.c
|
2015-12-28 20:31:10 +00:00
|
|
|
ntgdi/NtGdiExtTextOutW.c
|
|
|
|
#ntgdi/NtGdiFlushUserBatch.c
|
|
|
|
ntgdi/NtGdiGetBitmapBits.c
|
|
|
|
ntgdi/NtGdiGetDIBits.c
|
2023-01-30 17:22:23 +00:00
|
|
|
#ntgdi/NtGdiGetFontResourceInfoInternalW.c
|
2015-12-28 20:31:10 +00:00
|
|
|
ntgdi/NtGdiGetRandomRgn.c
|
|
|
|
ntgdi/NtGdiGetStockObject.c
|
2020-01-20 19:11:09 +00:00
|
|
|
ntgdi/NtGdiIntersectClipRect.c
|
|
|
|
ntgdi/NtGdiOffsetClipRgn.c
|
2015-12-28 20:31:10 +00:00
|
|
|
ntgdi/NtGdiPolyPolyDraw.c
|
|
|
|
ntgdi/NtGdiRestoreDC.c
|
|
|
|
ntgdi/NtGdiSaveDC.c
|
|
|
|
ntgdi/NtGdiSelectBitmap.c
|
|
|
|
ntgdi/NtGdiSelectBrush.c
|
|
|
|
ntgdi/NtGdiSelectFont.c
|
|
|
|
ntgdi/NtGdiSelectPen.c
|
|
|
|
ntgdi/NtGdiSetBitmapBits.c
|
|
|
|
ntgdi/NtGdiSetDIBitsToDeviceInternal.c
|
2019-04-29 10:42:04 +00:00
|
|
|
ntgdi/NtGdiTransformPoints.c
|
2015-12-28 20:31:10 +00:00
|
|
|
|
|
|
|
# ntuser/NtUserCallHwnd.c
|
|
|
|
# ntuser/NtUserCallHwndLock.c
|
|
|
|
# ntuser/NtUserCallHwndOpt.c
|
|
|
|
# ntuser/NtUserCallHwndParam.c
|
|
|
|
# ntuser/NtUserCallHwndParamLock.c
|
|
|
|
# ntuser/NtUserCallNoParam.c
|
|
|
|
# ntuser/NtUserCallOneParam.c
|
|
|
|
ntuser/NtUserCountClipboardFormats.c
|
2016-08-17 17:53:11 +00:00
|
|
|
ntuser/NtUserCreateWindowEx.c
|
2015-12-28 20:31:10 +00:00
|
|
|
# ntuser/NtUserEnumDisplayMonitors.c
|
|
|
|
ntuser/NtUserEnumDisplaySettings.c
|
|
|
|
ntuser/NtUserFindExistingCursorIcon.c
|
2022-04-10 22:29:10 +00:00
|
|
|
ntuser/NtUserGetAsyncKeyState.c
|
2015-12-28 20:31:10 +00:00
|
|
|
ntuser/NtUserGetClassInfo.c
|
|
|
|
# ntuser/NtUserGetIconInfo.c
|
2022-08-02 01:47:49 +00:00
|
|
|
ntuser/NtUserGetKeyboardLayoutName.c
|
2021-08-22 00:02:02 +00:00
|
|
|
ntuser/NtUserGetThreadState.c
|
2015-12-28 20:31:10 +00:00
|
|
|
ntuser/NtUserGetTitleBarInfo.c
|
|
|
|
ntuser/NtUserProcessConnect.c
|
|
|
|
ntuser/NtUserRedrawWindow.c
|
|
|
|
ntuser/NtUserScrollDC.c
|
|
|
|
ntuser/NtUserSelectPalette.c
|
|
|
|
ntuser/NtUserSetTimer.c
|
|
|
|
ntuser/NtUserSystemParametersInfo.c
|
|
|
|
ntuser/NtUserToUnicodeEx.c
|
|
|
|
ntuser/NtUserUpdatePerUserSystemParameters.c
|
|
|
|
|
|
|
|
#osver.c
|
2020-05-09 21:37:40 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
list(APPEND PCH_SKIP_SOURCE
|
|
|
|
testlist.c)
|
2017-12-17 11:17:19 +00:00
|
|
|
|
2019-05-30 15:12:28 +00:00
|
|
|
add_executable(win32knt_apitest
|
|
|
|
${SOURCE}
|
2020-05-09 21:37:40 +00:00
|
|
|
${PCH_SKIP_SOURCE}
|
2023-11-16 20:57:10 +00:00
|
|
|
win32knt.rc)
|
2015-12-28 20:31:10 +00:00
|
|
|
|
2019-05-30 15:12:28 +00:00
|
|
|
target_link_libraries(win32knt_apitest ${PSEH_LIB} gditools)
|
|
|
|
set_module_type(win32knt_apitest win32cui)
|
|
|
|
add_importlibs(win32knt_apitest
|
|
|
|
gdi32
|
|
|
|
user32
|
|
|
|
shell32
|
|
|
|
advapi32
|
|
|
|
msvcrt
|
|
|
|
kernel32
|
|
|
|
ntdll)
|
2021-08-22 00:02:02 +00:00
|
|
|
add_delay_importlibs(win32knt_apitest win32u imm32)
|
2019-05-30 15:12:28 +00:00
|
|
|
add_dependencies(win32knt_apitest xdk)
|
2020-05-09 21:37:40 +00:00
|
|
|
add_pch(win32knt_apitest win32nt.h "${PCH_SKIP_SOURCE}")
|
2019-05-30 15:12:28 +00:00
|
|
|
add_rostests_file(TARGET win32knt_apitest)
|