kopia lustrzana https://gitlab.com/sane-project/backends
Resolve issue with debug logging.
rodzic
272c1d6fde
commit
877f250b5c
|
@ -46,8 +46,9 @@
|
|||
This file implements a SANE backend for the Mustek BearPaw 2448 TA Pro
|
||||
and similar USB2 scanners. */
|
||||
|
||||
#define BACKEND_NAME mustek_usb2
|
||||
#define DEBUG_NOT_STATIC
|
||||
#define BUILD 11
|
||||
|
||||
#include "sane/config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -57,9 +58,8 @@
|
|||
#include "sane/sane.h"
|
||||
#include "sane/sanei.h"
|
||||
#include "sane/saneopts.h"
|
||||
|
||||
#define BACKEND_NAME mustek_usb2
|
||||
#include "sane/sanei_backend.h"
|
||||
#include "sane/sanei_debug.h"
|
||||
|
||||
#include "mustek_usb2.h"
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
This file implements a SANE backend for the Mustek BearPaw 2448 TA Pro
|
||||
and similar USB2 scanners. */
|
||||
|
||||
#define BACKEND_NAME mustek_usb2
|
||||
#define DEBUG_DECLARE_ONLY
|
||||
#include "sane/config.h"
|
||||
|
||||
|
@ -57,6 +58,7 @@
|
|||
#include "sane/sane.h"
|
||||
#include "sane/sanei_usb.h"
|
||||
#include "sane/sanei_backend.h"
|
||||
#include "sane/sanei_debug.h"
|
||||
|
||||
#include "mustek_usb2_asic.h"
|
||||
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
This file implements a SANE backend for the Mustek BearPaw 2448 TA Pro
|
||||
and similar USB2 scanners. */
|
||||
|
||||
#define BACKEND_NAME mustek_usb2
|
||||
#define DEBUG_DECLARE_ONLY
|
||||
#include "sane/config.h"
|
||||
|
||||
|
@ -57,6 +58,7 @@
|
|||
#include "byteorder.h"
|
||||
#include "sane/sane.h"
|
||||
#include "sane/sanei_backend.h"
|
||||
#include "sane/sanei_debug.h"
|
||||
|
||||
#include "mustek_usb2_high.h"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue