globals.h 543 B

123456789101112
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #pragma once
  6. // Builtin symbols.
  7. #define HASH_NAME(name, hashCS, hashCI) \
  8. extern const StaticSymLen<sizeof(#name)> g_ssym_##name;
  9. #include "objnames.h"
  10. #undef HASH_NAME