mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

gdi_interface os_inc thk_wrapper api_intercept perf_profiler Change-Id: I943807da06da31244c7c2540dcba2747f4f05b70
18 lines
345 B
C++
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
|