Changeset 1037 for trunk/dll/wrappers.c


Ignore:
Timestamp:
Jul 4, 2008, 6:39:08 PM (17 years ago)
Author:
Gregg Young
Message:

Newview is used used when view is selected from menus in dircnrs, collector, arccnrs etc (ticket 244); Removed Fortify_Leavescope wrapper other minor fortify changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.c

    r1036 r1037  
    406406}
    407407
    408 # ifdef FORTIFY
    409 unsigned char xFortify_LeaveScope(PCSZ pszSrcFile, UINT uiLineNumber)
    410 {
    411   unsigned char ret;
    412 
    413   free_commands();
    414   free_associations();
    415   free_udirs();
    416   free_ldir();
    417   free_archivers();
    418   free_tools();
    419   ret = Fortify_LeaveScope(pszSrcFile, uiLineNumber);
    420   return ret;
    421 }
    422 # endif
    423408
    424409#pragma alloc_text(WRAPPERS1,xfree,xfopen,xfsopen,xmalloc,xrealloc,xstrdup)
    425 #pragma alloc_text(WRAPPERS2,xDosSetPathInfo,xDosFindFirst,xDosFindNext,xFortify_LeaveScope)
     410#pragma alloc_text(WRAPPERS2,xDosSetPathInfo,xDosFindFirst,xDosFindNext)
Note: See TracChangeset for help on using the changeset viewer.