Ignore:
Timestamp:
May 18, 2000, 8:06:13 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

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

    r3242 r3553  
    1 /* $Id: shell.h,v 1.2 2000-03-26 16:29:40 cbratschi Exp $ */
     1/* $Id: shell.h,v 1.3 2000-05-18 18:06:13 sandervl Exp $ */
    22
    33/*
     
    130130LPVOID WINAPI PathCombineAW(LPVOID szDest, LPCVOID lpszDir, LPCVOID lpszFile);
    131131
    132 LPCSTR WINAPI PathFindExtensionA(LPCSTR path);
    133 LPCWSTR WINAPI PathFindExtensionW(LPCWSTR path);
     132LPSTR WINAPI PathFindExtensionA(LPCSTR path);
     133LPWSTR WINAPI PathFindExtensionW(LPCWSTR path);
    134134#define  PathFindExtension WINELIB_NAME_AW(PathFindExtension)
    135 LPCVOID WINAPI PathFindExtensionAW(LPCVOID path);
    136 
    137 LPCSTR WINAPI PathGetExtensionA(LPCSTR path, DWORD y, DWORD x);
    138 LPCWSTR WINAPI PathGetExtensionW(LPCWSTR path, DWORD y, DWORD x);
     135LPVOID WINAPI PathFindExtensionAW(LPCVOID path);
     136
     137LPSTR WINAPI PathGetExtensionA(LPCSTR path);
     138LPWSTR WINAPI PathGetExtensionW(LPCWSTR path);
    139139#define  PathGetExtension WINELIB_NAME_AW(PathGetExtension)
    140 LPCVOID WINAPI PathGetExtensionAW(LPCVOID path, DWORD y, DWORD x);
    141 
    142 LPCSTR WINAPI PathFindFilenameA(LPCSTR path);
    143 LPCWSTR WINAPI PathFindFilenameW(LPCWSTR path);
    144 #define  PathFindFilename WINELIB_NAME_AW(PathFindFilename)
    145 LPCVOID WINAPI PathFindFilenameAW(LPCVOID path);
     140LPVOID WINAPI PathGetExtensionAW(LPCVOID path);
     141
     142LPSTR WINAPI PathRemoveBackslashA(LPSTR lpszPath);
     143LPWSTR WINAPI PathRemoveBackslashW(LPWSTR lpszPath);
     144#define  PathRemoveBackslash WINELIB_NAME_AW(PathRemoveBackslash)
     145
     146LPSTR WINAPI PathFindFileNameA(LPCSTR path);
     147LPWSTR WINAPI PathFindFileNameW(LPCWSTR path);
     148#define  PathFindFileName WINELIB_NAME_AW(PathFindFileName)
     149LPVOID WINAPI PathFindFileNameAW(LPCVOID path);
    146150
    147151BOOL WINAPI PathMatchSpecA(LPCSTR x, LPCSTR y);
Note: See TracChangeset for help on using the changeset viewer.