f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
177 stars 10 forks source link

Compile error for missing _countof() fplArrayCount in some scenarios #157

Closed f1nalspace closed 5 months ago

f1nalspace commented 5 months ago

In some scenarios the _countof() macro could not be resolved, even though MSVC is detected. Check for macro and include before when CRT is allowed.