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

    r574 r793  
    1010  01 Aug 04 SHL - Rework lstrip/rstrip usage
    1111  22 Mar 07 GKY Use QWL_USER
     12  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1213
    1314***********************************************************************/
     
    2526#include "fm3dlg.h"
    2627#include "fm3str.h"
    27 
    28 #pragma alloc_text(FMRENAME,RenameProc)
    2928
    3029MRESULT EXPENTRY RenameProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
     
    362361  return WinDefDlgProc(hwnd, msg, mp1, mp2);
    363362}
     363
     364#pragma alloc_text(FMRENAME,RenameProc)
Note: See TracChangeset for help on using the changeset viewer.