Changeset 10204 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Aug 4, 2003, 7:01:58 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r10203 r10204 1 /* $Id: windowmsg.cpp,v 1.4 5 2003-08-04 13:38:39sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.46 2003-08-04 17:01:58 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 561 561 case EM_GETLINE: 562 562 { LPARAM * ptr = (LPARAM *)lParam - 1; /* get the old lParam */ 563 #ifdef __WIN32OS2__ 564 WORD len = *(WORD *) ptr; 565 #else 563 566 WORD len = *(WORD *) lParam; 567 #endif 564 568 lstrcpynWtoA( (LPSTR)*ptr , (LPWSTR)lParam, len ); 565 569 HeapFree( GetProcessHeap(), 0, ptr );
Note:
See TracChangeset
for help on using the changeset viewer.