Browse Source
More IDL uint fixes (#18993)
* Update win32.idl
* Update dcomp.idl
pull/18997/head
Max Katz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
src/Windows/Avalonia.Win32/DComposition/dcomp.idl
-
src/Windows/Avalonia.Win32/Win32Com/win32.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 |
|
|
|
|
|
|
|
@ -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 |
|
|
|
|