The POSIX function yn() is sometimes a macro (eg. GCC 3.2, Linux),

so undefine it (we don't need either here).
This commit is contained in:
warwick
2003-04-22 06:57:27 +00:00
parent 4bebf0624b
commit cb71f71b53

View File

@@ -72,6 +72,9 @@ extern "C" {
#undef yn
}
#ifdef yn
#undef yn
#endif
#include "qt_win.h"
#include <qregexp.h>