From: Jérôme Gardou Date: Thu, 18 Sep 2014 13:04:59 +0000 (+0000) Subject: [USER32_WINETEST] X-Git-Tag: backups/0.3.17@66124~541 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=559bf9639468e83ff34a6f06d3501ccb1efdccb3;hp=85d90c9dff996f1be0930c33bd5847bb9532f343;ds=sidebyside [USER32_WINETEST] - Compile as a GUI app svn path=/trunk/; revision=64188 --- diff --git a/rostests/winetests/user32/CMakeLists.txt b/rostests/winetests/user32/CMakeLists.txt index 7759513cc83..1e256bc8256 100644 --- a/rostests/winetests/user32/CMakeLists.txt +++ b/rostests/winetests/user32/CMakeLists.txt @@ -27,6 +27,7 @@ list(APPEND SOURCE testlist.c) add_executable(user32_winetest ${SOURCE} resource.rc) -set_module_type(user32_winetest win32cui) +# some tests need to be run from an app compiled as GUI +set_module_type(user32_winetest win32gui) add_importlibs(user32_winetest user32 gdi32 advapi32 msvcrt kernel32) add_cd_file(TARGET user32_winetest DESTINATION reactos/bin FOR all)