> I noticed this when adapting WINE code for ReactOS > > Index: dialog.c > =================================================================== > RCS file: /home/wine/wine/windows/dialog.c,v > retrieving revision 1.104 > diff -u -r1.104 dialog.c > --- dialog.c 4 Sep 2002 19:37:02 -0000 1.104 > +++ dialog.c 11 Sep 2002 20:12:49 -0000 > @@ -1136,8 +1136,8 @@ > > > > /************************************************************* > ********** > - * DialogBoxIndirectParam (USER.240) > - * DialogBoxIndirectParam16 (USER32.@) > + * DialogBoxIndirectParam16 (USER.240) > + * DialogBoxIndirectParam (USER32.@) > */ > INT16 WINAPI DialogBoxIndirectParam16( HINSTANCE16 hInst, > HANDLE16 dlgTemplate, > HWND16 owner16, > DLGPROC16 dlgProc, No this is correct. The 16 bit function's external name is DialogBoxIndirectParam The 32 bit function's external name is DialogBoxIndirectParam16