We can probably do it safely, and would make some of the files a hell of-a-lot smaller. Plus there are some issues that MSVC has with some defines because somehow somewhere XBOX is acting like its defined yet the code is never *actually* used in the sections but, it thinks that qboolean is actually typedef'ed to int for example because everytime you hightlight over 'qboolean' in the code it says #define qboolean int, yet all other q3 games never do that with msvc and it is actually defined as a typedef enum qboolean; for comp. Thoughts?
Yeah, we could probably do it, but we could also risk accidently breaking something. I probably wouldn't bother with it.
yea it doesn't matter, the compiler just skips those sections