Files
compute-runtime/opencl/source/dll/windows/OpenCLReleaseExports.def.in
lgotszal 5c43c6fd94 Update MIT copyright headers to always use SPDX
Related-to: IGC-4296

Signed-off-by: lgotszal <lukasz.gotszald@intel.com>
2021-06-23 14:00:21 +02:00

14 lines
225 B
Modula-2

;
; Copyright (C) 2017-2021 Intel Corporation
;
; SPDX-License-Identifier: MIT
;
; ${MSVC_DEF_HEADER}
LIBRARY "${MSVC_DEF_LIB_NAME}"
EXPORTS
clGetPlatformInfo
clGetExtensionFunctionAddress
${MSVC_DEF_ADDITIONAL_EXPORTS}