msvc: no TR1 support in branch code, compiler option should be enough

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-07-11 04:08:29 +00:00
parent ecf6f23b54
commit 50bc9491ca
2 changed files with 0 additions and 7 deletions

View File

@ -172,9 +172,6 @@
#ifdef _MSC_VER
#ifdef HAVE_CHMOD
#undef HAVE_CHMOD
#ifdef _HAS_CPP0X
#undef _HAS_CPP0X
#endif
#endif
#endif

View File

@ -169,10 +169,6 @@
#ifdef _MSC_VER
#ifdef HAVE_CHMOD
#undef HAVE_CHMOD
// Disable TR1, no TR1 support in branch code
#ifdef _HAS_CPP0X
#undef _HAS_CPP0X
#endif
#endif
#endif