summaryrefslogtreecommitdiff
path: root/games/nethack34/files/patch-qt_win.cpp
blob: 7d29f10ae4d68f35d6ebcafc64fc8f8976c1bd6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- win/Qt/qt_win.cpp.orig	Tue Oct 14 11:29:05 2003
+++ win/Qt/qt_win.cpp	Tue Oct 14 11:29:52 2003
@@ -75,6 +75,11 @@
 #undef yn
 #endif
 
+#ifdef Invisible
+/* Invisible was added to an enum in Qt 3.2, #defined in youprop.h */
+#undef Invisible
+#endif
+
 #include "qt_win.h"
 #include <qregexp.h>
 #include <qpainter.h>