Windows VS build failure if DLB wasn't defined

This commit is contained in:
nhmall
2021-08-22 19:23:09 -04:00
parent 07fadd5e69
commit 61ed041c9e
3 changed files with 45 additions and 17 deletions

View File

@@ -45,7 +45,9 @@
/* #define SHORT_FILENAMES */ /* All NT filesystems support long names now
*/
#ifdef DLB
#define VERSION_IN_DLB_FILENAME /* Append version digits to nhdat */
#endif
#ifdef MICRO
#undef MICRO /* never define this! */
@@ -213,7 +215,7 @@ extern void interject(int);
#define C(c) (0x1f & (c))
#endif
#if defined(DLB)
#if defined(DLB) || defined(_MSC_VER)
#define FILENAME_CMP stricmp /* case insensitive */
#endif