36 lines
692 B
C++
36 lines
692 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
|
//
|
|
// File: msfhead.cxx
|
|
//
|
|
// Contents: Precompiled headers
|
|
//
|
|
// History: 23-Oct-92 AlexT Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
extern "C"
|
|
{
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windef.h>
|
|
}
|
|
|
|
#include <ole2.h>
|
|
|
|
#include <propset.h>
|
|
#include <propapi.h>
|
|
#include <propstm.hxx>
|
|
|
|
#include <dfexcept.hxx>
|
|
#include <msf.hxx>
|
|
#include <header.hxx>
|
|
#include <vect.hxx>
|
|
#include <page.hxx>
|
|
#include <vectfunc.hxx>
|
|
#include <fat.hxx>
|
|
#include <dir.hxx>
|