mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[STLPORT] Fix MSVC x64 build.
Timo, can you check whether this disabled code block is really needed?
This commit is contained in:
parent
f6baf266e1
commit
596b1a8d24
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue