Changeset 1558 for trunk/dll/errutil.h


Ignore:
Timestamp:
Dec 1, 2010, 11:15:20 PM (15 years ago)
Author:
Steven Levine
Message:

Remap API errors code that with odd oso001*.msg messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/errutil.h

    r1402 r1558  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2008 Steven H. Levine
     9  Copyright (c) 2008, 2010 Steven H. Levine
    1010
    1111  05 Jan 08 SHL Move from fm3dll.h to here
     
    2323
    2424VOID DbgMsg(PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    25 INT Dos_Error(ULONG mb_type, ULONG ulRC, HWND hwndOwner,
     25INT Dos_Error(ULONG mb_type, APIRET apiret, HWND hwndOwner,
    2626              PCSZ pszSrcFile, UINT uSrcLineNo, PCSZ pszFmt, ...);
    2727ULONG GetMSecTimer(void);
Note: See TracChangeset for help on using the changeset viewer.