[STLPORT] Fix MSVC x64 build.

Timo, can you check whether this disabled code block is really needed?
This commit is contained in:
Hermès Bélusca-Maïto
2018-12-15 17:05:59 +01:00
parent f6baf266e1
commit 596b1a8d24

View File

@@ -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"