Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 458 → Rev 459

/trunk/ui_win.c
435,6 → 435,7
p = (PlatformData*)pb->platformData;
 
// Note: "Invalid Cursor Handle" is the error when an unrecognized control class is detected
// TODO: Win 3.1 mit Win32s: "The parameter is incorrect"
res = DialogBoxParam(hDllInstance,MAKEINTRESOURCE(gdata->standalone ? ID_PARAMDLG : ID_MAINDLG),
(HWND)p->hwnd,maindlgproc,0);
if (res == 0) {