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.
53 lines
983 B
53 lines
983 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
|
//
|
|
// File: exphead.cxx
|
|
//
|
|
// Contents: Precompiled headers
|
|
//
|
|
// History: 26-Oct-92 AlexT Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
extern "C"
|
|
{
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windef.h>
|
|
}
|
|
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
|
|
#include <propset.h>
|
|
#include <propapi.h>
|
|
#include <propstm.hxx>
|
|
#include <stgprops.hxx>
|
|
|
|
#if defined(_CHICAGO_)
|
|
#include <widewrap.h>
|
|
#endif
|
|
|
|
#include <safedecl.hxx>
|
|
#include <dfexcept.hxx>
|
|
|
|
#include <docfilep.hxx>
|
|
|
|
#include <msf.hxx>
|
|
|
|
#include <publicdf.hxx>
|
|
#include <debug.hxx>
|
|
#include <dfmem.hxx>
|
|
#include <funcs.hxx>
|
|
#ifdef ASYNC
|
|
#include <async.hxx>
|
|
#endif
|
|
|