summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/macros.h')
-rw-r--r--sal/systools/win32/uwinapi/macros.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/macros.h b/sal/systools/win32/uwinapi/macros.h
index 72ec7f6abba4..9e8604070ba4 100644
--- a/sal/systools/win32/uwinapi/macros.h
+++ b/sal/systools/win32/uwinapi/macros.h
@@ -4,9 +4,9 @@
*
* $RCSfile: macros.h,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 14:26:43 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:50:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,9 @@
// Globally disable "warning C4100: unreferenced formal parameter" caused by
// IMPLEMENT_THUNK:
+#ifdef _MSC_VER
#pragma warning(disable:4100)
+#endif
/* Version macros */