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: b89c251463]
This commit is contained in:
foreman
2015-10-26 19:18:57 -04:00
rodzic 4ef839d511
commit 23d38ee95b
@@ -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