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)