Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a53c8849
Commit
a53c8849
authored
Jan 23, 2004
by
Sylvain Petreolle
Committed by
Alexandre Julliard
Jan 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winehq.com -> winehq.org
parent
d21266ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
http.c
dlls/wininet/tests/http.c
+1
-1
bugs.sgml
documentation/bugs.sgml
+2
-2
No files found.
dlls/wininet/tests/http.c
View file @
a53c8849
...
...
@@ -103,7 +103,7 @@ void winapi_test(int flags)
InternetSetStatusCallback
(
hi
,
&
callback
);
trace
(
"InternetConnectA <--
\n
"
);
hic
=
InternetConnectA
(
hi
,
"www.winehq.
com
"
,
0x0
,
0x0
,
0x0
,
0x3
,
0x0
,
0xdeadbeef
);
hic
=
InternetConnectA
(
hi
,
"www.winehq.
org
"
,
0x0
,
0x0
,
0x0
,
0x3
,
0x0
,
0xdeadbeef
);
ok
((
hic
!=
0x0
),
"InternetConnect Failed"
);
trace
(
"InternetConnectA -->
\n
"
);
...
...
documentation/bugs.sgml
View file @
a53c8849
...
...
@@ -153,7 +153,7 @@
<itemizedlist>
<listitem>
<para>
Search <ulink url="http://appdb.winehq.
com
">WineHQ's
Search <ulink url="http://appdb.winehq.
org
">WineHQ's
Application Database</ulink> to check for any tips
relating to the program. If your specific version of
the program isn't listed you may find a different one
...
...
@@ -203,7 +203,7 @@
</listitem>
<listitem>
<para>
Wine's <ulink url="http://www.winehq.
com
/site/forums#ml">mailing
Wine's <ulink url="http://www.winehq.
org
/site/forums#ml">mailing
lists</ulink> may also help, especially wine-users. The
wine-devel list may be appropriate depending on the type of
problem you are experiencing. If you post to wine-devel you
...
...
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