|
From: Nathan A. <nka...@gm...> - 2010-03-25 17:48:31
|
Does the pragma have any effects when compiling in the usual, no-.Net way? No Also, is there any preprocessor define that can tell us we're compiling for .Net? Using pragma managed (push,off) with pragma managed (pop) is the prefer way of dealing with this issue. |