genius257 / DllStructEx

Extended DllStruct for AutoIt3
MIT License
2 stars 1 forks source link

line declations does not support arrays #21

Open genius257 opened 2 years ago

genius257 commented 2 years ago

INT vals[10]; will fail. arrays for nested structs and unions should also be covered.