www.pudn.com > ChkLock.zip > ErrorHandler.h


// 
//	ErrorHandler.h 
// 
 
#ifndef __ERRORHANDLER_H__			//	Don't include more than once 
#define __ERRORHANDLER_H__	1 
 
#define	TITLE_STRING	"%s %s reports an error!" 
#define TEXT_STRING		"* ERROR %s: %d - %s" 
#define	MAX_ERROR_TEXT	256 
 
#endif	//	(don't include more than once)