Subversion Repositories filter_foundry

Compare Revisions

Ignore whitespace Rev 458 → Rev 459

/trunk/ui_build_win.c
67,7 → 67,7
res = DialogBoxParam(hDllInstance,MAKEINTRESOURCE(ID_BUILDDLG),
gdata->hWndMainDlg ? gdata->hWndMainDlg : (HWND)p->hwnd,builddlgproc,0);
if (res == 0) {
simplealert((TCHAR*)TEXT("DialogBoxParam in valid parent window handle"));
simplealert((TCHAR*)TEXT("DialogBoxParam invalid parent window handle"));
}
if (res == -1) {
TCHAR s[0x300];