1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 19:59:09 +00:00

Fix for compile error with Windows SDK 7.0A

This commit is contained in:
2011-04-10 18:28:45 -04:00
parent 26922b9359
commit 4b17c0d28a

View File

@ -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)