From cc3a479dccb6b5bc691e2ca1ea75e3e145651084 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 16 Dec 2014 11:02:22 +0000
Subject: [PATCH] New MSVC property sheet for Multi-threaded XPDEV builds and
 usage: defines XPDEV_THREAD_SAFE (not currently used in Windows builds) and
 LINK_LIST_THREADSAFE (notice the inconsistent use of underscore :-)

---
 src/xpdev/xpdev_mt.vcxproj | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/xpdev/xpdev_mt.vcxproj b/src/xpdev/xpdev_mt.vcxproj
index ef43e805ca..57be156cad 100644
--- a/src/xpdev/xpdev_mt.vcxproj
+++ b/src/xpdev/xpdev_mt.vcxproj
@@ -34,12 +34,14 @@
     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
     <Import Project="..\build\undeprecate.props" />
     <Import Project="..\build\target_ia32.props" />
+    <Import Project="xpdev_mt.props" />
   </ImportGroup>
   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
     <Import Project="..\build\undeprecate.props" />
     <Import Project="..\build\target_ia32.props" />
+    <Import Project="xpdev_mt.props" />
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-- 
GitLab