From: Ruediger Meier <ruediger.me...@ga-group.nl> This patch-set is to fix and unify PATH_SEP and DIR_PATH defines in the context of seeing them conflicting on cygwin.
Ruediger Meier (4): fix, PATH_SEP and DIR_SEP were inconsistently defined on cygwin since 5168206e (also see a28bd843) cleanup, remove all unused PATH_SEP defines cleanup, always use the same portable PATH_SEP define (note _WIN32 is not defined on cygwin) update ChangeLog for previous commits ChangeLog | 6 ++++++ backend/canon_dr.h | 8 -------- backend/cardscan.h | 8 -------- backend/dll.c | 6 +----- backend/epjitsu.h | 8 -------- backend/fujitsu.h | 8 -------- backend/gt68xx.c | 2 +- backend/kodak.h | 8 -------- backend/microtek2.h | 2 +- sanei/sanei_access.c | 2 +- sanei/sanei_config.c | 5 +---- 11 files changed, 11 insertions(+), 52 deletions(-) -- 1.7.6.1