TheAssemblyArmada / Vanilla-Conquer

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

Cleanup ifdefs that are unlikely to be changed/used. #772

Open OmniBlade opened 2 years ago

OmniBlade commented 2 years ago

The following are preprocessor macros that are gating code and are either always on or always off for the way we currently build the code. They should be removed and the code they gate either be removed, become a permanent part of the code or become runtime options.

OmniBlade commented 2 years ago

770 cleans up NOT_FOR_WIN95