Changeset 1650 for trunk/dll/treecnr.c
- Timestamp:
- Nov 19, 2011, 10:21:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1572 r1650 3126 3126 if (apphead) { 3127 3127 APPNOTIFY *info, *next; 3128 3128 3129 info = apphead; 3129 3130 while (info) { … … 3140 3141 } // switch 3141 3142 if (dcd && dcd->oldproc){ 3142 3143 return dcd->oldproc(hwnd, msg, mp1, mp2); 3143 3144 } 3144 3145 else 3145 3146 return PFNWPCnr(hwnd, msg, mp1, mp2); 3146 3147 } 3147 3148
Note:
See TracChangeset
for help on using the changeset viewer.