Changeset 1891 for trunk/dll/errutil.h
- Timestamp:
- Jan 31, 2020, 3:47:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/errutil.h
r1686 r1891 6 6 Error reporting utilities interface 7 7 8 Copyright (c) 1993- 98 M. Kimes9 Copyright (c) 2008 , 2010 Steven H. Levine8 Copyright (c) 1993-1998 M. Kimes 9 Copyright (c) 2008-2020 Steven H. Levine 10 10 11 11 05 Jan 08 SHL Move from fm3dll.h to here … … 13 13 08 Mar 09 GKY Remove Dos_Error2 (unused) and Runtime_Error2 (no advantage over using Runtime_Error) 14 14 10 Mar 13 GKY Improvrd readonly check on delete to allow cancel and don't ask again options 15 Added saymsg2 for this purpose 15 Added saymsg2 for this purpose 16 28 Jan 20 SHL Add PmPrintfReport 16 17 17 18 ***********************************************************************/ … … 37 38 PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...); 38 39 40 #ifdef PMPRINTF 41 VOID PmPrintf_Report(PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...); 42 #endif 43 39 44 #endif // ERRUTIL_H
Note:
See TracChangeset
for help on using the changeset viewer.