From 4b17c0d28acef651b3e67f61644150bf4253e3ec Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 10 Apr 2011 18:28:45 -0400 Subject: [PATCH] Fix for compile error with Windows SDK 7.0A --- .../Plasma20/Sources/Plasma/NucleusLib/pnUtils/Pch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnUtils/Pch.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnUtils/Pch.h index 9893d065..0ff1ceec 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnUtils/Pch.h +++ b/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 +#define NTDDI_XP NTDDI_WINXP //Because Microsoft sucks. #include #include // for SHGetSpecialFolderPath #pragma warning(pop)