diff options
Diffstat (limited to 'ccast/ccpacket.c')
-rw-r--r-- | ccast/ccpacket.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ccast/ccpacket.c b/ccast/ccpacket.c index 2efc11f..df2a0af 100644 --- a/ccast/ccpacket.c +++ b/ccast/ccpacket.c @@ -37,9 +37,9 @@ # include "openssl/ssl.h" /* OpenSSL header */ #endif -#undef DEBUG -#undef DUMPSDATA /* Send data */ -#undef DUMPRDATA /* Receive data */ +#undef DEBUG /* [und] */ +#undef DUMPSDATA /* [und] Send data */ +#undef DUMPRDATA /* [und] Receive data */ #if defined(NT) // Windows specific # if _WIN32_WINNT < 0x0400 |