Ignore:
Timestamp:
Jan 27, 2000, 10:50:45 PM (26 years ago)
Author:
sandervl
Message:

fixed fs corruption in dragacceptfiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shell.cpp

    r1353 r2534  
    1 /* $Id: shell.cpp,v 1.3 1999-10-19 10:23:27 phaller Exp $ */
     1/* $Id: shell.cpp,v 1.4 2000-01-27 21:50:45 sandervl Exp $ */
    22
    33/*
     
    104104 */
    105105
    106 ODINPROCEDURE2(DragAcceptFiles, HWND, hWnd,
    107                                 BOOL, b)
     106//SvL: DON'T USE ODINFUNCTION MACRO'S HERE; SetWindowLong (style) sends messages
     107//     to the win32 app!!!! (FS messed up)
     108void WINAPI DragAcceptFiles(HWND hWnd, BOOL b)
    108109{
    109110  LONG exstyle;
    110111
     112  dprintf(("DragAcceptFiles %x %d", hWnd, b));
    111113  if( !IsWindow(hWnd) )
    112114   return;
Note: See TracChangeset for help on using the changeset viewer.