compute-runtime/shared/offline_compiler/source/utilities/windows
Mateusz Jablonski 4154e6666b fix: correct loading L0 loader functions
- don't load ze_loader.dll from file system
- to perform self-open on Windows use getModuleHandleA with proper module name
- don't free library loaded with getModuleHandleA
- as loader may be not available during runtime teardown:
- load translate handle function during global setup
- load setDriverTeardown function during global teardown
- when loader is not available during teardown, unset translate handle
function

Related-To: GSD-10147

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2024-10-17 15:39:20 +02:00
..
get_current_dir_windows.cpp
safety_caller_windows.cpp
safety_guard_windows.h
seh_exception.cpp fix: correct loading L0 loader functions 2024-10-17 15:39:20 +02:00
seh_exception.h