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

    r773 r793  
    1818  03 Nov 06 SHL Renames
    1919  30 Mar 07 GKY Remove GetPString for window class names
     20  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2021
    2122***********************************************************************/
     
    4041
    4142static PSZ pszSrcFile = __FILE__;
    42 
    43 #pragma alloc_text(AUTOVIEW,AutoViewProc,CreateHexDump,AutoObjProc)
    44 #pragma alloc_text(AUTOVIEW2,MakeAutoWinThread,WriteEA,PutComments)
    4543
    4644static HWND hwndAutoObj;
     
    915913  return PFNWPStatic(hwnd, msg, mp1, mp2);
    916914}
     915
     916#pragma alloc_text(AUTOVIEW,AutoViewProc,CreateHexDump,AutoObjProc)
     917#pragma alloc_text(AUTOVIEW2,MakeAutoWinThread,WriteEA,PutComments)
Note: See TracChangeset for help on using the changeset viewer.