From ec82432941f7f6ef3d60b8d578883633dcaa6f26 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 May 2006 14:50:13 -0500 Subject: removing MSDOS defines and code include/config-win.h: removed reference to MSDOS --- mysys/my_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_access.c') diff --git a/mysys/my_access.c b/mysys/my_access.c index 805dc1ee5d1..2ab7e6b5a0f 100644 --- a/mysys/my_access.c +++ b/mysys/my_access.c @@ -54,7 +54,7 @@ int my_access(const char *path, int amode) #endif /* __WIN__ */ -#if defined(MSDOS) || defined(__WIN__) +#if defined(__WIN__) /* List of file names that causes problem on windows -- cgit v1.2.1