Ignore:
Timestamp:
Jul 29, 2010, 10:46:04 PM (15 years ago)
Author:
dmik
Message:

Fixed a typo in the GetFileAttributesEx() name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r21390 r21401  
    16331633BOOL      WINAPI GetFileAttributesExA(LPCSTR,GET_FILEEX_INFO_LEVELS,LPVOID);
    16341634BOOL      WINAPI GetFileAttributesExW(LPCWSTR,GET_FILEEX_INFO_LEVELS,LPVOID);
    1635 #define     GetFileattributesEx WINELIB_NAME_AW(GetFileAttributesEx)
     1635#define     GetFileAttributesEx WINELIB_NAME_AW(GetFileAttributesEx)
    16361636DWORD       WINAPI GetFileInformationByHandle(HANDLE,BY_HANDLE_FILE_INFORMATION*);
    16371637BOOL        WINAPI GetFileSecurityA(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,LPDWORD);
Note: See TracChangeset for help on using the changeset viewer.