Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
77250f3c
Commit
77250f3c
authored
Feb 03, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Feb 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Declare a function static.
parent
6d7e1e73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
message16.c
dlls/winmm/message16.c
+3
-3
No files found.
dlls/winmm/message16.c
View file @
77250f3c
...
@@ -1793,9 +1793,9 @@ theEnd:
...
@@ -1793,9 +1793,9 @@ theEnd:
* MMDRV_LoadMMDrvFunc16
* MMDRV_LoadMMDrvFunc16
*
*
*/
*/
unsigned
MMDRV_LoadMMDrvFunc16
(
LPCSTR
drvName
,
LPWINE_DRIVER
d
,
static
unsigned
MMDRV_LoadMMDrvFunc16
(
LPCSTR
drvName
,
LPWINE_DRIVER
d
,
LPWINE_MM_DRIVER
lpDrv
)
LPWINE_MM_DRIVER
lpDrv
)
{
{
WINEMM_msgFunc16
func
;
WINEMM_msgFunc16
func
;
unsigned
count
=
0
;
unsigned
count
=
0
;
char
buffer
[
128
];
char
buffer
[
128
];
...
...
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