Qt: remove obsolete #undef lines
This commit is contained in:
@@ -9,14 +9,21 @@
|
|||||||
#undef C // conflicts with Qt6 header
|
#undef C // conflicts with Qt6 header
|
||||||
#undef Invisible
|
#undef Invisible
|
||||||
#undef Warning
|
#undef Warning
|
||||||
#undef index
|
|
||||||
#undef msleep
|
#undef msleep
|
||||||
#undef rindex
|
|
||||||
#undef wizard
|
#undef wizard
|
||||||
#undef yn
|
#undef yn
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
|
|
||||||
|
#ifdef NO_C99
|
||||||
|
#ifdef NEED_INDEX
|
||||||
|
#undef index
|
||||||
|
#endif
|
||||||
|
#ifdef NEED_RINDX
|
||||||
|
#undef rindex
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
|
|||||||
Reference in New Issue
Block a user