Changeset 10579 for trunk/include/win/winbase.h
- Timestamp:
- Apr 13, 2004, 4:17:17 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r10483 r10579 554 554 #define GPTR (GMEM_FIXED | GMEM_ZEROINIT) 555 555 556 #define GlobalLRUNewest(h) ((HANDLE)(h)) 557 #define GlobalLRUOldest(h) ((HANDLE)(h)) 558 #define GlobalDiscard(h) (GlobalReAlloc((h),0,GMEM_MOVEABLE)) 559 560 #define INVALID_ATOM ((ATOM)0) 561 #define MAXINTATOM 0xc000 562 #define MAKEINTATOMA(atom) ((LPCSTR)((ULONG_PTR)((WORD)(atom)))) 563 #define MAKEINTATOMW(atom) ((LPCWSTR)((ULONG_PTR)((WORD)(atom)))) 564 #ifndef MAKEINTATOM //bird: it's in windef.h too for us. 565 #define MAKEINTATOM WINELIB_NAME_AW(MAKEINTATOM) 566 #endif 556 567 557 568 typedef struct tagMEMORYSTATUS … … 2546 2557 #define FindFirstVolume WINELIB_NAME_AW(FindFirstVolume) 2547 2558 2548 BOOL WINAPI FindNextVolumeA(HANDLE hFindVolume, LPTSTR lpszVolumeName, 2559 BOOL WINAPI FindNextVolumeA(HANDLE hFindVolume, LPTSTR lpszVolumeName, 2549 2560 DWORD cchBufferLength); 2550 BOOL WINAPI FindNextVolumeW(HANDLE hFindVolume, LPWSTR lpszVolumeName, 2561 BOOL WINAPI FindNextVolumeW(HANDLE hFindVolume, LPWSTR lpszVolumeName, 2551 2562 DWORD cchBufferLength); 2552 2563 #define FindNextVolume WINELIB_NAME_AW(FindNextVolume) … … 2554 2565 BOOL WINAPI FindVolumeClose(HANDLE hFindVolume); 2555 2566 2556 HANDLE WINAPI FindFirstVolumeMountPointA(LPTSTR lpszRootPathName, 2567 HANDLE WINAPI FindFirstVolumeMountPointA(LPTSTR lpszRootPathName, 2557 2568 LPTSTR lpszVolumeMountPoint, 2558 2569 DWORD cchBufferLength); 2559 HANDLE WINAPI FindFirstVolumeMountPointW(LPWSTR lpszRootPathName, 2570 HANDLE WINAPI FindFirstVolumeMountPointW(LPWSTR lpszRootPathName, 2560 2571 LPWSTR lpszVolumeMountPoint, 2561 2572 DWORD cchBufferLength);
Note:
See TracChangeset
for help on using the changeset viewer.