Commit 0a177833 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

sane.ds: SANE_SaneSetDefaults() is only used if SONAME_LIBSANE is defined.

parent 674b1e92
......@@ -1221,6 +1221,7 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action)
return twCC;
}
#ifdef SONAME_LIBSANE
TW_UINT16 SANE_SaneSetDefaults (void)
{
TW_CAPABILITY cap;
......@@ -1248,3 +1249,4 @@ TW_UINT16 SANE_SaneSetDefaults (void)
return TWCC_SUCCESS;
}
#endif
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