VirtualBox

Ignore:
Timestamp:
Jan 27, 2015 10:01:58 PM (10 years ago)
Author:
vboxsync
Message:

windows build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l

    r53702 r53986  
    3333#include <errno.h>
    3434#else  /* VBOX */
     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#  define YY_NO_UNISTD_H
     37#  undef INT8_MAX
     38#  undef INT16_MAX
     39#  undef INT32_MAX
     40#  undef INT64_MAX
     41#  undef UINT8_MAX
     42#  undef UINT16_MAX
     43#  undef UINT32_MAX
     44#  undef UINT64_MAX
     45# endif
    3546# include <iprt/ctype.h>
    3647# define isdigit(a_ch) RT_C_IS_DIGIT(a_ch)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette