sane-project-backends/sanei
Chris Bagwell 10b778b5d0 Map SANE_Pid to pthread_t
Not all platforms use an integer for pthread_t and so
couldn't compile on those; namely mingw.

This is least riskest version I could come up with. Backends
that do things like "SANE_Pid pid = -1" or "if (pid == -1)" will
need to switch to sanei_thread_set_invalid()
sanei_thread_is_invalid() to be able to compile on mingw.
2011-11-10 19:22:07 -06:00
..
.gitignore new .gitignore files 2009-05-05 16:06:38 -04:00
Makefile.am Fixes for "make distcheck" on cygwin. 2011-01-02 20:00:22 -06:00
Makefile.in Add --disable-dynamic/--disable-preload and update docs 2011-11-08 21:28:30 -06:00
linux_sg3_err.h Added GPL + SANE exception license. 2003-07-26 17:49:10 +00:00
os2_srb.h
sanei_DomainOS.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_DomainOS.h
sanei_ab306.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_access.c Added patch created by Vitaly Lipatov <LAV AT vl3143.spb.edu>: 2006-06-07 07:28:31 +00:00
sanei_auth.c 64 bit platform fixes (bug #300799). 2004-10-03 17:34:36 +00:00
sanei_codec_ascii.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_codec_bin.c
sanei_config.c Fix SANE_CONFIG_DIR handling, use it for dll.d/; Add sanei_config_get_paths 2010-09-18 10:35:35 +02:00
sanei_config2.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_constrain_value.c - add support for SANE_Bool in sanei_check_value 2008-07-10 05:40:25 +00:00
sanei_init_debug.c mingw32 compile fixes 2011-11-05 11:19:34 -05:00
sanei_jpeg.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_lm983x.c 64 bit platform fixes (bug #300799). 2004-10-03 17:34:36 +00:00
sanei_magic.c Add new blank page and rotation detection algos 2011-06-06 20:45:34 -04:00
sanei_net.c Plug an information leak in the net backend. 2008-04-13 14:44:20 +00:00
sanei_pa4s2.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00
sanei_pio.c Include <sys/types.h> for definition of u_long on MacOS X 2011-10-30 10:32:34 +01:00
sanei_pp.c Added outb_eppdata() functionality (thanks to Anderson Lizardo). 2005-04-25 09:51:32 +00:00
sanei_pv8630.c Fix SANE_DEBUG_SANEI_PV8630 2005-09-22 19:02:25 +00:00
sanei_scsi.c mingw32 compile fixes 2011-11-05 11:19:34 -05:00
sanei_tcp.c Updates to use sockets on mingw 2011-11-07 21:49:54 -06:00
sanei_thread.c Map SANE_Pid to pthread_t 2011-11-10 19:22:07 -06:00
sanei_udp.c remove unused variable. 2011-11-09 21:48:07 -06:00
sanei_usb.c mingw32 compile fixes 2011-11-05 11:19:34 -05:00
sanei_wire.c Fixing compiler warnings 2007-01-20 23:02:53 +00:00
test_wire.c standardize including local sane/ include files. 2009-05-07 22:06:20 -05:00