From 596b1a8d24640469c6dc04501ad50a79f8a928b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sat, 15 Dec 2018 17:05:59 +0100 Subject: [PATCH] [STLPORT] Fix MSVC x64 build. Timo, can you check whether this disabled code block is really needed? --- sdk/include/c++/stlport/stl/config/_reactos.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/include/c++/stlport/stl/config/_reactos.h b/sdk/include/c++/stlport/stl/config/_reactos.h index a29415d63b1..d1e7d1683e9 100644 --- a/sdk/include/c++/stlport/stl/config/_reactos.h +++ b/sdk/include/c++/stlport/stl/config/_reactos.h @@ -302,6 +302,8 @@ // Calling convention #define _STLP_CALL __cdecl +#if 0 + #ifdef _M_AMD64 #ifdef __cplusplus extern "C" { @@ -323,6 +325,8 @@ extern "C" { #define __cdecl__ #endif /* _M_AMD64 */ +#endif + // Include stlport windows specifics #include "_windows.h"