| 1234567891011 |
- //-------------------------------------------------------------------------------------------------------
- // 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
- // NOTE: all resource IDs should be < RTERROR_STRINGFORMAT_OFFSET (up to 10,000 resource ids)
- #define RTERROR_STRINGFORMAT_OFFSET 10000
- #define RTERROR_PUBLIC_RESOURCEOFFSET 20000
|