/*++ Copyright (c) 1994 Microsoft Corporation All rights reserved. Module Name: precomp.h Abstract: Precompiled header file Author: Mikael Horal 17-Oct-1995 Revision History: --*/ #include #include #include #include #define USE_SP_ALTPLATFORM_INFO_V1 0 #include #include #include #include "splsetup.h" #include #include "tchar.h" #include "strsafe.h" #include #define COUNTOF(x) sizeof(x)/sizeof(*x) #if defined(_MIPS_) #define LOCAL_ENVIRONMENT L"Windows NT R4000" #elif defined(_ALPHA_) #define LOCAL_ENVIRONMENT L"Windows NT Alpha_AXP" #elif defined(_PPC_) #define LOCAL_ENVIRONMENT L"Windows NT PowerPC" #elif defined(_IA64_) #define LOCAL_ENVIRONMENT L"Windows IA64" #elif defined(_AXP64_) #define LOCAL_ENVIRONMENT L"Windows Alpha_AXP64" #else #define LOCAL_ENVIRONMENT L"Windows NT x86" #endif