Changeset 794 for trunk/dll/winlist.c


Ignore:
Timestamp:
Aug 21, 2007, 4:54:46 AM (18 years ago)
Author:
Gregg Young
Message:

More move #pragma alloc_text to end for OpenWatcom compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/winlist.c

    r766 r794  
    1111  23 May 05 SHL Use QWL_USER
    1212  22 Jul 06 SHL Check more run time errors
     13  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1314
    1415***********************************************************************/
     
    3132static PSZ pszSrcFile = __FILE__;
    3233
    33 #pragma alloc_text(WINLIST,WindowList,WinListDlgProc)
    3434
    3535MRESULT EXPENTRY WinListDlgProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     
    259259            WLIST_FRAME, MPFROMP(&hwnd));
    260260}
     261
     262#pragma alloc_text(WINLIST,WindowList,WinListDlgProc)
Note: See TracChangeset for help on using the changeset viewer.