Files
compute-runtime/core/os_interface/windows/os_inc.h
kamdiedrich 9d75828bab move files to core folder
gdi_interface
os_inc
thk_wrapper
api_intercept
perf_profiler

Change-Id: I943807da06da31244c7c2540dcba2747f4f05b70
2020-01-09 08:05:43 +01:00

18 lines
345 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#define PATH_SEPARATOR '\\'
// For now we need to keep this file clean of OS specific #includes.
// Only issues to address portability should be covered here.
namespace Os {
// OS GDI name
extern const char *gdiDllName;
}; // namespace Os