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