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

Commit cb7e5fb

Browse files
authored
Merge pull request #371 from jnm2/fix_wndclassex
Put WNDCLASS fields in the correct order
2 parents e15ccfe + 1a55ba3 commit cb7e5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/User32/User32+WNDCLASSEX.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ public unsafe partial struct WNDCLASSEX
3838

3939
public IntPtr hbrBackground;
4040

41-
public char* lpszClassName;
42-
4341
public char* lpszMenuName;
4442

43+
public char* lpszClassName;
44+
4545
public IntPtr hIconSm;
4646

4747
public static WNDCLASSEX Create()

0 commit comments

Comments
 (0)