msi: hook up dialogs and control events (big)

Stefan Dösinger stefandoesinger at gmx.at
Thu May 26 16:08:44 CDT 2005


Am Donnerstag, 26. Mai 2005 17:57 schrieb Aric Stewart:
> Hook up the dialog code, get a basic UI and handle basic control events.

<snip>
+    if( r == ERROR_IO_PENDING )
+        r = ERROR_SUCCESS;
+
+    return r;
+

There seems to be a '{' missing. This causes a syntaxt error during 
compilation.

Stefan



More information about the wine-devel mailing list