@@ -37,9 +37,9 @@
// function ... selected for automatic inline expansion
#pragma warning(disable: 4711)
-#ifndef _CRT_SECURE_NO_WARNINGS
+#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
-#endif
+#endif
#endif // defined(_MSC_VER)
@@ -11,11 +11,11 @@
#include <sys/socket.h>
#endif
-#if defined(_win_)
+#if defined(_win_)
// #include required to avoid problem with undefined 'socklen_t' on Windows
#include <util/network/socket.h>
-
+
namespace NAddr {
class IRemoteAddr;
}