Changeset 1211


Ignore:
Timestamp:
Feb 9, 2004, 3:44:29 AM (22 years ago)
Author:
bird
Message:

initialize _fmode_bin so the OMF linker finds it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/io/_vsopen.c

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1210 r1211  
    1414/*       O_TEXT|O_WRONLY  does/can not overwrite Ctrl-Z */
    1515
    16 int _fmode_bin;                 /* Set non-zero to make binary mode default */
     16int _fmode_bin = 0;                     /* Set non-zero to make binary mode default */
    1717
    1818#define SH_MASK           0x70
Note: See TracChangeset for help on using the changeset viewer.