* include/winbase.h (GetVolumePathNamesForVolumeName): Available
on Windows XP and later.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2003-10-07  Kobun Fujimori  <kobun@users.sourceforge.net> | ||||
|  | ||||
| 	* include/winbase.h (GetVolumePathNamesForVolumeName): Available | ||||
| 	on Windows XP and later. | ||||
|  | ||||
| 2003-10-07  Manu B  <manubee@users.sourceforge.net> | ||||
|  | ||||
| 	* include/commctrl.h (TreeView_Select): Returns BOOL. | ||||
|   | ||||
| @@ -1395,6 +1395,8 @@ BOOL WINAPI GetVolumeNameForVolumeMountPointA(LPCSTR,LPSTR,DWORD); | ||||
| BOOL WINAPI GetVolumeNameForVolumeMountPointW(LPCWSTR,LPWSTR,DWORD); | ||||
| BOOL WINAPI GetVolumePathNameA(LPCSTR,LPSTR,DWORD); | ||||
| BOOL WINAPI GetVolumePathNameW(LPCWSTR,LPWSTR,DWORD); | ||||
| #endif | ||||
| #if (_WIN32_WINNT >= 0x0501) | ||||
| BOOL WINAPI GetVolumePathNamesForVolumeNameA(LPCSTR,LPSTR,DWORD,PDWORD); | ||||
| BOOL WINAPI GetVolumePathNamesForVolumeNameW(LPCWSTR,LPWSTR,DWORD,PDWORD); | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user