Commit 790743c8 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed options structure definition.

parent 6effb230
...@@ -56,8 +56,6 @@ extern const WINE_LANGUAGE_DEF Languages[]; ...@@ -56,8 +56,6 @@ extern const WINE_LANGUAGE_DEF Languages[];
struct options struct options
{ {
int argc;
char **argv;
char * desktopGeometry; /* NULL when no desktop */ char * desktopGeometry; /* NULL when no desktop */
char * display; /* display name */ char * display; /* display name */
char *dllFlags; /* -dll flags (hack for Winelib support) */ char *dllFlags; /* -dll flags (hack for Winelib support) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment