From: <sp...@us...> - 2010-10-12 09:32:41
|
Revision: 3437 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3437&view=rev Author: spasi Date: 2010-10-12 09:32:34 +0000 (Tue, 12 Oct 2010) Log Message: ----------- Calling convention is ignored on x64. Modified Paths: -------------- trunk/LWJGL/src/native/common/extcl.h Modified: trunk/LWJGL/src/native/common/extcl.h =================================================================== --- trunk/LWJGL/src/native/common/extcl.h 2010-10-12 01:35:33 UTC (rev 3436) +++ trunk/LWJGL/src/native/common/extcl.h 2010-10-12 09:32:34 UTC (rev 3437) @@ -60,7 +60,7 @@ #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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |