From ea29eb55e33abe47630dc5d550bba380757c6e4d Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 4 Jun 2015 22:55:48 +0200 Subject: [PATCH] Fixed occasional "Class already exists" errors. --- Windows/Perspex.Win32/Interop/UnmanagedMethods.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/Perspex.Win32/Interop/UnmanagedMethods.cs b/Windows/Perspex.Win32/Interop/UnmanagedMethods.cs index 44e655fabd..8481b7affb 100644 --- a/Windows/Perspex.Win32/Interop/UnmanagedMethods.cs +++ b/Windows/Perspex.Win32/Interop/UnmanagedMethods.cs @@ -666,7 +666,7 @@ namespace Perspex.Win32.Interop public int dwHoverTime; } - [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] + [StructLayout(LayoutKind.Sequential)] public struct WNDCLASSEX { public int cbSize;