Changeset 1036 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jul 2, 2008, 12:53:51 AM (17 years ago)
Author:
Gregg Young
Message:

More fortify changes eliminated the leave scope wrapper except in mainwnd.c Wrapper only unlaods stuuff (archivers, commands, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1033 r1036  
    63546354      WinSendMsg((HWND) 0, WM_QUIT, MPVOID, MPVOID);
    63556355# ifdef FORTIFY
    6356   Fortify_LeaveScope( pszSrcFile, __LINE__);
     6356  xFortify_LeaveScope( pszSrcFile, __LINE__);
    63576357# endif
    63586358    break;
Note: See TracChangeset for help on using the changeset viewer.