Changeset 793 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Aug 21, 2007, 4:53:38 AM (18 years ago)
Author:
Gregg Young
Message:

Move #pragma alloc_text to end for OpenWatcom compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r787 r793  
    3838  14 Aug 07 SHL Revert ShowTreeRec DosSleep to 0
    3939  14 Aug 07 SHL Optimze ShowTreeRec collapse - was really slow
     40  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    4041
    4142***********************************************************************/
     
    6364
    6465static 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)
    7066
    7167APIRET16 APIENTRY16 Dos16MemAvail(PULONG pulAvailMem);
     
    30483044  return hwndFrame;
    30493045}
     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.