Merge pull request #3841 from sethjackson/fname-illegal

Windows: define FNAME_ILLEGAL
This commit is contained in:
Justin M. Keyes 2015-12-14 23:27:27 -05:00
commit 1946f96a16

View File

@ -6,6 +6,8 @@
#define TEMP_DIR_NAMES {"$TMP", "$TEMP", "$USERPROFILE", ""}
#define TEMP_FILE_PATH_MAXLEN _MAX_PATH
#define FNAME_ILLEGAL "\"*?><|"
#define USE_CRNL
#ifdef _MSC_VER