diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:33:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:33:34 +0000 |
commit | 7b57faa65616bbb4546106614606be8ed67e115e (patch) | |
tree | 7d742ecd6708c83072974c7d66f81553c31be07f /sal/systools | |
parent | 63a4c94ae38f267cd74deba34ff523d974776579 (diff) |
INTEGRATION: CWS warnings01 (1.3.12); FILE MERGED
2005/11/02 12:59:10 hro 1.3.12.1: #i53898# Remove inkonsitant DLL linkage warnings for overloaded APIs
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/PathAddBackslashW.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/systools/win32/uwinapi/PathAddBackslashW.cpp b/sal/systools/win32/uwinapi/PathAddBackslashW.cpp index 1845e97237db..79191c6f9dde 100644 --- a/sal/systools/win32/uwinapi/PathAddBackslashW.cpp +++ b/sal/systools/win32/uwinapi/PathAddBackslashW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: PathAddBackslashW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:21:54 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:33:34 $ * * 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, LPWSTR, WINAPI, PathAddBackslashW, |