Ignore:
Timestamp:
Nov 2, 1999, 8:06:43 PM (26 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r1007 r1546  
    1 /* $Id: shellapi.h,v 1.6 1999-09-22 09:46:19 sandervl Exp $ */
     1/* $Id: shellapi.h,v 1.7 1999-11-02 19:06:42 sandervl Exp $ */
    22
    33#ifndef _WINE_SHELLAPI_H
     
    187187} SHFILEOPSTRUCTW, *LPSHFILEOPSTRUCTW;
    188188
    189 DWORD   WIN32API SHFileOperationA (LPSHFILEOPSTRUCTA lpFileOp);
    190 DWORD   WIN32API SHFileOperationW (LPSHFILEOPSTRUCTW lpFileOp);
     189DWORD   WINAPI SHFileOperationA (LPSHFILEOPSTRUCTA lpFileOp);
     190DWORD   WINAPI SHFileOperationW (LPSHFILEOPSTRUCTW lpFileOp);
    191191
    192192
Note: See TracChangeset for help on using the changeset viewer.