Changeset 92891 in vbox for trunk/include/iprt
- Timestamp:
- Dec 14, 2021 8:56:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/timer.h
r85121 r92891 141 141 /** Macro that validates the flags. */ 142 142 #define RTTIMER_FLAGS_ARE_VALID(fFlags) \ 143 ( !((fFlags) & ~((fFlags) & RTTIMER_FLAGS_CPU_SPECIFIC ? UINT32_C(0x3ffff) :UINT32_C(0x30000))) )143 ( !((fFlags) & ((fFlags) & RTTIMER_FLAGS_CPU_SPECIFIC ? ~UINT32_C(0x3ffff) : ~UINT32_C(0x30000))) ) 144 144 /** @} */ 145 145
Note:
See TracChangeset
for help on using the changeset viewer.