summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:35:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:35:10 +0000
commit611472b373e5c2ccc77983799da7ab78fc67618b (patch)
treec53c50777adc936d7d48f743188934c6f5d41955 /sal
parent0325283f4106b2d4f287af8df45633ebe8179963 (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')
-rw-r--r--sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp6
-rw-r--r--sal/systools/win32/uwinapi/PathRemoveFileSpecW.cpp6
2 files changed, 8 insertions, 4 deletions
diff --git a/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp b/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp
index 9c5bfb8ffe24..c2bcdafcd041 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 02d2311352c5..da5aa5e77a17 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,