Ignore:
Timestamp:
Sep 1, 1999, 9:12:23 PM (26 years ago)
Author:
phaller
Message:

Fix: header file cleanup (win32type.h)

File:
1 edited

Legend:

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

    r183 r780  
    1 /* $Id: shellapi.h,v 1.2 1999-06-24 19:27:48 phaller Exp $ */
     1/* $Id: shellapi.h,v 1.3 1999-09-01 19:12:13 phaller Exp $ */
    22
    33#ifndef _WINE_SHELLAPI_H
     
    1212 */
    1313
    14 typedef struct _DRAGINFOA 
     14typedef struct _DRAGINFOA
    1515{       UINT uSize;
    1616        POINT pt;
     
    2020} DRAGINFOA, * LPDRAGINFOA;
    2121
    22 typedef struct _DRAGINFOW 
     22typedef struct _DRAGINFOW
    2323{       UINT uSize;
    2424        POINT pt;
     
    7979#define ABE_BOTTOM              3
    8080
    81 typedef struct _AppBarData 
     81typedef struct _AppBarData
    8282{       DWORD   cbSize;
    8383        HWND    hWnd;
     
    113113#define SHGFI_ATTR_SPECIFIED    0x000020000     /* get only specified attributes */
    114114
    115 typedef struct tagSHFILEINFOA 
     115typedef struct tagSHFILEINFOA
    116116{       HICON   hIcon;                  /* icon */
    117117        int     iIcon;                  /* icon index */
     
    121121} SHFILEINFOA;
    122122
    123 typedef struct tagSHFILEINFOW 
     123typedef struct tagSHFILEINFOW
    124124{       HICON   hIcon;                  /* icon */
    125125        int     iIcon;                  /* icon index */
     
    147147#define FOF_MULTIDESTFILES         0x0001
    148148#define FOF_CONFIRMMOUSE           0x0002
    149 #define FOF_SILENT                 0x0004 
     149#define FOF_SILENT                 0x0004
    150150#define FOF_RENAMEONCOLLISION      0x0008
    151 #define FOF_NOCONFIRMATION         0x0010 
    152 #define FOF_WANTMAPPINGHANDLE      0x0020 
     151#define FOF_NOCONFIRMATION         0x0010
     152#define FOF_WANTMAPPINGHANDLE      0x0020
    153153#define FOF_ALLOWUNDO              0x0040
    154 #define FOF_FILESONLY              0x0080 
    155 #define FOF_SIMPLEPROGRESS         0x0100 
    156 #define FOF_NOCONFIRMMKDIR         0x0200 
    157 #define FOF_NOERRORUI              0x0400 
     154#define FOF_FILESONLY              0x0080
     155#define FOF_SIMPLEPROGRESS         0x0100
     156#define FOF_NOCONFIRMMKDIR         0x0200
     157#define FOF_NOERRORUI              0x0400
    158158
    159159typedef WORD FILEOP_FLAGS;
    160160
    161 #define PO_DELETE       0x0013 
    162 #define PO_RENAME       0x0014 
    163 #define PO_PORTCHANGE   0x0020 
     161#define PO_DELETE       0x0013
     162#define PO_RENAME       0x0014
     163#define PO_PORTCHANGE   0x0020
    164164
    165165typedef WORD PRINTEROP_FLAGS;
     
    187187} SHFILEOPSTRUCTW, *LPSHFILEOPSTRUCTW;
    188188
    189 DWORD   WIN32API SHFileOperationA (LPSHFILEOPSTRUCTA lpFileOp); 
     189DWORD   WIN32API SHFileOperationA (LPSHFILEOPSTRUCTA lpFileOp);
    190190DWORD   WIN32API SHFileOperationW (LPSHFILEOPSTRUCTW lpFileOp);
    191191
     
    300300HINSTANCE WINAPI FindExecutableW(LPCWSTR,LPCWSTR,LPWSTR);
    301301
    302 BOOL      WINAPI ShellAboutA(HWND,LPCSTR,LPCSTR,HICON);
    303 BOOL      WINAPI ShellAboutW(HWND,LPCWSTR,LPCWSTR,HICON);
     302INT WINAPI ShellAboutA(HWND,LPCSTR,LPCSTR,HICON);
     303INT WINAPI ShellAboutW(HWND,LPCWSTR,LPCWSTR,HICON);
    304304
    305305#pragma pack(4)
Note: See TracChangeset for help on using the changeset viewer.