Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
638 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: PCH.cxx
//
// Contents: Pre-compiled header
//
// History: weibz, 10-Sep-1997 created
//
//--------------------------------------------------------------------------
extern "C"
{
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
}
#include <windows.h>
#include <cierror.h>
#include <query.h>
#include <except.hxx>
#include <assert.h>
#include <usp10.h>
#include "ctplus0.h"
#undef Assert
#define Assert(a)
// Base services
//
#pragma hdrstop