kopia lustrzana https://gitlab.com/sane-project/backends
Disambiguate symbols for static linking scenarios. Re #124
rodzic
335edb9ed8
commit
4cb49c1f08
|
@ -22,6 +22,9 @@
|
|||
#define BACKEND_NAME epson2
|
||||
#define DEBUG_NOT_STATIC
|
||||
|
||||
#define mode_params epson2_mode_params
|
||||
#define source_list epson2_source_list
|
||||
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
#define BACKEND_NAME epsonds
|
||||
#define DEBUG_NOT_STATIC
|
||||
|
||||
#define mode_params epsonds_mode_params
|
||||
#define source_list epsonds_source_list
|
||||
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue