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
1e5d816a
Commit
1e5d816a
authored
Nov 18, 2002
by
Alberto Massari
Committed by
Alexandre Julliard
Nov 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added some definitions.
- Fixed signature of GetUrlCacheEntryInfoExW.
parent
488a6a57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
urlmon.h
include/urlmon.h
+1
-1
wininet.h
include/wininet.h
+5
-2
No files found.
include/urlmon.h
View file @
1e5d816a
...
...
@@ -162,6 +162,7 @@ typedef enum BINDSTATUS {
#define INET_E_SECURITY_PROBLEM 0x800C000EL
#define INET_E_CANNOT_LOAD_DATA 0x800C000FL
#define INET_E_CANNOT_INSTANTIATE_OBJECT 0x800C0010L
#define INET_E_QUERYOPTION_UNKNOWN 0x800C0013L
#define INET_E_REDIRECT_FAILED 0x800C0014L
#define INET_E_REDIRECT_TO_DIR 0x800C0015L
#define INET_E_CANNOT_LOCK_REQUEST 0x800C0016L
...
...
@@ -317,4 +318,3 @@ HRESULT WINAPI RegisterBindStatusCallback(IBindCtx *pbc, IBindStatusCallback *pb
#endif
/* defined(__cplusplus) */
#endif
/* __WINE_URLMON_H */
include/wininet.h
View file @
1e5d816a
...
...
@@ -141,8 +141,11 @@ typedef enum {
INTERNET_SCHEME_NEWS
,
INTERNET_SCHEME_MAILTO
,
INTERNET_SCHEME_SOCKS
,
INTERNET_SCHEME_JAVASCRIPT
,
INTERNET_SCHEME_VBSCRIPT
,
INTERNET_SCHEME_RES
,
INTERNET_SCHEME_FIRST
=
INTERNET_SCHEME_FTP
,
INTERNET_SCHEME_LAST
=
INTERNET_SCHEME_
SOCK
S
INTERNET_SCHEME_LAST
=
INTERNET_SCHEME_
RE
S
}
INTERNET_SCHEME
,
*
LPINTERNET_SCHEME
;
typedef
struct
{
...
...
@@ -1348,7 +1351,7 @@ BOOLAPI GetUrlCacheEntryInfoW(LPCSTR ,LPINTERNET_CACHE_ENTRY_INFOW ,LPDWORD);
BOOLAPI
GetUrlCacheEntryInfoExA
(
LPCSTR
,
LPINTERNET_CACHE_ENTRY_INFOA
,
LPDWORD
,
LPSTR
,
LPDWORD
,
LPVOID
,
DWORD
);
BOOLAPI
GetUrlCacheEntryInfoExW
(
LPCSTR
,
LPINTERNET_CACHE_ENTRY_INFOW
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
LPVOID
,
DWORD
);
LPC
W
STR
,
LPINTERNET_CACHE_ENTRY_INFOW
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
LPVOID
,
DWORD
);
#define GetUrlCacheEntryInfoEx WINELIB_NAME_AW(GetUrlCacheEntryInfoEx)
#define CACHE_ENTRY_ATTRIBUTE_FC 0x00000004
...
...
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