Ignore:
Timestamp:
Jul 28, 2003, 1:35:32 PM (22 years ago)
Author:
sandervl
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/file.cpp

    r9709 r10185  
    1 /* $Id: file.cpp,v 1.4 2003-01-22 17:06:42 sandervl Exp $ */
     1/* $Id: file.cpp,v 1.5 2003-07-28 11:30:17 sandervl Exp $ */
    22/*
    33 * Project Odin Software License can be found in LICENSE.TXT
     
    232232}
    233233
     234
     235char * _LNK_CONV CRTWRAP(tmpnam)( char * a)
     236{
     237    unsigned short sel = RestoreOS2FS();
     238    char *rc;
     239
     240        rc = tmpnam(a);
     241        SetFS(sel);
     242        return rc;
     243}
Note: See TracChangeset for help on using the changeset viewer.