Ignore:
Timestamp:
Jul 6, 2001, 6:57:59 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dialog.h

    r82 r85  
    179179     ********************************************************************/
    180180
    181     APIRET dlghCreateDlg(HWND *phwndDlg,
    182                          HWND hwndOwner,
    183                          ULONG flCreateFlags,
    184                          PFNWP pfnwpDialogProc,
    185                          const char *pcszDlgTitle,
    186                          PDLGHITEM paDlgItems,
    187                          ULONG cDlgItems,
    188                          PVOID pCreateParams,
    189                          const char *pcszControlsFont);
     181    APIRET XWPENTRY dlghCreateDlg(HWND *phwndDlg,
     182                                  HWND hwndOwner,
     183                                  ULONG flCreateFlags,
     184                                  PFNWP pfnwpDialogProc,
     185                                  const char *pcszDlgTitle,
     186                                  PDLGHITEM paDlgItems,
     187                                  ULONG cDlgItems,
     188                                  PVOID pCreateParams,
     189                                  const char *pcszControlsFont);
     190    typedef APIRET XWPENTRY DLGHCREATEDLG(HWND *phwndDlg,
     191                                          HWND hwndOwner,
     192                                          ULONG flCreateFlags,
     193                                          PFNWP pfnwpDialogProc,
     194                                          const char *pcszDlgTitle,
     195                                          PDLGHITEM paDlgItems,
     196                                          ULONG cDlgItems,
     197                                          PVOID pCreateParams,
     198                                          const char *pcszControlsFont);
     199    typedef DLGHCREATEDLG *PDLGHCREATEDLG;
    190200
    191201    /*
Note: See TracChangeset for help on using the changeset viewer.