removing MSDOS defines and code

include/config-win.h:
  removed reference to MSDOS
This commit is contained in:
unknown 2006-05-08 14:50:13 -05:00
commit ec82432941
22 changed files with 26 additions and 211 deletions

View file

@ -95,7 +95,7 @@ functions */
#define O_SHORT_LIVED 0
#define SH_DENYNO _SH_DENYNO
#else
#define O_BINARY _O_BINARY /* compability with MSDOS */
#define O_BINARY _O_BINARY /* compability with older style names */
#define FILE_BINARY _O_BINARY /* my_fopen in binary mode */
#define O_TEMPORARY _O_TEMPORARY
#define O_SHORT_LIVED _O_SHORT_LIVED