aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/win32/win32dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/win32dep.h')
-rw-r--r--[-rwxr-xr-x]src/win32/win32dep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/win32/win32dep.h b/src/win32/win32dep.h
index 7e5e1ae..9107852 100755..100644
--- a/src/win32/win32dep.h
+++ b/src/win32/win32dep.h
@@ -34,8 +34,6 @@
#define chown(a,b,c)
#define chmod(a,b)
-//#define strcasestr(haystack, needle) strstr(haystack, needle)
-char *strcasestr(const char *s1, const char *s2);