summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike/xplat/wdbgexts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/SOS/Strike/xplat/wdbgexts.h')
-rw-r--r--src/ToolBox/SOS/Strike/xplat/wdbgexts.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ToolBox/SOS/Strike/xplat/wdbgexts.h b/src/ToolBox/SOS/Strike/xplat/wdbgexts.h
new file mode 100644
index 0000000000..d5a1a31c0a
--- /dev/null
+++ b/src/ToolBox/SOS/Strike/xplat/wdbgexts.h
@@ -0,0 +1,28 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+/*++
+
+Module Name:
+
+ wdbgexts.h
+
+Abstract:
+
+ Dummy include file for LLDB sos extension.
+
+Environment:
+
+Revision History:
+
+--*/
+
+#ifndef _WDBGEXTS_
+#define _WDBGEXTS_
+
+#if _MSC_VER > 1000
+#pragma once
+#endif
+
+#endif // _WDBGEXTS_