Changeset 32652 in vbox
- Timestamp:
- Sep 21, 2010 7:04:49 AM (14 years ago)
- 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.