Changeset 21401 for trunk/include/win/winbase.h
- Timestamp:
- Jul 29, 2010, 10:46:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r21390 r21401 1633 1633 BOOL WINAPI GetFileAttributesExA(LPCSTR,GET_FILEEX_INFO_LEVELS,LPVOID); 1634 1634 BOOL WINAPI GetFileAttributesExW(LPCWSTR,GET_FILEEX_INFO_LEVELS,LPVOID); 1635 #define GetFile attributesEx WINELIB_NAME_AW(GetFileAttributesEx)1635 #define GetFileAttributesEx WINELIB_NAME_AW(GetFileAttributesEx) 1636 1636 DWORD WINAPI GetFileInformationByHandle(HANDLE,BY_HANDLE_FILE_INFORMATION*); 1637 1637 BOOL WINAPI GetFileSecurityA(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,LPDWORD);
Note:
See TracChangeset
for help on using the changeset viewer.