TheAssemblyArmada / Vanilla-Conquer

Vanilla Conquer provides clean, cross-platform builds of the C&C Remastered Collection and the standalone legacy games.
Other
330 stars 51 forks source link

Remove need to define NOMINMAX on none windows. #1002

Closed OmniBlade closed 2 weeks ago

OmniBlade commented 2 weeks ago

This is a quick fix, a better solution is to move to using std::min/std::max that will require a larger refactor.