Changeset 59562 in vbox
- Timestamp:
- Feb 2, 2016 6:21:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r59561 r59562 89 89 /** For use with AssertLogRel except a_Expr1 from assertions but not LogRel. */ 90 90 #ifdef RT_STRICT 91 # define VBPS_LOGREL_NO_ASSERT(a_Expr 1) (a_Expr)91 # define VBPS_LOGREL_NO_ASSERT(a_Expr) (a_Expr) 92 92 #else 93 93 # define VBPS_LOGREL_NO_ASSERT false … … 1438 1438 rc = vbpsRegOpenInterfaceKeys(pState); 1439 1439 if (rc != ERROR_SUCCESS) 1440 return rc;1440 return; 1441 1441 1442 1442 /*
Note:
See TracChangeset
for help on using the changeset viewer.