tEnable compilation with latest Cygwin release. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f66e5aa337c8d4777006f2e2d5bbcee1fe4420d4
 (DIR) parent dc922d3e889adf1a97e9cd0cbf4f7472813e6a16
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sat, 22 Oct 2005 17:45:42 +0000
       
       Enable compilation with latest Cygwin release.
       
       
       Diffstat:
         M src/gtkport/gtkport.c               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
       t@@ -5314,7 +5314,7 @@ gint GtkMessageBox(GtkWidget *parent, const gchar *Text,
            Options |= MB_ICONERROR; break;
          case GTK_MESSAGE_QUESTION:
            Options |= MB_ICONQUESTION; break;
       -  default:
       +  default: break;
          }
        
          retval = myMessageBox(parent && parent->hWnd ? parent->hWnd : NULL,