Changeset 8396 for trunk/include/win/winbase.h
- Timestamp:
- May 9, 2002, 3:54:39 PM (23 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/include/win/winbase.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/include/win/winbase.hr7986 r8396 1902 1902 HRSRC WINAPI FindResourceW(HMODULE,LPCWSTR,LPCWSTR); 1903 1903 #define FindResource WINELIB_NAME_AW(FindResource) 1904 VOID WINAPI FreeLibrary16(HINSTANCE16); 1904 1905 VOID WINAPI FreeLibrary16(HINSTANCE16); 1905 1906 BOOL WINAPI FreeLibrary(HMODULE); 1906 1907 #define FreeModule(handle) FreeLibrary(handle) … … 2494 2495 VOID WINAPI _LeaveSysLevel(SYSLEVEL*); 2495 2496 2497 #ifdef __WIN32OS2__ 2498 HANDLE WINAPI FindFirstVolumeA(LPTSTR lpszVolumeName, DWORD cchBufferLength); 2499 HANDLE WINAPI FindFirstVolumeW(LPWSTR lpszVolumeName, DWORD cchBufferLength); 2500 #define FindFirstVolume WINELIB_NAME_AW(FindFirstVolume) 2501 2502 BOOL WINAPI FindNextVolumeA(HANDLE hFindVolume, LPTSTR lpszVolumeName, 2503 DWORD cchBufferLength); 2504 BOOL WINAPI FindNextVolumeW(HANDLE hFindVolume, LPWSTR lpszVolumeName, 2505 DWORD cchBufferLength); 2506 #define FindNextVolume WINELIB_NAME_AW(FindNextVolume) 2507 2508 BOOL WINAPI FindVolumeClose(HANDLE hFindVolume); 2509 2510 HANDLE WINAPI FindFirstVolumeMountPointA(LPTSTR lpszRootPathName, 2511 LPTSTR lpszVolumeMountPoint, 2512 DWORD cchBufferLength); 2513 HANDLE WINAPI FindFirstVolumeMountPointW(LPWSTR lpszRootPathName, 2514 LPWSTR lpszVolumeMountPoint, 2515 DWORD cchBufferLength); 2516 #define FindFirstVolumeMountPoint WINELIB_NAME_AW(FindFirstVolumeMountPoint) 2517 2518 BOOL WINAPI FindNextVolumeMountPointA(HANDLE hFindVolumeMountPoint, 2519 LPTSTR lpszVolumeMountPoint, 2520 DWORD cchBufferLength); 2521 BOOL WINAPI FindNextVolumeMountPointW(HANDLE hFindVolumeMountPoint, 2522 LPWSTR lpszVolumeMountPoint, 2523 DWORD cchBufferLength); 2524 #define FindNextVolumeMountPoint WINELIB_NAME_AW(FindNextVolumeMountPoint) 2525 2526 BOOL WINAPI FindVolumeMountPointClose(HANDLE hFindVolumeMountPoint); 2527 BOOL WINAPI GetVolumeNameForVolumeMountPointA(LPCSTR lpszVolumeMountPoint, 2528 LPSTR lpszVolumeName, 2529 DWORD cchBufferLength); 2530 BOOL WINAPI GetVolumeNameForVolumeMountPointW(LPCWSTR lpszVolumeMountPoint, 2531 LPWSTR lpszVolumeName, 2532 DWORD cchBufferLength); 2533 #define GetVolumeNameForVolumeMountPoint WINELIB_NAME_AW(GetVolumeNameForVolumeMountPoint) 2534 2535 #endif 2536 2496 2537 #ifdef __cplusplus 2497 2538 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
