mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
Fix another typo.
svn path=/trunk/; revision=26866
This commit is contained in:
parent
fb06e53fc5
commit
5dd4476d06
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Main_DirectDraw_SetCooperativeLevel (LPDIRECTDRAW7 iface, HWND hwnd, DWORD coopl
|
|||
}
|
||||
#endif
|
||||
|
||||
if(hwnd && IsWindow(hwnd))
|
||||
if(hwnd && !IsWindow(hwnd))
|
||||
return DDERR_INVALIDPARAMS;
|
||||
|
||||
/* Tests suggest that we need one of them: */
|
||||
|
|
Loading…
Reference in a new issue