diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:33:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:33:56 +0000 |
commit | 3642dfe21d23b7fb6bc8af47213321c0d8364234 (patch) | |
tree | be0554281dd842a3b23cc13144337ee5e1f72077 /sal | |
parent | 7b57faa65616bbb4546106614606be8ed67e115e (diff) |
INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED
2005/11/02 12:59:11 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs
Diffstat (limited to 'sal')
-rw-r--r-- | sal/systools/win32/uwinapi/PathCompactPathExW.cpp | 6 | ||||
-rw-r--r-- | sal/systools/win32/uwinapi/PathFileExistsW.cpp | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sal/systools/win32/uwinapi/PathCompactPathExW.cpp b/sal/systools/win32/uwinapi/PathCompactPathExW.cpp index 7d43423e4e6e..1b4355fd760a 100644 --- a/sal/systools/win32/uwinapi/PathCompactPathExW.cpp +++ b/sal/systools/win32/uwinapi/PathCompactPathExW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathCompactPathExW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:22:09 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:33:45 $ * * 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, PathCompactPathExW, diff --git a/sal/systools/win32/uwinapi/PathFileExistsW.cpp b/sal/systools/win32/uwinapi/PathFileExistsW.cpp index b3d5e4fc95aa..371811741c5e 100644 --- a/sal/systools/win32/uwinapi/PathFileExistsW.cpp +++ b/sal/systools/win32/uwinapi/PathFileExistsW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathFileExistsW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:22:30 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:33:56 $ * * 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, PathFileExistsW, |