https://git.reactos.org/?p=reactos.git;a=commitdiff;h=596b1a8d24640469c6dc04501ad50a79f8a928b9

commit 596b1a8d24640469c6dc04501ad50a79f8a928b9
Author:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
AuthorDate: Sat Dec 15 17:05:59 2018 +0100
Commit:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
CommitDate: Sat Dec 15 20:19:31 2018 +0100

    [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 a29415d63b..d1e7d1683e 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"
 

Reply via email to