//--------------------------------------------------------------------------- // // dident.h - This file contains the class definitions for misc file stuff // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DIDENT_H #define DIDENT_H //--------------------------------------------------------------------------- // Include files //--------------------------------------------------------------------------- #define ID_SIZE 8 // enough for an old DOS file name class IDString; typedef IDString *IDStringPtr; class FullPathFileName; typedef FullPathFileName *FullPathFileNamePtr; //--------------------------------------------------------------------------- #endif //--------------------------------------------------------------------------- // // Edit Log // // $Log$ // //---------------------------------------------------------------------------