From 712a03053852dac99b1be504a5d55adb40d7f94e Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Fri, 3 Apr 2015 14:47:47 +0000 Subject: [PATCH] [MYCOMPUT] fix build svn path=/trunk/; revision=67022 --- reactos/dll/win32/mycomput/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/win32/mycomput/CMakeLists.txt b/reactos/dll/win32/mycomput/CMakeLists.txt index 0e30f01027a..251cab795d6 100644 --- a/reactos/dll/win32/mycomput/CMakeLists.txt +++ b/reactos/dll/win32/mycomput/CMakeLists.txt @@ -2,5 +2,7 @@ add_library(mycomput SHARED mycomput.rc) +set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0) + set_module_type(mycomput win32dll UNICODE) add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)