DFHack / df-structures

Dwarf Fortress data structure descriptions
https://github.com/DFHack/dfhack
114 stars 80 forks source link

don't publicly export structs and unions that have no names #768

Closed myk002 closed 1 month ago

myk002 commented 1 month ago

This prevents linkage errors on Windows where multiple anonymous structs or unions are declared in the same namespace. These symbols weren't useful to export anyway (AFAICT).