ie_so_loader.h
Go to the documentation of this file.
1 // Copyright (C) 2018-2020 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4 
5 /**
6  * @brief A header file for definition of abstraction over platform specific shared objects
7  *
8  * @file ie_so_loader.h
9  */
10 #pragma once
11 
12 #ifndef _WIN32
14 #else
16 #endif
POSIX compatible loader for a shared object.
WINAPI compatible loader for a shared object.