diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-14 09:45:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-14 09:45:57 +0000 |
commit | 29ac1ae4f721c57c2793b5269c1f825aa7ab9cfc (patch) | |
tree | 9cdea52a0015f1db8a00723a2949b7faa7825ca1 /games/nethack34 | |
parent | c6642d5a2fc9c93e133a8362a4755bdffad69c36 (diff) |
Notes
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/files/patch-qt_win.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/nethack34/files/patch-qt_win.cpp b/games/nethack34/files/patch-qt_win.cpp new file mode 100644 index 000000000000..7d29f10ae4d6 --- /dev/null +++ b/games/nethack34/files/patch-qt_win.cpp @@ -0,0 +1,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> |