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

    r766 r793  
    1818  30 Mar 07 GKY Remove GetPString for window class names
    1919  02 Aug 07 SHL Sync with CNRITEM mods
     20  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    2021
    2122***********************************************************************/
     
    4546
    4647static PSZ pszSrcFile = __FILE__;
    47 
    48 #pragma alloc_text(COMMON,CommonFrameWndProc,CommonTextProc,CommonTextPaint)
    49 #pragma alloc_text(COMMON1,CommonCreateTextChildren,CommonCreateMainChildren)
    50 #pragma alloc_text(COMMON2,CommonDriveCmd,CommonTextButton)
    51 #pragma alloc_text(COMMON3,CommonMainWndProc,IncrThreadUsage,DecrThreadUsage)
    52 #pragma alloc_text(COMMON4,CommonCnrProc)
    53 #pragma alloc_text(COMMON5,OpenDirCnr)
    5448
    5549MRESULT EXPENTRY CommonFrameWndProc(USHORT id,
     
    817811    WinPostMsg(hwndMain, UM_THREADUSE, MPVOID, MPVOID);
    818812}
     813
     814#pragma alloc_text(COMMON,CommonFrameWndProc,CommonTextProc,CommonTextPaint)
     815#pragma alloc_text(COMMON1,CommonCreateTextChildren,CommonCreateMainChildren)
     816#pragma alloc_text(COMMON2,CommonDriveCmd,CommonTextButton)
     817#pragma alloc_text(COMMON3,CommonMainWndProc,IncrThreadUsage,DecrThreadUsage)
     818#pragma alloc_text(COMMON4,CommonCnrProc)
     819#pragma alloc_text(COMMON5,OpenDirCnr)
Note: See TracChangeset for help on using the changeset viewer.