You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/props/common.props
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@
13
13
- Add support for macro constants
14
14
- Add support for unnamed nested anonymous struct fields
15
15
- Add better name hinting for anonymous types
16
-
- Add support for OpenGL token reuse for tokens that had been previously deprecated & removed, fixing #400
16
+
- Add support for OpenGL token reuse for tokens that had been previously deprecated and removed, fixing #400
17
17
- Add nested anonymous struct "fusion" with their parent structs, allowing direct ref access on .NET Standard 2.1 platforms without going through the anonymous field
18
18
- Add static Guid members for structs with a COM interface ID
19
-
- Fix struct field size & type variation between 32-bit and 64-bit in generated C++ bindings
19
+
- Fix struct field size and type variation between 32-bit and 64-bit in generated C++ bindings
20
20
- Fix calling convention detection, and actually respect the calling convention we detect
21
21
- Fix being unable to specify calling convention using NativeApiAttribute
0 commit comments