Changeset 76585 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jan 1, 2019 6:31:29 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/72kb-random.h
r76560 r76585 4648 4648 const unsigned g_cbRandom72KB = sizeof(g_abRandom72KB); 4649 4649 4650 #endif 4650 #endif /* !IPRT_INCLUDED_SRC_testcase_72kb_random_h */ 4651 4651 -
trunk/src/VBox/Runtime/testcase/tstRTR0Common.h
r76560 r76585 304 304 } 305 305 306 #endif 307 306 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0Common_h */ 307 -
trunk/src/VBox/Runtime/testcase/tstRTR0CommonDriver.h
r76560 r76585 279 279 } 280 280 281 #endif 282 281 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0CommonDriver_h */ 282 -
trunk/src/VBox/Runtime/testcase/tstRTR0CommonReq.h
r76560 r76585 56 56 /** @} */ 57 57 58 #endif 58 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0CommonReq_h */ 59 59 -
trunk/src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.h
r76560 r76585 45 45 } TSTR0DBGKRNLINFO; 46 46 47 #endif 47 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0DbgKrnlInfo_h */ 48 48 -
trunk/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h
r76560 r76585 48 48 } TSTRTR0MEMUSERKERNEL; 49 49 50 #endif 50 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0MemUserKernel_h */ 51 51 -
trunk/src/VBox/Runtime/testcase/tstRTR0SemMutex.h
r76560 r76585 54 54 } TSTRTR0SEMMUTEX; 55 55 56 #endif 56 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0SemMutex_h */ 57 57 -
trunk/src/VBox/Runtime/testcase/tstRTR0Thread.h
r76560 r76585 47 47 } TSTR0THREAD; 48 48 49 #endif 49 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0Thread_h */ -
trunk/src/VBox/Runtime/testcase/tstRTR0ThreadPreemption.h
r76560 r76585 49 49 } TSTRTR0THREADPREEMPTION; 50 50 51 #endif 51 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0ThreadPreemption_h */ 52 52 -
trunk/src/VBox/Runtime/testcase/tstRTR0Timer.h
r76560 r76585 79 79 ) 80 80 81 #endif 81 #endif /* !IPRT_INCLUDED_SRC_testcase_tstRTR0Timer_h */
Note:
See TracChangeset
for help on using the changeset viewer.