Commit Graph

13 Commits

Author SHA1 Message Date
Jeremy White 0cab16c647 sane.ds: Revise the logic around processing events to reflect the need for us to generate and post a message to drive Sane events. 2009-02-10 12:56:22 +01:00
Lei Zhang 887aa9eb3d sane.ds: Replace wsprintfW with sprintfW. 2008-09-08 12:31:37 +02:00
Alexandre Julliard 4fd668d010 Replace some instances of LoadStringA by LoadStringW. 2008-03-03 20:07:37 +01:00
Lei Zhang 124f2aa27e sane.ds: Fix a memory leak. 2007-11-09 13:04:14 +01:00
Lei Zhang 84e8ea2fdc sane.ds: Check return value from sane_get_option_descriptor(). 2007-11-09 13:03:47 +01:00
Lei Zhang 05907c3e29 sane.ds: Check return value from sane_control_option(). 2007-11-09 13:03:38 +01:00
Lei Zhang e984d7ba40 sane.ds: Get number of options only once. 2007-11-09 13:03:32 +01:00
Michael Stefaniuc 02933a11de dlls: Remove unreachable break after return/break. Found by Smatch. 2007-07-19 11:57:49 +02:00
Alexandre Julliard 418e74b5d9 configure: Merge the libsane existence check with the soname check. 2007-07-02 19:42:13 +02:00
Jeremy White 16f33d8b43 sane.ds: Dynamically load libsane.so.
This change was triggered because of a bug in libsane-hpaio.so, namely
that it relies on libsane.so being dlopen'd RTLD_GLOBAL so that
sanei_init_debug can be resolved.
2007-03-14 22:45:08 +01:00
Andrew Talbot ea93e5fb24 sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
With grateful acknowledgement to Marcus Meissner.
2006-12-29 12:49:41 +01:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Marcus Meissner 125efed86a twain_32: Split out the sane specific parts from twain_32 code.
Autoprobing via DG_CONTROL/DAT_IDENTITY/MSG_GET.
2006-05-08 22:07:05 +02:00