diff options
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx index 1e2dc62d0886..b67f54749931 100644 --- a/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx +++ b/shell/source/win32/shlxthandler/propsheets/listviewbuilder.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listviewbuilder.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-01-02 16:13:04 $ + * last change: $Author: kz $ $Date: 2007-09-06 14:24:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,9 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" +#ifdef _MSC_VER #pragma warning (disable : 4786 4503) +#endif //------------------------------------ // include |