From 23d38ee95bfefde97b130c5d090bcc8b8b3dcc80 Mon Sep 17 00:00:00 2001 From: foreman Date: Mon, 26 Oct 2015 19:18:57 -0400 Subject: [PATCH] P4 to Git Change 1204063 by lmoriche@lmoriche_opencl_dev on 2015/10/26 19:09:03 SWDEV-78467 - Enable the LF library build on Windows 32-bit Affected files ... ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/Makefile#4 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#124 edit ... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#5 edit [ROCm/clr commit: b89c2514636b14c1e3dd5b56af559d90f20adb44] --- projects/clr/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp b/projects/clr/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp index cc13f6091e..f51ac6424e 100644 --- a/projects/clr/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp +++ b/projects/clr/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp @@ -13,8 +13,8 @@ typedef wchar_t char_t; #endif // __linux__ -#if defined _WIN32 -//#define WITH_LIQUID_FLASH 1 +#if defined(_WIN32) && !defined(_LP64) +#define WITH_LIQUID_FLASH 1 #endif // _WIN32 #if defined WITH_LIQUID_FLASH