Changeset 1037 for trunk/dll/seeall.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/seeall.c

    r1018 r1037  
    24572457    // fprintf(stderr,"Seeall: WM_CREATE\n");
    24582458    WinSetWindowPtr(hwnd, QWL_USER, NULL);
     2459# ifdef FORTIFY
     2460  Fortify_EnterScope();
     2461# endif
    24592462    pAD = xmallocz(sizeof(ALLDATA), pszSrcFile, __LINE__);
    24602463    if (pAD) {
     
    42724275      FreeAllFilesList(hwnd);
    42734276      xfree(pAD, pszSrcFile, __LINE__);
     4277# ifdef FORTIFY
     4278      Fortify_LeaveScope();
     4279# endif
    42744280    }
    42754281    break;
Note: See TracChangeset for help on using the changeset viewer.