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.
24 lines
657 B
24 lines
657 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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"
|