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

    r1009 r1038  
    4242#include "strutil.h"                    // GetPString
    4343#include "fm3dll.h"
     44#include "fortify.h"
    4445
    4546#pragma data_seg(DATA2)
     
    981982  USHORT id;
    982983
     984# ifdef FORTIFY
     985  Fortify_EnterScope();
     986# endif
    983987  if (G_hevDataMin == NULLHANDLE) {
    984988    // Create just once for any thread that might use it
     
    10741078  if (hab != NULLHANDLE)
    10751079    WinTerminate(hab);
    1076 
     1080# ifdef FORTIFY
     1081    Fortify_LeaveScope();
     1082# endif
    10771083}                                       // dataminThread
    10781084
Note: See TracChangeset for help on using the changeset viewer.