/*-- 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 --*/ #include #include #include #include #include #include #include #include #include #include #include #include #if defined(TARGET_i386) && !defined(WIN32S) #include #endif #if defined(TARGET_ALPHA) #include #include "ctxptrs.h" #endif #if defined(TARGET_MIPS) #include #endif #if defined(TARGET_PPC) #include #endif #ifdef OSDEBUG4 #include "od.h" #include "odp.h" #include "emdm.h" #include "win32dm.h" #else // OSDEBUG4 #include "defs.h" #include "types.h" #include "cvtypes.hxx" #include "od.h" #include "emdm.h" #include "ll.h" #include "tl.h" #include "shapi.hxx" #endif // OSDEBUG4 #include "heap.h" #include "dm.h" #include "list.h" #include "bp.h" #include "funccall.h" #include "debug.h" #include "dbgver.h"