alliedmodders / metamod-source

Metamod:Source - C++ Plugin Environment and Detour Library for the Source Engine
http://www.metamodsource.net/
Other
383 stars 87 forks source link

Fix MSVC 2017 build issues #145

Closed GAMMACASE closed 11 months ago

GAMMACASE commented 11 months ago

This fixes build errors on MSVC 2017 due to missing std::isspace methods being introduced in the commit https://github.com/alliedmodders/metamod-source/commit/e857fbe90c3f81e50a30246162732232fbbbc161

dvander commented 11 months ago

Thanks for fixing this!