Changeset 50


Ignore:
Timestamp:
Feb 12, 2003, 9:21:51 PM (23 years ago)
Author:
root
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r36 r50  
    211211
    212212
    213 MRESULT EXPENTRY SeeObjWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) {
    214 
     213MRESULT EXPENTRY SeeObjWndProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
     214{
    215215  switch(msg) {
    216216    case UM_MASSACTION:
     
    767767                                               &fs4,sizeof(fs4)) &&
    768768                             !(fs4.attrFile & FILE_DIRECTORY) &&
     769                             // fixme to use CBLIST_TO_EASIZE?
    769770                             fs4.cbFile + fs4.cbList <= clFreeBytes) {
    770771                            // Swap with failing item
Note: See TracChangeset for help on using the changeset viewer.