summaryrefslogtreecommitdiff
path: root/mysys/my_dup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/my_dup.c')
-rw-r--r--mysys/my_dup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysys/my_dup.c b/mysys/my_dup.c
index 2c6a42726e4..55f5e0c0099 100644
--- a/mysys/my_dup.c
+++ b/mysys/my_dup.c
@@ -13,12 +13,11 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#define USES_TYPES
#include "mysys_priv.h"
#include "mysys_err.h"
#include <my_dir.h>
#include <errno.h>
-#if defined(MSDOS) || defined(__WIN__) || defined(__EMX__)
+#if defined(__WIN__)
#include <share.h>
#endif