Skip to content

Commit

Permalink
Make native message id's consts public
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jul 15, 2021
1 parent 9ca80ee commit e6cd6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Windows/WindowsNativeMessageIds.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Microsoft.Maui
{
static class WindowsNativeMessageIds
public static class WindowsNativeMessageIds
{
public const int WM_DPICHANGED = 0x02E0;
public const int WM_DISPLAYCHANGE = 0x007E;
Expand Down

0 comments on commit e6cd6e1

Please sign in to comment.