Changeset 1306 for trunk/src/user32/scroll.cpp
- Timestamp:
- Oct 15, 1999, 11:26:23 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/scroll.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r1203 r1306 1 /* $Id: scroll.cpp,v 1. 7 1999-10-08 21:25:47 cbratschiExp $ */1 /* $Id: scroll.cpp,v 1.8 1999-10-15 09:26:23 sandervl Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 1114 1114 1115 1115 default: 1116 if (message >= WM_USER) 1116 //SvL: BUGFIX: Send WM_NCCREATE to defwndproc, return value 0 cancels window creation! 1117 // if (message >= WM_USER) 1117 1118 //WARN("unknown msg %04x wp=%04x lp=%08lx\n", 1118 1119 // message, wParam, lParam );
Note:
See TracChangeset
for help on using the changeset viewer.
