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

    r775 r793  
    1515  03 Nov 06 SHL Count thread usage
    1616  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
     17  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1718
    1819
     
    4041
    4142static PSZ pszSrcFile = __FILE__;
    42 
    43 #pragma alloc_text(KILLPROC,FillKillListThread,FillKillListThread2,GetDosPgmName,KillDlgProc)
    4443
    4544CHAR *GetDosPgmName(PID pid, CHAR * string)
     
    407406  return WinDefDlgProc(hwnd, msg, mp1, mp2);
    408407}
     408
     409#pragma alloc_text(KILLPROC,FillKillListThread,FillKillListThread2,GetDosPgmName,KillDlgProc)
Note: See TracChangeset for help on using the changeset viewer.