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
e71a2350
Commit
e71a2350
authored
Mar 03, 2011
by
Juan Lang
Committed by
Alexandre Julliard
Mar 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some missing definitions.
parent
666353d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
winineti.h
include/winineti.h
+20
-0
No files found.
include/winineti.h
View file @
e71a2350
...
...
@@ -84,6 +84,26 @@ typedef struct _INTERNET_CACHE_CONFIG_INFOW
DECL_WINELIB_TYPE_AW
(
INTERNET_CACHE_CONFIG_INFO
)
DECL_WINELIB_TYPE_AW
(
LPINTERNET_CACHE_CONFIG_INFO
)
typedef
enum
{
WININET_SYNC_MODE_NEVER
=
0
,
WININET_SYNC_MODE_ON_EXPIRY
,
WININET_SYNC_MODE_ONCE_PER_SESSION
,
WININET_SYNC_MODE_ALWAYS
,
WININET_SYNC_MODE_AUTOMATIC
,
WININET_SYNC_MODE_DEFAULT
=
WININET_SYNC_MODE_AUTOMATIC
}
WININET_SYNC_MODE
;
/* Flags for GetUrlCacheConfigInfoA/W and SetUrlCacheConfigInfoA/W */
#define CACHE_CONFIG_FORCE_CLEANUP_FC 0x00000020
#define CACHE_CONFIG_DISK_CACHE_PATHS_FC 0x00000040
#define CACHE_CONFIG_SYNC_MODE_FC 0x00000080
#define CACHE_CONFIG_CONTENT_PATHS_FC 0x00000100
#define CACHE_CONFIG_COOKIES_PATHS_FC 0x00000200
#define CACHE_CONFIG_HISTORY_PATHS_FC 0x00000400
#define CACHE_CONFIG_QUOTA_FC 0x00000800
#define CACHE_CONFIG_USER_MODE_FC 0x00001000
#define CACHE_CONFIG_CONTENT_USAGE_FC 0x00002000
#define CACHE_CONFIG_STICKY_CONTENT_USAGE_FC 0x00004000
#ifdef __cplusplus
extern
"C"
{
...
...
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