667
edits
Changes
→C++ with Visual Studio.NET 2005
5254 #ifndef WINCE
5255 if (msg == WM_MOUSEWHEEL || msg == WM_MOUSEHWHEEL) {
'''5256 static int iDeltaPerLine, iDeltaPerChar;''' <-- breakpoint here
5257 static ULONG ulScrollLines, ulScrollChars = 1;
5258 static int currentVDelta, currentHDelta;