//+--------------------------------------------------------------------- // // File: headers.hxx // //------------------------------------------------------------------------ #include #include // for _filelength and _chsize in fatstg #include #include #include #include #include #define INC_STATUS_BAR #include // // BUGBUG - this should go away when HRESULT_FROM_WIN32 macro becomes // available. // #ifndef HRESULT_FROM_WIN32 #define HRESULT_FROM_WIN32(error) \ (error) #endif #if DBG # define DOUT( p ) OutputDebugString( p ) #else # define DOUT( p ) /* nothing */ #endif