wshom.ocx: Make debugstr_variant() static.
This commit is contained in:
parent
adcd8637ac
commit
528c7bef6f
|
@ -26,7 +26,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wshom);
|
||||
|
||||
const char *debugstr_variant(const VARIANT *v)
|
||||
static const char *debugstr_variant(const VARIANT *v)
|
||||
{
|
||||
if(!v)
|
||||
return "(null)";
|
||||
|
|
Loading…
Reference in New Issue