Qt: remove obsolete #undef lines

This commit is contained in:
nhmall
2022-11-01 12:46:10 -04:00
parent 52511cd329
commit 5192191e5d

View File

@@ -9,14 +9,21 @@
#undef C // conflicts with Qt6 header
#undef Invisible
#undef Warning
#undef index
#undef msleep
#undef rindex
#undef wizard
#undef yn
#undef min
#undef max
#ifdef NO_C99
#ifdef NEED_INDEX
#undef index
#endif
#ifdef NEED_RINDX
#undef rindex
#endif
#endif
#if defined(__cplusplus)
#ifdef __clang__