From 681797028c415fc58266c80665ba6aae6a6282c5 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 15 Jun 2003 18:57:17 +0000 Subject: [PATCH] HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2694 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/cpp2/sdcc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/cpp2/sdcc.h b/support/cpp2/sdcc.h index c91a3fda..670c89de 100644 --- a/support/cpp2/sdcc.h +++ b/support/cpp2/sdcc.h @@ -24,3 +24,6 @@ extern char *lbasename(const char *path); #define TARGET_OBJECT_SUFFIX ".rel" +#ifdef _WIN32 +#define HAVE_DOS_BASED_FILE_SYSTEM +#endif -- 2.47.2