From 4ef839d511bd6fc356e4628711a737400870e398 Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 23 Oct 2015 15:31:29 -0400
Subject: [PATCH] P4 to Git Change 1203207 by lmoriche@lmoriche_opencl_dev on
2015/10/23 14:33:30
SWDEV-78467 - Back out changelist 1203122
was SWDEV-78467 - Enable the LF library build on Windows 32-bit
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/Makefile#3 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/build/Makefile.api#123 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_lqdflash_amd.cpp#4 edit
[ROCm/clr commit: 895825ba984fa3554b72b90c658e416c4a94c200]
---
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 f51ac6424e..cc13f6091e 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) && !defined(_LP64)
-#define WITH_LIQUID_FLASH 1
+#if defined _WIN32
+//#define WITH_LIQUID_FLASH 1
#endif // _WIN32
#if defined WITH_LIQUID_FLASH