summaryrefslogtreecommitdiff
path: root/src/strongname/inc/sncoreclr.h
blob: 3d6020f40f59251dd1cdabdc5fd5d95cd3d670d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

#ifndef _SNCORECLR_H
#define _SNCORECLR_H

#if !defined(FEATURE_CORECLR)
#error sncoreclr.h should only be used on CoreCLR builds
#endif // !FEATURE_CORECLR

void InitUtilcode();

#endif // _SNCORECLR_H