Skip to content

Commit

Permalink
qcssparser: Undef TILDE to fix compilation on Hurd
Browse files Browse the repository at this point in the history
Change-Id: Ic3168629565618bcd7f26e47579beaa1bbd22e39
Reviewed-by: Thiago Macieira <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
  • Loading branch information
mitya57 committed Feb 15, 2017
1 parent a7ba91b commit a373a01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/text/qcssparser_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ QT_END_NAMESPACE
#if defined(Q_OS_INTEGRITY)
# undef Value
#endif
// Hurd has #define TILDE 0x00080000 from <sys/ioctl.h>
#if defined(TILDE)
# undef TILDE
#endif

#define QT_CSS_DECLARE_TYPEINFO(Class, Type) \
} /* namespace QCss */ \
Expand Down

0 comments on commit a373a01

Please sign in to comment.