Commit 77250f3c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

winmm: Declare a function static.

parent 6d7e1e73
...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment