1 | // |
---|---|
2 | // Copyright (c) Microsoft. All rights reserved. |
3 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
4 | // |
5 | |
6 | #ifndef _CoreClrCallbacks |
7 | #define _CoreClrCallbacks |
8 | |
9 | #include "coreclrcommoncallbacks.h" |
10 | |
11 | extern CoreClrCallbacks* original_CoreClrCallbacks; |
12 | |
13 | #endif |
14 |