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

    r551 r793  
    1010
    1111  14 Jul 06 SHL Use Runtime_Error
     12  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1213
    1314***********************************************************************/
     
    2930
    3031static PSZ pszSrcFile = __FILE__;
    31 
    32 #pragma alloc_text(FMCODEPAGE,PickCodePageDlgBox,PickCodepage)
    3332
    3433MRESULT EXPENTRY PickCodePageDlgBox(HWND hwnd, ULONG msg, MPARAM mp1,
     
    223222  return cp;
    224223}
     224
     225#pragma alloc_text(FMCODEPAGE,PickCodePageDlgBox,PickCodepage)
Note: See TracChangeset for help on using the changeset viewer.