summaryrefslogtreecommitdiff
path: root/src/md/enc/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/enc/stdafx.h')
-rw-r--r--src/md/enc/stdafx.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/md/enc/stdafx.h b/src/md/enc/stdafx.h
new file mode 100644
index 0000000000..31ab3861be
--- /dev/null
+++ b/src/md/enc/stdafx.h
@@ -0,0 +1,26 @@
+// 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.
+//*****************************************************************************
+// stdafx.h
+//
+
+//
+// Precompiled headers.
+//
+//*****************************************************************************
+#ifndef __STDAFX_H_
+#define __STDAFX_H_
+
+#include <crtwrap.h>
+#include <winwrap.h>
+#include <utilcode.h>
+
+#include <cor.h>
+#include <corpriv.h>
+
+#include "mdcommon.h"
+
+#include "utsem.h"
+
+#endif // __STDAFX_H__