#include #include #include #include #include #include #include #include #include #include #include #include #if !defined(UNALIGNED) #if defined(_MIPS_) || defined(_ALPHA_) #define UNALIGNED __unaligned #else #define UNALIGNED #endif #endif #ifdef _MBCS #include #else // _MBCS #include #endif // _MBCS #include #include #include #include #include "vcbudefs.h" #include "pdb.h" #include "types.h" #include "cvtypes.hxx" #include "cvinfo.h" #include "cvexefmt.h" #include "shapi.hxx" #include "sapi.hxx" #include "cvproto.hxx" #include "shiproto.hxx" #include "shassert.h" typedef REGREL32 *LPREGREL32; #ifdef DEBUGVER #undef LOCAL #define LOCAL #else #define LOCAL static #endif