home *** CD-ROM | disk | FTP | other *** search
- /*
- * CRTfmode.c
- *
- * Sets _CRT_fmode to be zero, which will cause _mingw32_init_fmode to leave
- * all file modes in their default state (basically text mode).
- *
- * This file is part of the Mingw32 package.
- *
- * THIS FILE IS IN THE PUBLIC DOMAIN.
- *
- * Contributers:
- * Created by Colin Peters <colin@fu.is.saga-u.ac.jp>
- *
- * $Revision: 1.1.1.3 $
- * $Author: khan $
- * $Date: 1998/02/04 20:14:21 $
- *
- */
-
- unsigned int _CRT_fmode = 0;
-