CVS: winex/dlls/twain twain_i.h,1.2,1.3
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/twain twain_i.h,1.2,1.3Update of /var/lib/cvsd/cvsroot/winex/dlls/twain In directory agravaine:/tmp/cvs-serv18877/dlls/twain Modified Files: twain_i.h Log Message: - make config.h include-guarded - include config.h in include/wine/debug.h to ensure that all channels get disabled when desired - fix build error in twain that shows up now that it actually tries to detect SANE support (hah!) due to config.h getting included via debug.h Index: twain_i.h =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/dlls/twain/twain_i.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- twain_i.h 27 Mar 2007 22:16:51 -0000 1.2 +++ twain_i.h 30 Mar 2007 20:32:29 -0000 1.3 @@ -1,6 +1,7 @@ #ifndef _TWAIN32_H #define _TWAIN32_H +#include "config.h" #ifdef HAVE_SANE # include <sane/sane.h> #endif