csc preprocessor defines

  • Thread starter Thread starter Harold Howe
  • Start date Start date
H

Harold Howe

Is there a preprocessor define that identifies which version of the
compiler is processing a source file? Something analogous to _MSC_VER,
__BORLANDC__ and __GNUC__.

H^2
 
Is there a preprocessor define that identifies which version of the
compiler is processing a source file? Something analogous to _MSC_VER,
__BORLANDC__ and __GNUC__.

The Microsoft compiler does not. Mono apparently has a __MonoCS__
symbol defined.



Mattias
 
Back
Top