- Timestamp:
- Aug 8, 2002, 7:11:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole2.c
r8734 r8973 2046 2046 if (hr==DRAGDROP_S_USEDEFAULTCURSORS) 2047 2047 { 2048 #ifndef __WIN32OS2__ 2049 //SvL: This needs to be changed. Causes mouse cursor changes when 2050 // e.g. clicking on an item in the file open dialog 2048 2051 if (*trackerInfo->pdwEffect & DROPEFFECT_MOVE) 2049 2052 { … … 2062 2065 SetCursor(LoadCursorA(OLE32_hInstance, MAKEINTRESOURCEA(0))); 2063 2066 } 2067 #endif 2064 2068 } 2065 2069 }
Note:
See TracChangeset
for help on using the changeset viewer.