Changeset 705 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Jun 24, 2007, 9:17:37 PM (18 years ago)
Author:
Gregg Young
Message:

Minor code cleanup fix ramdisk on states list & WORPLACE_PROCESS logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r696 r705  
    32163216    break;
    32173217  }
    3218   return dcd && dcd->oldproc ? dcd->oldproc(hwnd, msg, mp1, mp2) :
    3219                                PFNWPCnr(hwnd, msg, mp1, mp2);
     3218  if (dcd && dcd->oldproc){
     3219      return dcd->oldproc(hwnd, msg, mp1, mp2);
     3220  }
     3221  else
     3222      return PFNWPCnr(hwnd, msg, mp1, mp2);
    32203223}
    32213224
Note: See TracChangeset for help on using the changeset viewer.