Leaked source code of windows server 2003
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.
 
 
 
 
 
 

28 lines
678 B

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1992.
//
// File: exphead.cxx
//
// Contents: Precompiled headers
//
//--------------------------------------------------------------------------
#ifdef _MSC_VER
// some of these warnings are a nuisance
#pragma warning (disable:4514) // unreferenced inline function
#endif
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "h/ref.hxx"
#include "h/dfexcept.hxx"
#include "h/msf.hxx"
#include "h/docfilep.hxx"
#include "expdf.hxx"
#include "h/funcs.hxx"
#include "h/piter.hxx"