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

    r761 r793  
    1818  09 Mar 07 GKY Cleanup SelectDriveIcon using "driveflag =" from Steven
    1919  02 Aug 07 SHL Sync with CNRITEM mods
     20  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2021
    2122***********************************************************************/
     
    3637
    3738static PSZ pszSrcFile = __FILE__;
    38 
    39 #pragma alloc_text(UPDATECNR,UpdateCnrRecord,UpdateCnrList)
    4039
    4140HPOINTER SelectDriveIcon(PCNRITEM pci)
     
    648647  return ret;
    649648}
     649
     650#pragma alloc_text(UPDATECNR,UpdateCnrRecord,UpdateCnrList)
Note: See TracChangeset for help on using the changeset viewer.