Changeset 1029 for trunk/dll/printer.c


Ignore:
Timestamp:
Jun 23, 2008, 3:30:16 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed early memory free; Added free_... functions to make fortify checking easier; Added fortify scopes; Delete now moves to trash can on systems with the xworkplace trash can installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/printer.c

    r907 r1029  
    3333#include "strutil.h"                    // GetPString
    3434#include "fm3dll.h"
     35#include "fortify.h"
    3536
    3637#pragma data_seg(DATA1)
     
    120121      IncrThreadUsage();
    121122      if (li && li->list && li->list[0]) {
     123# ifdef FORTIFY
     124  Fortify_EnterScope();
     125# endif
    122126        AddNote(GetPString(IDS_PRINTINGLISTTEXT));
    123127        for (x = 0; li->list[x]; x++) {
Note: See TracChangeset for help on using the changeset viewer.