Changeset 96027 in vbox for trunk/include
- Timestamp:
- Aug 4, 2022 10:52:00 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/time.h
r96019 r96027 49 49 #if !defined(_INC_TIME) /* MSC/UCRT guard */ 50 50 51 # if !defined(_STRUCT_TIMESPEC) 51 # if !defined(_STRUCT_TIMESPEC) && !defined(__struct_timespec_defined) && !defined(_TIMESPEC_DEFINED) 52 52 struct timespec 53 53 {
Note:
See TracChangeset
for help on using the changeset viewer.