diff --git a/reactos/dll/win32/mycomput/CMakeLists.txt b/reactos/dll/win32/mycomput/CMakeLists.txt index 251cab795d6..2a828c73ade 100644 --- a/reactos/dll/win32/mycomput/CMakeLists.txt +++ b/reactos/dll/win32/mycomput/CMakeLists.txt @@ -4,5 +4,4 @@ add_library(mycomput SHARED set_module_type(mycomput win32dll UNICODE ENTRYPOINT 0) -set_module_type(mycomput win32dll UNICODE) add_cd_file(TARGET mycomput DESTINATION reactos/system32 FOR all)