Changeset 1005 for trunk/dll/wrappers.c


Ignore:
Timestamp:
May 6, 2008, 5:07:07 AM (18 years ago)
Author:
Steven Levine
Message:

Add baseline fortify support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/wrappers.c

    r975 r1005  
    1414  01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry
    1515  06 Oct 07 SHL Add xDos...() wrappers to support systems wo/large file support (Gregg, Steven)
     16  05 May 08 SHL Add Add FORTIFY support
    1617
    1718***********************************************************************/
     
    3132#include "errutil.h"                    // Dos_Error...
    3233#include "strutil.h"                    // GetPString
     34
     35#include "fortify.h"                    // GetPString
    3336
    3437static PSZ pszSrcFile = __FILE__;
Note: See TracChangeset for help on using the changeset viewer.