Windows: define FNAME_ILLEGAL.

This commit is contained in:
Seth Jackson 2015-12-14 17:45:35 -05:00
parent 77c0f9a62b
commit e117544d72

View File

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