Ignore:
Timestamp:
Apr 2, 2003, 2:57:39 PM (22 years ago)
Author:
sandervl
Message:

YD: Header updates

File:
1 edited

Legend:

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

    r8639 r9973  
    284284HINSTANCE WINAPI FindExecutableA(LPCSTR,LPCSTR,LPSTR);
    285285HINSTANCE WINAPI FindExecutableW(LPCWSTR,LPCWSTR,LPWSTR);
     286#define FindExecutable WINELIB_NAME_AW(FindExecutable)
    286287
    287288BOOL WINAPI ShellAboutA(HWND,LPCSTR,LPCSTR,HICON);
    288289BOOL WINAPI ShellAboutW(HWND,LPCWSTR,LPCWSTR,HICON);
     290#define ShellAbout WINELIB_NAME_AW(ShellAbout)
    289291
    290292#pragma pack(4)
Note: See TracChangeset for help on using the changeset viewer.