Changeset 76723 in vbox for trunk/include
- Timestamp:
- Jan 9, 2019 9:31:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r76585 r76723 2579 2579 * NULL. 2580 2580 */ 2581 #if def __GNUC__2581 #if RT_GNUC_PREREQ(4, 2) 2582 2582 # define ASMAtomicUoWritePtr(ppv, pv) \ 2583 2583 do \
Note:
See TracChangeset
for help on using the changeset viewer.