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

    r265 r780  
    1 /* $Id: dialog.cpp,v 1.6 1999-07-04 19:02:38 sandervl Exp $ */
     1/* $Id: dialog.cpp,v 1.7 1999-09-01 19:12:18 phaller Exp $ */
    22
    33/*
     
    128128//******************************************************************************
    129129//******************************************************************************
    130 BOOL WIN32API DialogBoxIndirectParamA(HINSTANCE hinst,
     130INT WIN32API DialogBoxIndirectParamA(HINSTANCE hinst,
    131131                                      DLGTEMPLATE *dlgtemplate,
    132132                                      HWND hwndParent, DLGPROC dlgproc,
    133133                                      LPARAM lParamInit)
    134134{
    135  BOOL rc;
     135 INT rc;
    136136 DLGTEMPLATE *os2dlg;
    137137
     
    147147//******************************************************************************
    148148//******************************************************************************
    149 BOOL WIN32API DialogBoxIndirectParamW(HINSTANCE hinst,
     149INT WIN32API DialogBoxIndirectParamW(HINSTANCE hinst,
    150150                                      DLGTEMPLATE *dlgtemplate,
    151151                                      HWND hwndParent, DLGPROC dlgproc,
    152152                                      LPARAM lParamInit)
    153153{
    154  BOOL rc;
     154 INT rc;
    155155 DLGTEMPLATE *os2dlg;
    156156
Note: See TracChangeset for help on using the changeset viewer.