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
4188fbcb
Commit
4188fbcb
authored
Feb 14, 2001
by
François Gouget
Committed by
Alexandre Julliard
Feb 14, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc typos in comments.
parent
4684ab1c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
richedit.c
dlls/richedit/richedit.c
+3
-3
heap.c
memory/heap.c
+1
-1
regapi.c
programs/regapi/regapi.c
+2
-2
cursoricon.c
windows/cursoricon.c
+3
-3
No files found.
dlls/richedit/richedit.c
View file @
4188fbcb
/*
* RichEdit32 functions
*
* This module is a simple wrap
-arround
the edit controls.
* At the point, it is good only for application who use the RICHEDIT
control to
* display RTF text.
* This module is a simple wrap
per for
the edit controls.
* At the point, it is good only for application who use the RICHEDIT
*
control to
display RTF text.
*
* Copyright 2000 by Jean-Claude Batista
*
...
...
memory/heap.c
View file @
4188fbcb
...
...
@@ -1219,7 +1219,7 @@ BOOL WINAPI HeapFree(
/* Validate the parameters */
if
(
!
ptr
)
return
TRUE
;
/* freeing a NULL ptr is
doesn't indicate
an error in Win2k */
if
(
!
ptr
)
return
TRUE
;
/* freeing a NULL ptr is
n't
an error in Win2k */
if
(
flags
&
HEAP_WINE_SEGPTR
)
heapPtr
=
segptrHeap
;
if
(
!
heapPtr
)
return
FALSE
;
...
...
programs/regapi/regapi.c
View file @
4188fbcb
...
...
@@ -619,7 +619,7 @@ static HRESULT openKey( LPSTR stdInput)
}
/******************************************************************************
* This function is a wrapper
arround
the setValue function. It prepares the
* This function is a wrapper
for
the setValue function. It prepares the
* land and clean the area once completed.
*/
static
void
processSetValue
(
LPSTR
cmdline
)
...
...
@@ -675,7 +675,7 @@ static void processSetValue(LPSTR cmdline)
}
/******************************************************************************
* This function is a wrapper
arround
the queryValue function. It prepares the
* This function is a wrapper
for
the queryValue function. It prepares the
* land and clean the area once completed.
*/
static
void
processQueryValue
(
LPSTR
cmdline
)
...
...
windows/cursoricon.c
View file @
4188fbcb
...
...
@@ -62,7 +62,7 @@ static HDC screen_dc;
*
* FIXME: This should not be allocated on the system heap, but on a
* subsystem-global heap (i.e. one for all Win16 processes,
* and one
each for every
Win32 process).
* and one
for each
Win32 process).
*/
typedef
struct
tagICONCACHE
{
...
...
@@ -843,7 +843,7 @@ HGLOBAL CURSORICON_ExtCopy(HGLOBAL Handle, UINT nType,
{
ICONCACHE
*
pIconCache
=
CURSORICON_FindCache
(
Handle
);
/* Not Found in Cache, then do a strait copy
/* Not Found in Cache, then do a strai
gh
t copy
*/
if
(
pIconCache
==
NULL
)
{
...
...
@@ -876,7 +876,7 @@ HGLOBAL CURSORICON_ExtCopy(HGLOBAL Handle, UINT nType,
SM_CXICON
:
SM_CXCURSOR
);
}
/* Retr
ei
ve the CURSORICONDIRENTRY
/* Retr
ie
ve the CURSORICONDIRENTRY
*/
if
(
!
(
hMem
=
LoadResource
(
pIconCache
->
hModule
,
pIconCache
->
hGroupRsrc
)))
...
...
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