Fix __MWERKS__ ifdef

This commit is contained in:
Phillip Stephens 2022-11-09 22:51:09 -08:00
parent 27e713a505
commit 6c3ef97059
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