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
62253b75
Commit
62253b75
authored
May 30, 2005
by
Francois Gouget
Committed by
Alexandre Julliard
May 30, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
e7d1209e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
monthcal.c
dlls/comctl32/monthcal.c
+1
-1
protectdata.c
dlls/crypt32/protectdata.c
+2
-2
action.h
dlls/msi/action.h
+5
-5
make_opengl
dlls/opengl32/make_opengl
+1
-1
vertexdeclaration.c
dlls/wined3d/vertexdeclaration.c
+1
-1
winmm_En.rc
dlls/winmm/winmm_En.rc
+1
-1
No files found.
dlls/comctl32/monthcal.c
View file @
62253b75
...
...
@@ -212,7 +212,7 @@ static int MONTHCAL_CalcDayFromPos(MONTHCAL_INFO *infoPtr, int x, int y,
GetClientRect
(
infoPtr
->
hwndSelf
,
&
rcClient
);
/* if the point is outside the x bounds of the window put
it at the boundry */
it at the bound
a
ry */
if
(
x
>
rcClient
.
right
)
x
=
rcClient
.
right
;
...
...
dlls/crypt32/protectdata.c
View file @
62253b75
...
...
@@ -946,7 +946,7 @@ free_protect_data:
free_context:
CryptReleaseContext
(
hProv
,
0
);
finished:
/* If some error occured, and no error code was set, force one. */
/* If some error occur
r
ed, and no error code was set, force one. */
if
(
!
rc
&&
GetLastError
()
==
ERROR_SUCCESS
)
{
SetLastError
(
ERROR_INVALID_DATA
);
...
...
@@ -1112,7 +1112,7 @@ free_context:
free_protect_data:
free_protect_data
(
&
protect_data
);
finished:
/* If some error occured, and no error code was set, force one. */
/* If some error occur
r
ed, and no error code was set, force one. */
if
(
!
rc
&&
GetLastError
()
==
ERROR_SUCCESS
)
{
SetLastError
(
ERROR_INVALID_DATA
);
...
...
dlls/msi/action.h
View file @
62253b75
...
...
@@ -119,7 +119,7 @@ typedef struct tagMSICLASS
LPWSTR
Argument
;
INT
FeatureIndex
;
INT
Attributes
;
/* not in the table, set during instalation */
/* not in the table, set during instal
l
ation */
BOOL
Installed
;
}
MSICLASS
;
...
...
@@ -131,10 +131,10 @@ typedef struct tagMSIEXTENSION
LPWSTR
ProgIDText
;
INT
MIMEIndex
;
INT
FeatureIndex
;
/* not in the table, set during instalation */
/* not in the table, set during instal
l
ation */
BOOL
Installed
;
INT
VerbCount
;
INT
Verbs
[
100
];
/* yes hard coded limit, but re
listic
ly 100 verbs??? */
INT
Verbs
[
100
];
/* yes hard coded limit, but re
alistical
ly 100 verbs??? */
}
MSIEXTENSION
;
typedef
struct
tagMSIPROGID
...
...
@@ -144,7 +144,7 @@ typedef struct tagMSIPROGID
INT
ClassIndex
;
LPWSTR
Description
;
LPWSTR
IconPath
;
/* not in the table, set during instalation */
/* not in the table, set during instal
l
ation */
BOOL
InstallMe
;
INT
CurVerIndex
;
}
MSIPROGID
;
...
...
@@ -164,7 +164,7 @@ typedef struct tagMSIMIME
INT
ExtensionIndex
;
WCHAR
CLSID
[
IDENTIFIER_SIZE
];
INT
ClassIndex
;
/* not in the table, set during instalation */
/* not in the table, set during instal
l
ation */
BOOL
InstallMe
;
}
MSIMIME
;
...
...
dlls/opengl32/make_opengl
View file @
62253b75
...
...
@@ -634,7 +634,7 @@ foreach (sort keys %norm_functions) {
}
elsif
(
defined
(
$arg_conv
{
$type
}))
{
print
SPEC
"$@$arg_conv{$type}[0] "
;
}
else
{
die
"No conver
t
ion for GL type $type...\n"
;
die
"No conver
s
ion for GL type $type...\n"
;
}
}
print
SPEC
") wine_$func_name\n"
;
...
...
dlls/wined3d/vertexdeclaration.c
View file @
62253b75
...
...
@@ -470,7 +470,7 @@ HRESULT IWineD3DVertexDeclarationImpl_ParseDeclaration8(IWineD3DDeviceImpl* This
{
D3DVERTEXELEMENT9
*
pIt
=
object
->
pDeclaration9
;
TRACE
(
"dumping of D3D9 Conver
t
ion:
\n
"
);
TRACE
(
"dumping of D3D9 Conver
s
ion:
\n
"
);
while
(
0xFF
!=
pIt
->
Stream
)
{
IWineD3DVertexDeclarationImpl_ParseToken9
(
pIt
);
++
pIt
;
...
...
dlls/winmm/winmm_En.rc
View file @
62253b75
...
...
@@ -57,7 +57,7 @@ MCIERR_OUT_OF_MEMORY, "Not enough memory available for this task. \nQuit one o
MCIERR_DEVICE_OPEN, "The device name is already being used as an alias by this application. Use a unique alias."
MCIERR_CANNOT_LOAD_DRIVER, "There is an undetectable problem in loading the specified device driver."
MCIERR_MISSING_COMMAND_STRING, "No command was specified."
MCIERR_PARAM_OVERFLOW, "The output string was to large to fit in the return buffer. Increase the size of the buffer."
MCIERR_PARAM_OVERFLOW, "The output string was to
o
large to fit in the return buffer. Increase the size of the buffer."
MCIERR_MISSING_STRING_ARGUMENT, "The specified command requires a character-string parameter. Please provide one."
MCIERR_BAD_INTEGER, "The specified integer is invalid for this command."
MCIERR_PARSER_INTERNAL, "The device driver returned an invalid return type. Check with the device manufacturer about obtaining a new driver."
...
...
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