aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-20 10:19:47 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-20 10:19:47 +0000
commit1e65fd9e2a575420770017161d1b25d862cda5bf (patch)
treea652b22219b1a809c1d52687e6e95b9ed0d04370 /config.h.win32
parent7b1f57a8c60d9d97c03ad43125211a6e5fd0e5cb (diff)
we dont need our own snprintf any more since we always use g_snprintf() instead.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18771 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 7e92e454bf..5a10fa4462 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -216,7 +216,6 @@
#define NEED_INET_V6DEFS_H 1
#define NEED_GETOPT_H 1
#define NEED_STRPTIME_H 1
-#define snprintf _snprintf
#define strcasecmp stricmp
#define strncasecmp strnicmp
#define popen _popen