Changeset 38636 in vbox for trunk/src/VBox/Runtime/tools/RTGzip.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTGzip.cpp
r34464 r38636 208 208 int main(int argc, char **argv) 209 209 { 210 int rc = RTR3Init ();210 int rc = RTR3InitExe(argc, &argv, 0); 211 211 if (RT_FAILURE(rc)) 212 212 return RTMsgInitFailure(rc);
Note:
See TracChangeset
for help on using the changeset viewer.