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

    r689 r793  
    1515  21 Apr 07 GKY Find FM2Utils by path or utils directory
    1616  09 Jun 07 SHL ShowMultimedia: Initialize hwnd so that OpenObject might work
     17  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1718
    1819***********************************************************************/
     
    3435
    3536static PSZ pszSrcFile = __FILE__;
    36 
    37 #pragma alloc_text(DEFVIEW,DefaultView,ShowMultimedia,DefaultViewKeys)
    3837
    3938BOOL ShowMultimedia(CHAR * filename)
     
    334333  }
    335334}
     335
     336#pragma alloc_text(DEFVIEW,DefaultView,ShowMultimedia,DefaultViewKeys)
Note: See TracChangeset for help on using the changeset viewer.