Skip to content
Snippets Groups Projects
Commit 43e53368 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

added tabbing to some of the preprocessor code in i_tcp.c and mserv.c to make...

added tabbing to some of the preprocessor code in i_tcp.c and mserv.c to make it easier to read them (and to allow me to understand what I need to do for the next commit)
parent 8a032256
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
#if (defined (__unix__) && !defined (MSDOS)) || defined(__APPLE__) || defined (UNIXCOMMON)
#include <sys/time.h>
#endif // UNIXCOMMON
#endif // !NONET
#endif // !defined (SCOUW2) && !defined (SCOUW7))
#ifdef USE_WINSOCK
// some undefined under win32
......@@ -111,7 +111,7 @@
#ifndef STATUS_INVALID_PARAMETER
#define STATUS_INVALID_PARAMETER 0xC000000D
#endif
#endif
#endif // USE_WINSOCK
#ifdef __DJGPP__
#ifdef WATTCP // Alam_GBC: Wattcp may need this
......@@ -140,7 +140,7 @@ typedef union
#include "miniupnpc/upnpcommands.h"
#undef STATICLIB
static UINT8 UPNP_support = TRUE;
#endif
#endif // HAVE_MINIUPNC
#endif // !NONET
......
......@@ -23,11 +23,9 @@
#endif
#ifndef NONET
#ifndef NO_IPV6
#define HAVE_IPV6
#endif
#ifdef _WIN32
#define RPC_NO_WINDOWS_H
#ifdef HAVE_IPV6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment