Changeset 1036 for trunk/dll/killproc.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/killproc.c

    r907 r1036  
    3838#include "strutil.h"                    // GetPString
    3939#include "fm3dll.h"
     40#include "fortify.h"
    4041
    4142#pragma data_seg(DATA2)
     
    218219  WinCancelShutdown(thmq, TRUE);
    219220  IncrThreadUsage();
     221# ifdef FORTIFY
     222  Fortify_EnterScope();
     223# endif
    220224
    221225  WinSendDlgItemMsg(hwnd, KILL_LISTBOX, LM_DELETEALL, MPVOID, MPVOID);
     
    285289    }
    286290    fclose(fp);
     291# ifdef FORTIFY
     292    Fortify_LeaveScope(pszSrcFile, __LINE__);
     293# endif
    287294  }
    288295Abort:
Note: See TracChangeset for help on using the changeset viewer.