Changeset 7241 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 28, 2001, 11:38:14 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7200 r7241 1 /* $Id: win32wbase.cpp,v 1.29 6 2001-10-25 10:40:45sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.297 2001-10-28 10:38:13 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 3589 3589 //****************************************************************************** 3590 3590 //****************************************************************************** 3591 LONG Win32BaseWindow::SetWindowLong A(int index, ULONG value, BOOL fUnicode)3591 LONG Win32BaseWindow::SetWindowLong(int index, ULONG value, BOOL fUnicode) 3592 3592 { 3593 3593 LONG oldval; … … 3699 3699 //****************************************************************************** 3700 3700 //****************************************************************************** 3701 ULONG Win32BaseWindow::GetWindowLong A(int index, BOOL fUnicode)3701 ULONG Win32BaseWindow::GetWindowLong(int index, BOOL fUnicode) 3702 3702 { 3703 3703 ULONG value;
Note:
See TracChangeset
for help on using the changeset viewer.