Ignore:
Timestamp:
Sep 22, 1999, 11:46:52 AM (26 years ago)
Author:
sandervl
Message:

Yuri Dario's VAC 3.6.5 changes

File:
1 edited

Legend:

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

    r799 r1007  
    1 /* $Id: shellapi.h,v 1.5 1999-09-02 18:54:58 phaller Exp $ */
     1/* $Id: shellapi.h,v 1.6 1999-09-22 09:46:19 sandervl Exp $ */
    22
    33#ifndef _WINE_SHELLAPI_H
     
    210210HINSTANCE       WINAPI ShellExecuteA(HWND,LPCSTR,LPCSTR,LPCSTR,LPCSTR,INT);
    211211HINSTANCE       WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT);
     212#define ShellExecute WINELIB_NAME_AW(ShellExecute)
     213
    212214HINSTANCE16 WINAPI ShellExecute16( HWND16 hWnd, LPCSTR lpOperation,
    213215                                   LPCSTR lpFile, LPCSTR lpParameters,
Note: See TracChangeset for help on using the changeset viewer.