compute-runtime/shared/source/os_interface/windows/windows_inc.cpp

11 lines
141 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
namespace Os {
const char *fileSeparator = "/";
}