Patch for unattended setup (updated)

Dave Korn dave.korn@artimi.com
Sun Jun 22 18:33:00 GMT 2008


Brian Dessent wrote on 22 June 2008 18:12:

> "Dr. Frank Lee" wrote:

+    switch (type & MB_TYPEMASK)
+    {
+      case MB_OK | MB_OKCANCEL:
+        return IDOK;
+        break;
+      case MB_YESNO | MB_YESNOCANCEL:
+        return IDYES;
+        break;
+      case MB_ABORTRETRYIGNORE:
+        return IDIGNORE;
+        break;
+      case MB_RETRYCANCEL:
+        return IDCANCEL;
+        break;
+      default:
+        return 0;
+    }


  http://cygwin.com/acronyms/#IDTYRMTST  ;-)


  Reini, this could explain your lack of functionality!

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....



More information about the Cygwin-apps mailing list