Fixed options structure definition.
This commit is contained in:
parent
6effb2304b
commit
790743c8f6
|
@ -56,8 +56,6 @@ extern const WINE_LANGUAGE_DEF Languages[];
|
|||
|
||||
struct options
|
||||
{
|
||||
int argc;
|
||||
char **argv;
|
||||
char * desktopGeometry; /* NULL when no desktop */
|
||||
char * display; /* display name */
|
||||
char *dllFlags; /* -dll flags (hack for Winelib support) */
|
||||
|
|
Loading…
Reference in New Issue