Changeset 37 for trunk/src/user32/user32.cpp
- Timestamp:
- Jun 6, 1999, 2:25:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r34 r37 1 /* $Id: user32.cpp,v 1. 3 1999-06-02 15:57:57cbratschi Exp $ */1 /* $Id: user32.cpp,v 1.4 1999-06-06 12:25:49 cbratschi Exp $ */ 2 2 3 3 /* … … 2223 2223 int pos; 2224 2224 2225 pos = GetScrollPos(hwnd, fnBar);2225 pos = O32_GetScrollPos(hwnd, fnBar); 2226 2226 #ifdef DEBUG 2227 2227 WriteLog("USER32: GetScrollPos of %X type %d returned %d\n", hwnd, fnBar, pos);
Note:
See TracChangeset
for help on using the changeset viewer.