30 lines
564 B
C++
30 lines
564 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
|
//
|
|
// File: exphead.cxx
|
|
//
|
|
// Contents: Precompiled headers
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
#include <malloc.h>
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include <ref.hxx>
|
|
|
|
|
|
#include <dfexcept.hxx>
|
|
#include <docfilep.hxx>
|
|
|
|
#include <msf.hxx>
|
|
|
|
#include <publicdf.hxx>
|
|
#include <funcs.hxx>
|
|
#include <piter.hxx>
|