c:\...random.h|106|error: expected unqualified-id before '__int128'
When I'm compiling a 32 bit program, the above is the error I get. I'm using http://sourceforge.net/projects/mingwbuilds/
Why? My code compiled fine with 4.7.2 but I wanted to update to 4.8 for the bug fixes and it gets rid of the 0 used as null value for pointer warnings when there are no zeros.
Many of the bug fixes I want. It compiles my x64 ones just fine on Windows.
Is there a way to get it to compile x32 applications?