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

    r775 r793  
    1919  07 Jan 07 GKY Add remember search flags to seek and scan
    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
     
    5051
    5152static PSZ pszSrcFile = __FILE__;
    52 
    53 #pragma alloc_text(GREP,GrepDlgProc,EnvDlgProc)
    5453
    5554MRESULT EXPENTRY EnvDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     
    970969  return WinDefDlgProc(hwnd, msg, mp1, mp2);
    971970}
     971
     972#pragma alloc_text(GREP,GrepDlgProc,EnvDlgProc)
Note: See TracChangeset for help on using the changeset viewer.