mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +00:00
[WININET]
- Add back our Winsock initialization ROS-diff. Wine has only partially fixed this at this point. CORE-9588 svn path=/trunk/; revision=67365
This commit is contained in:
parent
03c078dcc0
commit
d2d1f0f9fc
1 changed files with 3 additions and 0 deletions
|
@ -996,6 +996,9 @@ HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType,
|
|||
{
|
||||
appinfo_t *lpwai = NULL;
|
||||
|
||||
#ifdef __REACTOS__
|
||||
init_winsock();
|
||||
#endif
|
||||
if (TRACE_ON(wininet)) {
|
||||
#define FE(x) { x, #x }
|
||||
static const wininet_flag_info access_type[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue