Skip to content

Commit cba420d

Browse files
committed
[WIN32U] Move windows specific test dlls into win32nt folder
1 parent 13a9829 commit cba420d

File tree

20 files changed

+4
-5
lines changed

20 files changed

+4
-5
lines changed

modules/rostests/apitests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ add_subdirectory(utildll)
6464
add_subdirectory(uxtheme)
6565
add_subdirectory(version)
6666
if(NOT CMAKE_BUILD_TYPE STREQUAL "Release")
67-
add_subdirectory(win32u)
6867
add_subdirectory(win32nt)
6968
endif()
7069
add_subdirectory(winhttp)

modules/rostests/apitests/win32nt/CMakeLists.txt

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

2+
add_subdirectory(win32u_xpsp2)
3+
add_subdirectory(win32u_2k3sp2)
4+
add_subdirectory(win32u_vista)
5+
26
add_definitions(-D_DLL -D__USE_CRTIMP)
37
include_directories(${REACTOS_SOURCE_DIR}/win32ss/include ../gditools)
48

modules/rostests/apitests/win32u/win32u_2k3sp2/CMakeLists.txt renamed to modules/rostests/apitests/win32nt/win32u_2k3sp2/CMakeLists.txt

File renamed without changes.

modules/rostests/apitests/win32u/win32u_2k3sp2/main.c renamed to modules/rostests/apitests/win32nt/win32u_2k3sp2/main.c

File renamed without changes.

modules/rostests/apitests/win32u/win32u_2k3sp2/sys-stubs.S renamed to modules/rostests/apitests/win32nt/win32u_2k3sp2/sys-stubs.S

File renamed without changes.

modules/rostests/apitests/win32u/win32u_2k3sp2/win32ksvc-2k3sp2-64.h renamed to modules/rostests/apitests/win32nt/win32u_2k3sp2/win32ksvc-2k3sp2-64.h

File renamed without changes.

modules/rostests/apitests/win32u/win32u_2k3sp2/win32ksvc-2k3sp2.h renamed to modules/rostests/apitests/win32nt/win32u_2k3sp2/win32ksvc-2k3sp2.h

File renamed without changes.

modules/rostests/apitests/win32u/win32u_2k3sp2/win32u_2k3sp2.spec renamed to modules/rostests/apitests/win32nt/win32u_2k3sp2/win32u_2k3sp2.spec

File renamed without changes.

modules/rostests/apitests/win32u/win32u_vista/CMakeLists.txt renamed to modules/rostests/apitests/win32nt/win32u_vista/CMakeLists.txt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)