Browse Source

Fix DirectX signatures (#18991)

pull/18993/head
Julien Lebosquain 8 months ago
committed by GitHub
parent
commit
faca1709fb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Windows/Avalonia.Win32/DirectX/directx.idl

2
src/Windows/Avalonia.Win32/DirectX/directx.idl

@ -19,7 +19,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