diff options
Diffstat (limited to 'databases/mysql-gui/files/patch-status.cc')
-rw-r--r-- | databases/mysql-gui/files/patch-status.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/mysql-gui/files/patch-status.cc b/databases/mysql-gui/files/patch-status.cc new file mode 100644 index 0000000..ee7f27b --- /dev/null +++ b/databases/mysql-gui/files/patch-status.cc @@ -0,0 +1,8 @@ +--- status.cc.orig Wed Apr 11 21:12:24 2001 ++++ status.cc Mon Feb 3 04:10:54 2003 +@@ -1,4 +1,5 @@ + #include "status.h" ++#undef Success + #include <sqlplus.hh> + extern char *pass; extern int w8_x, w8_y; + #include <FL/Fl_Pixmap.H> |