25 lines
657 B
C++
25 lines
657 B
C++
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
||
|
//
|
||
|
// File: msfhead.cxx
|
||
|
//
|
||
|
// Contents: Precompiled headers
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
// some of these functions are a nuisance
|
||
|
#ifdef _MSC_VER
|
||
|
#pragma warning (disable:4127) // conditional expression is constant
|
||
|
#pragma warning (disable:4514) // unreferenced inline function
|
||
|
#endif
|
||
|
|
||
|
#include "h/msf.hxx"
|
||
|
#include "h/header.hxx"
|
||
|
#include "h/vect.hxx"
|
||
|
#include "h/page.hxx"
|
||
|
#include "h/vectfunc.hxx"
|
||
|
#include "h/fat.hxx"
|
||
|
#include "h/dir.hxx"
|