2
0
Эх сурвалжийг харах

Win32: Fix strict style conformance.

NotKyon 7 сар өмнө
parent
commit
ba9e723643

+ 1 - 1
core/sys/windows/comctl32.odin

@@ -1612,7 +1612,7 @@ TVINSERTSTRUCTW :: struct {
 	_: struct #raw_union {
 		itemex: TVITEMEXW,
 		item: TV_ITEMW,
-	}
+	},
 }
 TV_INSERTSTRUCTW   :: TVINSERTSTRUCTW
 LPTVINSERTSTRUCTW  :: ^TVINSERTSTRUCTW