summaryrefslogtreecommitdiff
path: root/mysys/mf_path.c
diff options
context:
space:
mode:
authorreggie@big_geek. <>2006-05-08 14:50:13 -0500
committerreggie@big_geek. <>2006-05-08 14:50:13 -0500
commit11d66e806836a1bb57b4709ca2b171a0c9dc9bd6 (patch)
treedd3df64649d7ead588a0df258156657b5c8ddd41 /mysys/mf_path.c
parent93f965d1fe4b4cec901aeddc43de3b0bc78e3758 (diff)
downloadmariadb-git-11d66e806836a1bb57b4709ca2b171a0c9dc9bd6.tar.gz
removing MSDOS defines and code
Diffstat (limited to 'mysys/mf_path.c')
-rw-r--r--mysys/mf_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/mf_path.c b/mysys/mf_path.c
index cdaee74dd2c..571c4aa9fba 100644
--- a/mysys/mf_path.c
+++ b/mysys/mf_path.c
@@ -73,7 +73,7 @@ my_string my_path(my_string to, const char *progname,
/* test if file without filename is found in path */
/* Returns to if found and to has dirpart if found, else NullS */
-#if defined(MSDOS) || defined(__WIN__)
+#if defined(__WIN__)
#define F_OK 0
#define PATH_SEP ';'
#define PROGRAM_EXTENSION ".exe"