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

    r766 r793  
    1111  17 Jul 06 SHL Use Runtime_Error
    1212  22 Mar 06 GKY Use QWL_USER
     13  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1314
    1415***********************************************************************/
     
    3031
    3132static PSZ pszSrcFile = __FILE__;
    32 
    33 #pragma alloc_text(MENU,SetIconDlgProc)
    3433
    3534MRESULT EXPENTRY SetIconDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     
    116115  return WinDefDlgProc(hwnd, msg, mp1, mp2);
    117116}
     117
     118#pragma alloc_text(MENU,SetIconDlgProc)
Note: See TracChangeset for help on using the changeset viewer.