Skip to content

Commit

Permalink
fix: Invalid defines for WinUI 3 template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored and ebariche committed Apr 2, 2021
1 parent 780d761 commit a4c3d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public App()

this.InitializeComponent();

#if !WINDOWS
#if HAS_UNO || NETFX_CORE
this.Suspending += OnSuspending;
#endif
}
Expand Down

0 comments on commit a4c3d3f

Please sign in to comment.