Changeset 38636 in vbox for trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
- Timestamp:
- Sep 5, 2011 1:49:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp
r35188 r38636 45 45 * Init. 46 46 */ 47 int rc = RTR3Init AndSUPLib();47 int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB); 48 48 if (RT_FAILURE(rc)) 49 { 50 RTMsgError("RTR3InitAndSUPLib failed with rc=%Rrc\n", rc); 51 return 1; 52 } 49 return RTMsgInitFailure(rc); 53 50 54 51 /*
Note:
See TracChangeset
for help on using the changeset viewer.