Skip to content

Commit

Permalink
chore: Add comment in conditional compilation exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed May 18, 2022
1 parent 4df0259 commit 12f4249
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#if !__WATCHOS__ && !__WASM__ && (!UNO_REFERENCE_API || (NET6_0_OR_GREATER && (__IOS__ || __MACOS__)))
// Note that `(!UNO_REFERENCE_API || (NET6_0_OR_GREATER && (__IOS__ || __MACOS__)))` is required
// because of https://github.com/unoplatform/uno/issues/8814, where !UNO_REFERENCE_API should be enough.

using System.Runtime.InteropServices;

namespace SkiaSharp.Views.GlesInterop
Expand Down

0 comments on commit 12f4249

Please sign in to comment.