Ignore:
Timestamp:
Sep 1, 2010, 3:47:00 PM (15 years ago)
Author:
dmik
Message:

minivcrt: Provide a _fullpath() reimplementation that returns char * (as required by MSVCRT specs) instead of int returned by the EMX version, when building under EMX.

File:
1 edited

Legend:

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

    r21398 r21439  
    2424#define MSVCRT__errno       _errno
    2525#define MSVCRT__getdrive    _getdrive
     26#ifndef __EMX__
    2627#define MSVCRT__fullpath    _fullpath
     28#endif
    2729#define MSVCRT_malloc       malloc
    2830
Note: See TracChangeset for help on using the changeset viewer.