Ignore:
Timestamp:
Jan 9, 2011, 11:42:41 PM (15 years ago)
Author:
dmik
Message:

minivcrt: Use the own version of _fullpath() instead of the kLIBC one because the latter isn't capable of resolving non-existent paths (it allows only the last component to not exist).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/minivcrt_internal.h

    r21506 r21550  
    2727#define MSVCRT__errno       _errno
    2828#define MSVCRT__getdrive    _getdrive
    29 #ifndef __EMX__
    30 #define MSVCRT__fullpath    _fullpath
    31 #endif
    3229
    3330#define MSVCRT_malloc       malloc
Note: See TracChangeset for help on using the changeset viewer.