Changeset 1402 for trunk/dll/errutil.h


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/errutil.h

    r1395 r1402  
    1111  05 Jan 08 SHL Move from fm3dll.h to here
    1212  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
     13  08 Mar 09 GKY Remove Dos_Error2 (unused) and Runtime_Error2 (no advantage over using Runtime_Error)
    1314
    1415***********************************************************************/
     
    2425INT Dos_Error(ULONG mb_type, ULONG ulRC, HWND hwndOwner,
    2526              PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    26 //INT Dos_Error2(ULONG mb_type, ULONG ulRC, HWND hwndOwner, PCSZ pszSrcFile,
    27 //             UINT uSrcLineNo, UINT idMsg);
    2827ULONG GetMSecTimer(void);
    2928VOID Runtime_Error(PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
     
    3231VOID Win_Error(HWND hwndErr, HWND hwndOwner,
    3332               PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    34 //VOID Win_Error2(HWND hwndErr, HWND hwndOwner, PCSZ pszSrcFile,
    35 //              UINT uSrcLineNo, UINT idMsg);
    3633VOID Win_Error_NoMsgBox(HWND hwndErr, HWND hwndOwner,
    3734                        PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    3835
    39 extern PSZ DEBUG_STRING;
    40 
    4136#endif // ERRUTIL_H
Note: See TracChangeset for help on using the changeset viewer.