summaryrefslogtreecommitdiff
path: root/src/md/winmd/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/md/winmd/stdafx.h')
-rw-r--r--src/md/winmd/stdafx.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/md/winmd/stdafx.h b/src/md/winmd/stdafx.h
new file mode 100644
index 0000000000..f71b6fd369
--- /dev/null
+++ b/src/md/winmd/stdafx.h
@@ -0,0 +1,28 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license 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 <ndpversion.h>
+#include "nsutilpriv.h"
+
+#include "utsem.h"
+
+#endif // __STDAFX_H_