Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d69ddb7a
Commit
d69ddb7a
authored
Jun 09, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare some missing functions.
parent
83ac47e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
wininet.h
include/wininet.h
+11
-0
No files found.
include/wininet.h
View file @
d69ddb7a
...
...
@@ -574,6 +574,8 @@ INTERNETAPI INTERNET_STATUS_CALLBACK WINAPI InternetSetStatusCallbackW(HINTERNET
#define FTP_TRANSFER_TYPE_BINARY 0x00000002
#define FTP_TRANSFER_TYPE_MASK (FTP_TRANSFER_TYPE_ASCII | FTP_TRANSFER_TYPE_BINARY)
BOOLAPI
FtpCommandA
(
HINTERNET
,
BOOL
,
DWORD
,
LPCSTR
,
DWORD_PTR
,
HINTERNET
*
);
BOOLAPI
FtpCommandW
(
HINTERNET
,
BOOL
,
DWORD
,
LPCWSTR
,
DWORD_PTR
,
HINTERNET
*
);
INTERNETAPI
HINTERNET
WINAPI
FtpFindFirstFileA
(
HINTERNET
,
LPCSTR
lpszSearchFile
,
LPWIN32_FIND_DATAA
lpFindFileData
,
DWORD
,
DWORD
);
...
...
@@ -585,6 +587,8 @@ BOOLAPI FtpGetFileA(HINTERNET ,LPCSTR ,LPCSTR ,BOOL ,DWORD ,DWORD ,DWORD);
BOOLAPI
FtpGetFileW
(
HINTERNET
,
LPCWSTR
,
LPCWSTR
,
BOOL
,
DWORD
,
DWORD
,
DWORD
);
#define FtpGetFile WINELIB_NAME_AW(FtpGetFile)
DWORD
WINAPI
FtpGetFileSize
(
HINTERNET
,
LPDWORD
);
BOOLAPI
FtpPutFileA
(
HINTERNET
,
LPCSTR
,
LPCSTR
,
DWORD
,
DWORD
);
BOOLAPI
FtpPutFileW
(
HINTERNET
,
LPCWSTR
,
LPCWSTR
,
DWORD
,
DWORD
);
#define FtpPutFile WINELIB_NAME_AW(FtpPutFile)
...
...
@@ -1545,6 +1549,13 @@ BOOLAPI InternetCheckConnectionA(LPCSTR lpszUrl,DWORD dwFlags,DWORD dwReserved);
BOOLAPI
InternetCheckConnectionW
(
LPCWSTR
lpszUrl
,
DWORD
dwFlags
,
DWORD
dwReserved
);
#define InternetCheckConnection WINELIB_NAME_AW(InternetCheckConnection)
BOOL
WINAPI
InternetGetConnectedStateExA
(
LPDWORD
,
LPSTR
,
DWORD
,
DWORD
);
BOOL
WINAPI
InternetGetConnectedStateExW
(
LPDWORD
,
LPWSTR
,
DWORD
,
DWORD
);
#define InternetGetConnectedStateEx WINELIB_NAME_AW(InternetGetConnectedStateEx)
BOOL
WINAPI
InternetInitializeAutoProxyDll
(
DWORD
);
BOOL
WINAPI
DetectAutoProxyUrl
(
LPSTR
,
DWORD
,
DWORD
);
#ifdef __cplusplus
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment