]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - msg.cc
* (all): add cvsid tags
[cygwin-apps/setup.git] / msg.cc
diff --git a/msg.cc b/msg.cc
index 752398cc660d4acb107fdb6820deda93b8e1093f..592980ef424db57eb75bb2de2cb95818c364f3a8 100644 (file)
--- a/msg.cc
+++ b/msg.cc
@@ -16,6 +16,8 @@
 /* The purpose of this file is to centralize all the message
    functions. */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #include "win32.h"
 #include <stdio.h>
 #include <stdarg.h>
@@ -40,7 +42,7 @@ mbox (int type, int id, va_list args)
     ExitProcess (0);
 
   vsprintf (buf, fmt, args);
-  return MessageBox (0, buf, "Cygwin Setup", type);
+  return MessageBox (0, buf, "Cygwin Setup", type | MB_TOPMOST);
 }
 
 void
This page took 0.021489 seconds and 5 git commands to generate.