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
0eb6e407
Commit
0eb6e407
authored
Dec 11, 2010
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 13, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
f63cdea4
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
dbgeng.c
dlls/dbgeng/dbgeng.c
+1
-1
opencl.c
dlls/opencl/opencl.c
+1
-1
dsoundrender.c
dlls/quartz/dsoundrender.c
+1
-1
qualitycontrol.c
dlls/strmbase/qualitycontrol.c
+1
-1
main.c
dlls/wer/main.c
+1
-1
main.c
dlls/wineqtdecoder/main.c
+1
-1
No files found.
dlls/dbgeng/dbgeng.c
View file @
0eb6e407
...
...
@@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(dbgeng);
* Initializing Debug Engine
*
* PARAMS
* pVersion [O] Rec
ie
ving the version of extension
* pVersion [O] Rec
ei
ving the version of extension
* pFlags [O] Reserved
*
* RETURNS
...
...
dlls/opencl/opencl.c
View file @
0eb6e407
...
...
@@ -784,7 +784,7 @@ cl_int WINAPI wine_clEnqueueNativeKernel(cl_command_queue command_queue,
/* FIXME: There appears to be no obvious method for translating the ABI for user_func.
* There is no opaque user_data structure passed, that could encapsulate the return address.
* The OpenCL specification seems to indicate that args has an implementation specific
* structure that can
not be used to stash away a return address for the WINAPI user_func.
* structure that cannot be used to stash away a return address for the WINAPI user_func.
*/
#if 0
ret = clEnqueueNativeKernel(command_queue, user_func, args, cb_args, num_mem_objects, mem_list, args_mem_loc,
...
...
dlls/quartz/dsoundrender.c
View file @
0eb6e407
...
...
@@ -137,7 +137,7 @@ static void DSoundRender_UpdatePositions(DSoundRenderImpl *This, DWORD *seqwrite
if
(
!
writepos_set
||
old_writepos
<
writepos
)
{
if
(
writepos_set
)
{
This
->
writepos
=
This
->
buf_size
;
FIXME
(
"Underrun of data occured!
\n
"
);
FIXME
(
"Underrun of data occur
r
ed!
\n
"
);
}
*
seqwritepos
=
writepos
;
}
else
...
...
dlls/strmbase/qualitycontrol.c
View file @
0eb6e407
/*
* Quality Control Interfaces
*
* Copyright 2010 Maarten Lankhorst for Code
w
eavers
* Copyright 2010 Maarten Lankhorst for Code
W
eavers
*
* rendering qos functions based on, the original can be found at
* gstreamer/libs/gst/base/gstbasesink.c which has copyright notice:
...
...
dlls/wer/main.c
View file @
0eb6e407
...
...
@@ -276,7 +276,7 @@ HRESULT WINAPI WerReportCreate(PCWSTR eventtype, WER_REPORT_TYPE reporttype, PWE
*
* PARAMS
* hreport [i] error reporting handle to add the parameter
* id [i] parameter to set (WER_P0 upto WER_P9)
* id [i] parameter to set (WER_P0 up
to WER_P9)
* name [i] optional name of the parameter
* value [i] value of the parameter
*
...
...
dlls/wineqtdecoder/main.c
View file @
0eb6e407
/*
* Direct
show filter for Quicktime Toolkit on mac OS/
X
* Direct
Show filter for QuickTime Toolkit on Mac OS
X
*
* Copyright (C) 2010 Aric Stewart, CodeWeavers
*
...
...
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