Windows: Define USE_CRNL on Windows. #3249

This commit is contained in:
Seth Jackson 2015-08-28 00:01:53 -04:00 committed by Justin M. Keyes
parent 3901f59876
commit 8229651087

View File

@ -21,6 +21,8 @@
// - SYS_VIMRC_FILE
// - SPECIAL_WILDCHAR
#define USE_CRNL
#ifdef _MSC_VER
# ifndef inline
# define inline __inline