Changeset 90794 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- Aug 23, 2021 1:16:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
r82968 r90794 102 102 { 103 103 int rc = VINF_SUCCESS; 104 if (! VALID_PTR(pTable->pfnHostCall))104 if (!RT_VALID_PTR(pTable->pfnHostCall)) 105 105 { 106 106 RTTestPrintf(g_hTest, RTTESTLVL_FAILURE, "Invalid pfnHostCall() pointer\n");
Note:
See TracChangeset
for help on using the changeset viewer.