blob: 48a3511aae5d11455e1f5dd16826d0f6b4aa4063 [file]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
#pragma once
// Builtin symbols.
#define HASH_NAME(name, hashCS, hashCI) \
extern const StaticSymLen<sizeof(#name)> g_ssym_##name;
#include "objnames.h"
#undef HASH_NAME