diff options
Diffstat (limited to 'shell/inc/internal/propsheets.hxx')
-rw-r--r-- | shell/inc/internal/propsheets.hxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/shell/inc/internal/propsheets.hxx b/shell/inc/internal/propsheets.hxx index 91dca2832088..d2f5c51bd78a 100644 --- a/shell/inc/internal/propsheets.hxx +++ b/shell/inc/internal/propsheets.hxx @@ -4,9 +4,9 @@ * * $RCSfile: propsheets.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:38:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:13:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,13 @@ #include "internal/metainforeader.hxx" #endif +#if defined _MSC_VER +#pragma warning(push, 1) +#endif #include <shlobj.h> +#if defined _MSC_VER +#pragma warning(pop) +#endif #include <string> #include <memory> |