diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:32:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:32:24 +0000 |
commit | b79d443d7855d0031e5e035e9d8f12611646d2aa (patch) | |
tree | 491a3242d82b6adf1d1458c96722650b51c0cd58 /sal/systools/win32/uwinapi | |
parent | a20a285c4d9a14ed948988137f07e5a9ff7e53fd (diff) |
INTEGRATION: CWS warnings01 (1.2.416); FILE MERGED
2005/12/02 08:23:03 sb 1.2.416.3: #i53898# Now globally disabled warning C4514: unreferenced inline function has been removed.
2005/09/23 01:34:35 sb 1.2.416.2: RESYNC: (1.2-1.3); FILE MERGED
2005/09/20 12:57:23 sb 1.2.416.1: #i53898# Globally disable problematic warnings.
Diffstat (limited to 'sal/systools/win32/uwinapi')
-rw-r--r-- | sal/systools/win32/uwinapi/DllGetVersion.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/DllGetVersion.cpp b/sal/systools/win32/uwinapi/DllGetVersion.cpp index e2d7e4615090..8584bf64e54a 100644 --- a/sal/systools/win32/uwinapi/DllGetVersion.cpp +++ b/sal/systools/win32/uwinapi/DllGetVersion.cpp @@ -4,9 +4,9 @@ * * $RCSfile: DllGetVersion.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:11:42 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:32:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,8 +34,10 @@ ************************************************************************/ #define WIN32_LEAN_AND_MEAN +#pragma warning(push,1) #include <windows.h> #include <shlwapi.h> +#pragma warning(pop) #include <malloc.h> extern HMODULE UWINAPI_BaseAddress; |