Changeset 780 for trunk/src/user32/dialog.cpp
- Timestamp:
- Sep 1, 1999, 9:12:23 PM (26 years ago)
- 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 sandervlExp $ */1 /* $Id: dialog.cpp,v 1.7 1999-09-01 19:12:18 phaller Exp $ */ 2 2 3 3 /* … … 128 128 //****************************************************************************** 129 129 //****************************************************************************** 130 BOOLWIN32API DialogBoxIndirectParamA(HINSTANCE hinst,130 INT WIN32API DialogBoxIndirectParamA(HINSTANCE hinst, 131 131 DLGTEMPLATE *dlgtemplate, 132 132 HWND hwndParent, DLGPROC dlgproc, 133 133 LPARAM lParamInit) 134 134 { 135 BOOLrc;135 INT rc; 136 136 DLGTEMPLATE *os2dlg; 137 137 … … 147 147 //****************************************************************************** 148 148 //****************************************************************************** 149 BOOLWIN32API DialogBoxIndirectParamW(HINSTANCE hinst,149 INT WIN32API DialogBoxIndirectParamW(HINSTANCE hinst, 150 150 DLGTEMPLATE *dlgtemplate, 151 151 HWND hwndParent, DLGPROC dlgproc, 152 152 LPARAM lParamInit) 153 153 { 154 BOOLrc;154 INT rc; 155 155 DLGTEMPLATE *os2dlg; 156 156
Note:
See TracChangeset
for help on using the changeset viewer.