Skip to content

Commit 04c97b0

Browse files
committed
Merge branch 'development' of https://git01.codeplex.com/forks/stevetgates/stgatesdev into development
2 parents 0ab6cf5 + f9f90fe commit 04c97b0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Release/include/cpprest/xxpublic.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
// for guids, used in comm.h
4848
#if defined(MS_TARGET_APPLE)
4949
#include "cpprest/details/apple_compat.h"
50-
#elif !defined(_MS_WINDOWS)
50+
#elif defined(_MS_WINDOWS)
51+
#include "cpprest/details/windows_compat.h"
52+
#else
5153
#include "boost/uuid/uuid.hpp"
5254
#endif
5355

Release/src/build/vs12.wps81/casablanca120.wps81.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugFileSuffix>d</DebugFileSuffix>
3333
</PropertyGroup>
3434
<PropertyGroup>
35-
<TargetName>$(CppRestBaseFileName)120$(DebugFileSuffix)_wp81_$(CppRestSDKVersionFileSuffix)</TargetName>
35+
<TargetName>$(CppRestBaseFileName)120$(DebugFileSuffix)_wps81_$(CppRestSDKVersionFileSuffix)</TargetName>
3636
</PropertyGroup>
3737
<ItemDefinitionGroup>
3838
<ClCompile>

0 commit comments

Comments
 (0)