[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
[platform/upstream/coreclr.git] / src / utilcode / loadrc.cpp
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 //
5 // Loads an localized string resource file
6 // this is used by sn.exe, ildasm.exe, peverify.exe, gacutil.exe, and fuslogvw.exe
7 // To use it by itself (not requiring utilcode*.lib), you'll need to use this CPP file
8 // along with safewrap, sstring
9 //
10
11
12 #include "stdafx.h"
13 #include "sstring.h"
14 #define USE_SSTRING
15 #include "loadrc-impl.cpp"
16