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
7cc70c0a
Commit
7cc70c0a
authored
Feb 07, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Feb 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement proper HINTERNET handles.
parent
39081ddc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
231 additions
and
59 deletions
+231
-59
ftp.c
dlls/wininet/ftp.c
+0
-0
http.c
dlls/wininet/http.c
+63
-29
internet.c
dlls/wininet/internet.c
+164
-30
internet.h
dlls/wininet/internet.h
+4
-0
No files found.
dlls/wininet/ftp.c
View file @
7cc70c0a
This diff is collapsed.
Click to expand it.
dlls/wininet/http.c
View file @
7cc70c0a
This diff is collapsed.
Click to expand it.
dlls/wininet/internet.c
View file @
7cc70c0a
This diff is collapsed.
Click to expand it.
dlls/wininet/internet.h
View file @
7cc70c0a
...
...
@@ -309,6 +309,10 @@ typedef struct WORKREQ
}
WORKREQUEST
,
*
LPWORKREQUEST
;
HINTERNET
WININET_AllocHandle
(
LPWININETHANDLEHEADER
info
);
LPWININETHANDLEHEADER
WININET_GetObject
(
HINTERNET
hinternet
);
BOOL
WININET_FreeHandle
(
HINTERNET
hinternet
);
HINTERNET
WININET_FindHandle
(
LPWININETHANDLEHEADER
info
);
time_t
ConvertTimeString
(
LPCSTR
asctime
);
...
...
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