From 7b61ad637920b082d6c23c4495234ce788ad4ed1 Mon Sep 17 00:00:00 2001
From: "arseny.kapoulkine@gmail.com"
 <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>
Date: Fri, 7 Dec 2012 06:41:48 +0000
Subject: [PATCH] tests: Fix msvc11_arm toolset setup

git-svn-id: http://pugixml.googlecode.com/svn/trunk@940 99668b35-9821-0410-8761-19e4c4f06640
---
 Jamrules.jam | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Jamrules.jam b/Jamrules.jam
index 54f31913..e03cfb7d 100644
--- a/Jamrules.jam
+++ b/Jamrules.jam
@@ -297,6 +297,11 @@ else if ( $(toolset:I=^msvc) )
             {
                 RESULT += "/I\"%WINKITS_PATH%\\include\\shared\"" ;
                 RESULT += "/I\"%WINKITS_PATH%\\include\\um\"" ;
+
+                if ( $(toolset:I=arm$) )
+                {
+                    RESULT += /D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE ;
+                }
             }
         }
 
-- 
GitLab