mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
winmm: Declare a function static.
This commit is contained in:
parent
6d7e1e7327
commit
77250f3ce8
1 changed files with 3 additions and 3 deletions
|
@ -1793,9 +1793,9 @@ theEnd:
|
|||
* MMDRV_LoadMMDrvFunc16
|
||||
*
|
||||
*/
|
||||
unsigned MMDRV_LoadMMDrvFunc16(LPCSTR drvName, LPWINE_DRIVER d,
|
||||
LPWINE_MM_DRIVER lpDrv)
|
||||
{
|
||||
static unsigned MMDRV_LoadMMDrvFunc16(LPCSTR drvName, LPWINE_DRIVER d,
|
||||
LPWINE_MM_DRIVER lpDrv)
|
||||
{
|
||||
WINEMM_msgFunc16 func;
|
||||
unsigned count = 0;
|
||||
char buffer[128];
|
||||
|
|
Loading…
Reference in a new issue