Changeset 1891 for trunk/dll/errutil.h


Ignore:
Timestamp:
Jan 31, 2020, 3:47:37 AM (6 years ago)
Author:
Steven Levine
Message:

Rework FreeCnrItem to ensure all CNRITEMs deleted.
Use WinSendMsg CMA_NEXT.
Was using preccNextRecord which is not recommended because control does
not maintain linkage after inserts and deletes.
Note: arccnrs.c still needs to be reworked to use common functions from filldir.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/errutil.h

    r1686 r1891  
    66  Error reporting utilities interface
    77
    8   Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2008, 2010 Steven H. Levine
     8  Copyright (c) 1993-1998 M. Kimes
     9  Copyright (c) 2008-2020 Steven H. Levine
    1010
    1111  05 Jan 08 SHL Move from fm3dll.h to here
     
    1313  08 Mar 09 GKY Remove Dos_Error2 (unused) and Runtime_Error2 (no advantage over using Runtime_Error)
    1414  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
    1617
    1718***********************************************************************/
     
    3738                        PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    3839
     40#ifdef PMPRINTF
     41VOID PmPrintf_Report(PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
     42#endif
     43
    3944#endif // ERRUTIL_H
Note: See TracChangeset for help on using the changeset viewer.