mshtml: Declare prototype of wine_dos_get_file_name correctly; fixes Gecko install on win64.
This commit is contained in:
parent
ed5a2992f3
commit
9145a1cdb2
|
@ -182,7 +182,7 @@ static BOOL install_from_unix_file(const char *file_name)
|
||||||
int fd;
|
int fd;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
static WCHAR *(*wine_get_dos_file_name)(const char*);
|
static WCHAR * (CDECL *wine_get_dos_file_name)(const char*);
|
||||||
static const WCHAR kernel32W[] = {'k','e','r','n','e','l','3','2','.','d','l','l',0};
|
static const WCHAR kernel32W[] = {'k','e','r','n','e','l','3','2','.','d','l','l',0};
|
||||||
|
|
||||||
fd = open(file_name, O_RDONLY);
|
fd = open(file_name, O_RDONLY);
|
||||||
|
|
Loading…
Reference in New Issue