Changeset 32652 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 21, 2010 7:04:49 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/testcase/tstUserInfo.cpp
r32636 r32652 74 74 RTPrintf("APPDATA = %s\n", getenv("APPDATA")); 75 75 #endif 76 return VINF_SUCCESS(rc) ? 0 : 1;76 return RT_SUCCESS(rc) ? 0 : 1; 77 77 } 78 78
Note:
See TracChangeset
for help on using the changeset viewer.