Changeset 8046 for trunk/include/win


Ignore:
Timestamp:
Mar 8, 2002, 11:58:54 AM (24 years ago)
Author:
sandervl
Message:

makefile + header updates

Location:
trunk/include/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/undocshell.h

    r7819 r8046  
    567567LPVOID WINAPI PathFindExtensionAW(LPCVOID path);
    568568
    569 LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath);
     569LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath, DWORD void1, DWORD void2);
    570570
    571571LPSTR WINAPI PathGetArgs(LPCSTR lpszPath);
  • trunk/include/win/winuser.h

    r7953 r8046  
    39553955WORD        WINAPI SYSTEM_KillSystemTimer( WORD );
    39563956
     3957HRESULT     WINAPI PrivateExtractIconsA(LPCSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD);
     3958HRESULT     WINAPI PrivateExtractIconsW(LPCWSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD);
     3959
    39573960/* Extra functions that don't exist in the Windows API */
    39583961
Note: See TracChangeset for help on using the changeset viewer.