summaryrefslogtreecommitdiffstats
path: root/private/windbg/newdm/p_alpha/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'private/windbg/newdm/p_alpha/precomp.h')
-rw-r--r--private/windbg/newdm/p_alpha/precomp.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/private/windbg/newdm/p_alpha/precomp.h b/private/windbg/newdm/p_alpha/precomp.h
new file mode 100644
index 000000000..2b764ee4a
--- /dev/null
+++ b/private/windbg/newdm/p_alpha/precomp.h
@@ -0,0 +1,55 @@
+/*--
+
+Copyright (c) 1992 Microsoft Corporation
+
+Module Name:
+
+ precomp.h
+
+Abstract:
+
+ Header file that is pre-compiled into a .pch file
+
+Author:
+
+ Wesley Witt (wesw) 21-Sep-1993
+
+Environment:
+
+ Win32, User Mode
+
+--*/
+
+// an astonishingly stupid warning
+#pragma warning(disable:4124)
+
+#include "biavst.h"
+#include <stdio.h>
+#include <memory.h>
+#include <malloc.h>
+#include <process.h>
+#include <stdlib.h>
+#include <string.h>
+#include <crt\io.h>
+#include <fcntl.h>
+#include <setjmp.h>
+#include <imagehlp.h>
+#include "types.h"
+#include "cvtypes.hxx"
+#include "defs.h"
+#include "ll.h"
+#include "shapi.hxx"
+#include "od.h"
+#include "tl.h"
+#include "emdm.h"
+#include "debug.h"
+#include "dm.h"
+#include "bp.h"
+#include "funccall.h"
+#include "dbgver.h"
+#include "lbhpt.h"
+#include "mm.h"
+#include <windef.h>
+#define NOEXTAPI
+#include <wdbgexts.h>
+#include "kd.h"