The windows compiler use signed int by default for enums so that broke the bit count I carefully did. Forcing uint fixes it.
3.8 KiB
3.8 KiB
The windows compiler use signed int by default for enums so that broke the bit count I carefully did. Forcing uint fixes it.