summaryrefslogtreecommitdiff
path: root/src/dlls/mscorpe/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlls/mscorpe/stdafx.h')
-rw-r--r--src/dlls/mscorpe/stdafx.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/dlls/mscorpe/stdafx.h b/src/dlls/mscorpe/stdafx.h
new file mode 100644
index 0000000000..c97b552cdd
--- /dev/null
+++ b/src/dlls/mscorpe/stdafx.h
@@ -0,0 +1,24 @@
+// 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
+//
+// Common include file for utility code.
+//*****************************************************************************
+#include <stdlib.h> // for qsort
+#include <windows.h>
+#include <time.h>
+#include <assert.h>
+#include <stdio.h>
+#include <stddef.h>
+
+#define FEATURE_NO_HOST // Do not use host interface
+#include <utilcode.h>
+
+#include <corpriv.h>
+
+#include "pewriter.h"
+#include "ceegen.h"
+#include "ceefilegenwriter.h"
+#include "ceesectionstring.h"