diff --git a/libtgvoip.UWP.vcxproj b/libtgvoip.UWP.vcxproj
index aa4c104..0d1951c 100644
--- a/libtgvoip.UWP.vcxproj
+++ b/libtgvoip.UWP.vcxproj
@@ -34,7 +34,7 @@
14.0
true
Windows Store
- 10.0.15063.0
+ 10.0.17134.0
10.0.10240.0
10.0
libtgvoip
@@ -76,27 +76,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -229,17 +229,17 @@
+
-
-
-
+
+
@@ -247,7 +247,9 @@
+
+
@@ -312,17 +314,17 @@
+
-
-
-
+
+
@@ -330,8 +332,10 @@
+
+
@@ -502,7 +506,12 @@
-
+
+ {904ac506-51a0-474e-9f55-ec3febbcccd9}
+
+
+
+
diff --git a/libtgvoip.UWP.vcxproj.filters b/libtgvoip.UWP.vcxproj.filters
index 18a0832..d4b8705 100644
--- a/libtgvoip.UWP.vcxproj.filters
+++ b/libtgvoip.UWP.vcxproj.filters
@@ -19,9 +19,7 @@
-
-
-
+
@@ -273,14 +271,18 @@
windows
+
+
+
+
+ audio
+
-
-
-
+
@@ -488,5 +490,11 @@
windows
+
+
+
+ audio
+
+
\ No newline at end of file
diff --git a/os/windows/WindowsSandboxUtils.h b/os/windows/WindowsSandboxUtils.h
index 54654f7..d188934 100644
--- a/os/windows/WindowsSandboxUtils.h
+++ b/os/windows/WindowsSandboxUtils.h
@@ -5,6 +5,9 @@
// you should have received with this source code distribution.
//
+#ifndef TGVOIP_WINDOWSSANDBOXUTILS_H
+#define TGVOIP_WINDOWSSANDBOXUTILS_H
+
#include
#include
#ifndef TGVOIP_WP_SILVERLIGHT
@@ -36,3 +39,5 @@ namespace tgvoip {
static IAudioClient2* ActivateAudioDevice(const wchar_t* devID, HRESULT* callResult, HRESULT* actResult);
};
}
+
+#endif //TGVOIP_WINDOWSSANDBOXUTILS_H