CVS update: /ccvs/lib/
[email protected] 7 Jul 2005 16:20:58 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/07/07 09:20:58 Modified: /ccvs/lib/ system.h Log: * system.h: Remove references to WIN32. File Changes: Directory: /ccvs/lib/ ===================== File [changed]: system.h Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/system.h?r1=1.77&r2=1.78 Delta lines: +0 -17 -------------------- --- system.h 26 May 2005 17:17:09 -0000 1.77 +++ system.h 7 Jul 2005 16:20:55 -0000 1.78 @@ -270,23 +270,6 @@ int fseeko (FILE *, off_t, int); #endif /* HAVE_FSEEKO */ -#ifdef WIN32 -/* - * According to GNU conventions, we should avoid referencing any macro - * containing "WIN" as a reference to Microsoft Windows, as we would like to - * avoid any implication that we consider Microsoft Windows any sort of "win". - * - * FIXME: As of 2003-06-09, folks on the GNULIB project were discussing - * defining a configure macro to define WOE32 appropriately. If they ever do - * write such a beast, we should use it, though in most cases it would be - * preferable to avoid referencing any OS or compiler anyhow, per Autoconf - * convention, and reference only tested features of the system. - */ -# define WOE32 1 -#endif /* WIN32 */ - - - #ifdef FILENAMES_CASE_INSENSITIVE # if defined (__CYGWIN32__) || defined (WOE32)