KDE/kdelibs/kdecore/network
Matt Rogers
mattr at kde.org
Fri Aug 4 06:14:26 CEST 2006
SVN commit 569511 by mattr:
MSVC doesn't need these with the latest win32 SDK apparently. Although I would appreciate it if this could be checked over.
CCMAIL: kde-windows at kde.org
M +2 -0 kreverseresolver.cpp
M +2 -0 ksocketaddress.cpp
--- trunk/KDE/kdelibs/kdecore/network/kreverseresolver.cpp #569510:569511
@@ -45,8 +45,10 @@
#ifndef HAVE_GETNAMEINFO
// FIXME KDE4:
// move to syssocket or adapt
+#ifndef Q_CC_MSVC
# include "netsupp.h"
#endif
+#endif
using namespace KNetwork;
using namespace KNetwork::Internal;
--- trunk/KDE/kdelibs/kdecore/network/ksocketaddress.cpp #569510:569511
@@ -40,7 +40,9 @@
#include "klocale.h"
#include "ksocketaddress.h"
+#ifndef Q_CC_MSVC
#include "netsupp.h"
+#endif
using namespace KNetwork;
More information about the Kde-windows
mailing list