summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sal/systools/win32/uwinapi/DllGetVersion.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/DllGetVersion.cpp b/sal/systools/win32/uwinapi/DllGetVersion.cpp
index 84c22eee3..28ff387a5 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;