Flipa the i386 preprocessor flag to use __i386__, which is appraently more standard.

This commit is contained in:
Areloch 2016-07-08 21:33:30 -05:00
parent 887ccb2ac1
commit 911b2735d7
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ F32 Platform::getRandom()
}
#if defined(i386) || defined(__x86_64__)
#if defined(__i386__) || defined(__x86_64__)
U32 Platform::getMathControlState()
{