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

    r1009 r1038  
    3232#include "strutil.h"                    // GetPString
    3333#include "fm3dll.h"
     34#include "fortify.h"
    3435
    3536#pragma data_seg(DATA2)
     
    6263  DosError(FERR_DISABLEHARDERR);
    6364
     65# ifdef FORTIFY
     66  Fortify_EnterScope();
     67# endif
    6468  thab = WinInitialize(0);
    6569  thmq = WinCreateMsgQueue(thab, 0);
     
    158162    WinTerminate(thab);
    159163  }
     164# ifdef FORTIFY
     165    Fortify_LeaveScope();
     166# endif
    160167}
    161168
Note: See TracChangeset for help on using the changeset viewer.