From 74d25bcffe10d0035bf1d79659eead614d0b153a Mon Sep 17 00:00:00 2001 From: Ioannis Tsakpinis Date: Tue, 12 Oct 2010 09:32:34 +0000 Subject: [PATCH] Calling convention is ignored on x64. --- src/native/common/extcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/common/extcl.h b/src/native/common/extcl.h index 00ba98ca..7b233027 100644 --- a/src/native/common/extcl.h +++ b/src/native/common/extcl.h @@ -60,7 +60,7 @@ typedef GLsync cl_GLsync; #endif // TODO: This is a bug in current CL implementations (AMD's only?), remove when fixed. (used for cl_native_kernel_func) -#if defined(_WIN32) || defined(_WIN64) +#if defined(_WIN32) #define CL_USER_FUNC_CALLBACK __cdecl #else #define CL_USER_FUNC_CALLBACK CL_CALLBACK