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
This commit is contained in:
parent
611472b373
commit
0247e4fd39
2 changed files with 8 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue