mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
Fix warning.
svn path=/trunk/; revision=26726
This commit is contained in:
parent
b4e08acebe
commit
499e453d66
1 changed files with 1 additions and 1 deletions
|
@ -133,9 +133,9 @@ Main_DirectDraw_SetCooperativeLevel (LPDIRECTDRAW7 iface, HWND hwnd, DWORD coopl
|
|||
HWND window;
|
||||
LPDDRAWI_DIRECTDRAW_INT This = (LPDDRAWI_DIRECTDRAW_INT)iface;
|
||||
|
||||
#if 0 // this check is totally invalid if you ask me - mbosma
|
||||
/* Get the old window */
|
||||
window = (HWND) This->lpLcl->hWnd;
|
||||
#if 0 // this check is totally invalid if you ask me - mbosma
|
||||
if(!window)
|
||||
{
|
||||
return DDERR_NOHWND;
|
||||
|
|
Loading…
Reference in a new issue