mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
ecf6f23b54
commit
50bc9491ca
@ -172,9 +172,6 @@
|
||||
#ifdef _MSC_VER
|
||||
#ifdef HAVE_CHMOD
|
||||
#undef HAVE_CHMOD
|
||||
#ifdef _HAS_CPP0X
|
||||
#undef _HAS_CPP0X
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user