Commit f3b738f6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wininet: Make FTP_FtpOpenFileW() static.

parent 661208f0
......@@ -1308,7 +1308,7 @@ static const object_vtbl_t FTPFILEVtbl = {
* NULL on failure
*
*/
HINTERNET FTP_FtpOpenFileW(ftp_session_t *lpwfs,
static HINTERNET FTP_FtpOpenFileW(ftp_session_t *lpwfs,
LPCWSTR lpszFileName, DWORD fdwAccess, DWORD dwFlags,
DWORD_PTR dwContext)
{
......
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