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
57908f88
Commit
57908f88
authored
Nov 25, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 26, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Remove CALLBACK on static functions where not needed.
parent
9517637e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pin.c
dlls/quartz/pin.c
+4
-4
No files found.
dlls/quartz/pin.c
View file @
57908f88
...
...
@@ -1460,7 +1460,7 @@ ULONG WINAPI PullPin_Release(IPin *iface)
return
refCount
;
}
static
void
CALLBACK
PullPin_Flush
(
PullPin
*
This
)
static
void
PullPin_Flush
(
PullPin
*
This
)
{
IMediaSample
*
pSample
;
TRACE
(
"Flushing!
\n
"
);
...
...
@@ -1488,7 +1488,7 @@ static void CALLBACK PullPin_Flush(PullPin *This)
}
}
static
void
CALLBACK
PullPin_Thread_Process
(
PullPin
*
This
)
static
void
PullPin_Thread_Process
(
PullPin
*
This
)
{
HRESULT
hr
;
IMediaSample
*
pSample
=
NULL
;
...
...
@@ -1568,7 +1568,7 @@ static void CALLBACK PullPin_Thread_Process(PullPin *This)
TRACE
(
"End: %08x, %d
\n
"
,
hr
,
This
->
stop_playback
);
}
static
void
CALLBACK
PullPin_Thread_Pause
(
PullPin
*
This
)
static
void
PullPin_Thread_Pause
(
PullPin
*
This
)
{
PullPin_Flush
(
This
);
...
...
@@ -1578,7 +1578,7 @@ static void CALLBACK PullPin_Thread_Pause(PullPin *This)
LeaveCriticalSection
(
This
->
pin
.
pCritSec
);
}
static
void
CALLBACK
PullPin_Thread_Stop
(
PullPin
*
This
)
static
void
PullPin_Thread_Stop
(
PullPin
*
This
)
{
TRACE
(
"(%p)->()
\n
"
,
This
);
...
...
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