mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[SMSS]
Remove a hack for MSVC. svn path=/trunk/; revision=54049
This commit is contained in:
parent
3e65380ea6
commit
2165832424
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@ list(APPEND SOURCE
|
|||
add_executable(smss WIN32 ${SOURCE})
|
||||
|
||||
target_link_libraries(smss nt smlib)
|
||||
if(MSVC)
|
||||
set_entrypoint(smss DllMainCRTStartup)
|
||||
endif()
|
||||
|
||||
add_pch(smss smss.h)
|
||||
|
||||
|
|
Loading…
Reference in a new issue