- Timestamp:
- Sep 19, 2001, 11:10:13 AM (24 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windlgmsg.cpp
r5935 r6751 1 /* $Id: windlgmsg.cpp,v 1. 9 2001-06-09 14:50:25sandervl Exp $ */1 /* $Id: windlgmsg.cpp,v 1.10 2001-09-19 09:10:13 sandervl Exp $ */ 2 2 /* 3 3 * Win32 dialog message APIs for OS/2 … … 170 170 else 171 171 { 172 #ifdef __WIN32OS2__ 173 if(hwndControl == 0) { 174 dprintf(("WARNING: DIALOG_IsAccelerator %x %x -> hwndControl == 0", hwnd, hwndDlg)); 175 return FALSE; 176 } 177 #endif 172 178 hwndNext = GetWindow( hwndControl, GW_HWNDNEXT ); 173 179 } -
trunk/src/user32/window.cpp
r6706 r6751 1 /* $Id: window.cpp,v 1.10 4 2001-09-15 09:16:09sandervl Exp $ */1 /* $Id: window.cpp,v 1.105 2001-09-19 09:10:13 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 1876 1876 1877 1877 dprintf(("GetLastActivePopup %x returned %x NOT CORRECTLY IMPLEMENTED", hWnd, hwnd)); 1878 return 0;1878 return hWnd; 1879 1879 } 1880 1880 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.