|
// version standard header (core)
|
|
|
|
// Copyright (c) Microsoft Corporation.
|
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
#pragma once
|
|
#ifndef _STD_VERSION_HEADER_
|
|
#define _STD_VERSION_HEADER_
|
|
#include <yvals_core.h>
|
|
#endif // _STD_VERSION_HEADER_
|