Changeset 20019 in vbox for trunk/src/VBox/Runtime/r3/path.cpp
- Timestamp:
- May 26, 2009 9:40:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/path.cpp
r20018 r20019 973 973 RTDECL(int) RTPathTemp(char *pszPath, size_t cchPath) 974 974 { 975 char *pszResult;976 975 int rc; 977 976 const char *pszTmpEnv = RTEnvGet("TMP");
Note:
See TracChangeset
for help on using the changeset viewer.