summaryrefslogtreecommitdiff
path: root/src/palrt/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/palrt/common.h')
-rw-r--r--src/palrt/common.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/palrt/common.h b/src/palrt/common.h
new file mode 100644
index 0000000000..b61a934670
--- /dev/null
+++ b/src/palrt/common.h
@@ -0,0 +1,18 @@
+// 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.
+//*****************************************************************************
+// common.h
+//
+
+//
+// Common include file for the palrt code.
+//*****************************************************************************
+
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <switches.h>
+#include <winwrap.h>
+#include "shlwapip.h"
+#endif // _COMMON_H_