Leaked source code of windows server 2003
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.
 
 
 
 
 
 

67 lines
1.0 KiB

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: layouthd.cxx
//
// Contents: Precompiled header for docfile layout
//
// History: 13-Feb-96 PhilipLa Created
//
//----------------------------------------------------------------------------
#ifdef _MAC
#define MAC_DOCFILE
#endif
#ifdef MAC_DOCFILE
extern "C"
{
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
}
#include <windows.h>
#include <ole2.h>
#include <error.hxx>
#include <debnot.h>
#include "machead.hxx"
#else
#define SUPPORT_FILE_MAPPING
extern "C"
{
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
}
#include <windows.h>
#include <ole2.h>
#include <error.hxx>
#include <debnot.h>
#endif //_MAC
#include "layout.hxx"
#include "layouter.hxx"
#include <msf.hxx>
//#ifdef SUPPORT_FILE_MAPPING
//#define MAPFILE void
//#else
#define MAPFILE CMappedFile
//#endif
#include "mapfile.hxx"