aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 19:47:50 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 19:47:50 +0000
commite9ec98bde3015effed22076d106ef731f3757070 (patch)
treec9aaa1987c72150703c288cb40d496fad8019d1d /config.h.win32
parent2b496f0b360e98a94ae7b9cd0e8e8856830b61b1 (diff)
Remove strcasecmp. We use g_ascii_strcasecmp exclusively
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29643 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win321
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 74b69607d3..eff90988ca 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -227,7 +227,6 @@
#define _WIN32_WINNT _WIN32_WINNT_WIN2K
#endif
-#define strcasecmp stricmp
#define strncasecmp strnicmp
#define popen _popen
#define pclose _pclose