Changeset 10185 for trunk/src/odincrt/file.cpp
- Timestamp:
- Jul 28, 2003, 1:35:32 PM (22 years ago)
- 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:42sandervl Exp $ */1 /* $Id: file.cpp,v 1.5 2003-07-28 11:30:17 sandervl Exp $ */ 2 2 /* 3 3 * Project Odin Software License can be found in LICENSE.TXT … … 232 232 } 233 233 234 235 char * _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.