Changeset 113

Show
Ignore:
Timestamp:
05/05/07 19:58:18 (2 years ago)
Author:
takkaria
Message:

Stop redefining O_BINARY on the Windows version of mingw

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/z-file.h

    r41 r113  
    33 
    44/*** Various system-specific fixes ***/ 
    5  
    6 /* 
    7  * Several systems have no "O_BINARY" flag 
    8  */ 
    9 #ifndef O_BINARY 
    10 # define O_BINARY 0 
    11 #endif /* O_BINARY */ 
    12  
    135 
    146/* 
     
    2214# define O_RDWR     2 
    2315#endif 
     16 
     17 
     18/* 
     19 * Several systems have no "O_BINARY" flag 
     20 */ 
     21#ifndef O_BINARY 
     22# define O_BINARY 0 
     23#endif /* O_BINARY */ 
     24 
    2425 
    2526/*