mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[USER32]
- Link to msvcrtex in MSC builds svn path=/trunk/; revision=57680
This commit is contained in:
parent
15deddd4ea
commit
e8624870c3
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ target_link_libraries(user32
|
|||
win32ksys
|
||||
${PSEH_LIB})
|
||||
|
||||
if(MSVC)
|
||||
# for __ftol2_sse, float to int cast helper
|
||||
target_link_libraries(user32 msvcrtex)
|
||||
endif()
|
||||
|
||||
add_delay_importlibs(user32 imm32 usp10)
|
||||
add_importlibs(user32 gdi32 advapi32 kernel32 ntdll)
|
||||
add_pch(user32 include/user32.h)
|
||||
|
|
Loading…
Reference in a new issue