aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-02-25 22:46:54 +0000
committerGuy Harris <guy@alum.mit.edu>2007-02-25 22:46:54 +0000
commit3496de0ff1cd23c991e86861d01e29d3317fcfcb (patch)
treec681dca4811d556f70d56847d129fecbc3714df9 /epan
parent219a24a6422eb0621674cf94bb86e8b885097b17 (diff)
ANSI C defines size_t; if we don't have that defined, we have bigger
problems, and there's no guarantee that _SIZE_T is defined on all ANSI C platforms, so you might end up with a redefinition and a compile failure. svn path=/trunk/; revision=20931
Diffstat (limited to 'epan')
-rw-r--r--epan/crypt/airpdcap_interop.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/epan/crypt/airpdcap_interop.h b/epan/crypt/airpdcap_interop.h
index 589703b75a..3a65ee8bca 100644
--- a/epan/crypt/airpdcap_interop.h
+++ b/epan/crypt/airpdcap_interop.h
@@ -85,12 +85,6 @@ typedef gchar CHAR;
typedef guchar UCHAR;
#endif
-#ifndef size_t
-#ifndef _SIZE_T
-typedef gsize size_t;
-#endif
-#endif
-
#ifdef WIN32
#include <winsock2.h> /* ntohs() */
#endif