From 7fb2f6866a162ebb5abcf1808489895f6a35359f Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 23 Oct 2015 12:12:30 -0400
Subject: [PATCH] P4 to Git Change 1203122 by lmoriche@lmoriche_opencl_dev on
2015/10/23 11:59:51
SWDEV-78467 - Enable the LF library build on Windows 32-bit
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/Makefile#2 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#122 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#3 edit
[ROCm/clr commit: fb54bf9995d3e15b96284527290127a1537ad9b7]
---
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