Changeset 64281 in vbox for trunk/src/VBox/Runtime/testcase/tstRTMp-1.cpp
- Timestamp:
- Oct 15, 2016 4:46:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTMp-1.cpp
r62477 r64281 34 34 #include <iprt/string.h> 35 35 #include <iprt/test.h> 36 37 38 39 int main() 36 #ifdef VBOX 37 # include <VBox/sup.h> 38 #endif 39 40 41 42 int main(int argc, char **argv) 40 43 { 41 44 RTTEST hTest; … … 44 47 return rcExit; 45 48 RTTestBanner(hTest); 49 50 NOREF(argc); NOREF(argv); 51 #ifdef VBOX 52 if (argc > 1) 53 SUPR3Init(NULL); 54 #endif 46 55 47 56 /*
Note:
See TracChangeset
for help on using the changeset viewer.