diff options
-rw-r--r-- | sal/osl/w32/nlsupport.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/osl/w32/nlsupport.c b/sal/osl/w32/nlsupport.c index ddfeb5767adf..2676730ce1fc 100644 --- a/sal/osl/w32/nlsupport.c +++ b/sal/osl/w32/nlsupport.c @@ -4,9 +4,9 @@ * * $RCSfile: nlsupport.c,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:07:59 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:21:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,7 +34,9 @@ ************************************************************************/ #define UNICODE +#pragma warning(push,1) /* disable warnings within system headers */ #include <windows.h> +#pragma warning(pop) #include <wchar.h> #include <osl/mutex.h> |