diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:35:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:35:32 +0000 |
commit | 5da22b480bccda650f89ed226b849fed48f09def (patch) | |
tree | bd663895d8a15332466c51556557b2e3b7e7ac6e /sal/systools/win32/uwinapi | |
parent | 81e443faf67dd24bb5ed1ddc80c49192d113dfee (diff) |
INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED
2005/11/02 12:59:15 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs
Diffstat (limited to 'sal/systools/win32/uwinapi')
-rw-r--r-- | sal/systools/win32/uwinapi/PathSetDlgItemPathW.cpp | 6 | ||||
-rw-r--r-- | sal/systools/win32/uwinapi/PathStripToRootW.cpp | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sal/systools/win32/uwinapi/PathSetDlgItemPathW.cpp b/sal/systools/win32/uwinapi/PathSetDlgItemPathW.cpp index 187b9f0cd..ecd16798e 100644 --- a/sal/systools/win32/uwinapi/PathSetDlgItemPathW.cpp +++ b/sal/systools/win32/uwinapi/PathSetDlgItemPathW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathSetDlgItemPathW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:24:33 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:35:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,8 @@ ************************************************************************/ #include "macros.h" + +#define _SHLWAPI_ #include <shlwapi.h> IMPLEMENT_THUNK( shlwapi, WINDOWS, void, WINAPI, PathSetDlgItemPathW, diff --git a/sal/systools/win32/uwinapi/PathStripToRootW.cpp b/sal/systools/win32/uwinapi/PathStripToRootW.cpp index 0a787ac5a..5e3973d86 100644 --- a/sal/systools/win32/uwinapi/PathStripToRootW.cpp +++ b/sal/systools/win32/uwinapi/PathStripToRootW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathStripToRootW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:24:49 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:35:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,8 @@ ************************************************************************/ #include "macros.h" + +#define _SHLWAPI_ #include <shlwapi.h> IMPLEMENT_THUNK( shlwapi, WINDOWS, BOOL, WINAPI, PathStripToRootW, |