wordpad: Remove unneeded output messages.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
1390425cfc
commit
3c878a5572
1 changed files with 1 additions and 6 deletions
|
@ -2011,12 +2011,7 @@ static LRESULT OnCreate( HWND hWnd )
|
|||
|ES_WANTRETURN|WS_VSCROLL|ES_NOHIDESEL|WS_HSCROLL,
|
||||
0, 0, 1000, 100, hWnd, (HMENU)IDC_EDITOR, hInstance, NULL);
|
||||
|
||||
if (!hEditorWnd)
|
||||
{
|
||||
fprintf(stderr, "Error code %lu\n", GetLastError());
|
||||
return -1;
|
||||
}
|
||||
assert(hEditorWnd);
|
||||
if (!hEditorWnd) return -1;
|
||||
|
||||
setup_richedit_olecallback(hEditorWnd);
|
||||
SetFocus(hEditorWnd);
|
||||
|
|
Loading…
Add table
Reference in a new issue