Changeset 38636 in vbox for trunk/src/VBox/HostDrivers/Support/testcase/tstSupSem.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/tstSupSem.cpp
r33383 r38636 34 34 #include <iprt/err.h> 35 35 #include <iprt/initterm.h> 36 #include <iprt/message.h> 36 37 #include <iprt/stream.h> 37 38 #include <iprt/test.h> … … 79 80 * Init. 80 81 */ 81 int rc = RTR3Init AndSUPLib();82 int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_SUPLIB); 82 83 if (RT_FAILURE(rc)) 83 { 84 RTPrintf("tstSupSem: fatal error: RTR3InitAndSUPLib failed with rc=%Rrc\n", rc); 85 return 1; 86 } 84 return RTMsgInitFailure(rc); 87 85 88 86 if (argc == 2 && !strcmp(argv[1], "child"))
Note:
See TracChangeset
for help on using the changeset viewer.