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: fb54bf9995]
This commit is contained in:
foreman
2015-10-23 12:12:30 -04:00
parent 9eccbea2e9
commit 7fb2f6866a
@@ -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