Changeset 1038 for trunk/dll/autoview.c


Ignore:
Timestamp:
Jul 4, 2008, 10:33:59 PM (17 years ago)
Author:
Gregg Young
Message:

More fortify cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r1036 r1038  
    638638  hab2 = WinInitialize(0);
    639639  if (hab2) {
     640# ifdef FORTIFY
     641  Fortify_EnterScope();
     642# endif
    640643    hmq2 = WinCreateMsgQueue(hab2, 128);
    641644    if (hmq2) {
     
    659662      }
    660663      else {
    661 # ifdef FORTIFY
    662   Fortify_EnterScope();
    663 # endif
    664664        WinSetWindowULong(hwndAutoObj, QWL_USER, hwndParent);
    665665        priority_normal();
     
    674674    WinTerminate(hab2);
    675675# ifdef FORTIFY
    676     Fortify_LeaveScope(pszSrcFile, __LINE__);
     676    Fortify_LeaveScope();
    677677# endif
    678678  }
Note: See TracChangeset for help on using the changeset viewer.