00001 /****************************** Module Header ******************************\ 00002 * Module Name: i386.c 00003 * 00004 * Copyright (c) 1985 - 1999, Microsoft Corporation 00005 * 00006 * This module contains processor specific routines for x86. 00007 * 00008 * History: 00009 * 25-Oct-1995 JimA Created. 00010 \***************************************************************************/ 00011 00012 #undef _X86_ 00013 #undef _MIPS_ 00014 #undef _ALPHA_ 00015 #undef _PPC_ 00016 #undef _IA64_ 00017 00018 #define _X86_ 00019 00020 #if defined(_MIPS_) || defined(_ALPHA_) || defined(_PPC_) || defined(_IA64_) 00021 #error More than one architecture defined! 00022 #endif 00023 #define _W32P_ 00024 00025 #define GetEProcessData GetEProcessData_X86 00026 00027 #include <process.h>