Thorsten Otto

Results 58 issues of Thorsten Otto

There are some structures like https://github.com/TheAssemblyArmada/Vanilla-Conquer/blob/77e2da04a83dc8c1afa1dc92dd48239375c2179e/common/combuf.h#L60 that are declared with ```pack(1)``` and also ```attribute((ms_struct))``` However, since they also contain pointers, they are certainly not used anywhere where files and/or network...