Changeset 8973 for trunk/src


Ignore:
Timestamp:
Aug 8, 2002, 7:11:46 PM (23 years ago)
Author:
sandervl
Message:

Disabled mouse cursor changes in drag 'n drop code. (causes mouse cursor changes when clicking on item in file open dialog)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole2.c

    r8734 r8973  
    20462046  if (hr==DRAGDROP_S_USEDEFAULTCURSORS)
    20472047  {
     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
    20482051    if (*trackerInfo->pdwEffect & DROPEFFECT_MOVE)
    20492052    {
     
    20622065      SetCursor(LoadCursorA(OLE32_hInstance, MAKEINTRESOURCEA(0)));
    20632066    }
     2067#endif
    20642068  } 
    20652069}
Note: See TracChangeset for help on using the changeset viewer.