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

// The VM statically links StrongName APIs so we can suppress the warning.

#define USE_DEPRECATED_CLR_API_WITHOUT_WARNING
#include "../strongname/inc/strongname.h"
#undef USE_DEPRECATED_CLR_API_WITHOUT_WARNING