inc/c_util/constbuffer_version.h (4 lines of code) (raw):
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifndef CONSTBUFFER_VERSION_H
#define CONSTBUFFER_VERSION_H
/*this header only exists to provide the current serialization format of CONSTBUFFER*/
#define CONSTBUFFER_VERSION_V1 1
#endif /* CONSTBUFFER_VERSION_H */