[7.2.445] Crash when using undo/redo and a FileChangedRO autocmd event that
[vim_extended.git] / src / vimio.h
blob71a52cd210318fcfb11fa4ab7eece9c9f5c29ca3
1 /* vi:set ts=8 sts=4 sw=4:
3 * VIM - Vi IMproved by Bram Moolenaar
5 * Do ":help uganda" in Vim to read copying and usage conditions.
6 * Do ":help credits" in Vim to see a list of people who contributed.
7 * See README.txt for an overview of the Vim source code.
8 */
10 /* Visual Studio 2005 has 'deprecated' many of the standard CRT functions */
11 #if _MSC_VER >= 1400
12 # define _CRT_SECURE_NO_DEPRECATE
13 # define _CRT_NONSTDC_NO_DEPRECATE
14 #endif
16 #include <io.h>