Changeset 21439 for trunk/include


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/include/win/minivcrt.h

    r21402 r21439  
    8989WCHAR*      _wtempnam(const WCHAR*,const WCHAR*);
    9090
     91char *MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int size);
     92#undef _fullpath
     93#define _fullpath MSVCRT__fullpath
     94
    9195#ifdef __cplusplus
    9296}
Note: See TracChangeset for help on using the changeset viewer.