Changeset 21947 for trunk/include
- Timestamp:
- Jan 18, 2012, 8:23:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/minivcrt.h
r21916 r21947 102 102 WCHAR* _wtempnam(const WCHAR*,const WCHAR*); 103 103 104 #ifdef __EMX__ 105 104 106 char *MSVCRT__fullpath(char * absPath, const char* relPath, unsigned int size); 105 107 #undef _fullpath 106 108 #define _fullpath MSVCRT__fullpath 109 110 char *MSVCRT__tempnam(const char *dir, const char *prefix); 111 #undef _tempnam 112 #define _tempnam MSVCRT__tempnam 113 114 #endif /* __EMX__ */ 107 115 108 116 #define swprintf NTDLL_swprintf
Note:
See TracChangeset
for help on using the changeset viewer.