Changeset 6241
- Timestamp:
- Jul 8, 2001, 9:15:10 AM (24 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/user32/win32wdesktop.cpp ¶
r5935 r6241 1 /* $Id: win32wdesktop.cpp,v 1.1 7 2001-06-09 14:50:22sandervl Exp $ */1 /* $Id: win32wdesktop.cpp,v 1.18 2001-07-08 07:15:09 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Desktop Window for OS/2 … … 128 128 wndClass.cbClsExtra = 0; 129 129 wndClass.cbWndExtra = 0; 130 wndClass.hCursor = (HCURSOR)IDC_ARROWA;130 wndClass.hCursor = LoadCursorA(0, IDC_ARROWA); 131 131 wndClass.hbrBackground = 0; 132 132 wndClass.lpszClassName = DESKTOP_CLASS_NAMEA; -
TabularUnified trunk/src/user32/winicon.cpp ¶
r6183 r6241 1 /* $Id: winicon.cpp,v 1.2 6 2001-07-06 13:47:00 sandervl Exp $ */1 /* $Id: winicon.cpp,v 1.27 2001-07-08 07:15:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Icon Code for OS/2 … … 613 613 614 614 if (loadflags & LR_SHARED ) 615 CURSORICON_AddSharedIcon( -1, h Icon, -1, hObj);615 CURSORICON_AddSharedIcon( -1, hCursor, -1, hIcon ); 616 616 617 617 GlobalUnlock( hObj ); … … 1190 1190 if ( !(flags & CID_NONSHARED) ) 1191 1191 { 1192 #ifdef __WIN32OS2__1193 INT count = CURSORICON_DelSharedIcon( hIcon );1194 #else1195 1192 INT count = CURSORICON_DelSharedIcon( handle ); 1196 #endif1197 1193 1198 1194 if ( count != -1 )
Note:
See TracChangeset
for help on using the changeset viewer.