mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix another typo.
svn path=/trunk/; revision=26866
This commit is contained in:
@@ -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: */
|
||||
|
||||
Reference in New Issue
Block a user