Skip to content

Commit f8f08f3

Browse files
committed
[ROSTESTS] Rename the "softmodalmsgbox" test to "messagebox".
1 parent 2c909db commit f8f08f3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
add_subdirectory(biditext)
2+
add_subdirectory(messagebox)
23
add_subdirectory(paintdesktop)
3-
add_subdirectory(softmodalmsgbox)
44
add_subdirectory(sysicon)
55
add_subdirectory(winstation)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
add_executable(messagebox messagebox.c messagebox.rc)
3+
set_module_type(messagebox win32cui UNICODE)
4+
add_importlibs(messagebox user32 msvcrt kernel32)
5+
add_rostests_file(TARGET messagebox SUBDIR suppl)

modules/rostests/win32/user32/softmodalmsgbox/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)