/*=========================================================================== * * WINUTIL.H - 9 January 1999, Dave Humphrey * *=========================================================================*/ #ifndef __WINUTIL_H #define __WINUTIL_h /* Required Includes */ #include "genutil.h" /*=========================================================================== * * Function and Procedure Prototypes * *=========================================================================*/ CString &create_path (CString &string); /*=========================================================================== * End of Function and Procedure Prototypes *=========================================================================*/ #endif /*=========================================================================== * End of File WINUTIL.H *=========================================================================*/