diff options
author | unknown <reggie@big_geek.> | 2006-05-08 14:50:13 -0500 |
---|---|---|
committer | unknown <reggie@big_geek.> | 2006-05-08 14:50:13 -0500 |
commit | ec82432941f7f6ef3d60b8d578883633dcaa6f26 (patch) | |
tree | dd3df64649d7ead588a0df258156657b5c8ddd41 /mysys/my_access.c | |
parent | d9c1d25882f856ea6ad5afada171b7e0d1b3bcd4 (diff) | |
download | mariadb-git-ec82432941f7f6ef3d60b8d578883633dcaa6f26.tar.gz |
removing MSDOS defines and code
include/config-win.h:
removed reference to MSDOS
Diffstat (limited to 'mysys/my_access.c')
-rw-r--r-- | mysys/my_access.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |