Changeset 2534 for trunk/src/shell32/shell.cpp
- Timestamp:
- Jan 27, 2000, 10:50:45 PM (26 years ago)
- 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 phallerExp $ */1 /* $Id: shell.cpp,v 1.4 2000-01-27 21:50:45 sandervl Exp $ */ 2 2 3 3 /* … … 104 104 */ 105 105 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) 108 void WINAPI DragAcceptFiles(HWND hWnd, BOOL b) 108 109 { 109 110 LONG exstyle; 110 111 112 dprintf(("DragAcceptFiles %x %d", hWnd, b)); 111 113 if( !IsWindow(hWnd) ) 112 114 return;
Note:
See TracChangeset
for help on using the changeset viewer.