Open enthus1ast opened 2 years ago
The u_int32_t
the BSD equivalent to uint32_t
. It would just take another header to define that one and all of the others. The reason why this works on other platforms is that they have headers to handle these separate typedefs, I'm assuming because of BSD. Not sure why MinGW doesn't do this.
Also affects nimforum https://github.com/nim-lang/nimforum/issues/329