Changeset 793 for trunk/dll/treecnr.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r787 r793 38 38 14 Aug 07 SHL Revert ShowTreeRec DosSleep to 0 39 39 14 Aug 07 SHL Optimze ShowTreeRec collapse - was really slow 40 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 40 41 41 42 ***********************************************************************/ … … 63 64 64 65 static PSZ pszSrcFile = __FILE__; 65 66 #pragma alloc_text(TREECNR,TreeCnrWndProc,TreeObjWndProc,TreeClientWndProc)67 #pragma alloc_text(TREECNR,TreeFrameWndProc,TreeTitleWndProc,ShowTreeRec)68 #pragma alloc_text(TREECNR,TreeStatProc,OpenButtonProc)69 #pragma alloc_text(STARTUP,StartTreeCnr)70 66 71 67 APIRET16 APIENTRY16 Dos16MemAvail(PULONG pulAvailMem); … … 3048 3044 return hwndFrame; 3049 3045 } 3046 3047 #pragma alloc_text(TREECNR,TreeCnrWndProc,TreeObjWndProc,TreeClientWndProc) 3048 #pragma alloc_text(TREECNR,TreeFrameWndProc,TreeTitleWndProc,ShowTreeRec) 3049 #pragma alloc_text(TREECNR,TreeStatProc,OpenButtonProc) 3050 #pragma alloc_text(STARTUP,StartTreeCnr)
Note:
See TracChangeset
for help on using the changeset viewer.