Changeset 43893 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Nov 16, 2012 9:30:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/once.cpp
r43879 r43893 263 263 264 264 #ifndef IN_RING3 265 AssertReturn( pfnCleanUp, VERR_NOT_SUPPORTED);265 AssertReturn(!pfnCleanUp, VERR_NOT_SUPPORTED); 266 266 #else /* IN_RING3 */ 267 267
Note:
See TracChangeset
for help on using the changeset viewer.