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