Browse Source

Fix for compile error with Windows SDK 7.0A

Adam Johnson 14 years ago
parent
commit
4b17c0d28a
  1. 1
      MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnUtils/Pch.h

1
MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnUtils/Pch.h

@ -44,6 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifdef HS_BUILD_FOR_WIN32
#pragma warning(push, 3)
#include <ws2tcpip.h>
#define NTDDI_XP NTDDI_WINXP //Because Microsoft sucks.
#include <Iphlpapi.h>
#include <shlobj.h> // for SHGetSpecialFolderPath
#pragma warning(pop)

Loading…
Cancel
Save