| 123456789101112 |
- //-------------------------------------------------------------------------------------------------------
- // 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
|