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 | /*++ |
6 | |
7 | Module Name: |
8 | |
9 | wdbgexts.h |
10 | |
11 | Abstract: |
12 | |
13 | Dummy include file for LLDB sos extension. |
14 | |
15 | Environment: |
16 | |
17 | Revision History: |
18 | |
19 | --*/ |
20 | |
21 | #ifndef _WDBGEXTS_ |
22 | #define _WDBGEXTS_ |
23 | |
24 | #if _MSC_VER > 1000 |
25 | #pragma once |
26 | #endif |
27 | |
28 | #endif // _WDBGEXTS_ |
29 |