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
61ef3563
Commit
61ef3563
authored
Oct 08, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some spelling fixes.
parent
c0abd59f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
wing.c
dlls/gdi/wing.c
+2
-2
netconnection.c
dlls/wininet/netconnection.c
+1
-1
No files found.
dlls/gdi/wing.c
View file @
61ef3563
...
...
@@ -39,8 +39,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(wing);
*
* This initial approach could not compete with the performance of Dos games
* (such as Doom and Warcraft) at the time, and so this dll was eventually
* super
ce
eded by DirectX. It should not be used by new applications, and is
* provided only for compat
a
bility with older Windows programs.
* super
s
eded by DirectX. It should not be used by new applications, and is
* provided only for compat
i
bility with older Windows programs.
*/
typedef
enum
WING_DITHER_TYPE
...
...
dlls/wininet/netconnection.c
View file @
61ef3563
...
...
@@ -327,7 +327,7 @@ BOOL NETCON_send(WININET_NETCONNECTION *connection, const void *msg, size_t len,
/******************************************************************************
* NETCON_recv
* Basically calls 'recv()' unless we should use SSL
* number of chars recei
e
ved is put in *recvd
* number of chars received is put in *recvd
*/
BOOL
NETCON_recv
(
WININET_NETCONNECTION
*
connection
,
void
*
buf
,
size_t
len
,
int
flags
,
int
*
recvd
/* out */
)
...
...
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