AtomLockGuids.h 906 B

123456789101112131415
  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. #include <initguid.h>
  6. #define szJScript9Lock _u("{16d51579-a30b-4c8b-a276-0ff4dc41e755}")
  7. DEFINE_GUID(JScript9Lock, 0x16d51579, 0xa30b, 0x4c8b, 0xa2, 0x76, 0x0f, 0xf4, 0xdc, 0x41, 0xe7, 0x55);
  8. #define szChakraLock _u("{1b7cd997-e5ff-4932-a7a6-2a9e636da385}")
  9. DEFINE_GUID(ChakraLock, 0x1b7cd997, 0xe5ff, 0x4932, 0xa7, 0xa6, 0x2a, 0x9e, 0x63, 0x6d, 0xa3, 0x85);
  10. #define szChakraCoreLock _u("{EB5ADA93-9744-4F8F-B94C-D21B4D6B4E71}")
  11. DEFINE_GUID(ChakraCoreLock, 0xeb5ada93, 0x9744, 0x4f8f, 0xb9, 0x4c, 0xd2, 0x1b, 0x4d, 0x6b, 0x4e, 0x71);