mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[VSSAPI]
Compile the THISCALL calling convention support only for x86. On x64, we are automatically in THISCALL. Also I suggest we turn this file (and maybe also /lib/sdk/crt/except/i386/cpp.s) into a "msvc-thiscall.c" as it is already done in some other DLLs (like in ole32, riched20). Fixes build in x64. svn path=/trunk/; revision=68975
This commit is contained in:
parent
9ee2ac33d3
commit
7b277383ef
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ list(APPEND SOURCE
|
|||
${CMAKE_CURRENT_BINARY_DIR}/vssapi_stubs.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/vssapi.def)
|
||||
|
||||
if(MSVC)
|
||||
if(MSVC AND ARCH STREQUAL "i386")
|
||||
add_asm_files(vssapi_asm msvc.s)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue