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
a1168795
Commit
a1168795
authored
Aug 29, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 30, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
1f0fb354
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
visual.c
dlls/d3d9/tests/visual.c
+1
-1
primary.c
dlls/dsound/primary.c
+2
-2
mbcs.c
dlls/msvcrt/mbcs.c
+1
-1
parser.c
dlls/setupapi/tests/parser.c
+1
-1
directx.c
dlls/wined3d/directx.c
+1
-1
surface.c
dlls/wined3d/surface.c
+1
-1
info.c
dlls/winspool.drv/info.c
+1
-1
No files found.
dlls/d3d9/tests/visual.c
View file @
a1168795
...
...
@@ -1566,7 +1566,7 @@ static void release_buffer_test(IDirect3DDevice9 *device)
};
short
indices
[]
=
{
3
,
4
,
5
};
/* Index and vertex buffers should always be creat
e
able */
/* Index and vertex buffers should always be creatable */
hr
=
IDirect3DDevice9_CreateVertexBuffer
(
device
,
sizeof
(
quad
),
0
,
D3DFVF_XYZ
|
D3DFVF_DIFFUSE
,
D3DPOOL_MANAGED
,
&
vb
,
NULL
);
ok
(
hr
==
D3D_OK
,
"CreateVertexBuffer failed with %s
\n
"
,
DXGetErrorString9
(
hr
));
...
...
dlls/dsound/primary.c
View file @
a1168795
...
...
@@ -456,9 +456,9 @@ HRESULT DSOUND_PrimarySetFormat(DirectSoundDevice *device, LPCWAVEFORMATEX wfex,
}
if
(
err
==
S_FALSE
)
{
/* ALSA specific: S_FALSE tells that recreation was succesful,
/* ALSA specific: S_FALSE tells that recreation was succes
s
ful,
* but size and location may be changed, and buffer has to be restarted
* I put it here, so if frequency doesn't match error will be changed to DSERR_BUFFERLOST
* I put it here, so if frequency doesn't match
the
error will be changed to DSERR_BUFFERLOST
* and the entire re-initialization will occur anyway
*/
IDsDriverBuffer_Lock
(
device
->
hwbuf
,
(
LPVOID
*
)
&
device
->
buffer
,
&
device
->
buflen
,
NULL
,
NULL
,
0
,
0
,
DSBLOCK_ENTIREBUFFER
);
...
...
dlls/msvcrt/mbcs.c
View file @
a1168795
...
...
@@ -1062,7 +1062,7 @@ int CDECL _ismbslead(const unsigned char* start, const unsigned char* str)
if
(
!
g_mbcp_is_multibyte
)
return
0
;
/* Lead bytes can also be trail bytes so we need to anal
i
se the string
/* Lead bytes can also be trail bytes so we need to anal
y
se the string
*/
while
(
start
<=
str
)
{
...
...
dlls/setupapi/tests/parser.c
View file @
a1168795
...
...
@@ -321,7 +321,7 @@ static const struct
{
"a=%big%%big%%big%%big%%big%%big%%big%%big%%big%%big%%big%
\n
"
STR_SECTION
,
"a"
,
{
A4097
/*MAX_INF_STRING_LENGTH+1*/
}
},
/* Prove expansion of system entries removes extra \'s and string
replacements doesnt */
replacements doesn
'
t */
{
"ab=
\"
%24%
\"\n
"
STR_SECTION
,
"ab"
,
{
"C:
\\
"
}
},
{
"ab=
\"
%mydrive%
\"\n
"
STR_SECTION
,
"ab"
,
{
"C:
\\
"
}
},
{
"ab=
\"
%24%
\\
fred
\"\n
"
STR_SECTION
,
"ab"
,
{
"C:
\\
fred"
}
},
...
...
dlls/wined3d/directx.c
View file @
a1168795
...
...
@@ -2498,7 +2498,7 @@ BOOL InitAdapters(void) {
return
FALSE
;
}
/* Dynamicly load all GL core functions */
/* Dynamic
al
ly load all GL core functions */
GL_FUNCS_GEN
;
#undef USE_GL_FUNC
...
...
dlls/wined3d/surface.c
View file @
a1168795
...
...
@@ -1632,7 +1632,7 @@ HRESULT d3dfmt_get_conv(IWineD3DSurfaceImpl *This, BOOL need_alpha_ck, BOOL use_
break
;
case
WINED3DFMT_R16F
:
/* Sim
m
ilar to R32F */
/* Similar to R32F */
*
convert
=
CONVERT_R16F
;
*
format
=
GL_RGB
;
*
internal
=
GL_RGB16F_ARB
;
...
...
dlls/winspool.drv/info.c
View file @
a1168795
...
...
@@ -6447,7 +6447,7 @@ BOOL WINAPI AddPrinterDriverExW( LPWSTR pName, DWORD level, LPBYTE pDriverInfo,
ptr
=
get_servername_from_name
(
pName
);
HeapFree
(
GetProcessHeap
(),
0
,
ptr
);
if
(
ptr
)
{
FIXME
(
"not suported for server: %s
\n
"
,
debugstr_w
(
pName
));
FIXME
(
"not sup
p
orted for server: %s
\n
"
,
debugstr_w
(
pName
));
SetLastError
(
ERROR_ACCESS_DENIED
);
return
FALSE
;
}
...
...
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