imm32: Remove unneeded cast.

This commit is contained in:
Andrew Talbot 2008-01-05 16:44:19 +00:00 committed by Alexandre Julliard
parent 595707dd63
commit a36e14d9c9
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ HWND WINAPI ImmGetDefaultIMEWnd(HWND hWnd)
TRACE("Default created (%p)\n",hwndDefault);
}
return (HWND)hwndDefault;
return hwndDefault;
}
/***********************************************************************