Changeset 21567 for trunk/include
- Timestamp:
- Jan 28, 2011, 5:50:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r21526 r21567 2651 2651 2652 2652 BOOL WINAPI FindVolumeMountPointClose(HANDLE hFindVolumeMountPoint); 2653 2653 2654 BOOL WINAPI GetVolumeNameForVolumeMountPointA(LPCSTR lpszVolumeMountPoint, 2654 2655 LPSTR lpszVolumeName, … … 2659 2660 #define GetVolumeNameForVolumeMountPoint WINELIB_NAME_AW(GetVolumeNameForVolumeMountPoint) 2660 2661 2662 BOOL WINAPI GetVolumePathNameA(LPCSTR,LPSTR,DWORD); 2663 BOOL WINAPI GetVolumePathNameW(LPCWSTR,LPWSTR,DWORD); 2664 #define GetVolumePathName WINELIB_NAME_AW(GetVolumePathName) 2665 2661 2666 #endif 2662 2667
Note:
See TracChangeset
for help on using the changeset viewer.