CVS: winex/include config.h.in,1.59,1.60
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/include config.h.in,1.59,1.60Update of /var/lib/cvsd/cvsroot/winex/include In directory agravaine:/tmp/cvs-serv19077/include Modified Files: config.h.in 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: config.h.in =================================================================== RCS file: /var/lib/cvsd/cvsroot/winex/include/config.h.in,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- config.h.in 30 Mar 2007 20:24:00 -0000 1.59 +++ config.h.in 30 Mar 2007 20:33:11 -0000 1.60 @@ -1,5 +1,6 @@ /* include/config.h.in. Generated from configure.ac by autoheader. */ +#ifndef __WINE_CONFIG_H #define __WINE_CONFIG_H /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP @@ -852,3 +853,5 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t + +#endif /* __WINE_CONFIG_H */