Changeset 793 for trunk/dll/undel.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/undel.c

    r775 r793  
    1313  03 Nov 06 SHL Count thread usage
    1414  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
     15  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1516
    1617***********************************************************************/
     
    3536
    3637static PSZ pszSrcFile = __FILE__;
    37 
    38 #pragma alloc_text(UNDELETE,FillUndelListThread,UndeleteDlgProc)
    3938
    4039struct tempstruct
     
    477476  return WinDefDlgProc(hwnd, msg, mp1, mp2);
    478477}
     478
     479#pragma alloc_text(UNDELETE,FillUndelListThread,UndeleteDlgProc)
Note: See TracChangeset for help on using the changeset viewer.