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
497709b9
Commit
497709b9
authored
Jun 15, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling and case fixes.
parent
1d834f47
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
loader.c
dlls/dmloader/loader.c
+1
-1
locale.c
dlls/kernel/tests/locale.c
+2
-2
string.c
dlls/msi/string.c
+2
-2
main.h
loader/main.h
+1
-1
No files found.
dlls/dmloader/loader.c
View file @
497709b9
...
...
@@ -308,7 +308,7 @@ HRESULT WINAPI IDirectMusicLoaderImpl_IDirectMusicLoader_GetObject (LPDIRECTMUSI
result
=
IDirectMusicObject_QueryInterface
(
pObject
,
riid
,
ppv
);
if
(
!
bCache
)
IDirectMusicObject_Release
(
pObject
);
/* since loader's reference is not needed */
/* if there was trouble with loading, and if no other error occur
ed,
/* if there was trouble with loading, and if no other error occur
red,
we should return DMUS_S_PARTIALLOAD; else, error is returned */
if
(
result
==
S_OK
)
return
ret
;
...
...
dlls/kernel/tests/locale.c
View file @
497709b9
...
...
@@ -1468,7 +1468,7 @@ static void test_FoldStringA(void)
/* MAP_EXPAND_LIGATURES */
SetLastError
(
0
);
ret
=
pFoldStringA
(
MAP_EXPAND_LIGATURES
,
ligatures_src
,
-
1
,
dst
,
256
);
/* NT 4.0 doesnt support MAP_EXPAND_LIGATURES */
/* NT 4.0 doesn
'
t support MAP_EXPAND_LIGATURES */
if
(
!
(
ret
==
0
&&
GetLastError
()
==
ERROR_INVALID_FLAGS
))
{
EXPECT_LEN
(
sizeof
(
ligatures_dst
));
EXPECT_VALID
;
ok
(
strcmp
(
dst
,
ligatures_dst
)
==
0
,
...
...
@@ -1855,7 +1855,7 @@ static void test_FoldStringW(void)
/* MAP_EXPAND_LIGATURES */
SetLastError
(
0
);
ret
=
pFoldStringW
(
MAP_EXPAND_LIGATURES
,
ligatures_src
,
-
1
,
dst
,
256
);
/* NT 4.0 doesnt support MAP_EXPAND_LIGATURES */
/* NT 4.0 doesn
'
t support MAP_EXPAND_LIGATURES */
if
(
!
(
ret
==
0
&&
GetLastError
()
==
ERROR_INVALID_FLAGS
))
{
EXPECT_LEN
(
sizeof
(
ligatures_dst
)
/
sizeof
(
ligatures_dst
[
0
]));
EXPECT_VALID
;
ok
(
!
memcmp
(
dst
,
ligatures_dst
,
sizeof
(
ligatures_dst
)),
...
...
dlls/msi/string.c
View file @
497709b9
...
...
@@ -226,7 +226,7 @@ static const char *string_lookup_id( string_table *st, UINT id )
* msi_id2stringW
*
* [in] st - pointer to the string table
* [in] id - id of the string to retr
ei
ve
* [in] id - id of the string to retr
ie
ve
* [out] buffer - destination of the string
* [in/out] sz - number of bytes available in the buffer on input
* number of bytes used on output
...
...
@@ -262,7 +262,7 @@ UINT msi_id2stringW( string_table *st, UINT id, LPWSTR buffer, UINT *sz )
* msi_id2stringA
*
* [in] st - pointer to the string table
* [in] id - id of the string to retr
ei
ve
* [in] id - id of the string to retr
ie
ve
* [out] buffer - destination of the UTF8 string
* [in/out] sz - number of bytes available in the buffer on input
* number of bytes used on output
...
...
loader/main.h
View file @
497709b9
/*
* Definitions for Wine main program
*
* Copyright 2004 Mike McCormack for Code
w
eavers
* Copyright 2004 Mike McCormack for Code
W
eavers
* Copyright 2004 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
...
...
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