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

    r775 r793  
    1919  07 Jan 07 GKY Move error strings etc. to string file
    2020  06 Aug 07 GKY Reduce DosSleep times (ticket 148)
     21  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2122
    2223
     
    4142
    4243static PSZ pszSrcFile = __FILE__;
    43 
    44 #pragma alloc_text(SYSTEMF,ShowSession,ExecOnList,runemf2)
    4544
    4645#define MAXSTRG (4096)                  /* used to build command line strings */
     
    13041303  return happ;
    13051304}
     1305
     1306#pragma alloc_text(SYSTEMF,ShowSession,ExecOnList,runemf2)
Note: See TracChangeset for help on using the changeset viewer.