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

This commit is contained in:
Francois Gouget 2013-09-13 10:48:16 +02:00 committed by Alexandre Julliard
parent 674b1e922d
commit 0a177833ef

View file

@ -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