mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
mmdevapi: Remove a stray semicolon in macro definition.
This commit is contained in:
parent
f5e555660d
commit
a67941d393
@ -72,7 +72,7 @@ static BOOL load_driver(const WCHAR *name)
|
||||
}
|
||||
|
||||
#define LDFC(n) do { drvs.p##n = (void*)GetProcAddress(drvs.module, #n);\
|
||||
if(!drvs.p##n) { FreeLibrary(drvs.module); return FALSE; } } while(0);
|
||||
if(!drvs.p##n) { FreeLibrary(drvs.module); return FALSE; } } while(0)
|
||||
LDFC(GetEndpointIDs);
|
||||
LDFC(GetAudioEndpoint);
|
||||
#undef LDFC
|
||||
|
Loading…
Reference in New Issue
Block a user