Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Put WNDCLASS fields in the correct order #371

Merged
merged 1 commit into from
Feb 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/User32/User32+WNDCLASSEX.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ public unsafe partial struct WNDCLASSEX

public IntPtr hbrBackground;

public char* lpszClassName;

public char* lpszMenuName;

public char* lpszClassName;

public IntPtr hIconSm;

public static WNDCLASSEX Create()
Expand Down