INTEGRATION: CWS obo12 (1.3.250); FILE MERGED

2007/05/10 11:22:22 obo 1.3.250.1: #i76713# LPSTR -> LPCSTR (Vista PSDK)
This commit is contained in:
Ivo Hinkelmann 2007-06-05 10:01:55 +00:00
parent c68b930b37
commit 5aa4f4532b

View file

@ -4,9 +4,9 @@
*
* $RCSfile: FindFirstVolumeMountPointA.cpp,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2005-09-08 16:12:59 $
* last change: $Author: ihi $ $Date: 2007-06-05 11:01:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -35,4 +35,4 @@
#include "macros.h"
DEFINE_DEFAULT_THUNK( kernel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeMountPointA, (LPSTR lpszRootPathName, LPSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
DEFINE_DEFAULT_THUNK( kernel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeMountPointA, (LPCSTR lpszRootPathName, LPSTR lpszVolumeMountPoint, DWORD cchBufferLength) )