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:
@@ -72,6 +72,9 @@ extern "C" {
|
||||
#undef yn
|
||||
|
||||
}
|
||||
#ifdef yn
|
||||
#undef yn
|
||||
#endif
|
||||
|
||||
#include "qt_win.h"
|
||||
#include <qregexp.h>
|
||||
|
||||
Reference in New Issue
Block a user