mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 05:28:14 +00:00
[MSVCRT]
Fix usage of set_entrypoint svn path=/trunk/; revision=53341
This commit is contained in:
parent
8bc82e23e6
commit
a69bcd8bff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if(NOT MSVC)
|
|||
endif()
|
||||
|
||||
add_dependencies(msvcrt psdk)
|
||||
set_entrypoint(msvcrt DllMain@12)
|
||||
set_entrypoint(msvcrt DllMain 12)
|
||||
set_image_base(msvcrt ${baseaddress_msvcrt})
|
||||
|
||||
target_link_libraries(msvcrt crt wine)
|
||||
|
|
Loading…
Reference in a new issue