Ignore:
Timestamp:
Sep 9, 1999, 11:04:57 PM (26 years ago)
Author:
phaller
Message:

Fix: SHELL32\New now compiles.

File:
1 edited

Legend:

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

    r4 r900  
    1 /* $Id: commdlg.h,v 1.1 1999-05-24 20:19:09 ktk Exp $ */
    2 
    3 /* 
     1/* $Id: commdlg.h,v 1.2 1999-09-09 21:04:37 phaller Exp $ */
     2
     3/*
    44 * COMMDLG - Common Wine Dialog ... :-)
    55 */
     
    3232#define OFN_NOREADONLYRETURN         0x00008000
    3333#define OFN_NOTESTFILECREATE         0x00010000
    34 #define OFN_NONETWORKBUTTON          0x00020000 
     34#define OFN_NONETWORKBUTTON          0x00020000
    3535#define OFN_NOLONGNAMES              0x00040000
    3636#define OFN_EXPLORER                 0x00080000
     
    134134DECL_WINELIB_TYPE_AW(OFNOTIFY)
    135135DECL_WINELIB_TYPE_AW(LPOFNOTIFY)
    136  
     136
    137137typedef UINT (* CALLBACK LPCCHOOKPROC) (HWND, UINT, WPARAM, LPARAM);
    138138
     
    257257#include "pshpack1.h"
    258258
    259 typedef struct 
     259typedef struct
    260260{
    261261        DWORD                   lStructSize;
     
    284284typedef struct
    285285{
    286         UINT    lStructSize; 
    287         HWND            hwndOwner; 
    288         HDC             hDC; 
    289         LPLOGFONTA    lpLogFont; 
    290         INT             iPointSize; 
    291         DWORD           Flags; 
    292         COLORREF        rgbColors; 
    293         LPARAM          lCustData; 
    294         WNDPROC         lpfnHook; 
    295         LPCSTR          lpTemplateName; 
    296         HINSTANCE       hInstance; 
    297         LPSTR           lpszStyle; 
    298         UINT16          nFontType; 
    299         UINT16  ___MISSING_ALIGNMENT__; 
    300         INT     nSizeMin; 
    301         INT             nSizeMax; 
     286        UINT    lStructSize;
     287        HWND            hwndOwner;
     288        HDC             hDC;
     289        LPLOGFONTA    lpLogFont;
     290        INT             iPointSize;
     291        DWORD           Flags;
     292        COLORREF        rgbColors;
     293        LPARAM          lCustData;
     294        WNDPROC         lpfnHook;
     295        LPCSTR          lpTemplateName;
     296        HINSTANCE       hInstance;
     297        LPSTR           lpszStyle;
     298        UINT16          nFontType;
     299        UINT16  ___MISSING_ALIGNMENT__;
     300        INT     nSizeMin;
     301        INT             nSizeMax;
    302302} CHOOSEFONTA, *LPCHOOSEFONTA;
    303303
    304304typedef struct
    305305{
    306         UINT    lStructSize; 
    307         HWND            hwndOwner; 
    308         HDC             hDC; 
    309         LPLOGFONTW    lpLogFont; 
    310         INT             iPointSize; 
    311         DWORD           Flags; 
    312         COLORREF        rgbColors; 
    313         LPARAM          lCustData; 
    314         WNDPROC         lpfnHook; 
    315         LPCWSTR         lpTemplateName; 
    316         HINSTANCE       hInstance; 
    317         LPWSTR          lpszStyle; 
    318         UINT16          nFontType; 
    319         UINT16  ___MISSING_ALIGNMENT__; 
    320         INT     nSizeMin; 
    321         INT             nSizeMax; 
     306        UINT    lStructSize;
     307        HWND            hwndOwner;
     308        HDC             hDC;
     309        LPLOGFONTW    lpLogFont;
     310        INT             iPointSize;
     311        DWORD           Flags;
     312        COLORREF        rgbColors;
     313        LPARAM          lCustData;
     314        WNDPROC         lpfnHook;
     315        LPCWSTR         lpTemplateName;
     316        HINSTANCE       hInstance;
     317        LPWSTR          lpszStyle;
     318        UINT16          nFontType;
     319        UINT16  ___MISSING_ALIGNMENT__;
     320        INT     nSizeMin;
     321        INT             nSizeMax;
    322322} CHOOSEFONTW, *LPCHOOSEFONTW;
    323323
     
    500500#define PD_HIDEPRINTTOFILE           0x00100000
    501501
     502#ifndef __WINE_DOCOBJ_H
    502503typedef enum __MIDL_IPrint_0001
    503504{
     
    510511        PRINTFLAG_PRINTTOFILE   = 64
    511512} PRINTFLAG;
    512  
     513#endif
     514
    513515typedef struct {
    514516        UINT16  wDriverOffset;
     
    647649#define FormatCharDlgProc WINELIB_NAME_AW(FormatCharDlgProc)
    648650
    649 void COMDLG32_SetCommDlgExtendedError(DWORD err); 
     651void COMDLG32_SetCommDlgExtendedError(DWORD err);
    650652
    651653#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.