summaryrefslogtreecommitdiff
path: root/unix2dos.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix2dos.h')
-rw-r--r--unix2dos.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/unix2dos.h b/unix2dos.h
index db31730..41c1f39 100644
--- a/unix2dos.h
+++ b/unix2dos.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 Erwin Waterlander
+ * Copyright (C) 2009-2012 Erwin Waterlander
* Copyright (C) 1994-1995 Benjamin Lin.
* All rights reserved.
*
@@ -28,12 +28,6 @@
#ifndef __UNIX2DOS_H
#define __UNIX2DOS_H
-#ifdef __GNUC__
-#ifndef strcmpi
-# define strcmpi(s1, s2) strcasecmp(s1, s2)
-#endif
-#endif
-
/* ASCII mode. No conversion. */
static int U2DAsciiTable[256] =