Fixed options structure definition.

This commit is contained in:
Alexandre Julliard 2000-06-14 21:17:05 +00:00
parent 6effb2304b
commit 790743c8f6
1 changed files with 0 additions and 2 deletions

View File

@ -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) */