Ignore:
Timestamp:
Jul 13, 1999, 12:39:16 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r223 r299  
    1 /* $Id: os2wrap.h,v 1.6 1999-06-26 18:24:22 sandervl Exp $ */
     1/* $Id: os2wrap.h,v 1.7 1999-07-13 10:39:16 sandervl Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    950950#define DosSearchPath _DosSearchPath
    951951
     952inline ULONG  _DosError(ULONG error)
     953{
     954 ULONG yyrc;
     955 USHORT sel = RestoreOS2FS();
     956
     957    yyrc = DosError(error);
     958    SetFS(sel);
     959
     960    return yyrc;
     961}
     962
     963#undef  DosError
     964#define DosError _DosError
     965
    952966#endif
    953967#ifdef INCL_DOSDEVICES
     
    14621476
    14631477#endif
     1478
    14641479#ifdef INCL_DOSSESMGR
    14651480inline ULONG _DosQueryAppType(PCSZ a, PULONG b)
Note: See TracChangeset for help on using the changeset viewer.