Changeset 19137


Ignore:
Timestamp:
Jun 7, 2002, 10:03:38 AM (23 years ago)
Author:
sandervl
Message:

header updates

Location:
tags/trunk/include/win
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/win/shlwapi.h

    r18492 r19137  
    299299#define PathParseIconLocation WINELIB_NAME_AW(PathParseIconLocation)
    300300
    301 LPSTR WINAPI PathQuoteSpacesA(LPSTR);
    302 LPWSTR WINAPI PathQuoteSpacesW(LPWSTR);
     301VOID WINAPI PathQuoteSpacesA(LPSTR);
     302VOID WINAPI PathQuoteSpacesW(LPWSTR);
    303303#define PathQuoteSpaces WINELIB_NAME_AW(PathQuoteSpaces)
    304304
     
    335335#define PathSearchAndQualify WINELIB_NAME_AW(PathSearchAndQualify)
    336336
    337 BOOL WINAPI PathSetDlgItemPathA(HWND,int,LPCSTR);
    338 BOOL WINAPI PathSetDlgItemPathW(HWND,int,LPCWSTR);
     337VOID WINAPI PathSetDlgItemPathA(HWND,int,LPCSTR);
     338VOID WINAPI PathSetDlgItemPathW(HWND,int,LPCWSTR);
    339339#define PathSetDlgItemPath WINELIB_NAME_AW(PathSetDlgItemPath)
    340340
     
    375375#define PathIsLFNFileSpec WINELIB_NAME_AW(PathIsLFNFileSpec)
    376376
    377 LPCSTR WINAPI PathFindSuffixArrayA(LPCSTR,LPCSTR *,int);
    378 LPCWSTR WINAPI PathFindSuffixArrayW(LPCWSTR,LPCWSTR *,int);
     377int WINAPI PathFindSuffixArrayA(LPCSTR,LPCSTR *,int);
     378int WINAPI PathFindSuffixArrayW(LPCWSTR,LPCWSTR *,int);
    379379#define PathFindSuffixArray WINELIB_NAME_AW(PathFindSuffixArray)
    380380
  • TabularUnified tags/trunk/include/win/winbase.h

    r18979 r19137  
    16651665BOOL      WINAPI HeapValidate(HANDLE,DWORD,LPCVOID);
    16661666BOOL      WINAPI HeapWalk      (HANDLE, LPVOID);
     1667DWORD       WINAPI InitializeAcl(PACL,DWORD,DWORD);
     1668BOOL        WINAPI InitializeSecurityDescriptor(PSECURITY_DESCRIPTOR,DWORD);
    16671669BOOL        WINAPI InitializeSid(PSID,PSID_IDENTIFIER_AUTHORITY,BYTE);
     1670BOOL        WINAPI IsTextUnicode(CONST LPVOID lpBuffer, int cb, LPINT lpi);
    16681671BOOL        WINAPI IsValidSecurityDescriptor(PSECURITY_DESCRIPTOR);
    16691672BOOL        WINAPI IsValidSid(PSID);
     1673BOOL        WINAPI ImpersonateLoggedOnUser(HANDLE);
    16701674BOOL        WINAPI ImpersonateSelf(SECURITY_IMPERSONATION_LEVEL);
     1675BOOL        WINAPI IsProcessorFeaturePresent(DWORD);
    16711676LONG        WINAPI InterlockedCompareExchange( PLONG dest, LONG xchg, LONG compare );
    16721677LONG        WINAPI InterlockedDecrement(LPLONG);
  • TabularUnified tags/trunk/include/win/wine/unicode.h

    r18973 r19137  
    1717#ifndef strncasecmp
    1818#define strncasecmp     lstrncmpiA
     19#endif
     20#ifndef strcasecmp
     21#define strcasecmp      lstrcmpiA
    1922#endif
    2023
Note: See TracChangeset for help on using the changeset viewer.