diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 10:02:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 10:02:09 +0000 |
commit | 33ab42e204ecbc52b00202a1bb5ddf5f13ab1a7b (patch) | |
tree | b37c450d61086721a8c4d1b5148be6ddf73a3dc5 /sal | |
parent | 5aa4f4532b162748b1603a70c31b90e7224e914d (diff) |
INTEGRATION: CWS obo12 (1.3.250); FILE MERGED
2007/05/10 11:27:35 obo 1.3.250.1: #i76713# LPWSTR -> LPCWSTR (Vista PSDK)
Diffstat (limited to 'sal')
-rw-r--r-- | sal/systools/win32/uwinapi/FindFirstVolumeMountPointW.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sal/systools/win32/uwinapi/FindFirstVolumeMountPointW.cpp b/sal/systools/win32/uwinapi/FindFirstVolumeMountPointW.cpp index ded120ecbc47..9f7108f2d749 100644 --- a/sal/systools/win32/uwinapi/FindFirstVolumeMountPointW.cpp +++ b/sal/systools/win32/uwinapi/FindFirstVolumeMountPointW.cpp @@ -4,9 +4,9 @@ * * $RCSfile: FindFirstVolumeMountPointW.cpp,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:13:25 $ + * last change: $Author: ihi $ $Date: 2007-06-05 11:02:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,5 @@ * MA 02111-1307 USA * ************************************************************************/ - #include "macros.h" - -DEFINE_DEFAULT_THUNK( kernel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeMountPointW, (LPWSTR lpszRootPathName, LPWSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
\ No newline at end of file +DEFINE_DEFAULT_THUNK( kernel32, TRYLOAD, HANDLE, WINAPI, FindFirstVolumeMountPointW, (LPCWSTR lpszRootPathName, LPWSTR lpszVolumeMountPoint, DWORD cchBufferLength) )
\ No newline at end of file |