Ignore:
Timestamp:
Nov 24, 2000, 2:15:55 PM (25 years ago)
Author:
sandervl
Message:

KS:header update

File:
1 edited

Legend:

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

    r4124 r4688  
    1 /* $Id: shellapi.h,v 1.9 2000-08-30 13:56:38 sandervl Exp $ */
     1/* $Id: shellapi.h,v 1.10 2000-11-24 13:15:55 sandervl Exp $ */
    22
    33#ifndef _WINE_SHELLAPI_H
     
    313313HICON     WINAPI ExtractAssociatedIconW(HINSTANCE,LPWSTR,LPWORD);
    314314
     315#ifdef __WIN32OS2__
     316
     317UINT WINAPI ExtractIconExA( LPCSTR, INT, HICON *, HICON *, UINT );
     318UINT WINAPI ExtractIconExW( LPCWSTR, INT, HICON *, HICON *, UINT );
     319UINT WINAPI ExtractIconExAW(LPCVOID, INT, HICON *, HICON *, UINT );
     320
     321#else /* __WIN32OS2__ */
     322
     323/* Return types are wrong according to SDK docs. */
    315324HICON WINAPI ExtractIconExA( LPCSTR, INT, HICON *, HICON *, UINT );
    316325HICON WINAPI ExtractIconExW( LPCWSTR, INT, HICON *, HICON *, UINT );
    317326HICON WINAPI ExtractIconExAW(LPCVOID, INT, HICON *, HICON *, UINT );
    318327
     328#endif /* __WIN32OS2__ */
     329
    319330HINSTANCE WINAPI FindExecutableA(LPCSTR,LPCSTR,LPSTR);
    320331HINSTANCE WINAPI FindExecutableW(LPCWSTR,LPCWSTR,LPWSTR);
Note: See TracChangeset for help on using the changeset viewer.