mirror of https://github.com/lianthony/NT4.0
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.
31 lines
633 B
31 lines
633 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
|
//
|
|
// File: dfhead.cxx
|
|
//
|
|
// Contents: Precompiled headers
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
#include <malloc.h>
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include <ref.hxx>
|
|
|
|
|
|
#include <msf.hxx>
|
|
|
|
#include <dfexcept.hxx>
|
|
#include <docfilep.hxx>
|
|
#include <publicdf.hxx>
|
|
#include <psstream.hxx>
|
|
#include <cdocfile.hxx>
|
|
#include <dffuncs.hxx>
|
|
#include <funcs.hxx>
|
|
#include <piter.hxx>
|