Fix __MWERKS__ ifdef

Former-commit-id: 6c3ef97059
This commit is contained in:
Phillip Stephens 2022-11-09 22:51:09 -08:00
parent eccf562310
commit 64b3014f99
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ private:
};
CHECK_SIZEOF(CCameraManager, 0x3c0)
#ifdef __MWERKS
#ifdef __MWERKS__
#pragma cpp_extensions reset
#endif
#endif // _CCAMERAMANAGER