Browse Source

Fixed occasional "Class already exists" errors.

pull/58/head
Steven Kirk 11 years ago
parent
commit
ea29eb55e3
  1. 2
      Windows/Perspex.Win32/Interop/UnmanagedMethods.cs

2
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;

Loading…
Cancel
Save