Ignore:
Timestamp:
Jul 11, 2003, 5:38:31 PM (22 years ago)
Author:
sandervl
Message:

DT: Shell folder updates

File:
1 edited

Legend:

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

    r9973 r10162  
    156156#define FOF_NOCONFIRMMKDIR         0x0200
    157157#define FOF_NOERRORUI              0x0400
     158#define FOF_NOCOPYSECURITYATTRIBS  0x0800
    158159
    159160typedef WORD FILEOP_FLAGS;
     
    187188} SHFILEOPSTRUCTW, *LPSHFILEOPSTRUCTW;
    188189
     190#define  SHFILEOPSTRUCT WINELIB_NAME_AW(SHFILEOPSTRUCT)
     191#define  LPSHFILEOPSTRUCT WINELIB_NAME_AW(LPSHFILEOPSTRUCT)
     192
    189193DWORD   WINAPI SHFileOperationA (LPSHFILEOPSTRUCTA lpFileOp);
    190194DWORD   WINAPI SHFileOperationW (LPSHFILEOPSTRUCTW lpFileOp);
    191 
     195#define  SHFileOperation WINELIB_NAME_AW(SHFileOperation)
    192196
    193197
     
    209213HINSTANCE       WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT);
    210214#define ShellExecute WINELIB_NAME_AW(ShellExecute)
    211 
    212 
    213215
    214216/******************************************
     
    266268HICON     WINAPI ExtractAssociatedIconA(HINSTANCE,LPSTR,LPWORD);
    267269HICON     WINAPI ExtractAssociatedIconW(HINSTANCE,LPWSTR,LPWORD);
    268 
    269 #ifdef __WIN32OS2__
    270 
    271270UINT WINAPI ExtractIconExA( LPCSTR, INT, HICON *, HICON *, UINT );
    272271UINT WINAPI ExtractIconExW( LPCWSTR, INT, HICON *, HICON *, UINT );
     272#define     ExtractIconEx WINELIB_NAME_AW(ExtractIconEx)
    273273UINT WINAPI ExtractIconExAW(LPCVOID, INT, HICON *, HICON *, UINT );
    274 
    275 #else /* __WIN32OS2__ */
    276 
    277 /* Return types are wrong according to SDK docs. */
    278 HICON WINAPI ExtractIconExA( LPCSTR, INT, HICON *, HICON *, UINT );
    279 HICON WINAPI ExtractIconExW( LPCWSTR, INT, HICON *, HICON *, UINT );
    280 HICON WINAPI ExtractIconExAW(LPCVOID, INT, HICON *, HICON *, UINT );
    281 
    282 #endif /* __WIN32OS2__ */
    283 
    284274HINSTANCE WINAPI FindExecutableA(LPCSTR,LPCSTR,LPSTR);
    285275HINSTANCE WINAPI FindExecutableW(LPCWSTR,LPCWSTR,LPWSTR);
Note: See TracChangeset for help on using the changeset viewer.