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/src/user32/new/dialog.cpp

    r666 r780  
    1 /* $Id: dialog.cpp,v 1.6 1999-08-24 18:58:00 phaller Exp $ */
     1/* $Id: dialog.cpp,v 1.7 1999-09-01 19:12:20 phaller Exp $ */
    22
    33/*
     
    1818//******************************************************************************
    1919//******************************************************************************
    20 HWND WIN32API CreateDialogParamA(HINSTANCE hinst, LPCSTR lpszTemplate, 
    21                                  HWND hwndOwner, DLGPROC dlgproc, 
     20HWND WIN32API CreateDialogParamA(HINSTANCE hinst, LPCSTR lpszTemplate,
     21                                 HWND hwndOwner, DLGPROC dlgproc,
    2222                                 LPARAM lParamInit)
    2323{
     
    3838//******************************************************************************
    3939//******************************************************************************
    40 HWND WIN32API CreateDialogParamW(HINSTANCE hinst, LPCWSTR lpszTemplate, 
    41                                  HWND hwndOwner, DLGPROC dlgproc, 
     40HWND WIN32API CreateDialogParamW(HINSTANCE hinst, LPCWSTR lpszTemplate,
     41                                 HWND hwndOwner, DLGPROC dlgproc,
    4242                                 LPARAM lParamInit)
    4343{
     
    6060//******************************************************************************
    6161//******************************************************************************
    62 HWND WIN32API CreateDialogIndirectParamA(HINSTANCE hinst, 
    63                                          DLGTEMPLATE *dlgtemplate, 
    64                                          HWND hwndParent, DLGPROC dlgproc, 
     62HWND WIN32API CreateDialogIndirectParamA(HINSTANCE hinst,
     63                                         DLGTEMPLATE *dlgtemplate,
     64                                         HWND hwndParent, DLGPROC dlgproc,
    6565                                         LPARAM lParamInit)
    6666{
     
    7171//******************************************************************************
    7272//******************************************************************************
    73 HWND WIN32API CreateDialogIndirectParamW(HINSTANCE hinst, 
    74                                          DLGTEMPLATE *dlgtemplate, 
    75                                          HWND hwndParent, DLGPROC dlgproc, 
     73HWND WIN32API CreateDialogIndirectParamW(HINSTANCE hinst,
     74                                         DLGTEMPLATE *dlgtemplate,
     75                                         HWND hwndParent, DLGPROC dlgproc,
    7676                                         LPARAM lParamInit)
    7777{
     
    8282//******************************************************************************
    8383//******************************************************************************
    84 BOOL WIN32API DialogBoxIndirectParamA(HINSTANCE hinst,
    85                                       DLGTEMPLATE *dlgtemplate, 
    86                                       HWND hwndParent, DLGPROC dlgproc, 
     84INT  WIN32API DialogBoxIndirectParamA(HINSTANCE hinst,
     85                                      DLGTEMPLATE *dlgtemplate,
     86                                      HWND hwndParent, DLGPROC dlgproc,
    8787                                      LPARAM lParamInit)
    8888{
     
    9191//******************************************************************************
    9292//******************************************************************************
    93 BOOL WIN32API DialogBoxIndirectParamW(HINSTANCE hinst,
    94                                       DLGTEMPLATE *dlgtemplate, 
    95                                       HWND hwndParent, DLGPROC dlgproc, 
     93INT  WIN32API DialogBoxIndirectParamW(HINSTANCE hinst,
     94                                      DLGTEMPLATE *dlgtemplate,
     95                                      HWND hwndParent, DLGPROC dlgproc,
    9696                                      LPARAM lParamInit)
    9797{
     
    117117//******************************************************************************
    118118//******************************************************************************
    119 int WIN32API DialogBoxParamW(HINSTANCE arg1, LPCWSTR arg2, HWND arg3, 
     119int WIN32API DialogBoxParamW(HINSTANCE arg1, LPCWSTR arg2, HWND arg3,
    120120                             DLGPROC arg4, LPARAM arg5)
    121121{
Note: See TracChangeset for help on using the changeset viewer.