1 //-------------------------------------------------------------------------
2 //
3 //  For conditions of distribution and use, see copyright notice
4 //  in Flashpix.h
5 //
6 //  Copyright (c) 1999 Digital Imaging Group, Inc.
7 //
8 //  Contents: Precompiled headers
9 //
10 //--------------------------------------------------------------------------
11 
12 // some of these functions are a nuisance
13 #ifdef _MSC_VER
14 #pragma warning (disable:4127)  // conditional expression is constant
15 #pragma warning (disable:4514)  // unreferenced inline function
16 #endif
17 
18 #include "h/msf.hxx"
19 #include "h/header.hxx"
20 #include "h/vect.hxx"
21 #include "h/page.hxx"
22 #include "h/vectfunc.hxx"
23 #include "h/fat.hxx"
24 #include "h/dir.hxx"
25