29 lines
678 B
C++
29 lines
678 B
C++
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// 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"
|
||
|
|