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

This commit is contained in:
truelight 2007-01-21 14:36:08 +00:00
parent 6a145e06c3
commit 203ccad578
1 changed files with 1 additions and 1 deletions

View File

@ -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)