Changeset 6241 for trunk/src/user32/win32wdesktop.cpp
- Timestamp:
- Jul 8, 2001, 9:15:10 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note:
See TracChangeset
for help on using the changeset viewer.