ie_so_loader.h
Go to the documentation of this file.
1 // Copyright (C) 2018-2019 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  * @file ie_so_loader.h
8  */
9 #pragma once
10 
11 #ifndef _WIN32
13 #else
15 #endif
POSIX compatible loader for a shared object.
WINAPI compatible loader for a shared object.