windows-nt/Source/XPSP1/NT/inetsrv/intlwb/kor/pch.cxx

38 lines
646 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997 - 1998.
//
// 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 "stemkor.h"
#include "ctplus0.h"
#undef Assert
#define Assert(a)
// Base services
//
#pragma hdrstop