Exec a separate wine binary for every win32 process so that they run
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
diff --git a/include/options.h b/include/options.h
index 7ba4f99..b202de4 100644
--- a/include/options.h
+++ b/include/options.h
@@ -70,7 +70,7 @@
extern const char *argv0;
extern void OPTIONS_Usage(void) WINE_NORETURN;
-extern void OPTIONS_ParseOptions( int argc, char *argv[] );
+extern void OPTIONS_ParseOptions( char *argv[] );
/* Profile functions */