OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
99 stars 24 forks source link

Remove MWERKS #ifdefs #8

Open meekee7 opened 4 years ago

meekee7 commented 4 years ago

The code contains about 100 #ifdefs involving the __MWERKS__ preprocessor definition to discriminate for specifics of the Metrowerks development environment, often because of differences in the STL header file names or a lack of the std namespace. All those #ifdefs should be removed.