Changeset 1038 for trunk/dll/printer.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/printer.c

    r1029 r1038  
    113113    }
    114114  }
     115# ifdef FORTIFY
     116  Fortify_EnterScope();
     117# endif
    115118  priority_normal();
    116119  hab2 = WinInitialize(0);
     
    121124      IncrThreadUsage();
    122125      if (li && li->list && li->list[0]) {
    123 # ifdef FORTIFY
    124   Fortify_EnterScope();
    125 # endif
    126126        AddNote(GetPString(IDS_PRINTINGLISTTEXT));
    127127        for (x = 0; li->list[x]; x++) {
     
    324324  if (li)
    325325    FreeListInfo(li);
     326# ifdef FORTIFY
     327    Fortify_LeaveScope();
     328# endif
    326329}
    327330
Note: See TracChangeset for help on using the changeset viewer.