//+--------------------------------------------------------------------- // // File: headers.hxx // //------------------------------------------------------------------------ #include #include // for _filelength and _chsize in fatstg #include #include #include #include #if WINVER >= 0x0400 #pragma warning(disable:4103) #endif #include #include #if DBG # define DOUT( p ) OutputDebugString( p ) #else # define DOUT( p ) /* nothing */ #endif