summaryrefslogtreecommitdiff
path: root/src/md/ceefilegen/stdafx.h
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
committerdotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
commitef1e2ab328087c61a6878c1e84f4fc5d710aebce (patch)
treedee1bbb89e9d722e16b0d1485e3cdd1b6c8e2cfa /src/md/ceefilegen/stdafx.h
downloadcoreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.gz
coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.bz2
coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.zip
Initial commit to populate CoreCLR repo
[tfs-changeset: 1407945]
Diffstat (limited to 'src/md/ceefilegen/stdafx.h')
-rw-r--r--src/md/ceefilegen/stdafx.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/md/ceefilegen/stdafx.h b/src/md/ceefilegen/stdafx.h
new file mode 100644
index 0000000000..0e222f8833
--- /dev/null
+++ b/src/md/ceefilegen/stdafx.h
@@ -0,0 +1,31 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+//*****************************************************************************
+// stdafx.h
+//
+
+//
+// Common include file for utility code.
+//*****************************************************************************
+
+#define _CRT_DEPENDENCY_ //this code depends on the crt file functions
+#include <crtwrap.h>
+#include <string.h>
+#include <limits.h>
+#include <stdio.h>
+#include <stddef.h>
+#include <stdlib.h> // for qsort
+#include <windows.h>
+#include <time.h>
+
+#include <corerror.h>
+#include <utilcode.h>
+
+#include <corpriv.h>
+
+#include "pesectionman.h"
+
+#include "ceegen.h"
+#include "ceesectionstring.h"