Skip to content

Commit 13a9829

Browse files
committed
[WIN32U] Move reactos win32u.dll from rostests to win32ss
1 parent b05a983 commit 13a9829

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
add_subdirectory(win32u_ros)
32
add_subdirectory(win32u_xpsp2)
43
add_subdirectory(win32u_2k3sp2)
54
add_subdirectory(win32u_vista)

win32ss/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ add_subdirectory(user/imm32)
2222
add_subdirectory(user/user32)
2323
add_subdirectory(user/user32_vista)
2424
add_subdirectory(user/winsrv)
25+
add_subdirectory(win32u)
2526

2627
spec2def(win32k.sys win32k.spec ADD_IMPORTLIB)
2728

modules/rostests/apitests/win32u/win32u_ros/CMakeLists.txt renamed to win32ss/win32u/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

22
include_directories(${REACTOS_SOURCE_DIR}/win32ss)
33

4-
spec2def(win32u.dll win32u_ros.spec ADD_IMPORTLIB)
5-
add_asm_files(win32u_ros_asm sys-stubs.S)
4+
spec2def(win32u.dll win32u.spec ADD_IMPORTLIB)
5+
add_asm_files(win32u_asm sys-stubs.S)
66

77
add_library(win32u MODULE
88
main.c
9-
${win32u_ros_asm}
9+
${win32u_asm}
1010
${CMAKE_CURRENT_BINARY_DIR}/win32u.def)
1111

1212
set_module_type(win32u module)
1313
add_dependencies(win32u psdk)
14-
add_rostests_file(TARGET win32u)
14+
add_cd_file(TARGET win32u DESTINATION reactos/system32 FOR all)
1515

1616
if (STACK_PROTECTOR)
1717
target_compile_options(win32u PRIVATE -fno-stack-protector)

modules/rostests/apitests/win32u/win32u_ros/main.c renamed to win32ss/win32u/main.c

File renamed without changes.

modules/rostests/apitests/win32u/win32u_ros/sys-stubs.S renamed to win32ss/win32u/sys-stubs.S

File renamed without changes.

modules/rostests/apitests/win32u/win32u_ros/win32u_ros.spec renamed to win32ss/win32u/win32u.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
@ stdcall NtUserSetCursor(ptr)
520520
@ stdcall NtUserSetCursorContents(ptr ptr)
521521
@ stdcall NtUserSetCursorIconData(ptr ptr ptr ptr)
522-
@ stdcall NtUserSetDbgTag(long long)
522+
@ stdcall -dbg NtUserSetDbgTag(long long)
523523
@ stdcall NtUserSetFocus(ptr)
524524
@ stdcall NtUserSetImeHotKey(long long long long long)
525525
@ stdcall NtUserSetImeInfoEx(long)
@@ -537,7 +537,7 @@
537537
@ stdcall NtUserSetParent(ptr ptr)
538538
@ stdcall NtUserSetProcessWindowStation(ptr)
539539
@ stdcall NtUserSetProp(ptr long ptr)
540-
#@ stdcall NtUserSetRipFlags(long long)
540+
#@ stdcall -dbg NtUserSetRipFlags(long long)
541541
@ stdcall NtUserSetScrollInfo(ptr long ptr long)
542542
@ stdcall NtUserSetShellWindowEx(ptr ptr)
543543
@ stdcall NtUserSetSysColors(long ptr ptr long)

0 commit comments

Comments
 (0)