Fixes "error: 'MAKEFOURCC' was not declared in this scope", when compiling with mingw64.
The macro (in the bx library) is slightly different from the one found in the system header (which isn't included in the source), but with values under a byte, the result is the same.
Fixes "error: 'MAKEFOURCC' was not declared in this scope", when compiling with mingw64. The macro (in the bx library) is slightly different from the one found in the system header (which isn't included in the source), but with values under a byte, the result is the same.