Changeset 95703 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l
- Timestamp:
- Jul 18, 2022 12:12:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l
r76479 r95703 35 35 # ifdef RT_OS_WINDOWS /* No unistd.h on windows, avoid redef warnings of the [U]INTxx_MAX defines caused by no inttypes.h/stdint.h. */ 36 36 # define YY_NO_UNISTD_H 37 # undef INT8_MIN 38 # undef INT16_MIN 39 # undef INT32_MIN 40 # undef INT64_MIN 37 41 # undef INT8_MAX 38 42 # undef INT16_MAX … … 55 59 # include <iprt/err.h> 56 60 # define isdigit(a_ch) RT_C_IS_DIGIT(a_ch) 61 # ifdef _MSC_VER 62 # include <io.h> /* win_flex: isatty */ 63 # endif 57 64 #endif /* VBOX */ 58 65
Note:
See TracChangeset
for help on using the changeset viewer.