mirror of
https://github.com/thomasxm/BOAZ_beta
synced 2026-06-06 16:54:29 +00:00
10 lines
257 B
Plaintext
Executable File
10 lines
257 B
Plaintext
Executable File
// version standard header (core)
|
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
#ifndef _STD_VERSION_HEADER_
|
|
#define _STD_VERSION_HEADER_
|
|
#include <yvals_core.h>
|
|
#endif // _STD_VERSION_HEADER_
|