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
05fc3cdf
Commit
05fc3cdf
authored
Jan 22, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes in comments.
parent
34c786b2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
combo.c
controls/combo.c
+1
-1
mbcs.c
dlls/msvcrt/mbcs.c
+1
-1
bitmap.c
objects/bitmap.c
+1
-1
output.c
tools/specmaker/output.c
+2
-3
No files found.
controls/combo.c
View file @
05fc3cdf
...
...
@@ -459,7 +459,7 @@ static LRESULT COMBO_WindowPosChanging(
/*
* Resizing a combobox has another side effect, it resizes the dropped
* rectangle as well. However, it does it only if the new height for the
* combobox is different
than
the height it should have. In other words,
* combobox is different
from
the height it should have. In other words,
* if the application resizing the combobox only had the intention to resize
* the actual control, for example, to do the layout of a dialog that is
* resized, the height of the dropdown is not changed.
...
...
dlls/msvcrt/mbcs.c
View file @
05fc3cdf
...
...
@@ -5,7 +5,7 @@
* Copyright 2000 Jon Griffths
*
* FIXME
* Not currently binary compat
a
ble with win32. MSVCRT_mbctype must be
* Not currently binary compat
i
ble with win32. MSVCRT_mbctype must be
* populated correctly and the ismb* functions should reference it.
*/
#include "msvcrt.h"
...
...
objects/bitmap.c
View file @
05fc3cdf
...
...
@@ -262,7 +262,7 @@ LONG WINAPI GetBitmapBits(
count
=
height
*
bmp
->
bitmap
.
bmWidthBytes
;
if
(
count
==
0
)
{
WARN
(
"Less th
e
n one entire line requested
\n
"
);
WARN
(
"Less th
a
n one entire line requested
\n
"
);
ret
=
0
;
goto
done
;
}
...
...
tools/specmaker/output.c
View file @
05fc3cdf
...
...
@@ -353,7 +353,7 @@ static void output_c_postamble (void)
/*******************************************************************
* output_makefile
*
* Write a Wine compat
a
ble makefile.in
* Write a Wine compat
i
ble makefile.in
*/
void
output_makefile
(
void
)
{
...
...
@@ -545,4 +545,4 @@ static const char *get_in_or_out (const parsed_symbol *sym, size_t arg)
}
assert
(
0
);
return
""
;
}
\ No newline at end of file
}
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