File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Assets/HoloToolkit/Utilities/Scripts Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,8 @@ public static class WindowsApiChecker
1313 static WindowsApiChecker ( )
1414 {
1515#if ! UNITY_EDITOR && UNITY_WSA
16- #if UNITY_2017_2_OR_NEWER
1716 UniversalApiContractV5_IsAvailable = Windows . Foundation . Metadata . ApiInformation . IsApiContractPresent ( "Windows.Foundation.UniversalApiContract" , 5 ) ;
1817 UniversalApiContractV4_IsAvailable = Windows . Foundation . Metadata . ApiInformation . IsApiContractPresent ( "Windows.Foundation.UniversalApiContract" , 4 ) ;
19- #endif
2018 UniversalApiContractV3_IsAvailable = Windows . Foundation . Metadata . ApiInformation . IsApiContractPresent ( "Windows.Foundation.UniversalApiContract" , 3 ) ;
2119#else
2220 UniversalApiContractV5_IsAvailable = false ;
You can’t perform that action at this time.
0 commit comments