Browse Source

More IDL uint fixes (#18993)

* Update win32.idl

* Update dcomp.idl
pull/18997/head
Max Katz 1 year ago
committed by GitHub
parent
commit
9ae2458bad
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Windows/Avalonia.Win32/DComposition/dcomp.idl
  2. 2
      src/Windows/Avalonia.Win32/Win32Com/win32.idl

2
src/Windows/Avalonia.Win32/DComposition/dcomp.idl

@ -21,7 +21,7 @@
@clr-map INT16 short
@clr-map INT32 int
@clr-map INT64 long
@clr-map UINT ushort
@clr-map UINT uint
@clr-map UINT16 ushort
@clr-map ULONG uint
@clr-map UINT32 uint

2
src/Windows/Avalonia.Win32/Win32Com/win32.idl

@ -17,7 +17,7 @@
@clr-map INT16 short
@clr-map INT32 int
@clr-map INT64 long
@clr-map UINT ushort
@clr-map UINT uint
@clr-map UINT16 ushort
@clr-map ULONG uint
@clr-map UINT32 uint

Loading…
Cancel
Save