diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:35:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:35:10 +0000 |
commit | 81e443faf67dd24bb5ed1ddc80c49192d113dfee (patch) | |
tree | 8aac0d5835c9c1485f3a15d295449044241c47ec /sal/systools/win32/uwinapi | |
parent | eb71f623614d67896c2e36ead567db236f13cdc4 (diff) |
INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED
2005/11/02 12:59:14 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/PathRemoveExtensionW.cpp | 6 | ||||
-rw-r--r-- | sal/systools/win32/uwinapi/PathRemoveFileSpecW.cpp | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp b/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp index 5044cb1d3..559bdddb2 100644 --- a/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp +++ b/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathRemoveExtensionW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:24:04 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:34:58 $ * * 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, PathRemoveExtensionW, diff --git a/sal/systools/win32/uwinapi/PathRemoveFileSpecW.cpp b/sal/systools/win32/uwinapi/PathRemoveFileSpecW.cpp index 644519148..d3f376738 100644 --- a/sal/systools/win32/uwinapi/PathRemoveFileSpecW.cpp +++ b/sal/systools/win32/uwinapi/PathRemoveFileSpecW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathRemoveFileSpecW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:24:20 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:35:10 $ * * 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, PathRemoveFileSpecW, |