diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:50:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-09-06 12:50:41 +0000 |
commit | b0dd7183c1989732d454e2e034db8f24d4c142b1 (patch) | |
tree | 9581cbf527677758887685ea742bc7163a9651a8 /sal/systools/win32/uwinapi | |
parent | 6a7e8eea1a687d300879b255f0466afe078be367 (diff) |
INTEGRATION: CWS mingwport06 (1.8.62); FILE MERGED
2007/08/24 13:06:54 vg 1.8.62.1: #i75499# pragma is for MSVC
Diffstat (limited to 'sal/systools/win32/uwinapi')
-rw-r--r-- | sal/systools/win32/uwinapi/macros.h | 6 |
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 */ |