We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ab6cf5 + f9f90fe commit 04c97b0Copy full SHA for 04c97b0
Release/include/cpprest/xxpublic.h
@@ -47,7 +47,9 @@
47
// for guids, used in comm.h
48
#if defined(MS_TARGET_APPLE)
49
#include "cpprest/details/apple_compat.h"
50
-#elif !defined(_MS_WINDOWS)
+#elif defined(_MS_WINDOWS)
51
+#include "cpprest/details/windows_compat.h"
52
+#else
53
#include "boost/uuid/uuid.hpp"
54
#endif
55
Release/src/build/vs12.wps81/casablanca120.wps81.vcxproj
@@ -32,7 +32,7 @@
32
<DebugFileSuffix>d</DebugFileSuffix>
33
</PropertyGroup>
34
<PropertyGroup>
35
- <TargetName>$(CppRestBaseFileName)120$(DebugFileSuffix)_wp81_$(CppRestSDKVersionFileSuffix)</TargetName>
+ <TargetName>$(CppRestBaseFileName)120$(DebugFileSuffix)_wps81_$(CppRestSDKVersionFileSuffix)</TargetName>
36
37
<ItemDefinitionGroup>
38
<ClCompile>
0 commit comments