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

    r574 r793  
    1212  14 Jul 06 SHL Use Runtime_Error
    1313  22 Mar 07 GKY Use QWL_USER
     14  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1415
    1516***********************************************************************/
     
    2829
    2930static PSZ pszSrcFile = __FILE__;
    30 
    31 #pragma alloc_text(FMINPUT,InputDlgProc)
    3231
    3332MRESULT EXPENTRY InputDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     
    9190  return WinDefDlgProc(hwnd, msg, mp1, mp2);
    9291}
     92
     93#pragma alloc_text(FMINPUT,InputDlgProc)
Note: See TracChangeset for help on using the changeset viewer.