(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 18 years ago
parent 6a145e06c3
commit 203ccad578

@ -480,9 +480,9 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
r->right = r->left + w;
break;
}
#endif
return TRUE;
}
#endif
// needed for wheel
#if !defined(WM_MOUSEWHEEL)

Loading…
Cancel
Save